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         - 36  # NDRPDR sel env 4
397
398     plot-vpp-hdrh-lat-3n-tsh:
399       csit-vpp-perf-report-iterative-2005-3n-tsh:
400         - 35  # NDRPDR sel env 4
401
402     plot-dpdk-throughput-latency-3n-tsh:
403       csit-dpdk-perf-report-iterative-2005-3n-tsh:
404         - 5   # NDRPDR sel
405
406     plot-dpdk-hdrh-lat-3n-tsh:
407       csit-dpdk-perf-report-iterative-2005-3n-tsh:
408         - 5   # NDRPDR sel
409
410     # 3n-dnv
411
412     plot-vpp-throughput-lat-tsa-3n-dnv:
413       csit-vpp-perf-report-iterative-2005-3n-dnv:
414         - 2   # NDRPDR sel
415         - 3   # NDRPDR sel
416         - 4   # NDRPDR sel
417         - 5   # NDRPDR sel
418         - 6   # NDRPDR sel
419         - 7   # NDRPDR sel
420         - 9   # NDRPDR sel
421         - 10  # NDRPDR sel
422         - 11  # NDRPDR sel
423         - 12  # NDRPDR sel
424
425     plot-dpdk-throughput-latency-3n-dnv:
426       csit-dpdk-perf-report-iterative-2005-3n-dnv:
427         - 6   # NDRPDR sel
428         - 7   # NDRPDR sel
429         - 8   # NDRPDR sel
430         - 9   # NDRPDR sel
431         - 10  # NDRPDR sel
432         - 11  # NDRPDR sel
433         - 12  # NDRPDR sel
434         - 13  # NDRPDR sel
435         - 14  # NDRPDR sel
436         - 16  # NDRPDR sel
437
438     # 2n-dnv
439
440     plot-vpp-throughput-lat-tsa-2n-dnv:
441       csit-vpp-perf-report-iterative-2005-2n-dnv:
442         - 3   # NDRPDR sel
443         - 6   # NDRPDR sel
444         - 7   # NDRPDR sel
445         - 8   # NDRPDR sel
446         - 9   # NDRPDR sel
447         - 10  # NDRPDR sel
448         - 11  # NDRPDR sel
449         - 12  # NDRPDR sel
450         - 13  # NDRPDR sel
451         - 14  # NDRPDR sel
452
453     plot-dpdk-throughput-latency-2n-dnv:
454       csit-dpdk-perf-report-iterative-2005-2n-dnv:
455         - 8   # NDRPDR sel
456         - 9   # NDRPDR sel
457         - 10  # NDRPDR sel
458         - 11  # NDRPDR sel
459         - 12  # NDRPDR sel
460         - 13  # NDRPDR sel
461         - 14  # NDRPDR sel
462         - 15  # NDRPDR sel
463         - 16  # NDRPDR sel
464         - 17  # NDRPDR sel
465
466     ###########################################################################
467     # Simple tables (only one data set):
468
469     # NIC Comparisons
470
471     vpp-nic-comparison-3n-skx:
472       csit-vpp-perf-report-iterative-2005-3n-skx:
473         - 42  # NDRPDR sel env 4
474         - 43  # NDRPDR sel env 4
475         - 44  # NDRPDR sel env 4
476         - 45  # NDRPDR sel env 4
477         - 47  # NDRPDR sel env 4
478
479     vpp-nic-comparison-2n-skx:
480       csit-vpp-perf-report-iterative-2005-2n-skx:
481         - 88  # NDRPDR sel env 4
482         - 89  # NDRPDR sel env 4
483         - 90  # NDRPDR sel env 4
484         - 91  # NDRPDR sel env 4
485         - 92  # NDRPDR sel env 4
486         - 93  # NDRPDR sel env 4
487         - 94  # NDRPDR sel env 4
488
489     vpp-nic-comparison-3n-skx-mrr:
490       csit-vpp-perf-report-iterative-2005-3n-skx:
491         - 49  # MRR sel env 4
492
493     vpp-nic-comparison-2n-skx-mrr:
494       csit-vpp-perf-report-iterative-2005-2n-skx:
495         - 99  # MRR sel env 4
496
497     # Results
498
499     vpp-perf-results-3n-hsw:
500       csit-vpp-perf-report-coverage-2005-3n-hsw:
501         - 74  # crypto-00
502         - 75  # crypto-01
503         - 76  # crypto-02
504         - 77  # crypto-03
505         - 78  # ip4-00
506         - 79  # ip4-01
507         - 80  # ip4-02
508         - 81  # ip4-03
509         - 73  # ip4-04
510         - 82  # ip4-05
511         - 83  # ip4-06
512         - 84  # ip4-07
513         - 85  # ip4-08
514         - 86  # ip4tun-00
515         - 87  # ip4tun-01
516         - 88  # ip4tun-02
517         - 89  # ip6-00
518         - 90  # ip6-01
519         - 91  # ip6tun-00
520         - 92  # l2-00
521         - 93  # l2-01
522         - 94  # l2-02
523         - 95  # l2-03
524         - 96  # l2-04
525         - 97  # l2-05
526         - 98  # l2-06
527         - 99  # l2-07
528         - 100 # l2-08
529         - 101 # l2-09
530         - 102 # l2-10
531         - 103 # memif-00
532         - 104 # srv6-00
533         - 105 # srv6-01
534         - 106 # vhost-00
535         - 107 # vhost-01
536         - 109 # vhost-02
537
538     vpp-perf-results-3n-skx:
539       csit-vpp-perf-report-coverage-2005-3n-skx:
540         - 45  # crypto-00
541         - 46  # crypto-01
542         - 47  # crypto-02
543         - 51  # ip4-01
544         - 52  # ip4-02
545         - 53  # ip4-03
546         - 54  # ip4-04
547         - 55  # ip4-05
548         - 56  # ip4-06
549         - 57  # ip4-07
550         - 58  # ip4-08
551         - 59  # ip4tun-00
552         - 60  # ip4tun-01
553         - 61  # ip4tun-02
554         - 62  # ip6-00
555         - 63  # ip6-01
556         - 64  # ip6tun-00
557         - 65  # l2-00
558         - 66  # l2-01
559         - 67  # l2-02
560         - 68  # l2-03
561         - 69  # l2-04
562         - 71  # l2-06
563         - 72  # l2-07
564         - 73  # l2-08
565         - 75  # l2-10
566         - 76  # memif-00
567         - 78  # srv6-01
568         - 81  # vhost-02
569
570     vpp-perf-results-2n-skx:
571       csit-vpp-perf-report-coverage-2005-2n-skx:
572         - 28  # ip4-00
573         - 29  # ip4-01
574         - 30  # ip4-02
575         - 31  # ip4-03
576         - 32  # ip4-04
577         - 33  # ip4-05
578         - 34  # ip6-00
579         - 35  # ip6-01
580         - 36  # l2-00
581         - 37  # l2-01
582         - 38  # lb-00
583         - 39  # memif-00
584         - 40  # vhost-00
585         - 41  # vhost-01
586         - 42  # vts-00
587
588     vpp-perf-results-2n-clx:
589       csit-vpp-perf-report-coverage-2005-2n-clx:
590         - 24  # ip4-00
591         - 25  # ip4-01
592         - 26  # ip4-02
593         - 27  # ip4-03
594         - 28  # ip4-04
595         - 29  # ip4-05
596         - 34  # ip6-00
597         - 31  # l2-00
598         - 32  # vhost-00
599         - 33  # vhost-01
600
601     vpp-perf-results-3n-tsh:
602       csit-vpp-perf-report-iterative-2005-3n-tsh:
603         - 35  # NDRPDR sel env 4
604
605     vpp-perf-results-3n-dnv:
606       csit-vpp-perf-report-coverage-2005-3n-dnv:
607         - 1   # perf-full-3n-dnv-crypto_I
608         - 24  # perf-full-3n-dnv-crypto_II
609         - 5   # perf-full-3n-dnv-ip4_I
610         - 13  # perf-full-3n-dnv-ip4_II
611         - 17  # perf-full-3n-dnv-ip6_I
612         - 18  # perf-full-3n-dnv-ip6_II
613         - 21  # perf-full-3n-dnv-l2_I
614         - 22  # perf-full-3n-dnv-l2_II
615         - 23  # perf-full-3n-dnv-ip4-tunnels_I
616
617     vpp-perf-results-2n-dnv:
618       csit-vpp-perf-report-coverage-2005-2n-dnv:
619         - 1   # perf-full-2n-dnv-ip4_I
620         - 2   # perf-full-2n-dnv-ip4_II
621         - 3   # perf-full-2n-dnv-ip6_I
622         - 4   # perf-full-2n-dnv-ip6_II
623         - 5   # perf-full-2n-dnv-l2_I
624         - 6   # perf-full-2n-dnv-l2_II
625
626     vpp-mrr-results-3n-hsw:
627       csit-vpp-perf-report-iterative-2005-3n-hsw:
628         - 30  # MRR env 4
629
630     vpp-mrr-results-3n-skx:
631       csit-vpp-perf-report-iterative-2005-3n-skx:
632         - 49  # MRR sel env 4
633
634     vpp-mrr-results-2n-skx:
635       csit-vpp-perf-report-iterative-2005-2n-skx:
636         - 99  # MRR sel env 4
637
638     vpp-mrr-results-2n-clx:
639       csit-vpp-perf-report-iterative-2005-2n-clx:
640         - 72  # MRR env 4
641
642     vpp-mrr-results-3n-tsh:
643       csit-vpp-perf-report-iterative-2005-3n-tsh:
644         - 27  # MRR sel env 4
645
646     vpp-mrr-results-3n-dnv:
647       csit-vpp-perf-report-iterative-2005-3n-dnv:
648         - 8   # MRR
649
650     vpp-mrr-results-2n-dnv:
651       csit-vpp-perf-report-iterative-2005-2n-dnv:
652         - 15  # MRR sel
653
654     vpp-device-results-ubuntu:
655       csit-vpp-device-2005-ubuntu1804-1n-skx:
656         - 35
657
658     dpdk-perf-results-3n-hsw:
659       csit-dpdk-perf-report-iterative-2005-3n-hsw:
660         - 25  # NDRPDR iter
661
662     dpdk-perf-results-3n-skx:
663       csit-dpdk-perf-report-iterative-2005-3n-skx:
664         - 28  # NDRPDR iter
665
666     dpdk-perf-results-2n-skx:
667       csit-dpdk-perf-report-iterative-2005-2n-skx:
668         - 20  # NDRPDR iter
669
670     dpdk-perf-results-2n-clx:
671       csit-dpdk-perf-report-iterative-2005-2n-clx:
672         - 21  # NDRPDR iter
673
674     dpdk-perf-results-2n-dnv:
675       csit-dpdk-perf-report-iterative-2005-2n-dnv:
676         - 8   # NDRPDR sel
677
678     dpdk-perf-results-3n-dnv:
679       csit-dpdk-perf-report-iterative-2005-3n-dnv:
680         - 6   # NDRPDR sel
681
682     dpdk-perf-results-3n-tsh:
683       csit-dpdk-perf-report-iterative-2005-3n-tsh:
684         - 5   # NDRPDR sel
685
686 ###########################################################################
687     # Tables (more than one data set)
688
689     # Performance changes
690
691     vpp-performance-changes-3n-hsw-h1:
692       csit-vpp-perf-verify-1908-3n-hsw:
693         - 12  # NDRPDR sel
694         - 13  # NDRPDR sel
695         - 14  # NDRPDR sel
696         - 15  # NDRPDR sel
697         - 16  # NDRPDR sel
698         - 17  # NDRPDR sel
699         - 18  # NDRPDR sel
700         - 19  # NDRPDR sel
701         - 20  # NDRPDR sel
702         - 21  # NDRPDR sel
703     vpp-performance-changes-3n-hsw-ref:
704       csit-vpp-perf-verify-2001-3n-hsw:
705         - 21  # NDRPDR sel
706         - 22  # NDRPDR sel
707         - 23  # NDRPDR sel
708         - 24  # NDRPDR sel
709         - 25  # NDRPDR sel
710         - 29  # NDRPDR sel
711         - 30  # NDRPDR sel
712         - 31  # NDRPDR sel
713         - 32  # NDRPDR sel
714         - 34  # NDRPDR sel
715     vpp-performance-changes-3n-hsw-cmp:
716       csit-vpp-perf-report-iterative-2005-3n-hsw:
717         - 3   # NDRPDR sel
718         - 4   # NDRPDR sel
719         - 5   # NDRPDR sel
720         - 10  # NDRPDR sel
721         - 11  # NDRPDR sel
722         - 12  # NDRPDR sel
723         - 15  # NDRPDR sel
724         - 16  # NDRPDR sel
725         - 18  # NDRPDR sel
726         - 19  # NDRPDR sel
727     vpp-performance-changes-3n-hsw-cmp-2:
728       csit-vpp-perf-report-iterative-2005-3n-hsw:
729         - 20  # NDRPDR sel env 4
730         - 21  # NDRPDR sel env 4
731         - 22  # NDRPDR sel env 4
732         - 23  # NDRPDR sel env 4
733         - 24  # NDRPDR sel env 4
734         - 25  # NDRPDR sel env 4
735         - 26  # NDRPDR sel env 4
736         - 27  # NDRPDR sel env 4
737         - 28  # NDRPDR sel env 4
738         - 29  # NDRPDR sel env 4
739     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
740       csit-vpp-perf-report-iterative-2005-3n-hsw:
741         - 31  # NDRPDR sel 2001.0-4
742         - 32  # NDRPDR sel 2001.0-4
743         - 33  # NDRPDR sel 2001.0-4
744         - 34  # NDRPDR sel 2001.0-4
745         - 35  # NDRPDR sel 2001.0-4
746         - 36  # NDRPDR sel 2001.0-4
747         - 38  # NDRPDR sel 2001.0-4
748
749     vpp-performance-changes-3n-skx-h1:
750       csit-vpp-perf-verify-1908_1-3n-skx:
751         - 26  # NDRPDR sel - new1908.1
752         - 27  # NDRPDR sel - new1908.1
753         - 28  # NDRPDR sel - new1908.1
754         - 29  # NDRPDR sel - new1908.1
755         - 30  # NDRPDR sel - new1908.1
756         - 31  # NDRPDR sel - new1908.1
757         - 33  # NDRPDR sel - new1908.1
758         - 34  # NDRPDR sel - new1908.1
759         - 35  # NDRPDR sel - new1908.1
760         - 36  # NDRPDR sel - new1908.1
761     vpp-performance-changes-3n-skx-ref:
762       csit-vpp-perf-verify-2001-3n-skx:
763         - 69  # NDRPDR sel - new2001.0
764         - 71  # NDRPDR sel - new2001.0
765         - 72  # NDRPDR sel - new2001.0
766         - 76  # NDRPDR sel - new2001.0
767         - 77  # NDRPDR sel - new2001.0
768         - 78  # NDRPDR sel - new2001.0
769         - 80  # NDRPDR sel - new2001.0
770     vpp-performance-changes-3n-skx-cmp:
771       csit-vpp-perf-report-iterative-2005-3n-skx:
772         - 4   # NDRPDR sel
773         - 5   # NDRPDR sel ??? all x710 failed
774         - 33  # NDRPDR sel
775         - 28  # NDRPDR sel
776         - 34  # NDRPDR sel
777         - 36  # NDRPDR sel
778         - 37  # NDRPDR sel
779         - 38  # NDRPDR sel
780         - 39  # NDRPDR sel
781         - 41  # NDRPDR sel
782     vpp-performance-changes-3n-skx-cmp-2:
783       csit-vpp-perf-report-iterative-2005-3n-skx:
784         - 42  # NDRPDR sel env 4
785         - 43  # NDRPDR sel env 4
786         - 44  # NDRPDR sel env 4
787         - 45  # NDRPDR sel env 4
788         - 47  # NDRPDR sel env 4
789     vpp-performance-changes-3n-skx-cmp-2001.0-4:
790       csit-vpp-perf-report-iterative-2005-3n-skx:
791         - 50  # NDRPDR sel 2001.0-4
792         - 51  # NDRPDR sel 2001.0-4
793         - 52  # NDRPDR sel 2001.0-4
794         - 53  # NDRPDR sel 2001.0-4
795         - 54  # NDRPDR sel 2001.0-4
796
797     vpp-performance-changes-2n-skx-h1:
798       csit-vpp-perf-verify-1908_1-2n-skx:
799         - 39  # NDRPDR sel - new1908.1
800         - 40  # NDRPDR sel - new1908.1
801         - 41  # NDRPDR sel - new1908.1
802         - 43  # NDRPDR sel - new1908.1
803         - 44  # NDRPDR sel - new1908.1
804         - 45  # NDRPDR sel - new1908.1
805         - 46  # NDRPDR sel - new1908.1
806         - 47  # NDRPDR sel - new1908.1
807         - 48  # NDRPDR sel - new1908.1
808         - 49  # NDRPDR sel - new1908.1
809     vpp-performance-changes-2n-skx-ref:
810       csit-vpp-perf-verify-2001-2n-skx:
811         - 143  # NDRPDR sel - new2001.0
812         - 146  # NDRPDR sel - new2001.0
813         - 147  # NDRPDR sel - new2001.0
814         - 148  # NDRPDR sel - new2001.0
815         - 149  # NDRPDR sel - new2001.0
816         - 150  # NDRPDR sel - new2001.0
817         - 151  # NDRPDR sel - new2001.0
818         - 152  # NDRPDR sel - new2001.0
819         - 153  # NDRPDR sel - new2001.0
820         - 154  # NDRPDR sel - new2001.0
821     vpp-performance-changes-2n-skx-cmp:
822       csit-vpp-perf-report-iterative-2005-2n-skx:
823         - 43  # NDRPDR sel
824         - 38  # NDRPDR sel
825         - 7   # NDRPDR sel
826         - 65  # NDRPDR sel
827         - 47  # NDRPDR sel
828         - 55  # NDRPDR sel
829         - 67  # NDRPDR sel
830         - 75  # NDRPDR sel
831         - 76  # NDRPDR sel
832         - 73  # NDRPDR sel
833     vpp-performance-changes-2n-skx-cmp-2:
834       csit-vpp-perf-report-iterative-2005-2n-skx:
835         - 88  # NDRPDR sel env 4
836         - 89  # NDRPDR sel env 4
837         - 90  # NDRPDR sel env 4
838         - 91  # NDRPDR sel env 4
839         - 92  # NDRPDR sel env 4
840         - 93  # NDRPDR sel env 4
841         - 94  # NDRPDR sel env 4
842     vpp-performance-changes-2n-skx-cmp-2001.0-4:
843       csit-vpp-perf-report-iterative-2005-2n-skx:
844         - 100 # NDRPDR sel 2001.0-4
845         - 101 # NDRPDR sel 2001.0-4
846         - 102 # NDRPDR sel 2001.0-4
847         - 103 # NDRPDR sel 2001.0-4
848         - 104 # NDRPDR sel 2001.0-4
849         - 105 # NDRPDR sel 2001.0-4
850
851 #    vpp-performance-changes-nfv-2n-skx-ref:
852 #      csit-vpp-perf-verify-2001-2n-skx:
853 #        - 30  # NFV
854 #        - 31  # NFV
855 #    vpp-performance-changes-nfv-2n-skx-cmp:
856 #      csit-vpp-perf-report-iterative-2005-2n-skx:
857 #        - 43  # NDRPDR sel
858 #        - 38  # NDRPDR sel
859 #        - 7   # NDRPDR sel
860 #        - 78  # nf-density-sel
861 #        - 83  # nf-density-sel
862
863     vpp-performance-changes-2n-clx-ref:
864       csit-vpp-perf-verify-2001-2n-clx:
865         - 28  # NDRPDR sel
866         - 29  # NDRPDR sel
867         - 32  # NDRPDR sel
868         - 40  # NDRPDR sel
869         - 43  # NDRPDR sel
870         - 44  # NDRPDR sel
871         - 45  # NDRPDR sel
872         - 47  # NDRPDR sel
873         - 48  # NDRPDR sel
874         - 49  # NDRPDR sel
875     vpp-performance-changes-2n-clx-cmp:
876       csit-vpp-perf-report-iterative-2005-2n-clx:
877         - 7   # NDRPDR sel
878         - 38  # NDRPDR sel
879         - 9   # NDRPDR sel
880         - 32  # NDRPDR sel ???
881         - 33  # NDRPDR sel ???
882         - 39  # NDRPDR sel
883         - 40  # NDRPDR sel
884         - 43  # NDRPDR sel
885         - 50  # NDRPDR sel
886         - 51  # NDRPDR sel
887     vpp-performance-changes-2n-clx-cmp-2:
888       csit-vpp-perf-report-iterative-2005-2n-clx:
889         - 62  # NDRPDR sel env 4
890         - 63  # NDRPDR sel env 4
891         - 64  # NDRPDR sel env 4
892         - 65  # NDRPDR sel env 4
893         - 66  # NDRPDR sel env 4
894         - 68  # NDRPDR sel env 4
895         - 69  # NDRPDR sel env 4
896         - 70  # NDRPDR sel env 4
897     vpp-performance-changes-2n-clx-cmp-2001.0-4:
898       csit-vpp-perf-report-iterative-2005-2n-clx:
899         - 73  # NDRPDR sel 2001.0-4
900         - 74  # NDRPDR sel 2001.0-4
901         - 75  # NDRPDR sel 2001.0-4
902         - 76  # NDRPDR sel 2001.0-4
903         - 77  # NDRPDR sel 2001.0-4
904         - 78  # NDRPDR sel 2001.0-4
905         - 79  # NDRPDR sel 2001.0-4
906         - 80  # NDRPDR sel 2001.0-4
907
908     vpp-performance-changes-2n-dnv-h1:
909       csit-vpp-perf-verify-1908-2n-dnv:
910         - 1   # NDRPDR sel
911         - 2   # NDRPDR sel
912         - 3   # NDRPDR sel
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     vpp-performance-changes-2n-dnv-ref:
921       csit-vpp-perf-verify-2001-2n-dnv:
922         - 4   # NDRPDR sel
923         - 5   # NDRPDR sel
924         - 6   # NDRPDR sel
925         - 7   # NDRPDR sel
926         - 8   # NDRPDR sel
927         - 9   # NDRPDR sel
928         - 10  # NDRPDR sel
929         - 11  # NDRPDR sel
930         - 13  # NDRPDR sel
931         - 16  # NDRPDR sel
932     vpp-performance-changes-2n-dnv-cmp:
933       csit-vpp-perf-report-iterative-2005-2n-dnv:
934         - 3   # NDRPDR sel
935         - 6   # NDRPDR sel
936         - 7   # NDRPDR sel
937         - 8   # NDRPDR sel
938         - 9   # NDRPDR sel
939         - 10  # NDRPDR sel
940         - 11  # NDRPDR sel
941         - 12  # NDRPDR sel
942         - 13  # NDRPDR sel
943         - 14  # NDRPDR sel
944
945     vpp-performance-changes-3n-dnv-h1:
946       csit-vpp-perf-verify-1908-3n-dnv:
947         - 6   # NDRPDR sel
948         - 7   # NDRPDR sel
949         - 8   # NDRPDR sel
950         - 9   # NDRPDR sel
951         - 10  # NDRPDR sel
952         - 12  # NDRPDR sel
953         - 13  # NDRPDR sel
954         - 14  # NDRPDR sel
955         - 15  # NDRPDR sel
956         - 16  # NDRPDR sel
957     vpp-performance-changes-3n-dnv-ref:
958       csit-vpp-perf-verify-2001-3n-dnv:
959         - 5   # NDRPDR sel
960         - 6   # NDRPDR sel
961         - 7   # NDRPDR sel
962         - 8   # NDRPDR sel
963         - 9   # NDRPDR sel
964         - 10  # NDRPDR sel
965         - 12  # NDRPDR sel
966         - 16  # NDRPDR sel
967         - 17  # NDRPDR sel
968         - 18  # NDRPDR sel
969     vpp-performance-changes-3n-dnv-cmp:
970       csit-vpp-perf-report-iterative-2005-3n-dnv:
971         - 2   # NDRPDR sel
972         - 3   # NDRPDR sel
973         - 4   # NDRPDR sel
974         - 5   # NDRPDR sel
975         - 6   # NDRPDR sel
976         - 7   # NDRPDR sel
977         - 9   # NDRPDR sel
978         - 10  # NDRPDR sel
979         - 11  # NDRPDR sel
980         - 12  # NDRPDR sel
981
982     vpp-performance-changes-3n-tsh-h1:
983       csit-vpp-perf-verify-1908-3n-tsh:
984         - 7   # NDRPDR sel
985         - 8   # NDRPDR sel
986         - 9   # NDRPDR sel
987         - 10  # NDRPDR sel
988         - 11  # NDRPDR sel
989         - 12  # NDRPDR sel
990         - 13  # NDRPDR sel
991         - 14  # NDRPDR sel
992         - 15  # NDRPDR sel
993         - 16  # NDRPDR sel
994     vpp-performance-changes-3n-tsh-ref:
995       csit-vpp-perf-verify-2001-3n-tsh:
996         - 3   # NDRPDR sel
997         - 4   # NDRPDR sel
998         - 7   # NDRPDR sel
999         - 8   # NDRPDR sel
1000         - 10  # NDRPDR sel
1001         - 12  # NDRPDR sel
1002         - 13  # NDRPDR sel
1003         - 14  # NDRPDR sel
1004         - 15  # NDRPDR sel
1005         - 21  # NDRPDR sel
1006     vpp-performance-changes-3n-tsh-cmp:
1007       csit-vpp-perf-report-iterative-2005-3n-tsh:
1008         - 9   # NDRPDR sel
1009         - 11  # NDRPDR sel
1010         - 12  # NDRPDR sel
1011         - 20  # NDRPDR sel
1012         - 14  # NDRPDR sel
1013         - 21  # NDRPDR sel
1014     vpp-performance-changes-3n-tsh-cmp-2:
1015       csit-vpp-perf-report-iterative-2005-3n-tsh:
1016         - 23  # NDRPDR sel env 4
1017         - 25  # NDRPDR sel env 4
1018         - 33  # NDRPDR sel env 4
1019         - 34  # NDRPDR sel env 4
1020         - 35  # NDRPDR sel env 4
1021         - 36  # NDRPDR sel env 4
1022     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1023       csit-vpp-perf-report-iterative-2005-3n-tsh:
1024         - 28  # NDRPDR sel 2001.0-4
1025         - 29  # NDRPDR sel 2001.0-4
1026         - 31  # NDRPDR sel 2001.0-4
1027
1028     vpp-soak-vs-ndr-2n-skx-ref:
1029       csit-vpp-perf-report-iterative-2005-2n-skx:
1030         - 88  # NDRPDR sel env 4
1031         - 89  # NDRPDR sel env 4
1032         - 90  # NDRPDR sel env 4
1033         - 91  # NDRPDR sel env 4
1034         - 92  # NDRPDR sel env 4
1035         - 93  # NDRPDR sel env 4
1036         - 94  # NDRPDR sel env 4
1037     vpp-soak-vs-ndr-2n-skx-cmp:
1038       csit-vpp-perf-report-iterative-2005-2n-skx:
1039         - 122 # Soak
1040         - 123 # Soak
1041     vpp-soak-vs-ndr-2n-skx:
1042       csit-vpp-perf-report-iterative-2005-2n-skx:
1043         - 88  # NDRPDR sel env 4
1044         - 89  # NDRPDR sel env 4
1045         - 90  # NDRPDR sel env 4
1046         - 91  # NDRPDR sel env 4
1047         - 92  # NDRPDR sel env 4
1048         - 93  # NDRPDR sel env 4
1049         - 94  # NDRPDR sel env 4
1050         - 122 # Soak
1051         - 123 # Soak
1052
1053     vpp-soak-vs-ndr-2n-clx-ref:
1054       csit-vpp-perf-report-iterative-2005-2n-clx:
1055         - 62  # NDRPDR sel env 4
1056         - 63  # NDRPDR sel env 4
1057         - 64  # NDRPDR sel env 4
1058         - 65  # NDRPDR sel env 4
1059         - 66  # NDRPDR sel env 4
1060         - 68  # NDRPDR sel env 4
1061         - 69  # NDRPDR sel env 4
1062         - 70  # NDRPDR sel env 4
1063     vpp-soak-vs-ndr-2n-clx-cmp:
1064       csit-vpp-perf-report-iterative-2005-2n-clx:
1065         - 101 # Soak
1066         - 102 # Soak
1067     vpp-soak-vs-ndr-2n-clx:
1068       csit-vpp-perf-report-iterative-2005-2n-clx:
1069         - 62  # NDRPDR sel env 4
1070         - 63  # NDRPDR sel env 4
1071         - 64  # NDRPDR sel env 4
1072         - 65  # NDRPDR sel env 4
1073         - 66  # NDRPDR sel env 4
1074         - 68  # NDRPDR sel env 4
1075         - 69  # NDRPDR sel env 4
1076         - 70  # NDRPDR sel env 4
1077         - 101 # Soak
1078         - 102 # Soak
1079
1080     vpp-performance-changes-3n-hsw-mrr-h1:
1081       csit-vpp-perf-verify-1908-3n-hsw:
1082         - 39  # MRR sel
1083     vpp-performance-changes-3n-hsw-mrr-ref:
1084       csit-vpp-perf-verify-2001-3n-hsw:
1085         - 17  # MRR sel
1086     vpp-performance-changes-3n-hsw-mrr-cmp:
1087       csit-vpp-perf-report-iterative-2005-3n-hsw:
1088         - 13  # MRR
1089     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1090       csit-vpp-perf-report-iterative-2005-3n-hsw:
1091         - 30  # MRR env 4
1092
1093 #    vpp-performance-changes-3n-skx-mrr-h1:
1094 #      csit-vpp-perf-verify-1908-3n-skx:
1095 #        - 36  # MRR sel
1096     vpp-performance-changes-3n-skx-mrr-ref:
1097       csit-vpp-perf-verify-2001-3n-skx:
1098         - 50  # MRR sel
1099         - 53  # MRR sel addition
1100     vpp-performance-changes-3n-skx-mrr-cmp:
1101       csit-vpp-perf-report-iterative-2005-3n-skx:
1102         - 6   # MRR sel
1103     vpp-performance-changes-3n-skx-mrr-cmp-2:
1104       csit-vpp-perf-report-iterative-2005-3n-skx:
1105         - 49  # MRR sel env 4
1106
1107 #    vpp-performance-changes-2n-skx-mrr-h1:
1108 #      csit-vpp-perf-verify-1908-2n-skx:
1109 #        - 69  # MRR sel
1110     vpp-performance-changes-2n-skx-mrr-ref:
1111       csit-vpp-perf-verify-2001-2n-skx:
1112         - 101 # MRR sel
1113         - 128 # MRR sel addition
1114     vpp-performance-changes-2n-skx-mrr-cmp:
1115       csit-vpp-perf-report-iterative-2005-2n-skx:
1116         - 42  # MRR sel
1117     vpp-performance-changes-2n-skx-mrr-cmp-2:
1118       csit-vpp-perf-report-iterative-2005-2n-skx:
1119         - 99  # MRR sel env 4
1120
1121     vpp-performance-changes-2n-clx-mrr-ref:
1122       csit-vpp-perf-verify-2001-2n-clx:
1123         - 39  # MRR
1124     vpp-performance-changes-2n-clx-mrr-cmp:
1125       csit-vpp-perf-report-iterative-2005-2n-clx:
1126         - 12   # MRR
1127     vpp-performance-changes-2n-clx-mrr-cmp-2:
1128       csit-vpp-perf-report-iterative-2005-2n-clx:
1129         - 72   # MRR sel env 4
1130
1131 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1132 #      csit-vpp-perf-verify-1908-2n-skx:
1133 #        - 71  # NFV MRR
1134 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1135 #      # csit-vpp-perf-verify-2001-2n-skx:
1136 #      csit-vpp-perf-verify-1908-2n-skx:
1137 #        - 71  # NFV MRR
1138
1139     vpp-performance-changes-2n-dnv-mrr-h1:
1140       csit-vpp-perf-verify-1908-2n-dnv:
1141         - 11  # MRR sel
1142     vpp-performance-changes-2n-dnv-mrr-ref:
1143       csit-vpp-perf-verify-2001-2n-dnv:
1144         - 12  # MRR sel
1145     vpp-performance-changes-2n-dnv-mrr-cmp:
1146       csit-vpp-perf-report-iterative-2005-2n-dnv:
1147         - 15  # MRR sel
1148
1149     vpp-performance-changes-3n-dnv-mrr-h1:
1150       csit-vpp-perf-verify-1908-3n-dnv:
1151         - 17  # MRR sel
1152     vpp-performance-changes-3n-dnv-mrr-ref:
1153       csit-vpp-perf-verify-2001-3n-dnv:
1154         - 11  # MRR sel
1155     vpp-performance-changes-3n-dnv-mrr-cmp:
1156       csit-vpp-perf-report-iterative-2005-3n-dnv:
1157         - 8   # MRR
1158
1159     vpp-performance-changes-3n-tsh-mrr-h1:
1160       csit-vpp-perf-verify-1908-3n-tsh:
1161         - 17  # MRR sel
1162     vpp-performance-changes-3n-tsh-mrr-ref:
1163       csit-vpp-perf-verify-2001-3n-tsh:
1164         - 9   # MRR sel
1165     vpp-performance-changes-3n-tsh-mrr-cmp:
1166       csit-vpp-perf-report-iterative-2005-3n-tsh:
1167         - 10  # MRR sel
1168     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1169       csit-vpp-perf-report-iterative-2005-3n-tsh:
1170         - 27  # MRR sel env 4
1171
1172     dpdk-performance-changes-3n-hsw-h1:
1173       csit-dpdk-perf-verify-1908-3n-hsw:
1174         - 2   # NDRPDR sel
1175         - 3   # NDRPDR sel
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     dpdk-performance-changes-3n-hsw-ref:
1185       csit-dpdk-perf-verify-2001-3n-hsw:
1186         - 4   # NDRPDR sel
1187         - 5   # NDRPDR sel
1188         - 6   # NDRPDR sel
1189         - 7   # NDRPDR sel
1190         - 8   # NDRPDR sel
1191         - 9   # NDRPDR sel
1192         - 10  # NDRPDR sel
1193         - 11  # NDRPDR sel
1194         - 12  # NDRPDR sel
1195         - 13  # NDRPDR sel
1196         - 15  # NDRPDR sel
1197         - 16  # NDRPDR sel
1198         - 17  # NDRPDR sel
1199         - 18  # NDRPDR sel
1200         - 19  # NDRPDR sel
1201         - 20  # NDRPDR sel
1202         - 21  # NDRPDR sel
1203         - 22  # NDRPDR sel
1204         - 23  # NDRPDR sel
1205         - 24  # NDRPDR sel
1206     dpdk-performance-changes-3n-hsw-cmp:
1207       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1208         - 25  # NDRPDR iter
1209         - 26  # NDRPDR iter
1210         - 27  # NDRPDR iter
1211         - 28  # NDRPDR iter
1212         - 29  # NDRPDR iter
1213         - 30  # NDRPDR iter
1214         - 31  # NDRPDR iter
1215         - 32  # NDRPDR iter
1216         - 33  # NDRPDR iter
1217         - 34  # NDRPDR iter
1218
1219     dpdk-performance-changes-3n-skx-h1:
1220       csit-dpdk-perf-verify-1908-3n-skx:
1221         - 3   # NDRPDR sel
1222         - 4   # NDRPDR sel
1223         - 5   # NDRPDR sel
1224         - 6   # NDRPDR sel
1225         - 7   # NDRPDR sel
1226         - 8   # NDRPDR sel
1227         - 9   # NDRPDR sel
1228         - 10  # NDRPDR sel
1229         - 11  # NDRPDR sel
1230         - 12  # NDRPDR sel
1231     dpdk-performance-changes-3n-skx-ref:
1232       csit-dpdk-perf-verify-2001-3n-skx:
1233         - 29  # NDRPDR sel xxv710
1234         - 33  # NDRPDR sel xxv710
1235         - 34  # NDRPDR sel xxv710
1236         - 35  # NDRPDR sel xxv710
1237         - 36  # NDRPDR sel xxv710
1238         - 37  # NDRPDR sel xxv710
1239         - 41  # NDRPDR sel xxv710
1240         - 42  # NDRPDR sel xxv710
1241         - 43  # NDRPDR sel xxv710
1242         - 45  # NDRPDR sel xxv710
1243         - 30  # NDRPDR sel x710
1244         - 31  # NDRPDR sel x710
1245         - 32  # NDRPDR sel x710
1246         - 38  # NDRPDR sel x710
1247         - 39  # NDRPDR sel x710
1248         - 40  # NDRPDR sel x710
1249         - 44  # NDRPDR sel x710
1250         - 46  # NDRPDR sel x710
1251         - 47  # NDRPDR sel x710
1252         - 48  # NDRPDR sel x710
1253     dpdk-performance-changes-3n-skx-cmp:
1254       csit-dpdk-perf-report-iterative-2005-3n-skx:
1255         - 28  # NDRPDR iter
1256         - 29  # NDRPDR iter
1257         - 30  # NDRPDR iter
1258         - 31  # NDRPDR iter
1259         - 32  # NDRPDR iter
1260         - 33  # NDRPDR iter
1261         - 34  # NDRPDR iter
1262         - 35  # NDRPDR iter
1263         - 36  # NDRPDR iter
1264         - 37  # NDRPDR iter
1265
1266     dpdk-performance-changes-2n-skx-h1:
1267       csit-dpdk-perf-verify-1908-2n-skx:
1268         - 2   # NDRPDR sel
1269         - 3   # NDRPDR sel
1270         - 4   # NDRPDR sel
1271         - 5   # NDRPDR sel
1272         - 7   # NDRPDR sel
1273         - 8   # NDRPDR sel
1274         - 9   # NDRPDR sel
1275         - 10  # NDRPDR sel
1276         - 11  # NDRPDR sel
1277         - 12  # NDRPDR sel
1278     dpdk-performance-changes-2n-skx-ref:
1279       csit-dpdk-perf-verify-2001-2n-skx:
1280         - 35  # NDRPDR sel xxv710
1281         - 36  # NDRPDR sel xxv710
1282         - 37  # NDRPDR sel xxv710
1283         - 41  # NDRPDR sel xxv710
1284         - 42  # NDRPDR sel xxv710
1285         - 43  # NDRPDR sel xxv710
1286         - 46  # NDRPDR sel xxv710
1287         - 47  # NDRPDR sel xxv710
1288         - 52  # NDRPDR sel xxv710
1289         - 53  # NDRPDR sel xxv710
1290         - 38  # NDRPDR sel x710
1291         - 39  # NDRPDR sel x710
1292         - 40  # NDRPDR sel x710
1293         - 44  # NDRPDR sel x710
1294         - 45  # NDRPDR sel x710
1295         - 48  # NDRPDR sel x710
1296         - 49  # NDRPDR sel x710
1297         - 50  # NDRPDR sel x710
1298         - 51  # NDRPDR sel x710
1299         - 54  # NDRPDR sel x710
1300     dpdk-performance-changes-2n-skx-cmp:
1301       csit-dpdk-perf-report-iterative-2005-2n-skx:
1302         - 20  # NDRPDR iter
1303         - 21  # NDRPDR iter
1304         - 22  # NDRPDR iter
1305         - 23  # NDRPDR iter
1306         - 24  # NDRPDR iter
1307         - 25  # NDRPDR iter
1308         - 26  # NDRPDR iter
1309         - 27  # NDRPDR iter
1310         - 28  # NDRPDR iter
1311         - 29  # NDRPDR iter
1312
1313     dpdk-performance-changes-2n-clx-ref:
1314       csit-dpdk-perf-verify-2001-2n-clx:
1315         - 15  # NDRPDR sel
1316         - 16  # NDRPDR sel
1317         - 17  # NDRPDR sel
1318         - 18  # NDRPDR sel
1319         - 19  # NDRPDR sel
1320         - 20  # NDRPDR sel
1321         - 21  # NDRPDR sel
1322         - 22  # NDRPDR sel
1323         - 23  # NDRPDR sel
1324         - 24  # NDRPDR sel
1325         - 25  # NDRPDR sel
1326         - 26  # NDRPDR sel
1327         - 27  # NDRPDR sel
1328         - 28  # NDRPDR sel
1329         - 29  # NDRPDR sel
1330         - 30  # NDRPDR sel
1331         - 31  # NDRPDR sel
1332         - 32  # NDRPDR sel
1333         - 33  # NDRPDR sel
1334         - 34  # NDRPDR sel
1335     dpdk-performance-changes-2n-clx-cmp:
1336       csit-dpdk-perf-report-iterative-2005-2n-clx:
1337         - 20  # NDRPDR iter
1338         - 21  # NDRPDR iter
1339         - 22  # NDRPDR iter
1340         - 23  # NDRPDR iter
1341         - 24  # NDRPDR iter
1342         - 25  # NDRPDR iter
1343         - 26  # NDRPDR iter
1344         - 27  # NDRPDR iter
1345         - 28  # NDRPDR iter
1346         - 29  # NDRPDR iter
1347
1348     dpdk-performance-changes-2n-dnv-ref:
1349       csit-dpdk-perf-verify-2001-2n-dnv:
1350         - 9   # NDRPDR sel
1351         - 10  # NDRPDR sel
1352         - 11  # NDRPDR sel
1353         - 12  # NDRPDR sel
1354         - 13  # NDRPDR sel
1355         - 14  # NDRPDR sel
1356         - 15  # NDRPDR sel
1357         - 16  # NDRPDR sel
1358         - 17  # NDRPDR sel
1359         - 18  # NDRPDR sel
1360     dpdk-performance-changes-2n-dnv-cmp:
1361       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1362         - 8   # NDRPDR sel
1363         - 9   # NDRPDR sel
1364         - 10  # NDRPDR sel
1365         - 11  # NDRPDR sel
1366         - 12  # NDRPDR sel
1367         - 13  # NDRPDR sel
1368         - 14  # NDRPDR sel
1369         - 15  # NDRPDR sel
1370         - 16  # NDRPDR sel
1371         - 17  # NDRPDR sel
1372
1373     dpdk-performance-changes-3n-dnv-ref:
1374       csit-dpdk-perf-verify-2001-3n-dnv:
1375         - 12  # NDRPDR sel
1376         - 13  # NDRPDR sel
1377         - 14  # NDRPDR sel
1378         - 15  # NDRPDR sel
1379         - 16  # NDRPDR sel
1380         - 17  # NDRPDR sel
1381         - 18  # NDRPDR sel
1382         - 19  # NDRPDR sel
1383         - 20  # NDRPDR sel
1384         - 22  # NDRPDR sel
1385     dpdk-performance-changes-3n-dnv-cmp:
1386       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1387         - 6   # NDRPDR sel
1388         - 7   # NDRPDR sel
1389         - 8   # NDRPDR sel
1390         - 9   # NDRPDR sel
1391         - 10  # NDRPDR sel
1392         - 11  # NDRPDR sel
1393         - 12  # NDRPDR sel
1394         - 13  # NDRPDR sel
1395         - 14  # NDRPDR sel
1396         - 16  # NDRPDR sel
1397
1398     dpdk-performance-changes-3n-tsh-ref:
1399       csit-dpdk-perf-verify-2001-3n-tsh:
1400         - 3   # NDRPDR sel
1401         - 4   # NDRPDR sel
1402         - 5   # NDRPDR sel
1403         - 9   # NDRPDR sel
1404         - 10  # NDRPDR sel
1405         - 11  # NDRPDR sel
1406         - 12  # NDRPDR sel
1407         - 14  # NDRPDR sel
1408         - 15  # NDRPDR sel
1409         - 18  # NDRPDR sel
1410     dpdk-performance-changes-3n-tsh-cmp:
1411       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1412         - 5   # NDRPDR sel
1413
1414     # Compare testbeds
1415
1416     vpp-compare-testbeds-ref:
1417       csit-vpp-perf-report-iterative-2005-3n-hsw:
1418         - 20  # NDRPDR sel env 4
1419         - 21  # NDRPDR sel env 4
1420         - 22  # NDRPDR sel env 4
1421         - 23  # NDRPDR sel env 4
1422         - 24  # NDRPDR sel env 4
1423         - 25  # NDRPDR sel env 4
1424         - 26  # NDRPDR sel env 4
1425         - 27  # NDRPDR sel env 4
1426         - 28  # NDRPDR sel env 4
1427         - 29  # NDRPDR sel env 4
1428     vpp-compare-testbeds-cmp:
1429       csit-vpp-perf-report-iterative-2005-3n-skx:
1430         - 42  # NDRPDR sel env 4
1431         - 43  # NDRPDR sel env 4
1432         - 44  # NDRPDR sel env 4
1433         - 45  # NDRPDR sel env 4
1434         - 47  # NDRPDR sel env 4
1435
1436     vpp-compare-testbeds-skx-clx-ref:
1437       csit-vpp-perf-report-iterative-2005-2n-skx:
1438         - 88  # NDRPDR sel env 4
1439         - 89  # NDRPDR sel env 4
1440         - 90  # NDRPDR sel env 4
1441         - 91  # NDRPDR sel env 4
1442         - 92  # NDRPDR sel env 4
1443         - 93  # NDRPDR sel env 4
1444         - 94  # NDRPDR sel env 4
1445     vpp-compare-testbeds-skx-clx-cmp:
1446       csit-vpp-perf-report-iterative-2005-2n-clx:
1447         - 62  # NDRPDR sel env 4
1448         - 63  # NDRPDR sel env 4
1449         - 64  # NDRPDR sel env 4
1450         - 65  # NDRPDR sel env 4
1451         - 66  # NDRPDR sel env 4
1452         - 68  # NDRPDR sel env 4
1453         - 69  # NDRPDR sel env 4
1454         - 70  # NDRPDR sel env 4
1455
1456     vpp-compare-testbeds-hsw-clx-ref:
1457       csit-vpp-perf-report-iterative-2005-3n-hsw:
1458         - 20  # NDRPDR sel env 4
1459         - 21  # NDRPDR sel env 4
1460         - 22  # NDRPDR sel env 4
1461         - 23  # NDRPDR sel env 4
1462         - 24  # NDRPDR sel env 4
1463         - 25  # NDRPDR sel env 4
1464         - 26  # NDRPDR sel env 4
1465         - 27  # NDRPDR sel env 4
1466         - 28  # NDRPDR sel env 4
1467         - 29  # NDRPDR sel env 4
1468     vpp-compare-testbeds-hsw-clx-cmp:
1469       csit-vpp-perf-report-iterative-2005-2n-clx:
1470         - 62  # NDRPDR sel env 4
1471         - 63  # NDRPDR sel env 4
1472         - 64  # NDRPDR sel env 4
1473         - 65  # NDRPDR sel env 4
1474         - 66  # NDRPDR sel env 4
1475         - 68  # NDRPDR sel env 4
1476         - 69  # NDRPDR sel env 4
1477         - 70  # NDRPDR sel env 4
1478
1479     vpp-compare-testbeds-mrr-ref:
1480       csit-vpp-perf-report-iterative-2005-3n-hsw:
1481         - 30  # MRR env 4
1482     vpp-compare-testbeds-mrr-cmp:
1483       csit-vpp-perf-report-iterative-2005-3n-skx:
1484         - 49  # MRR sel env 4
1485
1486     vpp-compare-testbeds-mrr-skx-clx-ref:
1487       csit-vpp-perf-report-iterative-2005-2n-skx:
1488         - 99  # MRR sel env 4
1489     vpp-compare-testbeds-mrr-skx-clx-cmp:
1490       csit-vpp-perf-report-iterative-2005-2n-clx:
1491         - 72  # MRR env 4
1492
1493     vpp-compare-testbeds-mrr-hsw-clx-ref:
1494       csit-vpp-perf-report-iterative-2005-3n-hsw:
1495         - 30  # MRR env 4
1496     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1497       csit-vpp-perf-report-iterative-2005-2n-clx:
1498         - 72  # MRR env 4
1499
1500     dpdk-compare-testbeds-ref:
1501       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1502         - 25  # NDRPDR iter
1503         - 26  # NDRPDR iter
1504         - 27  # NDRPDR iter
1505         - 28  # NDRPDR iter
1506         - 29  # NDRPDR iter
1507         - 30  # NDRPDR iter
1508         - 31  # NDRPDR iter
1509         - 32  # NDRPDR iter
1510         - 33  # NDRPDR iter
1511         - 34  # NDRPDR iter
1512     dpdk-compare-testbeds-cmp:
1513       csit-dpdk-perf-report-iterative-2005-3n-skx:
1514         - 28  # NDRPDR iter
1515         - 29  # NDRPDR iter
1516         - 30  # NDRPDR iter
1517         - 31  # NDRPDR iter
1518         - 32  # NDRPDR iter
1519         - 33  # NDRPDR iter
1520         - 34  # NDRPDR iter
1521         - 35  # NDRPDR iter
1522         - 36  # NDRPDR iter
1523         - 37  # NDRPDR iter
1524
1525     dpdk-compare-testbeds-skx-clx-ref:
1526       csit-dpdk-perf-report-iterative-2005-2n-skx:
1527         - 20  # NDRPDR iter
1528         - 21  # NDRPDR iter
1529         - 22  # NDRPDR iter
1530         - 23  # NDRPDR iter
1531         - 24  # NDRPDR iter
1532         - 25  # NDRPDR iter
1533         - 26  # NDRPDR iter
1534         - 27  # NDRPDR iter
1535         - 28  # NDRPDR iter
1536         - 29  # NDRPDR iter
1537     dpdk-compare-testbeds-skx-clx-cmp:
1538       csit-dpdk-perf-report-iterative-2005-2n-clx:
1539         - 20  # NDRPDR iter
1540         - 21  # NDRPDR iter
1541         - 22  # NDRPDR iter
1542         - 23  # NDRPDR iter
1543         - 24  # NDRPDR iter
1544         - 25  # NDRPDR iter
1545         - 26  # NDRPDR iter
1546         - 27  # NDRPDR iter
1547         - 28  # NDRPDR iter
1548         - 29  # NDRPDR iter
1549
1550     # Compare topologies
1551
1552     vpp-compare-topologies-ref:
1553       csit-vpp-perf-report-iterative-2005-3n-skx:
1554         - 42  # NDRPDR sel env 4
1555         - 43  # NDRPDR sel env 4
1556         - 44  # NDRPDR sel env 4
1557         - 45  # NDRPDR sel env 4
1558         - 47  # NDRPDR sel env 4
1559     vpp-compare-topologies-cmp:
1560       csit-vpp-perf-report-iterative-2005-2n-skx:
1561         - 88  # NDRPDR sel env 4
1562         - 89  # NDRPDR sel env 4
1563         - 90  # NDRPDR sel env 4
1564         - 91  # NDRPDR sel env 4
1565         - 92  # NDRPDR sel env 4
1566         - 93  # NDRPDR sel env 4
1567         - 94  # NDRPDR sel env 4
1568
1569     vpp-compare-topologies-mrr-ref:
1570       csit-vpp-perf-report-iterative-2005-3n-skx:
1571         - 49  # MRR sel env 4
1572     vpp-compare-topologies-mrr-cmp:
1573       csit-vpp-perf-report-iterative-2005-2n-skx:
1574         - 99  # MRR sel env 4
1575
1576     dpdk-compare-topologies-ref:
1577       csit-dpdk-perf-report-iterative-2005-3n-skx:
1578         - 28  # NDRPDR iter
1579         - 29  # NDRPDR iter
1580         - 30  # NDRPDR iter
1581         - 31  # NDRPDR iter
1582         - 32  # NDRPDR iter
1583         - 33  # NDRPDR iter
1584         - 34  # NDRPDR iter
1585         - 35  # NDRPDR iter
1586         - 36  # NDRPDR iter
1587         - 37  # NDRPDR iter
1588     dpdk-compare-topologies-cmp:
1589       csit-dpdk-perf-report-iterative-2005-2n-skx:
1590         - 20  # NDRPDR iter
1591         - 21  # NDRPDR iter
1592         - 22  # NDRPDR iter
1593         - 23  # NDRPDR iter
1594         - 24  # NDRPDR iter
1595         - 25  # NDRPDR iter
1596         - 26  # NDRPDR iter
1597         - 27  # NDRPDR iter
1598         - 28  # NDRPDR iter
1599         - 29  # NDRPDR iter
1600
1601   plot-layouts:
1602
1603     plot-soak-throughput:
1604       titlefont:
1605         size: 18
1606       xaxis:
1607         title: "<b>Test Cases [Index]</b>"
1608         titlefont:
1609           size: 16
1610         autorange: True
1611         fixedrange: False
1612         gridcolor: "rgb(230, 230, 230)"
1613         linecolor: "rgb(220, 220, 220)"
1614         linewidth: 1
1615         showgrid: True
1616         showline: True
1617         showticklabels: True
1618         tickcolor: "rgb(220, 220, 220)"
1619         tickmode: "linear"
1620         tickfont:
1621           size: 16
1622         zeroline: False
1623       yaxis:
1624         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1625         titlefont:
1626           size: 16
1627         gridcolor: "rgb(230, 230, 230)"
1628         hoverformat: ".4r"
1629         tickformat: ".3r"
1630         linecolor: "rgb(220, 220, 220)"
1631         linewidth: 1
1632         showgrid: True
1633         showline: True
1634         showticklabels: True
1635         tickcolor: "rgb(220, 220, 220)"
1636         tickfont:
1637           size: 16
1638         zeroline: False
1639         range: [0,50]
1640       autosize: False
1641       margin:
1642         t: 50
1643         b: 0
1644         l: 80
1645         r: 20
1646       showlegend: True
1647       legend:
1648         orientation: "h"
1649         font:
1650           size: 16
1651       width: 700
1652       height: 900
1653       paper_bgcolor: "#fff"
1654       plot_bgcolor: "#fff"
1655       hoverlabel:
1656         namelength: -1
1657
1658     plot-service-density:
1659       titlefont:
1660         size: 18
1661       xaxis:
1662         side: "top"
1663         autorange: True
1664         fixedrange: False
1665         showgrid: False
1666         showline: False
1667         showticklabels: False
1668         ticks: ""
1669         ticklen: 0
1670         tickwidth: 0
1671         zeroline: False
1672       yaxis:
1673         autorange: "reversed"
1674         showgrid: False
1675         showline: False
1676         showticklabels: False
1677         ticks: ""
1678         ticklen: 0
1679         tickwidth: 0
1680         zeroline: False
1681       showlegend: False
1682       paper_bgcolor: "#fff"
1683       plot_bgcolor: "#fff"
1684       width: 700
1685       height: 700
1686       hoverlabel:
1687         namelength: -1
1688
1689     plot-hoststack:
1690       titlefont:
1691         size: 16
1692       xaxis:
1693         title: "<b>Test Cases [Index]</b>"
1694         titlefont:
1695           size: 14
1696         autorange: True
1697         fixedrange: False
1698         gridcolor: "rgb(230, 230, 230)"
1699         linecolor: "rgb(220, 220, 220)"
1700         linewidth: 1
1701         showgrid: True
1702         showline: True
1703         showticklabels: True
1704         tickcolor: "rgb(220, 220, 220)"
1705         tickmode: "linear"
1706         tickfont:
1707           size: 14
1708         zeroline: False
1709       yaxis:
1710         title: "<b>Bandwidth [Gbps]</b>"
1711         titlefont:
1712           size: 14
1713         gridcolor: "rgb(230, 230, 230)"
1714         hoverformat: ".4s"
1715         linecolor: "rgb(220, 220, 220)"
1716         linewidth: 1
1717         rangemode: "tozero"
1718         showgrid: True
1719         showline: True
1720         showticklabels: True
1721         tickcolor: "rgb(230, 230, 230)"
1722         tickformat: ".3s"
1723         tickfont:
1724           size: 14
1725         zeroline: False
1726       boxmode: "group"
1727       boxgroupgap: 0.5
1728       autosize: False
1729       margin:
1730         t: 50
1731         b: 20
1732         l: 80
1733         r: 20
1734       showlegend: True
1735       legend:
1736         orientation: "h"
1737         font:
1738           size: 14
1739       width: 700
1740       height: 800
1741       paper_bgcolor: "#fff"
1742       plot_bgcolor: "#fff"
1743       hoverlabel:
1744         namelength: -1
1745
1746     plot-throughput:
1747       titlefont:
1748         size: 18
1749       xaxis:
1750         title: "<b>Test Cases [Index]</b>"
1751         titlefont:
1752           size: 16
1753         autorange: True
1754         fixedrange: False
1755         gridcolor: "rgb(230, 230, 230)"
1756         linecolor: "rgb(220, 220, 220)"
1757         linewidth: 1
1758         showgrid: True
1759         showline: True
1760         showticklabels: True
1761         tickcolor: "rgb(220, 220, 220)"
1762         tickmode: "linear"
1763         tickfont:
1764           size: 16
1765         zeroline: False
1766       yaxis:
1767         title: "<b>Packet Throughput [Mpps]</b>"
1768         titlefont:
1769           size: 16
1770         gridcolor: "rgb(230, 230, 230)"
1771         hoverformat: ".4r"
1772         tickformat: ".3r"
1773         linecolor: "rgb(220, 220, 220)"
1774         linewidth: 1
1775         showgrid: True
1776         showline: True
1777         showticklabels: True
1778         tickcolor: "rgb(220, 220, 220)"
1779         tickfont:
1780           size: 16
1781         zeroline: False
1782         range: [0,50]
1783       autosize: False
1784       margin:
1785         t: 50
1786         b: 0
1787         l: 80
1788         r: 20
1789       showlegend: True
1790       legend:
1791         orientation: "h"
1792         font:
1793           size: 16
1794       width: 700
1795       height: 900
1796       paper_bgcolor: "#fff"
1797       plot_bgcolor: "#fff"
1798       hoverlabel:
1799         namelength: -1
1800
1801     plot-throughput-speedup-analysis:
1802       titlefont:
1803         size: 18
1804       xaxis:
1805         title: "<b>Number of Cores [Qty]</b>"
1806         titlefont:
1807           size: 16
1808         autorange: True
1809         fixedrange: False
1810         gridcolor: "rgb(230, 230, 230)"
1811         linecolor: "rgb(220, 220, 220)"
1812         linewidth: 1
1813         showgrid: True
1814         showline: True
1815         showticklabels: True
1816         tickcolor: "rgb(238, 238, 238)"
1817         tickmode: "linear"
1818         tickfont:
1819           size: 16
1820         zeroline: False
1821       yaxis:
1822         title: "<b>Packet Throughput [Mpps]</b>"
1823         titlefont:
1824           size: 16
1825         type: "linear"
1826         gridcolor: "rgb(230, 230, 230)"
1827         hoverformat: ".4s"
1828         linecolor: "rgb(220, 220, 220)"
1829         linewidth: 1
1830         showgrid: True
1831         showline: True
1832         showticklabels: True
1833         tickcolor: "rgb(220, 220, 220)"
1834         tickformat: ".4s"
1835         tickfont:
1836           size: 16
1837         zeroline: True
1838         rangemode: "tozero"
1839         range: [0,100]
1840       legend:
1841         orientation: "h"
1842         font:
1843           size: 16
1844         xanchor: "left"
1845         yanchor: "top"
1846         x: 0
1847         y: -0.2
1848         bgcolor: "rgba(255, 255, 255, 0)"
1849         bordercolor: "rgba(255, 255, 255, 0)"
1850         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1851       autosize: False
1852       margin:
1853           't': 50
1854           'b': 150
1855           'l': 85
1856           'r': 10
1857       showlegend: True
1858       width: 700
1859       height: 700
1860       paper_bgcolor: "#fff"
1861       plot_bgcolor: "#fff"
1862       hoverlabel:
1863         namelength: -1
1864       annotations: [
1865         {
1866           text: "_ _          __          ...",
1867           align: "left",
1868           showarrow: False,
1869           xref: "paper",
1870           yref: "paper",
1871           xanchor: "left",
1872           yanchor: "top",
1873           x: 0,
1874           y: -0.13,
1875           font: {
1876             family: "Consolas, Courier New",
1877             size: 15
1878           },
1879         },
1880         {
1881           text: "    Perfect     Measured     Limit",
1882           align: "left",
1883           showarrow: False,
1884           xref: "paper",
1885           yref: "paper",
1886           xanchor: "left",
1887           yanchor: "top",
1888           x: 0,
1889           y: -0.15,
1890           font: {
1891             family: "Consolas, Courier New",
1892             size: 15
1893           },
1894         },
1895       ]
1896
1897     plot-latency:
1898       titlefont:
1899         size: 18
1900       xaxis:
1901         title: "<b>Direction</b>"
1902         titlefont:
1903           size: 16
1904         autorange: True
1905         fixedrange: False
1906         gridcolor: "rgb(230, 230, 230)"
1907         linecolor: "rgb(220, 220, 220)"
1908         linewidth: 1
1909         showgrid: True
1910         showline: True
1911         showticklabels: False
1912         tickcolor: "rgb(220, 220, 220)"
1913         tickmode: "linear"
1914         tickfont:
1915           size: 16
1916         zeroline: False
1917       yaxis:
1918         title: "<b>Packet Latency [uSec]</b>"
1919         titlefont:
1920           size: 16
1921         type: "linear"
1922         gridcolor: "rgb(230, 230, 230)"
1923         hoverformat: ".4s"
1924         linecolor: "rgb(220, 220, 220)"
1925         linewidth: 1
1926         showgrid: True
1927         showline: True
1928         showticklabels: True
1929         tickcolor: "rgb(220, 220, 220)"
1930         tickformat: ".4s"
1931         tickfont:
1932           size: 16
1933         zeroline: True
1934         rangemode: "tozero"
1935       legend:
1936         orientation: "h"
1937         font:
1938           size: 16
1939         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1940       autosize: False
1941       margin:
1942           't': 50
1943           'b': 150
1944           'l': 80
1945           'r': 10
1946       showlegend: True
1947       width: 700
1948       height: 700
1949       paper_bgcolor: "#fff"
1950       plot_bgcolor: "#fff"
1951       hoverlabel:
1952         namelength: -1
1953
1954     plot-hdrh-latency:
1955       title:
1956         text: ""
1957         xanchor: "center"
1958         x: 0.5
1959         font:
1960           size: 16
1961       width: 700
1962       plot_bgcolor: "white"
1963       annotations:
1964         - font:
1965             size: 14
1966           showarrow: False
1967           text: "<b>Packet Latency [uSec]</b>"
1968           x: 1
1969           xanchor: "right"
1970           xref: "paper"
1971           y: -0.045
1972           yanchor: "top"
1973           yref: "paper"
1974         - font:
1975             size: 14
1976           showarrow: False
1977           text: "<b>Probability [%]</b>"
1978           textangle: 270
1979           x: -0.06
1980           xanchor: "center"
1981           xref: "paper"
1982           y: 0.5
1983           yanchor: "middle"
1984           yref: "paper"
1985         - font:
1986             size: 14
1987           showarrow: False
1988           text: "<b>Direction: E-W</b>"
1989           x: 0.24
1990           xanchor: "center"
1991           xref: "paper"
1992           y: 1.05
1993           yanchor: "bottom"
1994           yref: "paper"
1995         - font:
1996             size: 14
1997           showarrow: False
1998           text: "<b>Direction: W-E</b>"
1999           x: 0.74
2000           xanchor: "center"
2001           xref: "paper"
2002           y: 1.05
2003           yanchor: "bottom"
2004           yref: "paper"
2005
2006     plot-hdrh-latency-percentile:
2007       title:
2008         text: ""
2009         xanchor: "center"
2010         x: 0.5
2011         font:
2012           size: 18
2013       xaxis:
2014         type: "log"
2015         title: "<b>Percentile [%]</b>"
2016         titlefont:
2017           size: 16
2018         autorange: True
2019         fixedrange: False
2020         gridcolor: "rgb(230, 230, 230)"
2021         linecolor: "rgb(220, 220, 220)"
2022         linewidth: 1
2023         showgrid: True
2024         showline: True
2025         showticklabels: True
2026         tickcolor: "rgb(220, 220, 220)"
2027         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2028         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2029         tickfont:
2030           size: 16
2031       yaxis:
2032         title: "<b>Packet Latency [uSec]</b>"
2033         titlefont:
2034           size: 16
2035         gridcolor: "rgb(230, 230, 230)"
2036         linecolor: "rgb(220, 220, 220)"
2037         linewidth: 1
2038         showgrid: True
2039         showline: True
2040         showticklabels: True
2041         tickcolor: "rgb(220, 220, 220)"
2042         tickfont:
2043           size: 16
2044       autosize: False
2045       showlegend: True
2046       legend:
2047         traceorder: "normal"
2048         orientation: "h"
2049         font:
2050           size: 16
2051         xanchor: "left"
2052         yanchor: "top"
2053         x: 0
2054         y: -0.15
2055         bgcolor: "rgba(255, 255, 255, 0)"
2056         bordercolor: "rgba(255, 255, 255, 0)"
2057       width: 700
2058       height: 700
2059       paper_bgcolor: "white"
2060       plot_bgcolor: "white"
2061
2062     plot-hdrh-latency-by-percentile:
2063       title:
2064         text: "<b>Latency by Percentile Distribution</b>"
2065         xanchor: "center"
2066         x: 0.5
2067         font:
2068           size: 18
2069       showlegend: True
2070       legend:
2071         traceorder: "normal"
2072         orientation: "h"
2073         font:
2074           size: 16
2075         xanchor: "left"
2076         yanchor: "top"
2077         x: 0
2078         y: -0.2
2079         bgcolor: "rgba(255, 255, 255, 0)"
2080         bordercolor: "rgba(255, 255, 255, 0)"
2081       xaxis:
2082         type: "linear"
2083         title: "<b>Percentile [%]</b>"
2084         titlefont:
2085           size: 14
2086         autorange: False
2087         fixedrange: False
2088         range: [0, 100]
2089         gridcolor: "rgb(230, 230, 230)"
2090         linecolor: "rgb(220, 220, 220)"
2091         linewidth: 1
2092         showgrid: True
2093         showline: True
2094         showticklabels: True
2095         tickcolor: "rgb(220, 220, 220)"
2096         tickvals: [0, 25, 50, 75, 100]
2097         ticktext: [0, 25, 50, 75, 100]
2098         tickfont:
2099           size: 14
2100       yaxis:
2101         title: "<b>One-Way Latency per Direction [uSec]</b>"
2102         titlefont:
2103           size: 14
2104         gridcolor: "rgb(230, 230, 230)"
2105         linecolor: "rgb(220, 220, 220)"
2106         linewidth: 1
2107         showgrid: True
2108         showline: True
2109         showticklabels: True
2110         tickcolor: "rgb(220, 220, 220)"
2111         tickfont:
2112           size: 14
2113       width: 700
2114       height: 700
2115       paper_bgcolor: "white"
2116       plot_bgcolor: "white"
2117
2118 - type: "static"
2119   src-path: "{DIR[RST]}"
2120   dst-path: "{DIR[WORKING,SRC]}"
2121
2122 - type: "input"
2123   general:
2124     file-name: "output_info.xml.gz"
2125     file-format: ".gz"
2126     arch-file-format:
2127       - ".gz"
2128       - ".zip"
2129     download-path: "{job}/{build}/archives/{filename}"
2130     extract: "output.xml"
2131
2132     zip-file-name: "robot-plugin.zip"
2133     zip-file-format: ".zip"
2134     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2135     zip-extract: "robot-plugin/output.xml"
2136
2137   builds:
2138
2139     csit-vpp-perf-verify-1908-3n-hsw:
2140       - 12  # NDRPDR sel
2141       - 13  # NDRPDR sel
2142       - 14  # NDRPDR sel
2143       - 15  # NDRPDR sel
2144       - 16  # NDRPDR sel
2145       - 17  # NDRPDR sel
2146       - 18  # NDRPDR sel
2147       - 19  # NDRPDR sel
2148       - 20  # NDRPDR sel
2149       - 21  # NDRPDR sel
2150       - 39  # MRR sel
2151     csit-vpp-perf-verify-2001-3n-hsw:
2152       - 21  # NDRPDR sel
2153       - 22  # NDRPDR sel
2154       - 23  # NDRPDR sel
2155       - 24  # NDRPDR sel
2156       - 25  # NDRPDR sel
2157       - 29  # NDRPDR sel
2158       - 30  # NDRPDR sel
2159       - 31  # NDRPDR sel
2160       - 32  # NDRPDR sel
2161       - 34  # NDRPDR sel
2162       - 17  # MRR sel
2163     csit-vpp-perf-report-iterative-2005-3n-hsw:
2164       - 3   # NDRPDR sel
2165       - 4   # NDRPDR sel
2166       - 5   # NDRPDR sel
2167       - 10  # NDRPDR sel
2168       - 11  # NDRPDR sel
2169       - 12  # NDRPDR sel
2170       - 15  # NDRPDR sel
2171       - 16  # NDRPDR sel
2172       - 18  # NDRPDR sel
2173       - 19  # NDRPDR sel
2174       - 20  # NDRPDR sel env 4
2175       - 21  # NDRPDR sel env 4
2176       - 22  # NDRPDR sel env 4
2177       - 23  # NDRPDR sel env 4
2178       - 24  # NDRPDR sel env 4
2179       - 25  # NDRPDR sel env 4
2180       - 26  # NDRPDR sel env 4
2181       - 27  # NDRPDR sel env 4
2182       - 28  # NDRPDR sel env 4
2183       - 29  # NDRPDR sel env 4
2184       - 13  # MRR
2185       - 30  # MRR env 4
2186       - 31  # NDRPDR sel 2001.0-4
2187       - 32  # NDRPDR sel 2001.0-4
2188       - 33  # NDRPDR sel 2001.0-4
2189       - 34  # NDRPDR sel 2001.0-4
2190       - 35  # NDRPDR sel 2001.0-4
2191       - 36  # NDRPDR sel 2001.0-4
2192       - 38  # NDRPDR sel 2001.0-4
2193     csit-vpp-perf-verify-2005-3n-hsw:
2194       - 3   # hoststack
2195       - 5   # hoststack
2196       - 6   # hoststack
2197       - 7   # hoststack
2198       - 8   # hoststack
2199       - 9   # hoststack
2200       - 10  # hoststack
2201       - 11  # hoststack
2202       - 12  # hoststack
2203       - 13  # hoststack
2204     csit-vpp-perf-report-coverage-2005-3n-hsw:
2205       - 74  # crypto-00
2206       - 75  # crypto-01
2207       - 76  # crypto-02
2208       - 77  # crypto-03
2209       - 78  # ip4-00
2210       - 79  # ip4-01
2211       - 80  # ip4-02
2212       - 81  # ip4-03
2213       - 73  # ip4-04
2214       - 82  # ip4-05
2215       - 83  # ip4-06
2216       - 84  # ip4-07
2217       - 85  # ip4-08
2218       - 86  # ip4tun-00
2219       - 87  # ip4tun-01
2220       - 88  # ip4tun-02
2221       - 89  # ip6-00
2222       - 90  # ip6-01
2223       - 91  # ip6tun-00
2224       - 92  # l2-00
2225       - 93  # l2-01
2226       - 94  # l2-02
2227       - 95  # l2-03
2228       - 96  # l2-04
2229       - 97  # l2-05
2230       - 98  # l2-06
2231       - 99  # l2-07
2232       - 100 # l2-08
2233       - 101 # l2-09
2234       - 102 # l2-10
2235       - 103 # memif-00
2236       - 104 # srv6-00
2237       - 105 # srv6-01
2238       - 106 # vhost-00
2239       - 107 # vhost-01
2240       - 109 # vhost-02
2241
2242     csit-vpp-perf-verify-1908_1-3n-skx:
2243       - 26  # NDRPDR sel - new1908.1
2244       - 27  # NDRPDR sel - new1908.1
2245       - 28  # NDRPDR sel - new1908.1
2246       - 29  # NDRPDR sel - new1908.1
2247       - 30  # NDRPDR sel - new1908.1
2248       - 31  # NDRPDR sel - new1908.1
2249       - 33  # NDRPDR sel - new1908.1
2250       - 34  # NDRPDR sel - new1908.1
2251       - 35  # NDRPDR sel - new1908.1
2252       - 36  # NDRPDR sel - new1908.1
2253     csit-vpp-perf-verify-2001-3n-skx:
2254       - 69  # NDRPDR sel - new2001.0
2255       - 71  # NDRPDR sel - new2001.0
2256       - 72  # NDRPDR sel - new2001.0
2257       - 76  # NDRPDR sel - new2001.0
2258       - 77  # NDRPDR sel - new2001.0
2259       - 78  # NDRPDR sel - new2001.0
2260       - 80  # NDRPDR sel - new2001.0
2261       - 50  # MRR sel
2262       - 53  # MRR sel addition
2263     csit-vpp-perf-report-iterative-2005-3n-skx:
2264       - 4   # NDRPDR sel
2265       - 5   # NDRPDR sel ??? all x710 failed
2266       - 33  # NDRPDR sel
2267       - 28  # NDRPDR sel
2268       - 34  # NDRPDR sel
2269       - 36  # NDRPDR sel
2270       - 37  # NDRPDR sel
2271       - 38  # NDRPDR sel
2272       - 39  # NDRPDR sel
2273       - 41  # NDRPDR sel
2274       - 42  # NDRPDR sel env 4
2275       - 43  # NDRPDR sel env 4
2276       - 44  # NDRPDR sel env 4
2277       - 45  # NDRPDR sel env 4
2278       - 47  # NDRPDR sel env 4
2279       - 50  # NDRPDR sel 2001.0-4
2280       - 51  # NDRPDR sel 2001.0-4
2281       - 52  # NDRPDR sel 2001.0-4
2282       - 53  # NDRPDR sel 2001.0-4
2283       - 54  # NDRPDR sel 2001.0-4
2284       - 6   # MRR sel
2285       - 49  # MRR sel env 4
2286     csit-vpp-perf-report-coverage-2005-3n-skx:
2287       - 45  # crypto-00
2288       - 46  # crypto-01
2289       - 47  # crypto-02
2290       - 51  # ip4-01
2291       - 52  # ip4-02
2292       - 53  # ip4-03
2293       - 54  # ip4-04
2294       - 55  # ip4-05
2295       - 56  # ip4-06
2296       - 57  # ip4-07
2297       - 58  # ip4-08
2298       - 59  # ip4tun-00
2299       - 60  # ip4tun-01
2300       - 61  # ip4tun-02
2301       - 62  # ip6-00
2302       - 63  # ip6-01
2303       - 64  # ip6tun-00
2304       - 65  # l2-00
2305       - 66  # l2-01
2306       - 67  # l2-02
2307       - 68  # l2-03
2308       - 69  # l2-04
2309       - 71  # l2-06
2310       - 72  # l2-07
2311       - 73  # l2-08
2312       - 75  # l2-10
2313       - 76  # memif-00
2314       - 78  # srv6-01
2315       - 81  # vhost-02
2316
2317     csit-vpp-perf-verify-1908_1-2n-skx:
2318       - 39  # NDRPDR sel - new1908.1
2319       - 40  # NDRPDR sel - new1908.1
2320       - 41  # NDRPDR sel - new1908.1
2321       - 43  # NDRPDR sel - new1908.1
2322       - 44  # NDRPDR sel - new1908.1
2323       - 45  # NDRPDR sel - new1908.1
2324       - 46  # NDRPDR sel - new1908.1
2325       - 47  # NDRPDR sel - new1908.1
2326       - 48  # NDRPDR sel - new1908.1
2327       - 49  # NDRPDR sel - new1908.1
2328     csit-vpp-perf-verify-2001-2n-skx:
2329       - 143  # NDRPDR sel - new2001.0
2330       - 146  # NDRPDR sel - new2001.0
2331       - 147  # NDRPDR sel - new2001.0
2332       - 148  # NDRPDR sel - new2001.0
2333       - 149  # NDRPDR sel - new2001.0
2334       - 150  # NDRPDR sel - new2001.0
2335       - 151  # NDRPDR sel - new2001.0
2336       - 152  # NDRPDR sel - new2001.0
2337       - 153  # NDRPDR sel - new2001.0
2338       - 154  # NDRPDR sel - new2001.0
2339       - 101  # MRR sel - old
2340       - 128  # MRR sel addition - old
2341     csit-vpp-perf-report-iterative-2005-2n-skx:
2342       - 43  # NDRPDR sel
2343       - 38  # NDRPDR sel
2344       - 7   # NDRPDR sel
2345       - 65  # NDRPDR sel
2346       - 47  # NDRPDR sel
2347       - 55  # NDRPDR sel
2348       - 67  # NDRPDR sel
2349       - 75  # NDRPDR sel
2350       - 76  # NDRPDR sel
2351       - 73  # NDRPDR sel
2352       - 88  # NDRPDR sel env 4
2353       - 89  # NDRPDR sel env 4
2354       - 90  # NDRPDR sel env 4
2355       - 91  # NDRPDR sel env 4
2356       - 92  # NDRPDR sel env 4
2357       - 93  # NDRPDR sel env 4
2358       - 94  # NDRPDR sel env 4
2359       - 100 # NDRPDR sel 2001.0-4
2360       - 101 # NDRPDR sel 2001.0-4
2361       - 102 # NDRPDR sel 2001.0-4
2362       - 103 # NDRPDR sel 2001.0-4
2363       - 104 # NDRPDR sel 2001.0-4
2364       - 105 # NDRPDR sel 2001.0-4
2365       - 42  # MRR sel
2366       - 99  # MRR sel env 4
2367       - 106 # Reconf env 4
2368       - 107 # Reconf env 4
2369       - 108 # Reconf env 4
2370       - 109 # Reconf env 4
2371       - 110 # Reconf env 4
2372       - 111 # Reconf env 4
2373       - 112 # Reconf env 4
2374       - 118 # Reconf env 4
2375       - 120 # Reconf env 4
2376       - 121 # Reconf env 4
2377       - 122 # Soak
2378       - 123 # Soak
2379       - 113 # nf-density-sel env 4
2380       - 114 # nf-density-sel env 4
2381       - 124 # nf-density-sel env 4
2382       - 115 # MRR nf-density-sel env 4
2383     csit-vpp-perf-report-coverage-2005-2n-skx:
2384       - 28  # ip4-00
2385       - 29  # ip4-01
2386       - 30  # ip4-02
2387       - 31  # ip4-03
2388       - 32  # ip4-04
2389       - 33  # ip4-05
2390       - 34  # ip6-00
2391       - 35  # ip6-01
2392       - 36  # l2-00
2393       - 37  # l2-01
2394       - 38  # lb-00
2395       - 39  # memif-00
2396       - 40  # vhost-00
2397       - 41  # vhost-01
2398       - 42  # vts-00
2399
2400     csit-vpp-perf-verify-1908_1-2n-clx:
2401       - 5  # NDRPDR sel
2402       - 6  # NDRPDR sel
2403       - 7  # NDRPDR sel
2404       - 8  # NDRPDR sel
2405       - 9  # NDRPDR sel
2406     csit-vpp-perf-verify-2001-2n-clx:
2407       - 28  # NDRPDR sel
2408       - 29  # NDRPDR sel
2409       - 32  # NDRPDR sel
2410       - 40  # NDRPDR sel
2411       - 43  # NDRPDR sel
2412       - 44  # NDRPDR sel
2413       - 45  # NDRPDR sel
2414       - 47  # NDRPDR sel
2415       - 48  # NDRPDR sel
2416       - 49  # NDRPDR sel
2417       - 39  # MRR
2418     csit-vpp-perf-report-iterative-2005-2n-clx:
2419       - 7   # NDRPDR sel
2420       - 38  # NDRPDR sel
2421       - 9   # NDRPDR sel
2422       - 32  # NDRPDR sel ???
2423       - 33  # NDRPDR sel ???
2424       - 39  # NDRPDR sel
2425       - 40  # NDRPDR sel
2426       - 43  # NDRPDR sel
2427       - 50  # NDRPDR sel
2428       - 51  # NDRPDR sel
2429       - 62  # NDRPDR sel env 4
2430       - 63  # NDRPDR sel env 4
2431       - 64  # NDRPDR sel env 4
2432       - 65  # NDRPDR sel env 4
2433       - 66  # NDRPDR sel env 4
2434       - 68  # NDRPDR sel env 4
2435       - 69  # NDRPDR sel env 4
2436       - 70  # NDRPDR sel env 4
2437       - 73  # NDRPDR sel 2001.0-4
2438       - 74  # NDRPDR sel 2001.0-4
2439       - 75  # NDRPDR sel 2001.0-4
2440       - 76  # NDRPDR sel 2001.0-4
2441       - 77  # NDRPDR sel 2001.0-4
2442       - 78  # NDRPDR sel 2001.0-4
2443       - 79  # NDRPDR sel 2001.0-4
2444       - 80  # NDRPDR sel 2001.0-4
2445       - 12  # MRR
2446       - 72  # MRR env 4
2447       - 81  # Reconf env 4
2448       - 82  # Reconf env 4
2449       - 83  # Reconf env 4
2450       - 84  # Reconf env 4
2451       - 85  # Reconf env 4
2452       - 86  # Reconf env 4
2453       - 87  # Reconf env 4
2454       - 88  # Reconf env 4
2455       - 89  # Reconf env 4
2456       - 90  # Reconf env 4
2457       - 101 # Soak
2458       - 102 # Soak
2459       - 91  # nfv-density-00 env 4
2460       - 92  # nfv-density-00 env 4
2461       - 93  # nfv-density-00 env 4
2462       - 97  # nfv-density-00 env 4
2463       - 98  # nfv-density-00 env 4
2464       - 99  # nfv-density-00 env 4
2465       - 100 # nfv-density-00 env 4
2466       - 96  # MRR nfv-density-00 env 4
2467     csit-vpp-perf-report-coverage-2005-2n-clx:
2468       - 24  # ip4-00
2469       - 25  # ip4-01
2470       - 26  # ip4-02
2471       - 27  # ip4-03
2472       - 28  # ip4-04
2473       - 29  # ip4-05
2474       - 34  # ip6-00
2475       - 31  # l2-00
2476       - 32  # vhost-00
2477       - 33  # vhost-01
2478
2479     csit-vpp-perf-verify-1908-3n-tsh:
2480       - 7   # NDRPDR sel
2481       - 8   # NDRPDR sel
2482       - 9   # NDRPDR sel
2483       - 10  # NDRPDR sel
2484       - 11  # NDRPDR sel
2485       - 12  # NDRPDR sel
2486       - 13  # NDRPDR sel
2487       - 14  # NDRPDR sel
2488       - 15  # NDRPDR sel
2489       - 16  # NDRPDR sel
2490       - 17  # MRR sel
2491     csit-vpp-perf-verify-2001-3n-tsh:
2492       - 3   # NDRPDR sel
2493       - 4   # NDRPDR sel
2494       - 7   # NDRPDR sel
2495       - 8   # NDRPDR sel
2496       - 10  # NDRPDR sel
2497       - 12  # NDRPDR sel
2498       - 13  # NDRPDR sel
2499       - 14  # NDRPDR sel
2500       - 15  # NDRPDR sel
2501       - 21  # NDRPDR sel
2502       - 9   # MRR sel
2503     csit-vpp-perf-report-iterative-2005-3n-tsh:
2504       - 9   # NDRPDR sel
2505       - 11  # NDRPDR sel
2506       - 12  # NDRPDR sel
2507       - 20  # NDRPDR sel
2508       - 14  # NDRPDR sel
2509       - 21  # NDRPDR sel
2510       - 23  # NDRPDR sel env 4
2511       - 25  # NDRPDR sel env 4
2512       - 33  # NDRPDR sel env 4
2513       - 34  # NDRPDR sel env 4
2514       - 35  # NDRPDR sel env 4
2515       - 36  # NDRPDR sel env 4
2516       - 28  # NDRPDR sel 2001.0-4
2517       - 29  # NDRPDR sel 2001.0-4
2518       - 31  # NDRPDR sel 2001.0-4
2519       - 10  # MRR sel
2520       - 27  # MRR sel env 4
2521
2522     csit-vpp-perf-verify-1908-3n-dnv:
2523       - 6   # NDRPDR sel
2524       - 7   # NDRPDR sel
2525       - 8   # NDRPDR sel
2526       - 9   # NDRPDR sel
2527       - 10  # NDRPDR sel
2528       - 12  # NDRPDR sel
2529       - 13  # NDRPDR sel
2530       - 14  # NDRPDR sel
2531       - 15  # NDRPDR sel
2532       - 16  # NDRPDR sel
2533       - 17  # MRR sel
2534     csit-vpp-perf-verify-2001-3n-dnv:
2535       - 5   # NDRPDR sel
2536       - 6   # NDRPDR sel
2537       - 7   # NDRPDR sel
2538       - 8   # NDRPDR sel
2539       - 9   # NDRPDR sel
2540       - 10  # NDRPDR sel
2541       - 12  # NDRPDR sel
2542       - 16  # NDRPDR sel
2543       - 17  # NDRPDR sel
2544       - 18  # NDRPDR sel
2545       - 11  # MRR sel
2546     csit-vpp-perf-report-iterative-2005-3n-dnv:
2547       - 2   # NDRPDR sel
2548       - 3   # NDRPDR sel
2549       - 4   # NDRPDR sel
2550       - 5   # NDRPDR sel
2551       - 6   # NDRPDR sel
2552       - 7   # NDRPDR sel
2553       - 9   # NDRPDR sel
2554       - 10  # NDRPDR sel
2555       - 11  # NDRPDR sel
2556       - 12  # NDRPDR sel
2557       - 8   # MRR
2558     csit-vpp-perf-report-coverage-2005-3n-dnv:
2559       - 1   # perf-full-3n-dnv-crypto_I
2560       - 24  # perf-full-3n-dnv-crypto_II
2561       - 5   # perf-full-3n-dnv-ip4_I
2562       - 13  # perf-full-3n-dnv-ip4_II
2563       - 17  # perf-full-3n-dnv-ip6_I
2564       - 18  # perf-full-3n-dnv-ip6_II
2565       - 21  # perf-full-3n-dnv-l2_I
2566       - 22  # perf-full-3n-dnv-l2_II
2567       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2568
2569     csit-vpp-perf-verify-1908-2n-dnv:
2570       - 1   # NDRPDR sel
2571       - 2   # NDRPDR sel
2572       - 3   # NDRPDR sel
2573       - 4   # NDRPDR sel
2574       - 5   # NDRPDR sel
2575       - 6   # NDRPDR sel
2576       - 7   # NDRPDR sel
2577       - 8   # NDRPDR sel
2578       - 9   # NDRPDR sel
2579       - 10  # NDRPDR sel
2580       - 11  # MRR sel
2581     csit-vpp-perf-verify-2001-2n-dnv:
2582       - 4   # NDRPDR sel
2583       - 5   # NDRPDR sel
2584       - 6   # NDRPDR sel
2585       - 7   # NDRPDR sel
2586       - 8   # NDRPDR sel
2587       - 9   # NDRPDR sel
2588       - 10  # NDRPDR sel
2589       - 11  # NDRPDR sel
2590       - 13  # NDRPDR sel
2591       - 16  # NDRPDR sel
2592       - 12  # MRR sel
2593     csit-vpp-perf-report-iterative-2005-2n-dnv:
2594       - 3   # NDRPDR sel
2595       - 6   # NDRPDR sel
2596       - 7   # NDRPDR sel
2597       - 8   # NDRPDR sel
2598       - 9   # NDRPDR sel
2599       - 10  # NDRPDR sel
2600       - 11  # NDRPDR sel
2601       - 12  # NDRPDR sel
2602       - 13  # NDRPDR sel
2603       - 14  # NDRPDR sel
2604       - 15  # MRR sel
2605     csit-vpp-perf-report-coverage-2005-2n-dnv:
2606       - 1   # perf-full-2n-dnv-ip4_I
2607       - 2   # perf-full-2n-dnv-ip4_II
2608       - 3   # perf-full-2n-dnv-ip6_I
2609       - 4   # perf-full-2n-dnv-ip6_II
2610       - 5   # perf-full-2n-dnv-l2_I
2611       - 6   # perf-full-2n-dnv-l2_II
2612
2613     csit-dpdk-perf-verify-1908-3n-hsw:
2614       - 2   # NDRPDR sel
2615       - 3   # NDRPDR sel
2616       - 4   # NDRPDR sel
2617       - 5   # NDRPDR sel
2618       - 6   # NDRPDR sel
2619       - 7   # NDRPDR sel
2620       - 8   # NDRPDR sel
2621       - 9   # NDRPDR sel
2622       - 10  # NDRPDR sel
2623       - 11  # NDRPDR sel
2624     csit-dpdk-perf-verify-2001-3n-hsw:
2625       - 4   # NDRPDR sel
2626       - 5   # NDRPDR sel
2627       - 6   # NDRPDR sel
2628       - 7   # NDRPDR sel
2629       - 8   # NDRPDR sel
2630       - 9   # NDRPDR sel
2631       - 10  # NDRPDR sel
2632       - 11  # NDRPDR sel
2633       - 12  # NDRPDR sel
2634       - 13  # NDRPDR sel
2635       - 15  # NDRPDR sel
2636       - 16  # NDRPDR sel
2637       - 17  # NDRPDR sel
2638       - 18  # NDRPDR sel
2639       - 19  # NDRPDR sel
2640       - 20  # NDRPDR sel
2641       - 21  # NDRPDR sel
2642       - 22  # NDRPDR sel
2643       - 23  # NDRPDR sel
2644       - 24  # NDRPDR sel
2645     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2646       - 25  # NDRPDR iter
2647       - 26  # NDRPDR iter
2648       - 27  # NDRPDR iter
2649       - 28  # NDRPDR iter
2650       - 29  # NDRPDR iter
2651       - 30  # NDRPDR iter
2652       - 31  # NDRPDR iter
2653       - 32  # NDRPDR iter
2654       - 33  # NDRPDR iter
2655       - 34  # NDRPDR iter
2656
2657     csit-dpdk-perf-verify-1908-3n-skx:
2658       - 3   # NDRPDR sel
2659       - 4   # NDRPDR sel
2660       - 5   # NDRPDR sel
2661       - 6   # NDRPDR sel
2662       - 7   # NDRPDR sel
2663       - 8   # NDRPDR sel
2664       - 9   # NDRPDR sel
2665       - 10  # NDRPDR sel
2666       - 11  # NDRPDR sel
2667       - 12  # NDRPDR sel
2668     csit-dpdk-perf-verify-2001-3n-skx:
2669       - 29  # NDRPDR sel xxv710
2670       - 33  # NDRPDR sel xxv710
2671       - 34  # NDRPDR sel xxv710
2672       - 35  # NDRPDR sel xxv710
2673       - 36  # NDRPDR sel xxv710
2674       - 37  # NDRPDR sel xxv710
2675       - 41  # NDRPDR sel xxv710
2676       - 42  # NDRPDR sel xxv710
2677       - 43  # NDRPDR sel xxv710
2678       - 45  # NDRPDR sel xxv710
2679       - 30  # NDRPDR sel x710
2680       - 31  # NDRPDR sel x710
2681       - 32  # NDRPDR sel x710
2682       - 38  # NDRPDR sel x710
2683       - 39  # NDRPDR sel x710
2684       - 40  # NDRPDR sel x710
2685       - 44  # NDRPDR sel x710
2686       - 46  # NDRPDR sel x710
2687       - 47  # NDRPDR sel x710
2688       - 48  # NDRPDR sel x710
2689     csit-dpdk-perf-report-iterative-2005-3n-skx:
2690       - 28  # NDRPDR iter
2691       - 29  # NDRPDR iter
2692       - 30  # NDRPDR iter
2693       - 31  # NDRPDR iter
2694       - 32  # NDRPDR iter
2695       - 33  # NDRPDR iter
2696       - 34  # NDRPDR iter
2697       - 35  # NDRPDR iter
2698       - 36  # NDRPDR iter
2699       - 37  # NDRPDR iter
2700
2701     csit-dpdk-perf-verify-1908-2n-skx:
2702       - 2   # NDRPDR sel
2703       - 3   # NDRPDR sel
2704       - 4   # NDRPDR sel
2705       - 5   # NDRPDR sel
2706       - 7   # NDRPDR sel
2707       - 8   # NDRPDR sel
2708       - 9   # NDRPDR sel
2709       - 10  # NDRPDR sel
2710       - 11  # NDRPDR sel
2711       - 12  # NDRPDR sel
2712     csit-dpdk-perf-verify-2001-2n-skx:
2713       - 35  # NDRPDR sel xxv710
2714       - 36  # NDRPDR sel xxv710
2715       - 37  # NDRPDR sel xxv710
2716       - 41  # NDRPDR sel xxv710
2717       - 42  # NDRPDR sel xxv710
2718       - 43  # NDRPDR sel xxv710
2719       - 46  # NDRPDR sel xxv710
2720       - 47  # NDRPDR sel xxv710
2721       - 52  # NDRPDR sel xxv710
2722       - 53  # NDRPDR sel xxv710
2723       - 38  # NDRPDR sel x710
2724       - 39  # NDRPDR sel x710
2725       - 40  # NDRPDR sel x710
2726       - 44  # NDRPDR sel x710
2727       - 45  # NDRPDR sel x710
2728       - 48  # NDRPDR sel x710
2729       - 49  # NDRPDR sel x710
2730       - 50  # NDRPDR sel x710
2731       - 51  # NDRPDR sel x710
2732       - 54  # NDRPDR sel x710
2733     csit-dpdk-perf-report-iterative-2005-2n-skx:
2734       - 20  # NDRPDR iter
2735       - 21  # NDRPDR iter
2736       - 22  # NDRPDR iter
2737       - 23  # NDRPDR iter
2738       - 24  # NDRPDR iter
2739       - 25  # NDRPDR iter
2740       - 26  # NDRPDR iter
2741       - 27  # NDRPDR iter
2742       - 28  # NDRPDR iter
2743       - 29  # NDRPDR iter
2744
2745     csit-dpdk-perf-verify-2001-2n-clx:
2746       - 15  # NDRPDR sel
2747       - 16  # NDRPDR sel
2748       - 17  # NDRPDR sel
2749       - 18  # NDRPDR sel
2750       - 19  # NDRPDR sel
2751       - 20  # NDRPDR sel
2752       - 21  # NDRPDR sel
2753       - 22  # NDRPDR sel
2754       - 23  # NDRPDR sel
2755       - 24  # NDRPDR sel
2756       - 25  # NDRPDR sel
2757       - 26  # NDRPDR sel
2758       - 27  # NDRPDR sel
2759       - 28  # NDRPDR sel
2760       - 29  # NDRPDR sel
2761       - 30  # NDRPDR sel
2762       - 31  # NDRPDR sel
2763       - 32  # NDRPDR sel
2764       - 33  # NDRPDR sel
2765       - 34  # NDRPDR sel
2766     csit-dpdk-perf-report-iterative-2005-2n-clx:
2767       - 20  # NDRPDR iter
2768       - 21  # NDRPDR iter
2769       - 22  # NDRPDR iter
2770       - 23  # NDRPDR iter
2771       - 24  # NDRPDR iter
2772       - 25  # NDRPDR iter
2773       - 26  # NDRPDR iter
2774       - 27  # NDRPDR iter
2775       - 28  # NDRPDR iter
2776       - 29  # NDRPDR iter
2777
2778     csit-dpdk-perf-verify-2001-2n-dnv:
2779       - 9   # NDRPDR sel
2780       - 10  # NDRPDR sel
2781       - 11  # NDRPDR sel
2782       - 12  # NDRPDR sel
2783       - 13  # NDRPDR sel
2784       - 14  # NDRPDR sel
2785       - 15  # NDRPDR sel
2786       - 16  # NDRPDR sel
2787       - 17  # NDRPDR sel
2788       - 18  # NDRPDR sel
2789     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2790       - 8   # NDRPDR sel
2791       - 9   # NDRPDR sel
2792       - 10  # NDRPDR sel
2793       - 11  # NDRPDR sel
2794       - 12  # NDRPDR sel
2795       - 13  # NDRPDR sel
2796       - 14  # NDRPDR sel
2797       - 15  # NDRPDR sel
2798       - 16  # NDRPDR sel
2799       - 17  # NDRPDR sel
2800
2801     csit-dpdk-perf-verify-2001-3n-dnv:
2802       - 12  # NDRPDR sel
2803       - 13  # NDRPDR sel
2804       - 14  # NDRPDR sel
2805       - 15  # NDRPDR sel
2806       - 16  # NDRPDR sel
2807       - 17  # NDRPDR sel
2808       - 18  # NDRPDR sel
2809       - 19  # NDRPDR sel
2810       - 20  # NDRPDR sel
2811       - 22  # NDRPDR sel
2812     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2813       - 6   # NDRPDR sel
2814       - 7   # NDRPDR sel
2815       - 8   # NDRPDR sel
2816       - 9   # NDRPDR sel
2817       - 10  # NDRPDR sel
2818       - 11  # NDRPDR sel
2819       - 12  # NDRPDR sel
2820       - 13  # NDRPDR sel
2821       - 14  # NDRPDR sel
2822       - 16  # NDRPDR sel
2823
2824     csit-dpdk-perf-verify-2001-3n-tsh:
2825       - 3   # NDRPDR sel
2826       - 4   # NDRPDR sel
2827       - 5   # NDRPDR sel
2828       - 9   # NDRPDR sel
2829       - 10  # NDRPDR sel
2830       - 11  # NDRPDR sel
2831       - 12  # NDRPDR sel
2832       - 14  # NDRPDR sel
2833       - 15  # NDRPDR sel
2834       - 18  # NDRPDR sel
2835     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2836       - 5   # NDRPDR sel
2837
2838     csit-vpp-device-2005-ubuntu1804-1n-skx:
2839       - 35
2840
2841 - type: "output"
2842   output: "report"
2843   format:
2844     html:
2845     - full
2846     pdf:
2847     - minimal
2848
2849 ################################################################################
2850 ###                               T A B L E S                                ###
2851 ################################################################################
2852
2853 # VPP Soak vs NDR - 2n-skx
2854 - type: "table"
2855   title: "VPP Soak vs NDR 2n-skx"
2856   algorithm: "table_soak_vs_ndr"
2857   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2858   reference:
2859     title: "NDR"
2860     data: "vpp-soak-vs-ndr-2n-skx-ref"
2861   compare:
2862     title: "Soak"
2863     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2864   data: "vpp-soak-vs-ndr-2n-skx"
2865   include-tests: "NDR"
2866   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2867   parameters:
2868     - "throughput"
2869     - "name"
2870     - "parent"
2871
2872 # VPP Soak vs NDR - 2n-clx
2873 - type: "table"
2874   title: "VPP Soak vs NDR 2n-clx"
2875   algorithm: "table_soak_vs_ndr"
2876   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2877   reference:
2878     title: "NDR"
2879     data: "vpp-soak-vs-ndr-2n-clx-ref"
2880   compare:
2881     title: "Soak"
2882     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2883   data: "vpp-soak-vs-ndr-2n-clx"
2884   include-tests: "NDR"
2885   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2886   parameters:
2887     - "throughput"
2888     - "name"
2889     - "parent"
2890
2891 ################################################################################
2892
2893 # VPP Compare NICs 3n-skx 2t1c ndr
2894 - type: "table"
2895   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2896   algorithm: "table_comparison"
2897   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2899   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2900   columns:
2901     - title: "x710"
2902       data-set: "vpp-nic-comparison-3n-skx"
2903       tag: "NIC_Intel-X710"
2904     - title: "xxv710"
2905       data-set: "vpp-nic-comparison-3n-skx"
2906       tag: "NIC_Intel-XXV710"
2907   comparisons:
2908     - title: "Diff"
2909       reference: 1
2910       compare: 2
2911   legend:
2912     - ""
2913     - "x710, xxv710 - NICs tested."
2914     - "Diff - difference between x710 and xxv710 NIC."
2915
2916 # VPP Compare NICs 3n-skx 4t2c ndr
2917 - type: "table"
2918   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2919   algorithm: "table_comparison"
2920   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2922   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2923   columns:
2924     - title: "x710"
2925       data-set: "vpp-nic-comparison-3n-skx"
2926       tag: "NIC_Intel-X710"
2927     - title: "xxv710"
2928       data-set: "vpp-nic-comparison-3n-skx"
2929       tag: "NIC_Intel-XXV710"
2930   comparisons:
2931     - title: "Diff"
2932       reference: 1
2933       compare: 2
2934   legend:
2935     - ""
2936     - "x710, xxv710 - NICs tested."
2937     - "Diff - difference between x710 and xxv710 NIC."
2938
2939 # VPP Compare NICs 3n-skx 2t1c pdr
2940 - type: "table"
2941   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2942   algorithm: "table_comparison"
2943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2944   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2945   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2946   columns:
2947     - title: "x710"
2948       data-set: "vpp-nic-comparison-3n-skx"
2949       tag: "NIC_Intel-X710"
2950     - title: "xxv710"
2951       data-set: "vpp-nic-comparison-3n-skx"
2952       tag: "NIC_Intel-XXV710"
2953   comparisons:
2954     - title: "Diff"
2955       reference: 1
2956       compare: 2
2957   legend:
2958     - ""
2959     - "x710, xxv710 - NICs tested."
2960     - "Diff - difference between x710 and xxv710 NIC."
2961
2962 # VPP Compare NICs 3n-skx 4t2c pdr
2963 - type: "table"
2964   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2965   algorithm: "table_comparison"
2966   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2967   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2968   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2969   columns:
2970     - title: "x710"
2971       data-set: "vpp-nic-comparison-3n-skx"
2972       tag: "NIC_Intel-X710"
2973     - title: "xxv710"
2974       data-set: "vpp-nic-comparison-3n-skx"
2975       tag: "NIC_Intel-XXV710"
2976   comparisons:
2977     - title: "Diff"
2978       reference: 1
2979       compare: 2
2980   legend:
2981     - ""
2982     - "x710, xxv710 - NICs tested."
2983     - "Diff - difference between x710 and xxv710 NIC."
2984
2985 ## VPP Compare NICs 3n-skx 2t1c mrr
2986 #- type: "table"
2987 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2988 #  algorithm: "table_comparison"
2989 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2990 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2991 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2992 #  columns:
2993 #    - title: "x710"
2994 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2995 #      tag: "NIC_Intel-X710"
2996 #    - title: "xxv710"
2997 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2998 #      tag: "NIC_Intel-XXV710"
2999 #  comparisons:
3000 #    - title: "Diff"
3001 #      reference: 1
3002 #      compare: 2
3003 #  legend:
3004 #    - ""
3005 #    - "x710, xxv710 - NICs tested."
3006 #    - "Diff - difference between x710 and xxv710 NIC."
3007 #
3008 ## VPP Compare NICs 3n-skx 4t2c mrr
3009 #- type: "table"
3010 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3011 #  algorithm: "table_comparison"
3012 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3013 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3014 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3015 #  columns:
3016 #    - title: "x710"
3017 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3018 #      tag: "NIC_Intel-X710"
3019 #    - title: "xxv710"
3020 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3021 #      tag: "NIC_Intel-XXV710"
3022 #  comparisons:
3023 #    - title: "Diff"
3024 #      reference: 1
3025 #      compare: 2
3026 #  legend:
3027 #    - ""
3028 #    - "x710, xxv710 - NICs tested."
3029 #    - "Diff - difference between x710 and xxv710 NIC."
3030 #
3031 ## VPP Compare NICs 3n-skx 8t4c mrr
3032 #- type: "table"
3033 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3034 #  algorithm: "table_comparison"
3035 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3036 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3037 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3038 #  columns:
3039 #    - title: "x710"
3040 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3041 #      tag: "NIC_Intel-X710"
3042 #    - title: "xxv710"
3043 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3044 #      tag: "NIC_Intel-XXV710"
3045 #  comparisons:
3046 #    - title: "Diff"
3047 #      reference: 1
3048 #      compare: 2
3049 #  legend:
3050 #    - ""
3051 #    - "x710, xxv710 - NICs tested."
3052 #    - "Diff - difference between x710 and xxv710 NIC."
3053
3054 # VPP Compare NICs 2n-skx 2t1c ndr
3055 - type: "table"
3056   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3057   algorithm: "table_comparison"
3058   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3060   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3061   columns:
3062     - title: "x710"
3063       data-set: "vpp-nic-comparison-2n-skx"
3064       tag: "NIC_Intel-X710"
3065     - title: "xxv710"
3066       data-set: "vpp-nic-comparison-2n-skx"
3067       tag: "NIC_Intel-XXV710"
3068   comparisons:
3069     - title: "Diff"
3070       reference: 1
3071       compare: 2
3072   legend:
3073     - ""
3074     - "x710, xxv710 - NICs tested."
3075     - "Diff - difference between x710 and xxv710 NIC."
3076
3077 # VPP Compare NICs 2n-skx 4t2c ndr
3078 - type: "table"
3079   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3080   algorithm: "table_comparison"
3081   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3083   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3084   columns:
3085     - title: "x710"
3086       data-set: "vpp-nic-comparison-2n-skx"
3087       tag: "NIC_Intel-X710"
3088     - title: "xxv710"
3089       data-set: "vpp-nic-comparison-2n-skx"
3090       tag: "NIC_Intel-XXV710"
3091   comparisons:
3092     - title: "Diff"
3093       reference: 1
3094       compare: 2
3095   legend:
3096     - ""
3097     - "x710, xxv710 - NICs tested."
3098     - "Diff - difference between x710 and xxv710 NIC."
3099
3100 # VPP Compare NICs 2n-skx 2t1c pdr
3101 - type: "table"
3102   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3103   algorithm: "table_comparison"
3104   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3105   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3106   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3107   columns:
3108     - title: "x710"
3109       data-set: "vpp-nic-comparison-2n-skx"
3110       tag: "NIC_Intel-X710"
3111     - title: "xxv710"
3112       data-set: "vpp-nic-comparison-2n-skx"
3113       tag: "NIC_Intel-XXV710"
3114   comparisons:
3115     - title: "Diff"
3116       reference: 1
3117       compare: 2
3118   legend:
3119     - ""
3120     - "x710, xxv710 - NICs tested."
3121     - "Diff - difference between x710 and xxv710 NIC."
3122
3123 # VPP Compare NICs 2n-skx 4t2c pdr
3124 - type: "table"
3125   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3126   algorithm: "table_comparison"
3127   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3129   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3130   columns:
3131     - title: "x710"
3132       data-set: "vpp-nic-comparison-2n-skx"
3133       tag: "NIC_Intel-X710"
3134     - title: "xxv710"
3135       data-set: "vpp-nic-comparison-2n-skx"
3136       tag: "NIC_Intel-XXV710"
3137   comparisons:
3138     - title: "Diff"
3139       reference: 1
3140       compare: 2
3141   legend:
3142     - ""
3143     - "x710, xxv710 - NICs tested."
3144     - "Diff - difference between x710 and xxv710 NIC."
3145
3146 # VPP Compare NICs 2n-skx 2t1c mrr
3147 - type: "table"
3148   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3149   algorithm: "table_comparison"
3150   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3152   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3153   columns:
3154     - title: "x710"
3155       data-set: "vpp-nic-comparison-2n-skx-mrr"
3156       tag: "NIC_Intel-X710"
3157     - title: "xxv710"
3158       data-set: "vpp-nic-comparison-2n-skx-mrr"
3159       tag: "NIC_Intel-XXV710"
3160   comparisons:
3161     - title: "Diff"
3162       reference: 1
3163       compare: 2
3164   legend:
3165     - ""
3166     - "x710, xxv710 - NICs tested."
3167     - "Diff - difference between x710 and xxv710 NIC."
3168
3169 # VPP Compare NICs 2n-skx 4t2c mrr
3170 - type: "table"
3171   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3172   algorithm: "table_comparison"
3173   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3175   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3176   columns:
3177     - title: "x710"
3178       data-set: "vpp-nic-comparison-2n-skx-mrr"
3179       tag: "NIC_Intel-X710"
3180     - title: "xxv710"
3181       data-set: "vpp-nic-comparison-2n-skx-mrr"
3182       tag: "NIC_Intel-XXV710"
3183   comparisons:
3184     - title: "Diff"
3185       reference: 1
3186       compare: 2
3187   legend:
3188     - ""
3189     - "x710, xxv710 - NICs tested."
3190     - "Diff - difference between x710 and xxv710 NIC."
3191
3192 # VPP Compare NICs 2n-skx 8t4c mrr
3193 - type: "table"
3194   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3195   algorithm: "table_comparison"
3196   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3198   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3199   columns:
3200     - title: "x710"
3201       data-set: "vpp-nic-comparison-2n-skx-mrr"
3202       tag: "NIC_Intel-X710"
3203     - title: "xxv710"
3204       data-set: "vpp-nic-comparison-2n-skx-mrr"
3205       tag: "NIC_Intel-XXV710"
3206   comparisons:
3207     - title: "Diff"
3208       reference: 1
3209       compare: 2
3210   legend:
3211     - ""
3212     - "x710, xxv710 - NICs tested."
3213     - "Diff - difference between x710 and xxv710 NIC."
3214
3215 ################################################################################
3216 # VPP
3217
3218 # VPP Performance Changes 3n-hsw 1t1c pdr
3219 - type: "table"
3220   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3221   algorithm: "table_comparison"
3222   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3224   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3225   columns:
3226     - title: "1908.1-2"
3227       data-set: "vpp-performance-changes-3n-hsw-h1"
3228     - title: "2001.0-2"
3229       data-set: "vpp-performance-changes-3n-hsw-ref"
3230     - title: "2001.0-4"
3231       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3232     - title: "2005.0-4"
3233       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3234   comparisons:
3235     - title: "2001.0-4 vs 2001.0-2"
3236       reference: 2
3237       compare: 3
3238       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3239     - title: "2005.0-4 vs 2001.0-4"
3240       reference: 3
3241       compare: 4
3242       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3243   legend:
3244     - ''
3245     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3246     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3247     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3248     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3249     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3250
3251 # VPP Performance Changes 3n-hsw 2t2c pdr
3252 - type: "table"
3253   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3254   algorithm: "table_comparison"
3255   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3256   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3257   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3258   columns:
3259     - title: "1908.1-2"
3260       data-set: "vpp-performance-changes-3n-hsw-h1"
3261     - title: "2001.0-2"
3262       data-set: "vpp-performance-changes-3n-hsw-ref"
3263     - title: "2001.0-4"
3264       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3265     - title: "2005.0-4"
3266       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3267   comparisons:
3268     - title: "2001.0-4 vs 2001.0-2"
3269       reference: 2
3270       compare: 3
3271       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3272     - title: "2005.0-4 vs 2001.0-4"
3273       reference: 3
3274       compare: 4
3275       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3276   legend:
3277     - ''
3278     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3279     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3280     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3281     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3282     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3283
3284 # VPP Performance Changes 3n-hsw 1t1c ndr
3285 - type: "table"
3286   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3287   algorithm: "table_comparison"
3288   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3289   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3290   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3291   columns:
3292     - title: "1908.1-2"
3293       data-set: "vpp-performance-changes-3n-hsw-h1"
3294     - title: "2001.0-2"
3295       data-set: "vpp-performance-changes-3n-hsw-ref"
3296     - title: "2001.0-4"
3297       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3298     - title: "2005.0-4"
3299       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3300   comparisons:
3301     - title: "2001.0-4 vs 2001.0-2"
3302       reference: 2
3303       compare: 3
3304       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3305     - title: "2005.0-4 vs 2001.0-4"
3306       reference: 3
3307       compare: 4
3308       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3309   legend:
3310     - ''
3311     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3312     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3313     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3314     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3315     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3316
3317 # VPP Performance Changes 3n-hsw 2t2c ndr
3318 - type: "table"
3319   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3320   algorithm: "table_comparison"
3321   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3322   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3323   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3324   columns:
3325     - title: "1908.1-2"
3326       data-set: "vpp-performance-changes-3n-hsw-h1"
3327     - title: "2001.0-2"
3328       data-set: "vpp-performance-changes-3n-hsw-ref"
3329     - title: "2001.0-4"
3330       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3331     - title: "2005.0-4"
3332       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3333   comparisons:
3334     - title: "2001.0-4 vs 2001.0-2"
3335       reference: 2
3336       compare: 3
3337       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3338     - title: "2005.0-4 vs 2001.0-4"
3339       reference: 3
3340       compare: 4
3341       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3342   legend:
3343     - ''
3344     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3345     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3346     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3347     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3348     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3349
3350 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3351 - type: "table"
3352   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3353   algorithm: "table_comparison"
3354   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3355   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3356   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3357   columns:
3358     - title: "1908.1-2"
3359       data-set: "vpp-performance-changes-3n-hsw-h1"
3360     - title: "2001.0-2"
3361       data-set: "vpp-performance-changes-3n-hsw-ref"
3362     - title: "2001.0-4"
3363       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3364     - title: "2005.0-3"
3365       data-set: "vpp-performance-changes-3n-hsw-cmp"
3366     - title: "2005.0-4"
3367       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3368   comparisons:
3369     - title: "2005.0-4 vs 2005.0-3"
3370       reference: 4
3371       compare: 5
3372       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3373     - title: "2001.0-4 vs 2001.0-2"
3374       reference: 2
3375       compare: 3
3376       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3377     - title: "2005.0-4 vs 2001.0-4"
3378       reference: 3
3379       compare: 5
3380       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
3381   legend:
3382     - ''
3383     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3384     - '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).'
3385     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3386     - '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.'
3387     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3388     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3389
3390 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3391 - type: "table"
3392   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3393   algorithm: "table_comparison"
3394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3395   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3396   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3397   columns:
3398     - title: "1908.1-2"
3399       data-set: "vpp-performance-changes-3n-hsw-h1"
3400     - title: "2001.0-2"
3401       data-set: "vpp-performance-changes-3n-hsw-ref"
3402     - title: "2001.0-4"
3403       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3404     - title: "2005.0-3"
3405       data-set: "vpp-performance-changes-3n-hsw-cmp"
3406     - title: "2005.0-4"
3407       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3408   comparisons:
3409     - title: "2005.0-4 vs 2005.0-3"
3410       reference: 4
3411       compare: 5
3412       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3413     - title: "2001.0-4 vs 2001.0-2"
3414       reference: 2
3415       compare: 3
3416       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3417     - title: "2005.0-4 vs 2001.0-4"
3418       reference: 3
3419       compare: 5
3420       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
3421   legend:
3422     - ''
3423     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3424     - '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).'
3425     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3426     - '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.'
3427     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3428     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3429
3430 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3431 - type: "table"
3432   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3433   algorithm: "table_comparison"
3434   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3435   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3436   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3437   columns:
3438     - title: "1908.1-2"
3439       data-set: "vpp-performance-changes-3n-hsw-h1"
3440     - title: "2001.0-2"
3441       data-set: "vpp-performance-changes-3n-hsw-ref"
3442     - title: "2001.0-4"
3443       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3444     - title: "2005.0-3"
3445       data-set: "vpp-performance-changes-3n-hsw-cmp"
3446     - title: "2005.0-4"
3447       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3448   comparisons:
3449     - title: "2005.0-4 vs 2005.0-3"
3450       reference: 4
3451       compare: 5
3452       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3453     - title: "2001.0-4 vs 2001.0-2"
3454       reference: 2
3455       compare: 3
3456       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3457     - title: "2005.0-4 vs 2001.0-4"
3458       reference: 3
3459       compare: 5
3460       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
3461   legend:
3462     - ''
3463     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3464     - '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).'
3465     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3466     - '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.'
3467     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3468     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3469
3470 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3471 - type: "table"
3472   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3473   algorithm: "table_comparison"
3474   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3475   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3476   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3477   columns:
3478     - title: "1908.1-2"
3479       data-set: "vpp-performance-changes-3n-hsw-h1"
3480     - title: "2001.0-2"
3481       data-set: "vpp-performance-changes-3n-hsw-ref"
3482     - title: "2001.0-4"
3483       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3484     - title: "2005.0-3"
3485       data-set: "vpp-performance-changes-3n-hsw-cmp"
3486     - title: "2005.0-4"
3487       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3488   comparisons:
3489     - title: "2005.0-4 vs 2005.0-3"
3490       reference: 4
3491       compare: 5
3492       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3493     - title: "2001.0-4 vs 2001.0-2"
3494       reference: 2
3495       compare: 3
3496       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3497     - title: "2005.0-4 vs 2001.0-4"
3498       reference: 3
3499       compare: 5
3500       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
3501   legend:
3502     - ''
3503     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3504     - '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)..'
3505     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3506     - '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.'
3507     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3508     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3509
3510 # VPP Performance Changes 3n-skx 2t1c pdr
3511 - type: "table"
3512   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3513   algorithm: "table_comparison"
3514   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3516   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3517   columns:
3518     - title: "1908.1-2"
3519       data-set: "vpp-performance-changes-3n-skx-h1"
3520     - title: "2001.0-2"
3521       data-set: "vpp-performance-changes-3n-skx-ref"
3522     - title: "2001.0-4"
3523       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3524     - title: "2005.0-4"
3525       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3526   comparisons:
3527     - title: "2001.0-4 vs 2001.0-2"
3528       reference: 2
3529       compare: 3
3530       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3531     - title: "2005.0-4 vs 2001.0-4"
3532       reference: 3
3533       compare: 4
3534       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3535   legend:
3536     - ''
3537     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3538     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3539     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3540     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3541     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3542
3543 # VPP Performance Changes 3n-skx 4t2c pdr
3544 - type: "table"
3545   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3546   algorithm: "table_comparison"
3547   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3548   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3549   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3550   columns:
3551     - title: "1908.1-2"
3552       data-set: "vpp-performance-changes-3n-skx-h1"
3553     - title: "2001.0-2"
3554       data-set: "vpp-performance-changes-3n-skx-ref"
3555     - title: "2001.0-4"
3556       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3557     - title: "2005.0-4"
3558       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3559   comparisons:
3560     - title: "2001.0-4 vs 2001.0-2"
3561       reference: 2
3562       compare: 3
3563       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3564     - title: "2005.0-4 vs 2001.0-4"
3565       reference: 3
3566       compare: 4
3567       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3568   legend:
3569     - ''
3570     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3571     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3572     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3573     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3574     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3575
3576 # VPP Performance Changes 3n-skx 2t1c ndr
3577 - type: "table"
3578   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3579   algorithm: "table_comparison"
3580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3582   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3583   columns:
3584     - title: "1908.1-2"
3585       data-set: "vpp-performance-changes-3n-skx-h1"
3586     - title: "2001.0-2"
3587       data-set: "vpp-performance-changes-3n-skx-ref"
3588     - title: "2001.0-4"
3589       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3590     - title: "2005.0-4"
3591       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3592   comparisons:
3593     - title: "2001.0-4 vs 2001.0-2"
3594       reference: 2
3595       compare: 3
3596       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3597     - title: "2005.0-4 vs 2001.0-4"
3598       reference: 3
3599       compare: 4
3600       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3601   legend:
3602     - ''
3603     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3604     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3605     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3606     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3607     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3608
3609 # VPP Performance Changes 3n-skx 4t2c ndr
3610 - type: "table"
3611   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3612   algorithm: "table_comparison"
3613   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3615   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3616   columns:
3617     - title: "1908.1-2"
3618       data-set: "vpp-performance-changes-3n-skx-h1"
3619     - title: "2001.0-2"
3620       data-set: "vpp-performance-changes-3n-skx-ref"
3621     - title: "2001.0-4"
3622       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3623     - title: "2005.0-4"
3624       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3625   comparisons:
3626     - title: "2001.0-4 vs 2001.0-2"
3627       reference: 2
3628       compare: 3
3629       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3630     - title: "2005.0-4 vs 2001.0-4"
3631       reference: 3
3632       compare: 4
3633       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3634   legend:
3635     - ''
3636     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3637     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3638     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3639     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3640     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3641
3642 # VPP Performance Changes 3n-skx 2t1c pdr-full
3643 - type: "table"
3644   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3645   algorithm: "table_comparison"
3646   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3647   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3648   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3649   columns:
3650     - title: "1908.1-2"
3651       data-set: "vpp-performance-changes-3n-skx-h1"
3652     - title: "2001.0-2"
3653       data-set: "vpp-performance-changes-3n-skx-ref"
3654     - title: "2001.0-4"
3655       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3656     - title: "2005.0-3"
3657       data-set: "vpp-performance-changes-3n-skx-cmp"
3658     - title: "2005.0-4"
3659       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3660   comparisons:
3661     - title: "2005.0-4 vs 2005.0-3"
3662       reference: 4
3663       compare: 5
3664       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3665     - title: "2001.0-4 vs 2001.0-2"
3666       reference: 2
3667       compare: 3
3668       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3669     - title: "2005.0-4 vs 2001.0-4"
3670       reference: 3
3671       compare: 5
3672       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
3673   legend:
3674     - ''
3675     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3676     - '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).'
3677     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3678     - '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.'
3679     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3680     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3681
3682 # VPP Performance Changes 3n-skx 4t2c pdr-full
3683 - type: "table"
3684   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3685   algorithm: "table_comparison"
3686   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3688   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3689   columns:
3690     - title: "1908.1-2"
3691       data-set: "vpp-performance-changes-3n-skx-h1"
3692     - title: "2001.0-2"
3693       data-set: "vpp-performance-changes-3n-skx-ref"
3694     - title: "2001.0-4"
3695       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3696     - title: "2005.0-3"
3697       data-set: "vpp-performance-changes-3n-skx-cmp"
3698     - title: "2005.0-4"
3699       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3700   comparisons:
3701     - title: "2005.0-4 vs 2005.0-3"
3702       reference: 4
3703       compare: 5
3704       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3705     - title: "2001.0-4 vs 2001.0-2"
3706       reference: 2
3707       compare: 3
3708       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3709     - title: "2005.0-4 vs 2001.0-4"
3710       reference: 3
3711       compare: 5
3712       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
3713   legend:
3714     - ''
3715     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3716     - '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).'
3717     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3718     - '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.'
3719     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3720     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3721
3722 # VPP Performance Changes 3n-skx 2t1c ndr-full
3723 - type: "table"
3724   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3725   algorithm: "table_comparison"
3726   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3728   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3729   columns:
3730     - title: "1908.1-2"
3731       data-set: "vpp-performance-changes-3n-skx-h1"
3732     - title: "2001.0-2"
3733       data-set: "vpp-performance-changes-3n-skx-ref"
3734     - title: "2001.0-4"
3735       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3736     - title: "2005.0-3"
3737       data-set: "vpp-performance-changes-3n-skx-cmp"
3738     - title: "2005.0-4"
3739       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3740   comparisons:
3741     - title: "2005.0-4 vs 2005.0-3"
3742       reference: 4
3743       compare: 5
3744       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3745     - title: "2001.0-4 vs 2001.0-2"
3746       reference: 2
3747       compare: 3
3748       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3749     - title: "2005.0-4 vs 2001.0-4"
3750       reference: 3
3751       compare: 5
3752       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
3753   legend:
3754     - ''
3755     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3756     - '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).'
3757     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3758     - '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.'
3759     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3760     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3761
3762 # VPP Performance Changes 3n-skx 4t2c ndr-full
3763 - type: "table"
3764   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3765   algorithm: "table_comparison"
3766   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3767   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3768   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3769   columns:
3770     - title: "1908.1-2"
3771       data-set: "vpp-performance-changes-3n-skx-h1"
3772     - title: "2001.0-2"
3773       data-set: "vpp-performance-changes-3n-skx-ref"
3774     - title: "2001.0-4"
3775       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3776     - title: "2005.0-3"
3777       data-set: "vpp-performance-changes-3n-skx-cmp"
3778     - title: "2005.0-4"
3779       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3780   comparisons:
3781     - title: "2005.0-4 vs 2005.0-3"
3782       reference: 4
3783       compare: 5
3784       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3785     - title: "2001.0-4 vs 2001.0-2"
3786       reference: 2
3787       compare: 3
3788       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3789     - title: "2005.0-4 vs 2001.0-4"
3790       reference: 3
3791       compare: 5
3792       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
3793   legend:
3794     - ''
3795     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3796     - '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).'
3797     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3798     - '2005.0-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.'
3799     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3800     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3801
3802 # VPP Performance Changes 2n-skx 2t1c pdr
3803 - type: "table"
3804   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3805   algorithm: "table_comparison"
3806   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3808   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3809   columns:
3810     - title: "1908.1-2"
3811       data-set: "vpp-performance-changes-2n-skx-h1"
3812     - title: "2001.0-2"
3813       data-set: "vpp-performance-changes-2n-skx-ref"
3814     - title: "2001.0-4"
3815       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3816     - title: "2005.0-4"
3817       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3818   comparisons:
3819     - title: "2001.0-4 vs 2001.0-2"
3820       reference: 2
3821       compare: 3
3822       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3823     - title: "2005.0-4 vs 2001.0-4"
3824       reference: 3
3825       compare: 4
3826       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3827   legend:
3828     - ''
3829     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3830     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3831     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3832     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3833     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3834
3835 # VPP Performance Changes 2n-skx 4t2c pdr
3836 - type: "table"
3837   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3838   algorithm: "table_comparison"
3839   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3840   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3841   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3842   columns:
3843     - title: "1908.1-2"
3844       data-set: "vpp-performance-changes-2n-skx-h1"
3845     - title: "2001.0-2"
3846       data-set: "vpp-performance-changes-2n-skx-ref"
3847     - title: "2001.0-4"
3848       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3849     - title: "2005.0-4"
3850       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3851   comparisons:
3852     - title: "2001.0-4 vs 2001.0-2"
3853       reference: 2
3854       compare: 3
3855       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3856     - title: "2005.0-4 vs 2001.0-4"
3857       reference: 3
3858       compare: 4
3859       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3860   legend:
3861     - ''
3862     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3863     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3864     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3865     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3866     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3867
3868 # VPP Performance Changes 2n-skx 2t1c ndr
3869 - type: "table"
3870   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3871   algorithm: "table_comparison"
3872   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3873   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3874   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3875   columns:
3876     - title: "1908.1-2"
3877       data-set: "vpp-performance-changes-2n-skx-h1"
3878     - title: "2001.0-2"
3879       data-set: "vpp-performance-changes-2n-skx-ref"
3880     - title: "2001.0-4"
3881       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3882     - title: "2005.0-4"
3883       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3884   comparisons:
3885     - title: "2001.0-4 vs 2001.0-2"
3886       reference: 2
3887       compare: 3
3888       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3889     - title: "2005.0-4 vs 2001.0-4"
3890       reference: 3
3891       compare: 4
3892       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3893   legend:
3894     - ''
3895     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3896     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3897     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3898     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3899     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3900
3901 # VPP Performance Changes 2n-skx 4t2c ndr
3902 - type: "table"
3903   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3904   algorithm: "table_comparison"
3905   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3907   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3908   columns:
3909     - title: "1908.1-2"
3910       data-set: "vpp-performance-changes-2n-skx-h1"
3911     - title: "2001.0-2"
3912       data-set: "vpp-performance-changes-2n-skx-ref"
3913     - title: "2001.0-4"
3914       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3915     - title: "2005.0-4"
3916       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3917   comparisons:
3918     - title: "2001.0-4 vs 2001.0-2"
3919       reference: 2
3920       compare: 3
3921       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3922     - title: "2005.0-4 vs 2001.0-4"
3923       reference: 3
3924       compare: 4
3925       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3926   legend:
3927     - ''
3928     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3929     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3930     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3931     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3932     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3933
3934 # VPP Performance Changes 2n-skx 2t1c pdr-full
3935 - type: "table"
3936   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
3937   algorithm: "table_comparison"
3938   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
3939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3940   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3941   columns:
3942     - title: "1908.1-2"
3943       data-set: "vpp-performance-changes-2n-skx-h1"
3944     - title: "2001.0-2"
3945       data-set: "vpp-performance-changes-2n-skx-ref"
3946     - title: "2001.0-4"
3947       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3948     - title: "2005.0-3"
3949       data-set: "vpp-performance-changes-2n-skx-cmp"
3950     - title: "2005.0-4"
3951       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3952   comparisons:
3953     - title: "2005.0-4 vs 2005.0-3"
3954       reference: 4
3955       compare: 5
3956       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3957     - title: "2001.0-4 vs 2001.0-2"
3958       reference: 2
3959       compare: 3
3960       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3961     - title: "2005.0-4 vs 2001.0-4"
3962       reference: 3
3963       compare: 5
3964       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
3965
3966   legend:
3967     - ''
3968     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3969     - '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).'
3970     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3971     - '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.'
3972     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3973     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3974
3975 # VPP Performance Changes 2n-skx 4t2c pdr-full
3976 - type: "table"
3977   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
3978   algorithm: "table_comparison"
3979   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
3980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3981   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3982   columns:
3983     - title: "1908.1-2"
3984       data-set: "vpp-performance-changes-2n-skx-h1"
3985     - title: "2001.0-2"
3986       data-set: "vpp-performance-changes-2n-skx-ref"
3987     - title: "2001.0-4"
3988       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3989     - title: "2005.0-3"
3990       data-set: "vpp-performance-changes-2n-skx-cmp"
3991     - title: "2005.0-4"
3992       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3993   comparisons:
3994     - title: "2005.0-4 vs 2005.0-3"
3995       reference: 4
3996       compare: 5
3997       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3998     - title: "2001.0-4 vs 2001.0-2"
3999       reference: 2
4000       compare: 3
4001       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4002     - title: "2005.0-4 vs 2001.0-4"
4003       reference: 3
4004       compare: 5
4005       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
4006   legend:
4007     - ''
4008     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4009     - '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).'
4010     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4011     - '2005.0-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.'
4012     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4013     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4014
4015 # VPP Performance Changes 2n-skx 2t1c ndr-full
4016 - type: "table"
4017   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4018   algorithm: "table_comparison"
4019   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4020   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4021   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4022   columns:
4023     - title: "1908.1-2"
4024       data-set: "vpp-performance-changes-2n-skx-h1"
4025     - title: "2001.0-2"
4026       data-set: "vpp-performance-changes-2n-skx-ref"
4027     - title: "2001.0-4"
4028       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4029     - title: "2005.0-3"
4030       data-set: "vpp-performance-changes-2n-skx-cmp"
4031     - title: "2005.0-4"
4032       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4033   comparisons:
4034     - title: "2005.0-4 vs 2005.0-3"
4035       reference: 4
4036       compare: 5
4037       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4038     - title: "2001.0-4 vs 2001.0-2"
4039       reference: 2
4040       compare: 3
4041       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4042     - title: "2005.0-4 vs 2001.0-4"
4043       reference: 3
4044       compare: 5
4045       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
4046   legend:
4047     - ''
4048     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4049     - '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).'
4050     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4051     - '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.'
4052     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4053     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4054
4055 # VPP Performance Changes 2n-skx 4t2c ndr-full
4056 - type: "table"
4057   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4058   algorithm: "table_comparison"
4059   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4061   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4062   columns:
4063     - title: "1908.1-2"
4064       data-set: "vpp-performance-changes-2n-skx-h1"
4065     - title: "2001.0-2"
4066       data-set: "vpp-performance-changes-2n-skx-ref"
4067     - title: "2001.0-4"
4068       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4069     - title: "2005.0-3"
4070       data-set: "vpp-performance-changes-2n-skx-cmp"
4071     - title: "2005.0-4"
4072       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4073   comparisons:
4074     - title: "2005.0-4 vs 2005.0-3"
4075       reference: 4
4076       compare: 5
4077       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4078     - title: "2001.0-4 vs 2001.0-2"
4079       reference: 2
4080       compare: 3
4081       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4082     - title: "2005.0-4 vs 2001.0-4"
4083       reference: 3
4084       compare: 5
4085       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
4086   legend:
4087     - ''
4088     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4089     - '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).'
4090     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4091     - '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.'
4092     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4093     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4094
4095 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4096 - type: "table"
4097   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4098   algorithm: "table_comparison"
4099   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4100   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4101   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4102   columns:
4103     - title: "2001.0-2"
4104       data-set: "vpp-performance-changes-2n-clx-ref"
4105     - title: "2001.0-4"
4106       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4107     - title: "2005.0-4"
4108       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4109   comparisons:
4110     - title: "2001.0-4 vs 2001.0-2"
4111       reference: 1
4112       compare: 2
4113       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4114     - title: "2005.0-4 vs 2001.0-4"
4115       reference: 2
4116       compare: 3
4117       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4118   legend:
4119     - ''
4120     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4121     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4122     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4123     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4124     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4125
4126 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4127 - type: "table"
4128   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4129   algorithm: "table_comparison"
4130   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4132   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4133   columns:
4134     - title: "2001.0-2"
4135       data-set: "vpp-performance-changes-2n-clx-ref"
4136     - title: "2001.0-4"
4137       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4138     - title: "2005.0-4"
4139       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4140   comparisons:
4141     - title: "2001.0-4 vs 2001.0-2"
4142       reference: 1
4143       compare: 2
4144       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4145     - title: "2005.0-4 vs 2001.0-4"
4146       reference: 2
4147       compare: 3
4148       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4149   legend:
4150     - ''
4151     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4152     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4153     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4154     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4155     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4156
4157 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4158 - type: "table"
4159   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4160   algorithm: "table_comparison"
4161   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4162   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4163   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4164   columns:
4165     - title: "2001.0-2"
4166       data-set: "vpp-performance-changes-2n-clx-ref"
4167     - title: "2001.0-4"
4168       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4169     - title: "2005.0-4"
4170       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4171   comparisons:
4172     - title: "2001.0-4 vs 2001.0-2"
4173       reference: 1
4174       compare: 2
4175       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4176     - title: "2005.0-4 vs 2001.0-4"
4177       reference: 2
4178       compare: 3
4179       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4180   legend:
4181     - ''
4182     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4183     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4184     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4185     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4186     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4187
4188 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4189 - type: "table"
4190   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4191   algorithm: "table_comparison"
4192   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4193   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4194   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4195   columns:
4196     - title: "2001.0-2"
4197       data-set: "vpp-performance-changes-2n-clx-ref"
4198     - title: "2001.0-4"
4199       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4200     - title: "2005.0-4"
4201       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4202   comparisons:
4203     - title: "2001.0-4 vs 2001.0-2"
4204       reference: 1
4205       compare: 2
4206       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4207     - title: "2005.0-4 vs 2001.0-4"
4208       reference: 2
4209       compare: 3
4210       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4211   legend:
4212     - ''
4213     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4214     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4215     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4216     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4217     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4218
4219 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4220 - type: "table"
4221   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4222   algorithm: "table_comparison"
4223   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4225   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4226   columns:
4227     - title: "2001.0-2"
4228       data-set: "vpp-performance-changes-2n-clx-ref"
4229     - title: "2001.0-4"
4230       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4231     - title: "2005.0-3"
4232       data-set: "vpp-performance-changes-2n-clx-cmp"
4233     - title: "2005.0-4"
4234       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4235   comparisons:
4236     - title: "2005.0-4 vs 2005.0-3"
4237       reference: 3
4238       compare: 4
4239       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4240     - title: "2001.0-4 vs 2001.0-2"
4241       reference: 1
4242       compare: 2
4243       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4244     - title: "2005.0-4 vs 2001.0-4"
4245       reference: 2
4246       compare: 4
4247       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
4248   legend:
4249     - ''
4250     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4251     - '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).'
4252     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4253     - '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.'
4254     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4255     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4256
4257 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4258 - type: "table"
4259   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4260   algorithm: "table_comparison"
4261   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4263   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4264   columns:
4265     - title: "2001.0-2"
4266       data-set: "vpp-performance-changes-2n-clx-ref"
4267     - title: "2001.0-4"
4268       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4269     - title: "2005.0-3"
4270       data-set: "vpp-performance-changes-2n-clx-cmp"
4271     - title: "2005.0-4"
4272       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4273   comparisons:
4274     - title: "2005.0-4 vs 2005.0-3"
4275       reference: 3
4276       compare: 4
4277       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4278     - title: "2001.0-4 vs 2001.0-2"
4279       reference: 1
4280       compare: 2
4281       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4282     - title: "2005.0-4 vs 2001.0-4"
4283       reference: 2
4284       compare: 4
4285       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
4286   legend:
4287     - ''
4288     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4289     - '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).'
4290     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4291     - '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.'
4292     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4293     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4294
4295 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4296 - type: "table"
4297   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4298   algorithm: "table_comparison"
4299   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4300   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4301   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4302   columns:
4303     - title: "2001.0-2"
4304       data-set: "vpp-performance-changes-2n-clx-ref"
4305     - title: "2001.0-4"
4306       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4307     - title: "2005.0-3"
4308       data-set: "vpp-performance-changes-2n-clx-cmp"
4309     - title: "2005.0-4"
4310       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4311   comparisons:
4312     - title: "2005.0-4 vs 2005.0-3"
4313       reference: 3
4314       compare: 4
4315       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4316     - title: "2001.0-4 vs 2001.0-2"
4317       reference: 1
4318       compare: 2
4319       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4320     - title: "2005.0-4 vs 2001.0-4"
4321       reference: 2
4322       compare: 4
4323       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
4324   legend:
4325     - ''
4326     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4327     - '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).'
4328     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4329     - '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.'
4330     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4331     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4332
4333 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4334 - type: "table"
4335   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4336   algorithm: "table_comparison"
4337   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4339   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4340   columns:
4341     - title: "2001.0-2"
4342       data-set: "vpp-performance-changes-2n-clx-ref"
4343     - title: "2001.0-4"
4344       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4345     - title: "2005.0-3"
4346       data-set: "vpp-performance-changes-2n-clx-cmp"
4347     - title: "2005.0-4"
4348       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4349   comparisons:
4350     - title: "2005.0-4 vs 2005.0-3"
4351       reference: 3
4352       compare: 4
4353       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4354     - title: "2001.0-4 vs 2001.0-2"
4355       reference: 1
4356       compare: 2
4357       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4358     - title: "2005.0-4 vs 2001.0-4"
4359       reference: 2
4360       compare: 4
4361       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
4362   legend:
4363     - ''
4364     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4365     - '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).'
4366     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4367     - '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.'
4368     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4369     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4370
4371 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4372 #- type: "table"
4373 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4374 #  algorithm: "table_comparison"
4375 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4376 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4377 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4378 #  columns:
4379 #    - title: "2001.0-2"
4380 #      data-set: "vpp-performance-changes-2n-clx-ref"
4381 #    - title: "2005.0-3"
4382 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4383 #  comparisons:
4384 #    - title: "Diff"
4385 #      reference: 1
4386 #      compare: 2
4387 #  legend:
4388 #    - ''
4389 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4390 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4391 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4392 #    - '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.'
4393 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4394 #
4395 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4396 #- type: "table"
4397 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4398 #  algorithm: "table_comparison"
4399 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4400 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4401 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4402 #  columns:
4403 #    - title: "2001.0-2"
4404 #      data-set: "vpp-performance-changes-2n-clx-ref"
4405 #    - title: "2005.0-3"
4406 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4407 #  comparisons:
4408 #    - title: "Diff"
4409 #      reference: 1
4410 #      compare: 2
4411 #  legend:
4412 #    - ''
4413 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4414 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4415 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4416 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4417 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4418 #
4419 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4420 #- type: "table"
4421 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4422 #  algorithm: "table_comparison"
4423 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4424 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4425 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4426 #  columns:
4427 #    - title: "2001.0-2"
4428 #      data-set: "vpp-performance-changes-2n-clx-ref"
4429 #    - title: "2005.0-3"
4430 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4431 #  comparisons:
4432 #    - title: "Diff"
4433 #      reference: 1
4434 #      compare: 2
4435 #  legend:
4436 #    - ''
4437 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4438 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4439 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4440 #    - '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.'
4441 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4442 #
4443 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4444 #- type: "table"
4445 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4446 #  algorithm: "table_comparison"
4447 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4448 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4449 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4450 #  columns:
4451 #    - title: "2001.0-2"
4452 #      data-set: "vpp-performance-changes-2n-clx-ref"
4453 #    - title: "2005.0-3"
4454 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4455 #  comparisons:
4456 #    - title: "Diff"
4457 #      reference: 1
4458 #      compare: 2
4459 #  legend:
4460 #    - ''
4461 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4462 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4463 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4464 #    - '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.'
4465 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4466
4467 # VPP Performance Changes 2n-dnv 1t1c pdr
4468 - type: "table"
4469   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4470   algorithm: "table_comparison"
4471   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4472   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4473   filter: "'1T1C'"
4474   columns:
4475     - title: "1908.1-2"
4476       data-set: "vpp-performance-changes-2n-dnv-h1"
4477     - title: "2001.0-2"
4478       data-set: "vpp-performance-changes-2n-dnv-ref"
4479     - title: "2005.0-3"
4480       data-set: "vpp-performance-changes-2n-dnv-cmp"
4481   comparisons:
4482     - title: "2005.0-3 vs 2001.0-2"
4483       reference: 2
4484       compare: 3
4485   legend:
4486     - ''
4487     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4488     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4489     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4490     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4491
4492 # VPP Performance Changes 2n-dnv 2t2c pdr
4493 - type: "table"
4494   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4495   algorithm: "table_comparison"
4496   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4498   filter: "'2T2C'"
4499   columns:
4500     - title: "1908.1-2"
4501       data-set: "vpp-performance-changes-2n-dnv-h1"
4502     - title: "2001.0-2"
4503       data-set: "vpp-performance-changes-2n-dnv-ref"
4504     - title: "2005.0-3"
4505       data-set: "vpp-performance-changes-2n-dnv-cmp"
4506   comparisons:
4507     - title: "2005.0-3 vs 2001.0-2"
4508       reference: 2
4509       compare: 3
4510   legend:
4511     - ''
4512     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4513     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4514     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4515     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4516
4517 # VPP Performance Changes 2n-dnv 1t1c ndr
4518 - type: "table"
4519   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4520   algorithm: "table_comparison"
4521   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4523   filter: "'1T1C'"
4524   columns:
4525     - title: "1908.1-2"
4526       data-set: "vpp-performance-changes-2n-dnv-h1"
4527     - title: "2001.0-2"
4528       data-set: "vpp-performance-changes-2n-dnv-ref"
4529     - title: "2005.0-3"
4530       data-set: "vpp-performance-changes-2n-dnv-cmp"
4531   comparisons:
4532     - title: "2005.0-3 vs 2001.0-2"
4533       reference: 2
4534       compare: 3
4535   legend:
4536     - ''
4537     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4538     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4539     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4540     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4541
4542 # VPP Performance Changes 2n-dnv 2t2c ndr
4543 - type: "table"
4544   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4545   algorithm: "table_comparison"
4546   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4548   filter: "'2T2C'"
4549   columns:
4550     - title: "1908.1-2"
4551       data-set: "vpp-performance-changes-2n-dnv-h1"
4552     - title: "2001.0-2"
4553       data-set: "vpp-performance-changes-2n-dnv-ref"
4554     - title: "2005.0-3"
4555       data-set: "vpp-performance-changes-2n-dnv-cmp"
4556   comparisons:
4557     - title: "2005.0-3 vs 2001.0-2"
4558       reference: 2
4559       compare: 3
4560   legend:
4561     - ''
4562     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4563     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4564     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4565     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4566
4567 # VPP Performance Changes 3n-dnv 1t1c pdr
4568 - type: "table"
4569   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4570   algorithm: "table_comparison"
4571   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4573   filter: "'1T1C'"
4574   columns:
4575     - title: "1908.1-2"
4576       data-set: "vpp-performance-changes-3n-dnv-h1"
4577     - title: "2001.0-2"
4578       data-set: "vpp-performance-changes-3n-dnv-ref"
4579     - title: "2005.0-3"
4580       data-set: "vpp-performance-changes-3n-dnv-cmp"
4581   comparisons:
4582     - title: "2005.0-3 vs 2001.0-2"
4583       reference: 2
4584       compare: 3
4585   legend:
4586     - ''
4587     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4588     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4589     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4590     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4591
4592 # VPP Performance Changes 3n-dnv 2t2c pdr
4593 - type: "table"
4594   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4595   algorithm: "table_comparison"
4596   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4597   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4598   filter: "'2T2C'"
4599   columns:
4600     - title: "1908.1-2"
4601       data-set: "vpp-performance-changes-3n-dnv-h1"
4602     - title: "2001.0-2"
4603       data-set: "vpp-performance-changes-3n-dnv-ref"
4604     - title: "2005.0-3"
4605       data-set: "vpp-performance-changes-3n-dnv-cmp"
4606   comparisons:
4607     - title: "2005.0-3 vs 2001.0-2"
4608       reference: 2
4609       compare: 3
4610   legend:
4611     - ''
4612     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4613     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4614     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4615     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4616
4617 # VPP Performance Changes 3n-dnv 1t1c ndr
4618 - type: "table"
4619   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4620   algorithm: "table_comparison"
4621   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4623   filter: "'1T1C'"
4624   columns:
4625     - title: "1908.1-2"
4626       data-set: "vpp-performance-changes-3n-dnv-h1"
4627     - title: "2001.0-2"
4628       data-set: "vpp-performance-changes-3n-dnv-ref"
4629     - title: "2005.0-3"
4630       data-set: "vpp-performance-changes-3n-dnv-cmp"
4631   comparisons:
4632     - title: "2005.0-3 vs 2001.0-2"
4633       reference: 2
4634       compare: 3
4635   legend:
4636     - ''
4637     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4638     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4639     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4640     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4641
4642 # VPP Performance Changes 3n-dnv 2t2c ndr
4643 - type: "table"
4644   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4645   algorithm: "table_comparison"
4646   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4648   filter: "'2T2C'"
4649   columns:
4650     - title: "1908.1-2"
4651       data-set: "vpp-performance-changes-3n-dnv-h1"
4652     - title: "2001.0-2"
4653       data-set: "vpp-performance-changes-3n-dnv-ref"
4654     - title: "2005.0-3"
4655       data-set: "vpp-performance-changes-3n-dnv-cmp"
4656   comparisons:
4657     - title: "2005.0-3 vs 2001.0-2"
4658       reference: 2
4659       compare: 3
4660   legend:
4661     - ''
4662     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4663     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4664     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4665     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4666
4667 # VPP Performance Changes 3n-tsh 1t1c pdr
4668 - type: "table"
4669   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4670   algorithm: "table_comparison"
4671   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4673   filter: "'1T1C'"
4674   columns:
4675     - title: "1908.1-2"
4676       data-set: "vpp-performance-changes-3n-tsh-h1"
4677     - title: "2001.0-2"
4678       data-set: "vpp-performance-changes-3n-tsh-ref"
4679     - title: "2001.0-4"
4680       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4681     - title: "2005.0-4"
4682       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4683   comparisons:
4684     - title: "2001.0-4 vs 2001.0-2"
4685       reference: 2
4686       compare: 3
4687       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4688     - title: "2005.0-4 vs 2001.0-4"
4689       reference: 3
4690       compare: 4
4691       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4692   legend:
4693     - ''
4694     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4695     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4696     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4697     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4698     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4699
4700 # VPP Performance Changes 3n-tsh 2t2c pdr
4701 - type: "table"
4702   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4703   algorithm: "table_comparison"
4704   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4706   filter: "'2T2C'"
4707   columns:
4708     - title: "1908.1-2"
4709       data-set: "vpp-performance-changes-3n-tsh-h1"
4710     - title: "2001.0-2"
4711       data-set: "vpp-performance-changes-3n-tsh-ref"
4712     - title: "2001.0-4"
4713       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4714     - title: "2005.0-4"
4715       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4716   comparisons:
4717     - title: "2001.0-4 vs 2001.0-2"
4718       reference: 2
4719       compare: 3
4720       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4721     - title: "2005.0-4 vs 2001.0-4"
4722       reference: 3
4723       compare: 4
4724       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4725   legend:
4726     - ''
4727     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4728     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4729     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4730     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4731     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4732
4733 # VPP Performance Changes 3n-tsh 1t1c ndr
4734 - type: "table"
4735   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4736   algorithm: "table_comparison"
4737   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4739   filter: "'1T1C'"
4740   columns:
4741     - title: "1908.1-2"
4742       data-set: "vpp-performance-changes-3n-tsh-h1"
4743     - title: "2001.0-2"
4744       data-set: "vpp-performance-changes-3n-tsh-ref"
4745     - title: "2001.0-4"
4746       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4747     - title: "2005.0-4"
4748       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4749   comparisons:
4750     - title: "2001.0-4 vs 2001.0-2"
4751       reference: 2
4752       compare: 3
4753       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4754     - title: "2005.0-4 vs 2001.0-4"
4755       reference: 3
4756       compare: 4
4757       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4758   legend:
4759     - ''
4760     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4761     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4762     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4763     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4764     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4765
4766 # VPP Performance Changes 3n-tsh 2t2c ndr
4767 - type: "table"
4768   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4769   algorithm: "table_comparison"
4770   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4772   filter: "'2T2C'"
4773   columns:
4774     - title: "1908.1-2"
4775       data-set: "vpp-performance-changes-3n-tsh-h1"
4776     - title: "2001.0-2"
4777       data-set: "vpp-performance-changes-3n-tsh-ref"
4778     - title: "2001.0-4"
4779       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4780     - title: "2005.0-4"
4781       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4782   comparisons:
4783     - title: "2001.0-4 vs 2001.0-2"
4784       reference: 2
4785       compare: 3
4786       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4787     - title: "2005.0-4 vs 2001.0-4"
4788       reference: 3
4789       compare: 4
4790       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4791   legend:
4792     - ''
4793     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4794     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4795     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4796     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4797     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4798
4799 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4800 - type: "table"
4801   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4802   algorithm: "table_comparison"
4803   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4805   filter: "'1T1C'"
4806   columns:
4807     - title: "1908.1-2"
4808       data-set: "vpp-performance-changes-3n-tsh-h1"
4809     - title: "2001.0-2"
4810       data-set: "vpp-performance-changes-3n-tsh-ref"
4811     - title: "2001.0-4"
4812       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4813     - title: "2005.0-3"
4814       data-set: "vpp-performance-changes-3n-tsh-cmp"
4815     - title: "2005.0-4"
4816       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4817   comparisons:
4818     - title: "2005.0-4 vs 2005.0-3"
4819       reference: 4
4820       compare: 5
4821       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4822     - title: "2001.0-4 vs 2001.0-2"
4823       reference: 2
4824       compare: 3
4825       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4826     - title: "2005.0-4 vs 2001.0-4"
4827       reference: 3
4828       compare: 5
4829       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
4830   legend:
4831     - ''
4832     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4833     - '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).'
4834     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4835     - '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.'
4836     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4837     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4838
4839 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4840 - type: "table"
4841   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4842   algorithm: "table_comparison"
4843   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4844   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4845   filter: "'2T2C'"
4846   columns:
4847     - title: "1908.1-2"
4848       data-set: "vpp-performance-changes-3n-tsh-h1"
4849     - title: "2001.0-2"
4850       data-set: "vpp-performance-changes-3n-tsh-ref"
4851     - title: "2001.0-4"
4852       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4853     - title: "2005.0-3"
4854       data-set: "vpp-performance-changes-3n-tsh-cmp"
4855     - title: "2005.0-4"
4856       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4857   comparisons:
4858     - title: "2005.0-4 vs 2005.0-3"
4859       reference: 4
4860       compare: 5
4861       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4862     - title: "2001.0-4 vs 2001.0-2"
4863       reference: 2
4864       compare: 3
4865       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4866     - title: "2005.0-4 vs 2001.0-4"
4867       reference: 3
4868       compare: 5
4869       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
4870   legend:
4871     - ''
4872     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4873     - '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).'
4874     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4875     - '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.'
4876     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4877     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4878
4879 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4880 - type: "table"
4881   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4882   algorithm: "table_comparison"
4883   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4885   filter: "'1T1C'"
4886   columns:
4887     - title: "1908.1-2"
4888       data-set: "vpp-performance-changes-3n-tsh-h1"
4889     - title: "2001.0-2"
4890       data-set: "vpp-performance-changes-3n-tsh-ref"
4891     - title: "2001.0-4"
4892       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4893     - title: "2005.0-3"
4894       data-set: "vpp-performance-changes-3n-tsh-cmp"
4895     - title: "2005.0-4"
4896       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4897   comparisons:
4898     - title: "2005.0-4 vs 2005.0-3"
4899       reference: 4
4900       compare: 5
4901       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4902     - title: "2001.0-4 vs 2001.0-2"
4903       reference: 2
4904       compare: 3
4905       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4906     - title: "2005.0-4 vs 2001.0-4"
4907       reference: 3
4908       compare: 5
4909       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
4910   legend:
4911     - ''
4912     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4913     - '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).'
4914     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4915     - '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.'
4916     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4917     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4918
4919 # VPP Performance Changes 3n-tsh 2t2c ndr-full
4920 - type: "table"
4921   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
4922   algorithm: "table_comparison"
4923   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
4924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4925   filter: "'2T2C'"
4926   columns:
4927     - title: "1908.1-2"
4928       data-set: "vpp-performance-changes-3n-tsh-h1"
4929     - title: "2001.0-2"
4930       data-set: "vpp-performance-changes-3n-tsh-ref"
4931     - title: "2001.0-4"
4932       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4933     - title: "2005.0-3"
4934       data-set: "vpp-performance-changes-3n-tsh-cmp"
4935     - title: "2005.0-4"
4936       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4937   comparisons:
4938     - title: "2005.0-4 vs 2005.0-3"
4939       reference: 4
4940       compare: 5
4941       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4942     - title: "2001.0-4 vs 2001.0-2"
4943       reference: 2
4944       compare: 3
4945       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4946     - title: "2005.0-4 vs 2001.0-4"
4947       reference: 3
4948       compare: 5
4949       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
4950   legend:
4951     - ''
4952     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4953     - '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).'
4954     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4955     - '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.'
4956     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4957     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4958
4959 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4960 - type: "table"
4961   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4962   algorithm: "table_comparison"
4963   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4965   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4966   columns:
4967     - title: "3n-hsw xl710"
4968       data-set: "vpp-compare-testbeds-ref"
4969       tag: "NIC_Intel-XL710"
4970     - title: "3n-skx xxv710"
4971       data-set: "vpp-compare-testbeds-cmp"
4972       tag: "NIC_Intel-XXV710"
4973   comparisons:
4974     - title: "Diff"
4975       reference: 1
4976       compare: 2
4977   legend:
4978     - ""
4979     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4980     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4981
4982 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4983 - type: "table"
4984   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4985   algorithm: "table_comparison"
4986   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4988   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4989   columns:
4990     - title: "3n-hsw xl710"
4991       data-set: "vpp-compare-testbeds-ref"
4992       tag: "NIC_Intel-XL710"
4993     - title: "3n-skx xxv710"
4994       data-set: "vpp-compare-testbeds-cmp"
4995       tag: "NIC_Intel-XXV710"
4996   comparisons:
4997     - title: "Diff"
4998       reference: 1
4999       compare: 2
5000   legend:
5001     - ""
5002     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5003     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5004
5005 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5006 - type: "table"
5007   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5008   algorithm: "table_comparison"
5009   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5010   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5011   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5012   columns:
5013     - title: "3n-hsw xl710"
5014       data-set: "vpp-compare-testbeds-ref"
5015       tag: "NIC_Intel-XL710"
5016     - title: "3n-skx xxv710"
5017       data-set: "vpp-compare-testbeds-cmp"
5018       tag: "NIC_Intel-XXV710"
5019   comparisons:
5020     - title: "Diff"
5021       reference: 1
5022       compare: 2
5023   legend:
5024     - ""
5025     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5026     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5027
5028 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5029 - type: "table"
5030   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5031   algorithm: "table_comparison"
5032   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5034   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5035   columns:
5036     - title: "3n-hsw xl710"
5037       data-set: "vpp-compare-testbeds-ref"
5038       tag: "NIC_Intel-XL710"
5039     - title: "3n-skx xxv710"
5040       data-set: "vpp-compare-testbeds-cmp"
5041       tag: "NIC_Intel-XXV710"
5042   comparisons:
5043     - title: "Diff"
5044       reference: 1
5045       compare: 2
5046   legend:
5047     - ""
5048     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5049     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5050
5051 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5052 - type: "table"
5053   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5054   algorithm: "table_comparison"
5055   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5056   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5057   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5058   columns:
5059     - title: "2n-skx"
5060       data-set: "vpp-compare-testbeds-skx-clx-ref"
5061     - title: "2n-clx"
5062       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5063   comparisons:
5064     - title: "Diff"
5065       reference: 1
5066       compare: 2
5067   legend:
5068     - ""
5069     - "2n-skx, 2n-clx - testbeds and NICs tested."
5070     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5071
5072 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5073 - type: "table"
5074   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5075   algorithm: "table_comparison"
5076   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5077   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5078   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5079   columns:
5080     - title: "2n-skx"
5081       data-set: "vpp-compare-testbeds-skx-clx-ref"
5082     - title: "2n-clx"
5083       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5084   comparisons:
5085     - title: "Diff"
5086       reference: 1
5087       compare: 2
5088   legend:
5089     - ""
5090     - "2n-skx, 2n-clx - testbeds and NICs tested."
5091     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5092
5093 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5094 - type: "table"
5095   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5096   algorithm: "table_comparison"
5097   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5099   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5100   columns:
5101     - title: "2n-skx"
5102       data-set: "vpp-compare-testbeds-skx-clx-ref"
5103     - title: "2n-clx"
5104       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5105   comparisons:
5106     - title: "Diff"
5107       reference: 1
5108       compare: 2
5109   legend:
5110     - ""
5111     - "2n-skx, 2n-clx - testbeds and NICs tested."
5112     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5113
5114 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5115 - type: "table"
5116   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5117   algorithm: "table_comparison"
5118   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5119   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5120   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5121   columns:
5122     - title: "2n-skx"
5123       data-set: "vpp-compare-testbeds-skx-clx-ref"
5124     - title: "2n-clx"
5125       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5126   comparisons:
5127     - title: "Diff"
5128       reference: 1
5129       compare: 2
5130   legend:
5131     - ""
5132     - "2n-skx, 2n-clx - testbeds and NICs tested."
5133     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5134
5135 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5136 - type: "table"
5137   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5138   algorithm: "table_comparison"
5139   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5141   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5142   columns:
5143     - title: "3n-hsw xl710"
5144       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5145       tag: "NIC_Intel-XL710"
5146     - title: "2n-clx xxv710"
5147       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5148       tag: "NIC_Intel-XXV710"
5149   comparisons:
5150     - title: "Diff"
5151       reference: 1
5152       compare: 2
5153   legend:
5154     - ""
5155     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5156     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5157
5158 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5159 - type: "table"
5160   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5161   algorithm: "table_comparison"
5162   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5163   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5164   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5165   columns:
5166     - title: "3n-hsw xl710"
5167       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5168       tag: "NIC_Intel-XL710"
5169     - title: "2n-clx xxv710"
5170       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5171       tag: "NIC_Intel-XXV710"
5172   comparisons:
5173     - title: "Diff"
5174       reference: 1
5175       compare: 2
5176   legend:
5177     - ""
5178     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5179     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5180
5181 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5182 - type: "table"
5183   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5184   algorithm: "table_comparison"
5185   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5187   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5188   columns:
5189     - title: "3n-hsw xl710"
5190       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5191       tag: "NIC_Intel-XL710"
5192     - title: "2n-clx xxv710"
5193       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5194       tag: "NIC_Intel-XXV710"
5195   comparisons:
5196     - title: "Diff"
5197       reference: 1
5198       compare: 2
5199   legend:
5200     - ""
5201     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5202     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5203
5204 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5205 - type: "table"
5206   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5207   algorithm: "table_comparison"
5208   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5210   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5211   columns:
5212     - title: "3n-hsw xl710"
5213       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5214       tag: "NIC_Intel-XL710"
5215     - title: "2n-clx xxv710"
5216       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5217       tag: "NIC_Intel-XXV710"
5218   comparisons:
5219     - title: "Diff"
5220       reference: 1
5221       compare: 2
5222   legend:
5223     - ""
5224     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5225     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5226
5227 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5228 - type: "table"
5229   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5230   algorithm: "table_comparison"
5231   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5232   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5233   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5234   columns:
5235     - title: "3n-skx"
5236       data-set: "vpp-compare-topologies-ref"
5237     - title: "2n-skx"
5238       data-set: "vpp-compare-topologies-cmp"
5239   comparisons:
5240     - title: "Diff"
5241       reference: 1
5242       compare: 2
5243   legend:
5244     - ""
5245     - "3n-skx, 2n-skx - topologies tested."
5246     - "Diff - difference between 3n-skx and 2n-skx topologies."
5247
5248 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5249 - type: "table"
5250   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5251   algorithm: "table_comparison"
5252   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5253   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5254   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5255   columns:
5256     - title: "3n-skx"
5257       data-set: "vpp-compare-topologies-ref"
5258     - title: "2n-skx"
5259       data-set: "vpp-compare-topologies-cmp"
5260   comparisons:
5261     - title: "Diff"
5262       reference: 1
5263       compare: 2
5264   legend:
5265     - ""
5266     - "3n-skx, 2n-skx - topologies tested."
5267     - "Diff - difference between 3n-skx and 2n-skx topologies."
5268
5269 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5270 - type: "table"
5271   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5272   algorithm: "table_comparison"
5273   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5275   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5276   columns:
5277     - title: "3n-skx"
5278       data-set: "vpp-compare-topologies-ref"
5279     - title: "2n-skx"
5280       data-set: "vpp-compare-topologies-cmp"
5281   comparisons:
5282     - title: "Diff"
5283       reference: 1
5284       compare: 2
5285   legend:
5286     - ""
5287     - "3n-skx, 2n-skx - topologies tested."
5288     - "Diff - difference between 3n-skx and 2n-skx topologies."
5289
5290 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5291 - type: "table"
5292   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5293   algorithm: "table_comparison"
5294   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5296   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5297   columns:
5298     - title: "3n-skx"
5299       data-set: "vpp-compare-topologies-ref"
5300     - title: "2n-skx"
5301       data-set: "vpp-compare-topologies-cmp"
5302   comparisons:
5303     - title: "Diff"
5304       reference: 1
5305       compare: 2
5306   legend:
5307     - ""
5308     - "3n-skx, 2n-skx - topologies tested."
5309     - "Diff - difference between 3n-skx and 2n-skx topologies."
5310
5311 # VPP Performance Changes 3n-hsw 1t1c mrr
5312 - type: "table"
5313   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5314   algorithm: "table_comparison"
5315   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5316   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5317   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5318   columns:
5319     - title: "1908.1-2"
5320       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5321     - title: "2001.0-2"
5322       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5323     - title: "2005.0-3"
5324       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5325     - title: "2005.0-4"
5326       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5327   comparisons:
5328     - title: "2005.0-4 vs 2005.0-3"
5329       reference: 3
5330       compare: 4
5331       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5332     - title: "2005.0-4 vs 2001.0-2"
5333       reference: 2
5334       compare: 4
5335       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5336   legend:
5337     - ''
5338     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5339     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5340     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5341     - '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.'
5342     - '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.'
5343
5344 # VPP Performance Changes 3n-hsw 2t2c mrr
5345 - type: "table"
5346   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5347   algorithm: "table_comparison"
5348   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5350   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5351   columns:
5352     - title: "1908.1-2"
5353       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5354     - title: "2001.0-2"
5355       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5356     - title: "2005.0-3"
5357       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5358     - title: "2005.0-4"
5359       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5360   comparisons:
5361     - title: "2005.0-4 vs 2005.0-3"
5362       reference: 3
5363       compare: 4
5364       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5365     - title: "2005.0-4 vs 2001.0-2"
5366       reference: 2
5367       compare: 4
5368       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5369   legend:
5370     - ''
5371     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5372     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5373     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5374     - '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.'
5375     - '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.'
5376
5377 # VPP Performance Changes 3n-hsw 4t4c mrr
5378 - type: "table"
5379   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5380   algorithm: "table_comparison"
5381   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5382   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5383   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5384   columns:
5385     - title: "1908.1-2"
5386       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5387     - title: "2001.0-2"
5388       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5389     - title: "2005.0-3"
5390       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5391     - title: "2005.0-4"
5392       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5393   comparisons:
5394     - title: "2005.0-4 vs 2005.0-3"
5395       reference: 3
5396       compare: 4
5397       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5398     - title: "2005.0-4 vs 2001.0-2"
5399       reference: 2
5400       compare: 4
5401       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5402   legend:
5403     - ''
5404     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5405     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5406     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5407     - '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.'
5408     - '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.'
5409
5410 # VPP Performance Changes 3n-skx 2t1c mrr
5411 - type: "table"
5412   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5413   algorithm: "table_comparison"
5414   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5416   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5417   columns:
5418     - title: "2001.0-2"
5419       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5420     - title: "2005.0-3"
5421       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5422     - title: "2005.0-4"
5423       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5424   comparisons:
5425     - title: "2005.0-4 vs 2005.0-3"
5426       reference: 2
5427       compare: 3
5428       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5429     - title: "2005.0-4 vs 2001.0-2"
5430       reference: 1
5431       compare: 3
5432       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5433   legend:
5434     - ''
5435     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5436     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5437     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5438     - '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.'
5439     - '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.'
5440
5441 # VPP Performance Changes 3n-skx 4t2c mrr
5442 - type: "table"
5443   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5444   algorithm: "table_comparison"
5445   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5446   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5447   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5448   columns:
5449     - title: "2001.0-2"
5450       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5451     - title: "2005.0-3"
5452       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5453     - title: "2005.0-4"
5454       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5455   comparisons:
5456     - title: "2005.0-4 vs 2005.0-3"
5457       reference: 2
5458       compare: 3
5459       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5460     - title: "2005.0-4 vs 2001.0-2"
5461       reference: 1
5462       compare: 3
5463       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5464   legend:
5465     - ''
5466     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5467     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5468     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5469     - '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.'
5470     - '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.'
5471
5472 # VPP Performance Changes 3n-skx 8t4c mrr
5473 - type: "table"
5474   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5475   algorithm: "table_comparison"
5476   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5477   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5478   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5479   columns:
5480     - title: "2001.0-2"
5481       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5482     - title: "2005.0-3"
5483       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5484     - title: "2005.0-4"
5485       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5486   comparisons:
5487     - title: "2005.0-4 vs 2005.0-3"
5488       reference: 2
5489       compare: 3
5490       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5491     - title: "2005.0-4 vs 2001.0-2"
5492       reference: 1
5493       compare: 3
5494       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5495   legend:
5496     - ''
5497     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5498     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5499     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5500     - '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.'
5501     - '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.'
5502
5503 # VPP Performance Changes 2n-skx 2t1c mrr
5504 - type: "table"
5505   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5506   algorithm: "table_comparison"
5507   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5508   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5509   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5510   columns:
5511     - title: "2001.0-2"
5512       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5513     - title: "2005.0-3"
5514       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5515     - title: "2005.0-4"
5516       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5517   comparisons:
5518     - title: "2005.0-4 vs 2005.0-3"
5519       reference: 2
5520       compare: 3
5521       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5522     - title: "2005.0-4 vs 2001.0-2"
5523       reference: 1
5524       compare: 3
5525       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5526   legend:
5527     - ''
5528     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5529     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5530     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5531     - '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.'
5532     - '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.'
5533
5534 # VPP Performance Changes 2n-skx 4t2c mrr
5535 - type: "table"
5536   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5537   algorithm: "table_comparison"
5538   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5539   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5540   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5541   columns:
5542     - title: "2001.0-2"
5543       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5544     - title: "2005.0-3"
5545       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5546     - title: "2005.0-4"
5547       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5548   comparisons:
5549     - title: "2005.0-4 vs 2005.0-3"
5550       reference: 2
5551       compare: 3
5552       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5553     - title: "2005.0-4 vs 2001.0-2"
5554       reference: 1
5555       compare: 3
5556       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5557   legend:
5558     - ''
5559     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5560     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5561     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5562     - '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.'
5563     - '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.'
5564
5565 # VPP Performance Changes 2n-skx 8t4c mrr
5566 - type: "table"
5567   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5568   algorithm: "table_comparison"
5569   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5570   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5571   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5572   columns:
5573     - title: "2001.0-2"
5574       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5575     - title: "2005.0-3"
5576       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5577     - title: "2005.0-4"
5578       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5579   comparisons:
5580     - title: "2005.0-4 vs 2005.0-3"
5581       reference: 2
5582       compare: 3
5583       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5584     - title: "2005.0-4 vs 2001.0-2"
5585       reference: 1
5586       compare: 3
5587       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5588   legend:
5589     - ''
5590     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5591     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5592     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5593     - '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.'
5594     - '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.'
5595
5596 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5597 - type: "table"
5598   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5599   algorithm: "table_comparison"
5600   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5601   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5602   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5603   columns:
5604     - title: "2001.0-2"
5605       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5606     - title: "2005.0-3"
5607       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5608     - title: "2005.0-4"
5609       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5610   comparisons:
5611     - title: "2005.0-4 vs 2005.0-3"
5612       reference: 2
5613       compare: 3
5614       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5615     - title: "2005.0-4 vs 2001.0-2"
5616       reference: 1
5617       compare: 3
5618       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5619   legend:
5620     - ''
5621     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5622     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5623     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5624     - '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.'
5625     - '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.'
5626
5627 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5628 - type: "table"
5629   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5630   algorithm: "table_comparison"
5631   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5633   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5634   columns:
5635     - title: "2001.0-2"
5636       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5637     - title: "2005.0-3"
5638       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5639     - title: "2005.0-4"
5640       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5641   comparisons:
5642     - title: "2005.0-4 vs 2005.0-3"
5643       reference: 2
5644       compare: 3
5645       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5646     - title: "2005.0-4 vs 2001.0-2"
5647       reference: 1
5648       compare: 3
5649       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5650   legend:
5651     - ''
5652     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5653     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5654     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5655     - '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.'
5656     - '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.'
5657
5658 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5659 - type: "table"
5660   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5661   algorithm: "table_comparison"
5662   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5663   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5664   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5665   columns:
5666     - title: "2001.0-2"
5667       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5668     - title: "2005.0-3"
5669       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5670     - title: "2005.0-4"
5671       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5672   comparisons:
5673     - title: "2005.0-4 vs 2005.0-3"
5674       reference: 2
5675       compare: 3
5676       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5677     - title: "2005.0-4 vs 2001.0-2"
5678       reference: 1
5679       compare: 3
5680       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5681   legend:
5682     - ''
5683     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5684     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5685     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5686     - '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.'
5687     - '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.'
5688
5689 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5690 #- type: "table"
5691 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5692 #  algorithm: "table_comparison"
5693 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5694 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5695 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5696 #  columns:
5697 #    - title: "2001"
5698 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5699 #    - title: "2005"
5700 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5701 #  comparisons:
5702 #    - title: "Diff"
5703 #      reference: 1
5704 #      compare: 2
5705 #  legend:
5706 #    - ""
5707 #    - "2001, 2005 - VPP versions tested."
5708 #    - "Diff - difference between 2001 and 2005 VPP version."
5709 #
5710 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5711 #- type: "table"
5712 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5713 #  algorithm: "table_comparison"
5714 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5715 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5716 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5717 #  columns:
5718 #    - title: "2001"
5719 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5720 #    - title: "2005"
5721 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5722 #  comparisons:
5723 #    - title: "Diff"
5724 #      reference: 1
5725 #      compare: 2
5726 #  legend:
5727 #    - ""
5728 #    - "2001, 2005 - VPP versions tested."
5729 #    - "Diff - difference between 2001 and 2005 VPP version."
5730 #
5731 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5732 #- type: "table"
5733 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5734 #  algorithm: "table_comparison"
5735 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5736 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5737 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5738 #  columns:
5739 #    - title: "2001"
5740 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5741 #    - title: "2005"
5742 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5743 #  comparisons:
5744 #    - title: "Diff"
5745 #      reference: 1
5746 #      compare: 2
5747 #  legend:
5748 #    - ""
5749 #    - "2001, 2005 - VPP versions tested."
5750 #    - "Diff - difference between 2001 and 2005 VPP version."
5751
5752 # VPP Performance Changes 2n-dnv 1t1c mrr
5753 - type: "table"
5754   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5755   algorithm: "table_comparison"
5756   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5758   filter: "'1T1C'"
5759   columns:
5760     - title: "1908.1-2"
5761       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5762     - title: "2001.0-2"
5763       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5764     - title: "2005.0-3"
5765       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5766   comparisons:
5767     - title: "2005.0-3 vs 2001.0-2"
5768       reference: 2
5769       compare: 3
5770   legend:
5771     - ''
5772     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5773     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5774     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5775     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5776
5777 # VPP Performance Changes 2n-dnv 2t2c mrr
5778 - type: "table"
5779   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5780   algorithm: "table_comparison"
5781   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5783   filter: "'2T2C'"
5784   columns:
5785     - title: "1908.1-2"
5786       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5787     - title: "2001.0-2"
5788       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5789     - title: "2005.0-3"
5790       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5791   comparisons:
5792     - title: "2005.0-3 vs 2001.0-2"
5793       reference: 2
5794       compare: 3
5795   legend:
5796     - ''
5797     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5798     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5799     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5800     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5801
5802 # VPP Performance Changes 2n-dnv 4t4c mrr
5803 - type: "table"
5804   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5805   algorithm: "table_comparison"
5806   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5808   filter: "'4T4C'"
5809   columns:
5810     - title: "1908.1-2"
5811       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5812     - title: "2001.0-2"
5813       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5814     - title: "2005.0-3"
5815       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5816   comparisons:
5817     - title: "2005.0-3 vs 2001.0-2"
5818       reference: 2
5819       compare: 3
5820   legend:
5821     - ''
5822     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5823     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5824     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5825     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5826
5827 # VPP Performance Changes 3n-dnv 1t1c mrr
5828 - type: "table"
5829   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5830   algorithm: "table_comparison"
5831   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5832   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5833   filter: "'1T1C'"
5834   columns:
5835     - title: "1908.1-2"
5836       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5837     - title: "2001.0-2"
5838       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5839     - title: "2005.0-3"
5840       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5841   comparisons:
5842     - title: "2005.0-3 vs 2001.0-2"
5843       reference: 2
5844       compare: 3
5845   legend:
5846     - ''
5847     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5848     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5849     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5850     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5851
5852 # VPP Performance Changes 3n-dnv 2t2c mrr
5853 - type: "table"
5854   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5855   algorithm: "table_comparison"
5856   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5858   filter: "'2T2C'"
5859   columns:
5860     - title: "1908.1-2"
5861       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5862     - title: "2001.0-2"
5863       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5864     - title: "2005.0-3"
5865       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5866   comparisons:
5867     - title: "2005.0-3 vs 2001.0-2"
5868       reference: 2
5869       compare: 3
5870   legend:
5871     - ''
5872     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5873     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5874     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5875     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5876
5877 # VPP Performance Changes 3n-dnv 4t4c mrr
5878 - type: "table"
5879   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5880   algorithm: "table_comparison"
5881   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5883   filter: "'4T4C'"
5884   columns:
5885     - title: "1908.1-2"
5886       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5887     - title: "2001.0-2"
5888       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5889     - title: "2005.0-3"
5890       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5891   comparisons:
5892     - title: "2005.0-3 vs 2001.0-2"
5893       reference: 2
5894       compare: 3
5895   legend:
5896     - ''
5897     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5898     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5899     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5900     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5901
5902 # VPP Performance Changes 3n-tsh 1t1c mrr
5903 - type: "table"
5904   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5905   algorithm: "table_comparison"
5906   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5907   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5908   filter: "'1T1C'"
5909   columns:
5910     - title: "1908.1-2"
5911       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5912     - title: "2001.0-2"
5913       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5914     - title: "2005.0-3"
5915       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5916     - title: "2005.0-4"
5917       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5918   comparisons:
5919     - title: "2005.0-4 vs 2005.0-3"
5920       reference: 3
5921       compare: 4
5922       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5923     - title: "2005.0-4 vs 2001.0-2"
5924       reference: 2
5925       compare: 4
5926       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5927   legend:
5928     - ''
5929     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5930     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5931     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5932     - '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.'
5933     - '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.'
5934
5935 # VPP Performance Changes 3n-tsh 2t2c mrr
5936 - type: "table"
5937   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5938   algorithm: "table_comparison"
5939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5940   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5941   filter: "'2T2C'"
5942   columns:
5943     - title: "1908.1-2"
5944       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5945     - title: "2001.0-2"
5946       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5947     - title: "2005.0-3"
5948       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5949     - title: "2005.0-4"
5950       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5951   comparisons:
5952     - title: "2005.0-4 vs 2005.0-3"
5953       reference: 3
5954       compare: 4
5955       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5956     - title: "2005.0-4 vs 2001.0-2"
5957       reference: 2
5958       compare: 4
5959       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5960   legend:
5961     - ''
5962     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5963     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5964     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5965     - '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.'
5966     - '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.'
5967
5968 # VPP Performance Changes 3n-tsh 4t4c mrr
5969 - type: "table"
5970   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5971   algorithm: "table_comparison"
5972   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5973   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5974   filter: "'4T4C'"
5975   columns:
5976     - title: "1908.1-2"
5977       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5978     - title: "2001.0-2"
5979       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5980     - title: "2005.0-3"
5981       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5982     - title: "2005.0-4"
5983       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5984   comparisons:
5985     - title: "2005.0-4 vs 2005.0-3"
5986       reference: 3
5987       compare: 4
5988       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5989     - title: "2005.0-4 vs 2001.0-2"
5990       reference: 2
5991       compare: 4
5992       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5993   legend:
5994     - ''
5995     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5996     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5997     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5998     - '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.'
5999     - '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.'
6000
6001 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6002 - type: "table"
6003   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6004   algorithm: "table_comparison"
6005   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6007   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6008   columns:
6009     - title: "3n-hsw xl710"
6010       data-set: "vpp-compare-testbeds-mrr-ref"
6011       tag: "NIC_Intel-XL710"
6012     - title: "3n-skx xxv710"
6013       data-set: "vpp-compare-testbeds-mrr-cmp"
6014       tag: "NIC_Intel-XXV710"
6015   comparisons:
6016     - title: "Diff"
6017       reference: 1
6018       compare: 2
6019   legend:
6020     - ""
6021     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6022     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6023
6024 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6025 - type: "table"
6026   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6027   algorithm: "table_comparison"
6028   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6029   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6030   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6031   columns:
6032     - title: "3n-hsw xl710"
6033       data-set: "vpp-compare-testbeds-mrr-ref"
6034       tag: "NIC_Intel-XL710"
6035     - title: "3n-skx xxv710"
6036       data-set: "vpp-compare-testbeds-mrr-cmp"
6037       tag: "NIC_Intel-XXV710"
6038   comparisons:
6039     - title: "Diff"
6040       reference: 1
6041       compare: 2
6042   legend:
6043     - ""
6044     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6045     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6046
6047 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6048 - type: "table"
6049   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6050   algorithm: "table_comparison"
6051   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6052   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6053   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6054   columns:
6055     - title: "3n-hsw xl710"
6056       data-set: "vpp-compare-testbeds-mrr-ref"
6057       tag: "NIC_Intel-XL710"
6058     - title: "3n-skx xxv710"
6059       data-set: "vpp-compare-testbeds-mrr-cmp"
6060       tag: "NIC_Intel-XXV710"
6061   comparisons:
6062     - title: "Diff"
6063       reference: 1
6064       compare: 2
6065   legend:
6066     - ""
6067     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6068     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6069
6070 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6071 - type: "table"
6072   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6073   algorithm: "table_comparison"
6074   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6075   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6076   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6077   columns:
6078     - title: "2n-skx"
6079       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6080     - title: "2n-clx"
6081       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6082   comparisons:
6083     - title: "Diff"
6084       reference: 1
6085       compare: 2
6086   legend:
6087     - ""
6088     - "2n-skx, 2n-clx - testbeds and NICs tested."
6089     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6090
6091 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6092 - type: "table"
6093   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6094   algorithm: "table_comparison"
6095   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6096   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6097   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6098   columns:
6099     - title: "2n-skx"
6100       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6101     - title: "2n-clx"
6102       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6103   comparisons:
6104     - title: "Diff"
6105       reference: 1
6106       compare: 2
6107   legend:
6108     - ""
6109     - "2n-skx, 2n-clx - testbeds and NICs tested."
6110     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6111
6112 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6113 - type: "table"
6114   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6115   algorithm: "table_comparison"
6116   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6118   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6119   columns:
6120     - title: "2n-skx"
6121       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6122     - title: "2n-clx"
6123       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6124   comparisons:
6125     - title: "Diff"
6126       reference: 1
6127       compare: 2
6128   legend:
6129     - ""
6130     - "2n-skx, 2n-clx - testbeds and NICs tested."
6131     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6132
6133 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6134 - type: "table"
6135   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6136   algorithm: "table_comparison"
6137   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6139   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6140   columns:
6141     - title: "3n-skx"
6142       data-set: "vpp-compare-topologies-mrr-ref"
6143     - title: "2n-skx"
6144       data-set: "vpp-compare-topologies-mrr-cmp"
6145   comparisons:
6146     - title: "Diff"
6147       reference: 1
6148       compare: 2
6149   legend:
6150     - ""
6151     - "3n-skx, 2n-skx - topologies tested."
6152     - "Diff - difference between 3n-skx and 2n-skx topologies."
6153
6154 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6155 - type: "table"
6156   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6157   algorithm: "table_comparison"
6158   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6159   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6160   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6161   columns:
6162     - title: "3n-skx"
6163       data-set: "vpp-compare-topologies-mrr-ref"
6164     - title: "2n-skx"
6165       data-set: "vpp-compare-topologies-mrr-cmp"
6166   comparisons:
6167     - title: "Diff"
6168       reference: 1
6169       compare: 2
6170   legend:
6171     - ""
6172     - "3n-skx, 2n-skx - topologies tested."
6173     - "Diff - difference between 3n-skx and 2n-skx topologies."
6174
6175 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6176 - type: "table"
6177   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6178   algorithm: "table_comparison"
6179   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6181   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6182   columns:
6183     - title: "3n-skx"
6184       data-set: "vpp-compare-topologies-mrr-ref"
6185     - title: "2n-skx"
6186       data-set: "vpp-compare-topologies-mrr-cmp"
6187   comparisons:
6188     - title: "Diff"
6189       reference: 1
6190       compare: 2
6191   legend:
6192     - ""
6193     - "3n-skx, 2n-skx - topologies tested."
6194     - "Diff - difference between 3n-skx and 2n-skx topologies."
6195
6196 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6197 - type: "table"
6198   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6199   algorithm: "table_comparison"
6200   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6201   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6202   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6203   columns:
6204     - title: "3n-hsw xl710"
6205       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6206       tag: "NIC_Intel-XL710"
6207     - title: "2n-clx xxv710"
6208       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6209       tag: "NIC_Intel-XXV710"
6210   comparisons:
6211     - title: "Diff"
6212       reference: 1
6213       compare: 2
6214   legend:
6215     - ""
6216     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6217     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6218
6219 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6220 - type: "table"
6221   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6222   algorithm: "table_comparison"
6223   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6224   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6225   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6226   columns:
6227     - title: "3n-hsw xl710"
6228       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6229       tag: "NIC_Intel-XL710"
6230     - title: "2n-clx xxv710"
6231       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6232       tag: "NIC_Intel-XXV710"
6233   comparisons:
6234     - title: "Diff"
6235       reference: 1
6236       compare: 2
6237   legend:
6238     - ""
6239     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6240     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6241
6242 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6243 - type: "table"
6244   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6245   algorithm: "table_comparison"
6246   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6247   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6248   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6249   columns:
6250     - title: "3n-hsw xl710"
6251       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6252       tag: "NIC_Intel-XL710"
6253     - title: "2n-clx xxv710"
6254       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6255       tag: "NIC_Intel-XXV710"
6256   comparisons:
6257     - title: "Diff"
6258       reference: 1
6259       compare: 2
6260   legend:
6261     - ""
6262     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6263     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6264
6265 # Detailed Test Results - VPP Performance Results 3n-hsw
6266 - type: "table"
6267   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6268   algorithm: "table_merged_details"
6269   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6270   columns:
6271     - title: " |prein| Test Name |preout| "
6272       data: "data name"
6273     - 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| "
6274       data: "data msg"
6275   data: "vpp-perf-results-3n-hsw"
6276   filter: "all"
6277   parameters:
6278   - "name"
6279   - "parent"
6280   - "msg"
6281
6282 # Detailed Test Results - VPP Performance Results 3n-skx
6283 - type: "table"
6284   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6285   algorithm: "table_merged_details"
6286   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6287   columns:
6288     - title: " |prein| Test Name |preout| "
6289       data: "data name"
6290     - 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| "
6291       data: "data msg"
6292   data: "vpp-perf-results-3n-skx"
6293   filter: "all"
6294   remove-ndr: False
6295   parameters:
6296   - "name"
6297   - "parent"
6298   - "msg"
6299
6300 # Detailed Test Results - VPP Performance Results 2n-skx
6301 - type: "table"
6302   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6303   algorithm: "table_merged_details"
6304   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6305   columns:
6306     - title: " |prein| Test Name |preout| "
6307       data: "data name"
6308     - 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| "
6309       data: "data msg"
6310   data: "vpp-perf-results-2n-skx"
6311   filter: "all"
6312   remove-ndr: False
6313   parameters:
6314   - "name"
6315   - "parent"
6316   - "msg"
6317
6318 # Detailed Test Results - VPP Performance Results 2n-clx
6319 - type: "table"
6320   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6321   algorithm: "table_merged_details"
6322   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6323   columns:
6324     - title: " |prein| Test Name |preout| "
6325       data: "data name"
6326     - 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| "
6327       data: "data msg"
6328   data: "vpp-perf-results-2n-clx"
6329   filter: "all"
6330   parameters:
6331   - "name"
6332   - "parent"
6333   - "msg"
6334
6335 # Detailed Test Results - VPP Performance Results 3n-tsh
6336 - type: "table"
6337   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6338   algorithm: "table_merged_details"
6339   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6340   columns:
6341     - title: " |prein| Test Name |preout| "
6342       data: "data name"
6343     - 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| "
6344       data: "data msg"
6345   data: "vpp-perf-results-3n-tsh"
6346   filter: "all"
6347   parameters:
6348   - "name"
6349   - "parent"
6350   - "msg"
6351
6352 # Detailed Test Results - VPP Performance Results 3n-dnv
6353 - type: "table"
6354   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6355   algorithm: "table_merged_details"
6356   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6357   columns:
6358     - title: " |prein| Test Name |preout| "
6359       data: "data name"
6360     - 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| "
6361       data: "data msg"
6362   data: "vpp-perf-results-3n-dnv"
6363   filter: "all"
6364   parameters:
6365   - "name"
6366   - "parent"
6367   - "msg"
6368
6369 # Detailed Test Results - VPP Performance Results 2n-dnv
6370 - type: "table"
6371   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6372   algorithm: "table_merged_details"
6373   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6374   columns:
6375     - title: " |prein| Test Name |preout| "
6376       data: "data name"
6377     - 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| "
6378       data: "data msg"
6379   data: "vpp-perf-results-2n-dnv"
6380   filter: "all"
6381   parameters:
6382   - "name"
6383   - "parent"
6384   - "msg"
6385
6386 # Test configuration - VPP Performance Test Configs 3n-hsw
6387 - type: "table"
6388   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6389   algorithm: "table_merged_details"
6390   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6391   columns:
6392     - title: " |prein| Test Name |preout| "
6393       data: "data name"
6394     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6395       data: "data conf-history"
6396   data: "vpp-perf-results-3n-hsw"
6397   filter: "all"
6398   parameters:
6399   - "parent"
6400   - "name"
6401   - "conf-history"
6402
6403 # Test configuration - VPP Performance Test Configs 3n-skx
6404 - type: "table"
6405   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6406   algorithm: "table_merged_details"
6407   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6408   columns:
6409     - title: " |prein| Test Name |preout| "
6410       data: "data name"
6411     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6412       data: "data conf-history"
6413   data: "vpp-perf-results-3n-skx"
6414   filter: "all"
6415   parameters:
6416   - "parent"
6417   - "name"
6418   - "conf-history"
6419
6420 # Test configuration - VPP Performance Test Configs 2n-skx
6421 - type: "table"
6422   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6423   algorithm: "table_merged_details"
6424   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6425   columns:
6426     - title: " |prein| Test Name |preout| "
6427       data: "data name"
6428     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6429       data: "data conf-history"
6430   data: "vpp-perf-results-2n-skx"
6431   filter: "all"
6432   parameters:
6433   - "parent"
6434   - "name"
6435   - "conf-history"
6436
6437 # Test configuration - VPP Performance Test Configs 2n-clx
6438 - type: "table"
6439   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6440   algorithm: "table_merged_details"
6441   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6442   columns:
6443     - title: " |prein| Test Name |preout| "
6444       data: "data name"
6445     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6446       data: "data conf-history"
6447   data: "vpp-perf-results-2n-clx"
6448   filter: "all"
6449   parameters:
6450   - "parent"
6451   - "name"
6452   - "conf-history"
6453
6454 # Test configuration - VPP Performance Test Configs 3n-tsh
6455 - type: "table"
6456   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6457   algorithm: "table_merged_details"
6458   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6459   columns:
6460     - title: " |prein| Test Name |preout| "
6461       data: "data name"
6462     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6463       data: "data conf-history"
6464   data: "vpp-perf-results-3n-tsh"
6465   filter: "all"
6466   parameters:
6467   - "parent"
6468   - "name"
6469   - "conf-history"
6470
6471 # Test configuration - VPP Performance Test Configs 3n-dnv
6472 - type: "table"
6473   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6474   algorithm: "table_merged_details"
6475   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6476   columns:
6477     - title: " |prein| Test Name |preout| "
6478       data: "data name"
6479     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6480       data: "data conf-history"
6481   data: "vpp-perf-results-3n-dnv"
6482   filter: "all"
6483   parameters:
6484   - "parent"
6485   - "name"
6486   - "conf-history"
6487
6488 # Test configuration - VPP Performance Test Configs 2n-dnv
6489 - type: "table"
6490   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6491   algorithm: "table_merged_details"
6492   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6493   columns:
6494     - title: " |prein| Test Name |preout| "
6495       data: "data name"
6496     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6497       data: "data conf-history"
6498   data: "vpp-perf-results-2n-dnv"
6499   filter: "all"
6500   parameters:
6501   - "parent"
6502   - "name"
6503   - "conf-history"
6504
6505 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6506 - type: "table"
6507   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6508   algorithm: "table_oper_data_html"
6509   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6510   data: "vpp-perf-results-3n-hsw"
6511   filter: "all"
6512
6513 # Test Operational Data - VPP Performance Operational Data 3n-skx
6514 - type: "table"
6515   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6516   algorithm: "table_oper_data_html"
6517   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6518   data: "vpp-perf-results-3n-skx"
6519   filter: "all"
6520
6521 # Test Operational Data - VPP Performance Operational Data 2n-skx
6522 - type: "table"
6523   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6524   algorithm: "table_oper_data_html"
6525   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6526   data: "vpp-perf-results-2n-skx"
6527   filter: "all"
6528
6529 # Test Operational Data - VPP Performance Operational Data 2n-clx
6530 - type: "table"
6531   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6532   algorithm: "table_oper_data_html"
6533   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6534   data: "vpp-perf-results-2n-clx"
6535   filter: "all"
6536
6537 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6538 - type: "table"
6539   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6540   algorithm: "table_oper_data_html"
6541   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6542   data: "vpp-perf-results-3n-tsh"
6543   filter: "all"
6544
6545 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6546 - type: "table"
6547   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6548   algorithm: "table_oper_data_html"
6549   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6550   data: "vpp-perf-results-3n-dnv"
6551   filter: "all"
6552
6553 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6554 - type: "table"
6555   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6556   algorithm: "table_oper_data_html"
6557   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6558   data: "vpp-perf-results-2n-dnv"
6559   filter: "all"
6560
6561 # Detailed Test Results - VPP MRR Results 3n-hsw
6562 - type: "table"
6563   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6564   algorithm: "table_merged_details"
6565   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6566   columns:
6567     - title: " |prein| Test Name |preout| "
6568       data: "data name"
6569     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6570       data: "data msg"
6571   data: "vpp-mrr-results-3n-hsw"
6572   filter: "all"
6573   parameters:
6574   - "name"
6575   - "parent"
6576   - "msg"
6577
6578 # Detailed Test Results - VPP MRR Results 3n-skx
6579 - type: "table"
6580   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6581   algorithm: "table_merged_details"
6582   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6583   columns:
6584     - title: " |prein| Test Name |preout| "
6585       data: "data name"
6586     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6587       data: "data msg"
6588   data: "vpp-mrr-results-3n-skx"
6589   filter: "all"
6590   parameters:
6591   - "name"
6592   - "parent"
6593   - "msg"
6594
6595 # Detailed Test Results - VPP MRR Results 2n-skx
6596 - type: "table"
6597   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6598   algorithm: "table_merged_details"
6599   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6600   columns:
6601     - title: " |prein| Test Name |preout| "
6602       data: "data name"
6603     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6604       data: "data msg"
6605   data: "vpp-mrr-results-2n-skx"
6606   filter: "all"
6607   parameters:
6608   - "name"
6609   - "parent"
6610   - "msg"
6611
6612 # Detailed Test Results - VPP MRR Results 2n-clx
6613 - type: "table"
6614   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6615   algorithm: "table_merged_details"
6616   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6617   columns:
6618     - title: " |prein| Test Name |preout| "
6619       data: "data name"
6620     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6621       data: "data msg"
6622   data: "vpp-mrr-results-2n-clx"
6623   filter: "all"
6624   parameters:
6625   - "name"
6626   - "parent"
6627   - "msg"
6628
6629 # Detailed Test Results - VPP MRR Results 3n-tsh
6630 - type: "table"
6631   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6632   algorithm: "table_merged_details"
6633   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6634   columns:
6635     - title: " |prein| Test Name |preout| "
6636       data: "data name"
6637     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6638       data: "data msg"
6639   data: "vpp-mrr-results-3n-tsh"
6640   filter: "all"
6641   parameters:
6642   - "name"
6643   - "parent"
6644   - "msg"
6645
6646 # Detailed Test Results - VPP MRR Results 3n-dnv
6647 - type: "table"
6648   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6649   algorithm: "table_merged_details"
6650   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6651   columns:
6652     - title: " |prein| Test Name |preout| "
6653       data: "data name"
6654     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6655       data: "data msg"
6656   data: "vpp-mrr-results-3n-dnv"
6657   filter: "all"
6658   parameters:
6659   - "name"
6660   - "parent"
6661   - "msg"
6662
6663 # Detailed Test Results - VPP MRR Results 2n-dnv
6664 - type: "table"
6665   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6666   algorithm: "table_merged_details"
6667   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6668   columns:
6669     - title: " |prein| Test Name |preout| "
6670       data: "data name"
6671     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6672       data: "data msg"
6673   data: "vpp-mrr-results-2n-dnv"
6674   filter: "all"
6675   parameters:
6676   - "name"
6677   - "parent"
6678   - "msg"
6679
6680 # Test configuration - VPP MRR Test Configs 3n-hsw
6681 - type: "table"
6682   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6683   algorithm: "table_merged_details"
6684   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6685   columns:
6686     - title: " |prein| Test Name |preout| "
6687       data: "data name"
6688     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6689       data: "data conf-history"
6690   data: "vpp-mrr-results-3n-hsw"
6691   filter: "all"
6692   parameters:
6693   - "parent"
6694   - "name"
6695   - "conf-history"
6696
6697 # Test configuration - VPP MRR Test Configs 3n-skx
6698 - type: "table"
6699   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6700   algorithm: "table_merged_details"
6701   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6702   columns:
6703     - title: " |prein| Test Name |preout| "
6704       data: "data name"
6705     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6706       data: "data conf-history"
6707   data: "vpp-mrr-results-3n-skx"
6708   filter: "all"
6709   parameters:
6710   - "parent"
6711   - "name"
6712   - "conf-history"
6713
6714 # Test configuration - VPP MRR Test Configs 2n-skx
6715 - type: "table"
6716   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6717   algorithm: "table_merged_details"
6718   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6719   columns:
6720     - title: " |prein| Test Name |preout| "
6721       data: "data name"
6722     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6723       data: "data conf-history"
6724   data: "vpp-mrr-results-2n-skx"
6725   filter: "all"
6726   parameters:
6727   - "parent"
6728   - "name"
6729   - "conf-history"
6730
6731 # Test configuration - VPP MRR Test Configs 2n-clx
6732 - type: "table"
6733   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6734   algorithm: "table_merged_details"
6735   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6736   columns:
6737     - title: " |prein| Test Name |preout| "
6738       data: "data name"
6739     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6740       data: "data conf-history"
6741   data: "vpp-mrr-results-2n-clx"
6742   filter: "all"
6743   parameters:
6744   - "parent"
6745   - "name"
6746   - "conf-history"
6747
6748 # Test configuration - VPP MRR Test Configs 3n-tsh
6749 - type: "table"
6750   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6751   algorithm: "table_merged_details"
6752   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6753   columns:
6754     - title: " |prein| Test Name |preout| "
6755       data: "data name"
6756     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6757       data: "data conf-history"
6758   data: "vpp-mrr-results-3n-tsh"
6759   filter: "all"
6760   parameters:
6761   - "parent"
6762   - "name"
6763   - "conf-history"
6764
6765 # Test configuration - VPP MRR Test Configs 3n-dnv
6766 - type: "table"
6767   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6768   algorithm: "table_merged_details"
6769   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6770   columns:
6771     - title: " |prein| Test Name |preout| "
6772       data: "data name"
6773     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6774       data: "data conf-history"
6775   data: "vpp-mrr-results-3n-dnv"
6776   filter: "all"
6777   parameters:
6778   - "parent"
6779   - "name"
6780   - "conf-history"
6781
6782 # Test configuration - VPP MRR Test Configs 2n-dnv
6783 - type: "table"
6784   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6785   algorithm: "table_merged_details"
6786   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6787   columns:
6788     - title: " |prein| Test Name |preout| "
6789       data: "data name"
6790     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6791       data: "data conf-history"
6792   data: "vpp-mrr-results-2n-dnv"
6793   filter: "all"
6794   parameters:
6795   - "parent"
6796   - "name"
6797   - "conf-history"
6798
6799 # Detailed Test Results - VPP Device Results - Ubuntu
6800 - type: "table"
6801   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6802   algorithm: "table_merged_details"
6803   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6804   columns:
6805     - title: " |prein| Test Name |preout| "
6806       data: "data name"
6807     - title: " |prein| Status |preout| "
6808       data: "data status"
6809   data: "vpp-device-results-ubuntu"
6810   filter: "all"
6811   parameters:
6812   - "name"
6813   - "parent"
6814   - "doc"
6815   - "status"
6816
6817 # Test configuration - VPP Device Test Configs - Ubuntu
6818 - type: "table"
6819   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6820   algorithm: "table_merged_details"
6821   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6822   columns:
6823     - title: " |prein| Test Name |preout| "
6824       data: "data name"
6825     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6826       data: "data conf-history"
6827   data: "vpp-device-results-ubuntu"
6828   filter: "all"
6829   parameters:
6830   - "parent"
6831   - "name"
6832   - "conf-history"
6833
6834 ################################################################################
6835
6836 # DPDK Performance Changes 3n-hsw 1t1c pdr
6837 - type: "table"
6838   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6839   algorithm: "table_comparison"
6840   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6842   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6843   columns:
6844     - title: "1908"
6845       data-set: "dpdk-performance-changes-3n-hsw-h1"
6846     - title: "2001"
6847       data-set: "dpdk-performance-changes-3n-hsw-ref"
6848     - title: "2005"
6849       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6850   comparisons:
6851     - title: "Diff"
6852       reference: 2
6853       compare: 3
6854   legend:
6855     - ""
6856     - "1908, 2001, 2005 - DPDK versions tested."
6857     - "Diff - difference between 2001 and 2005 DPDK version."
6858
6859 # DPDK Performance Changes 3n-hsw 2t2c pdr
6860 - type: "table"
6861   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6862   algorithm: "table_comparison"
6863   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6865   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6866   columns:
6867     - title: "1908"
6868       data-set: "dpdk-performance-changes-3n-hsw-h1"
6869     - title: "2001"
6870       data-set: "dpdk-performance-changes-3n-hsw-ref"
6871     - title: "2005"
6872       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6873   comparisons:
6874     - title: "Diff"
6875       reference: 2
6876       compare: 3
6877   legend:
6878     - ""
6879     - "1908, 2001, 2005 - DPDK versions tested."
6880     - "Diff - difference between 2001 and 2005 DPDK version."
6881
6882 # DPDK Performance Changes 3n-hsw 1t1c pdr
6883 - type: "table"
6884   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6885   algorithm: "table_comparison"
6886   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6887   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6888   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6889   columns:
6890     - title: "1908"
6891       data-set: "dpdk-performance-changes-3n-hsw-h1"
6892     - title: "2001"
6893       data-set: "dpdk-performance-changes-3n-hsw-ref"
6894     - title: "2005"
6895       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6896   comparisons:
6897     - title: "Diff"
6898       reference: 2
6899       compare: 3
6900   legend:
6901     - ""
6902     - "1908, 2001, 2005 - DPDK versions tested."
6903     - "Diff - difference between 2001 and 2005 DPDK version."
6904
6905 # DPDK Performance Changes 3n-hsw 2t2c ndr
6906 - type: "table"
6907   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6908   algorithm: "table_comparison"
6909   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6911   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6912   columns:
6913     - title: "1908"
6914       data-set: "dpdk-performance-changes-3n-hsw-h1"
6915     - title: "2001"
6916       data-set: "dpdk-performance-changes-3n-hsw-ref"
6917     - title: "2005"
6918       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6919   comparisons:
6920     - title: "Diff"
6921       reference: 2
6922       compare: 3
6923   legend:
6924     - ""
6925     - "1908, 2001, 2005 - DPDK versions tested."
6926     - "Diff - difference between 2001 and 2005 DPDK version."
6927
6928 # DPDK Performance Changes 3n-skx 2t1c pdr
6929 - type: "table"
6930   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6931   algorithm: "table_comparison"
6932   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6933   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6934   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6935   columns:
6936     - title: "1908"
6937       data-set: "dpdk-performance-changes-3n-skx-h1"
6938     - title: "2001"
6939       data-set: "dpdk-performance-changes-3n-skx-ref"
6940     - title: "2005"
6941       data-set: "dpdk-performance-changes-3n-skx-cmp"
6942   comparisons:
6943     - title: "Diff"
6944       reference: 2
6945       compare: 3
6946   legend:
6947     - ""
6948     - "1908, 2001, 2005 - DPDK versions tested."
6949     - "Diff - difference between 2001 and 2005 DPDK version."
6950
6951 # DPDK Performance Changes 3n-skx 4t2c pdr
6952 - type: "table"
6953   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6954   algorithm: "table_comparison"
6955   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6957   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6958   columns:
6959     - title: "1908"
6960       data-set: "dpdk-performance-changes-3n-skx-h1"
6961     - title: "2001"
6962       data-set: "dpdk-performance-changes-3n-skx-ref"
6963     - title: "2005"
6964       data-set: "dpdk-performance-changes-3n-skx-cmp"
6965   comparisons:
6966     - title: "Diff"
6967       reference: 2
6968       compare: 3
6969   legend:
6970     - ""
6971     - "1908, 2001, 2005 - DPDK versions tested."
6972     - "Diff - difference between 2001 and 2005 DPDK version."
6973
6974 # DPDK Performance Changes 3n-skx 2t1c ndr
6975 - type: "table"
6976   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6977   algorithm: "table_comparison"
6978   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6979   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6980   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6981   columns:
6982     - title: "1908"
6983       data-set: "dpdk-performance-changes-3n-skx-h1"
6984     - title: "2001"
6985       data-set: "dpdk-performance-changes-3n-skx-ref"
6986     - title: "2005"
6987       data-set: "dpdk-performance-changes-3n-skx-cmp"
6988   comparisons:
6989     - title: "Diff"
6990       reference: 2
6991       compare: 3
6992   legend:
6993     - ""
6994     - "1908, 2001, 2005 - DPDK versions tested."
6995     - "Diff - difference between 2001 and 2005 DPDK version."
6996
6997 # DPDK Performance Changes 3n-skx 4t2c ndr
6998 - type: "table"
6999   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7000   algorithm: "table_comparison"
7001   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7003   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7004   columns:
7005     - title: "1908"
7006       data-set: "dpdk-performance-changes-3n-skx-h1"
7007     - title: "2001"
7008       data-set: "dpdk-performance-changes-3n-skx-ref"
7009     - title: "2005"
7010       data-set: "dpdk-performance-changes-3n-skx-cmp"
7011   comparisons:
7012     - title: "Diff"
7013       reference: 2
7014       compare: 3
7015   legend:
7016     - ""
7017     - "1908, 2001, 2005 - DPDK versions tested."
7018     - "Diff - difference between 2001 and 2005 DPDK version."
7019
7020 # DPDK Performance Changes 2n-skx 2t1c pdr
7021 - type: "table"
7022   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7023   algorithm: "table_comparison"
7024   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7026   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7027   columns:
7028     - title: "1908"
7029       data-set: "dpdk-performance-changes-2n-skx-h1"
7030     - title: "2001"
7031       data-set: "dpdk-performance-changes-2n-skx-ref"
7032     - title: "2005"
7033       data-set: "dpdk-performance-changes-2n-skx-cmp"
7034   comparisons:
7035     - title: "Diff"
7036       reference: 2
7037       compare: 3
7038   legend:
7039     - ""
7040     - "1908, 2001, 2005 - DPDK versions tested."
7041     - "Diff - difference between 2001 and 2005 DPDK version."
7042
7043 # DPDK Performance Changes 2n-skx 4t2c pdr
7044 - type: "table"
7045   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7046   algorithm: "table_comparison"
7047   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7049   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7050   columns:
7051     - title: "1908"
7052       data-set: "dpdk-performance-changes-2n-skx-h1"
7053     - title: "2001"
7054       data-set: "dpdk-performance-changes-2n-skx-ref"
7055     - title: "2005"
7056       data-set: "dpdk-performance-changes-2n-skx-cmp"
7057   comparisons:
7058     - title: "Diff"
7059       reference: 2
7060       compare: 3
7061   legend:
7062     - ""
7063     - "1908, 2001, 2005 - DPDK versions tested."
7064     - "Diff - difference between 2001 and 2005 DPDK version."
7065
7066 # DPDK Performance Changes 2n-skx 2t1c ndr
7067 - type: "table"
7068   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7069   algorithm: "table_comparison"
7070   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7072   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7073   columns:
7074     - title: "1908"
7075       data-set: "dpdk-performance-changes-2n-skx-h1"
7076     - title: "2001"
7077       data-set: "dpdk-performance-changes-2n-skx-ref"
7078     - title: "2005"
7079       data-set: "dpdk-performance-changes-2n-skx-cmp"
7080   comparisons:
7081     - title: "Diff"
7082       reference: 2
7083       compare: 3
7084   legend:
7085     - ""
7086     - "1908, 2001, 2005 - DPDK versions tested."
7087     - "Diff - difference between 2001 and 2005 DPDK version."
7088
7089 # DPDK Performance Changes 2n-skx 4t2c ndr
7090 - type: "table"
7091   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7092   algorithm: "table_comparison"
7093   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7094   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7095   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7096   columns:
7097     - title: "1908"
7098       data-set: "dpdk-performance-changes-2n-skx-h1"
7099     - title: "2001"
7100       data-set: "dpdk-performance-changes-2n-skx-ref"
7101     - title: "2005"
7102       data-set: "dpdk-performance-changes-2n-skx-cmp"
7103   comparisons:
7104     - title: "Diff"
7105       reference: 2
7106       compare: 3
7107   legend:
7108     - ""
7109     - "1908, 2001, 2005 - DPDK versions tested."
7110     - "Diff - difference between 2001 and 2005 DPDK version."
7111
7112 # DPDK Performance Changes 2n-clx 2t1c pdr
7113 - type: "table"
7114   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7115   algorithm: "table_comparison"
7116   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7118   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7119   columns:
7120     - title: "2001"
7121       data-set: "dpdk-performance-changes-2n-clx-ref"
7122     - title: "2005"
7123       data-set: "dpdk-performance-changes-2n-clx-cmp"
7124   comparisons:
7125     - title: "Diff"
7126       reference: 1
7127       compare: 2
7128   legend:
7129     - ""
7130     - "2001, 2005 - DPDK versions tested."
7131     - "Diff - difference between 2001 and 2005 DPDK version."
7132
7133 # DPDK Performance Changes 2n-clx 4t2c pdr
7134 - type: "table"
7135   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7136   algorithm: "table_comparison"
7137   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7138   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7139   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7140   columns:
7141     - title: "2001"
7142       data-set: "dpdk-performance-changes-2n-clx-ref"
7143     - title: "2005"
7144       data-set: "dpdk-performance-changes-2n-clx-cmp"
7145   comparisons:
7146     - title: "Diff"
7147       reference: 1
7148       compare: 2
7149   legend:
7150     - ""
7151     - "2001, 2005 - DPDK versions tested."
7152     - "Diff - difference between 2001 and 2005 DPDK version."
7153
7154 # DPDK Performance Changes 2n-clx 2t1c ndr
7155 - type: "table"
7156   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7157   algorithm: "table_comparison"
7158   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7160   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7161   columns:
7162     - title: "2001"
7163       data-set: "dpdk-performance-changes-2n-clx-ref"
7164     - title: "2005"
7165       data-set: "dpdk-performance-changes-2n-clx-cmp"
7166   comparisons:
7167     - title: "Diff"
7168       reference: 1
7169       compare: 2
7170   legend:
7171     - ""
7172     - "2001, 2005 - DPDK versions tested."
7173     - "Diff - difference between 2001 and 2005 DPDK version."
7174
7175 # DPDK Performance Changes 2n-clx 4t2c ndr
7176 - type: "table"
7177   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7178   algorithm: "table_comparison"
7179   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7181   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7182   columns:
7183     - title: "2001"
7184       data-set: "dpdk-performance-changes-2n-clx-ref"
7185     - title: "2005"
7186       data-set: "dpdk-performance-changes-2n-clx-cmp"
7187   comparisons:
7188     - title: "Diff"
7189       reference: 1
7190       compare: 2
7191   legend:
7192     - ""
7193     - "2001, 2005 - DPDK versions tested."
7194     - "Diff - difference between 2001 and 2005 DPDK version."
7195
7196 # DPDK Performance Changes 2n-dnv 1t1c pdr
7197 - type: "table"
7198   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7199   algorithm: "table_comparison"
7200   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7202   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7203   columns:
7204     - title: "2001"
7205       data-set: "dpdk-performance-changes-2n-dnv-ref"
7206     - title: "2005"
7207       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7208   comparisons:
7209     - title: "Diff"
7210       reference: 1
7211       compare: 2
7212   legend:
7213     - ""
7214     - "2001, 2005 - DPDK versions tested."
7215     - "Diff - difference between 2001 and 2005 DPDK version."
7216
7217 # DPDK Performance Changes 2n-dnv 2t2c pdr
7218 - type: "table"
7219   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7220   algorithm: "table_comparison"
7221   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7223   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7224   columns:
7225     - title: "2001"
7226       data-set: "dpdk-performance-changes-2n-dnv-ref"
7227     - title: "2005"
7228       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7229   comparisons:
7230     - title: "Diff"
7231       reference: 1
7232       compare: 2
7233   legend:
7234     - ""
7235     - "2001, 2005 - DPDK versions tested."
7236     - "Diff - difference between 2001 and 2005 DPDK version."
7237
7238 # DPDK Performance Changes 2n-dnv 1t1c ndr
7239 - type: "table"
7240   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7241   algorithm: "table_comparison"
7242   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7243   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7244   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7245   columns:
7246     - title: "2001"
7247       data-set: "dpdk-performance-changes-2n-dnv-ref"
7248     - title: "2005"
7249       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7250   comparisons:
7251     - title: "Diff"
7252       reference: 1
7253       compare: 2
7254   legend:
7255     - ""
7256     - "2001, 2005 - DPDK versions tested."
7257     - "Diff - difference between 2001 and 2005 DPDK version."
7258
7259 # DPDK Performance Changes 2n-dnv 2t2c ndr
7260 - type: "table"
7261   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7262   algorithm: "table_comparison"
7263   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7265   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7266   columns:
7267     - title: "2001"
7268       data-set: "dpdk-performance-changes-2n-dnv-ref"
7269     - title: "2005"
7270       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7271   comparisons:
7272     - title: "Diff"
7273       reference: 1
7274       compare: 2
7275   legend:
7276     - ""
7277     - "2001, 2005 - DPDK versions tested."
7278     - "Diff - difference between 2001 and 2005 DPDK version."
7279
7280 # DPDK Performance Changes 3n-dnv 1t1c pdr
7281 - type: "table"
7282   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7283   algorithm: "table_comparison"
7284   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7285   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7286   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7287   columns:
7288     - title: "2001"
7289       data-set: "dpdk-performance-changes-3n-dnv-ref"
7290     - title: "2005"
7291       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7292   comparisons:
7293     - title: "Diff"
7294       reference: 1
7295       compare: 2
7296   legend:
7297     - ""
7298     - "2001, 2005 - DPDK versions tested."
7299     - "Diff - difference between 2001 and 2005 DPDK version."
7300
7301 # DPDK Performance Changes 3n-dnv 2t2c pdr
7302 - type: "table"
7303   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7304   algorithm: "table_comparison"
7305   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7307   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7308   columns:
7309     - title: "2001"
7310       data-set: "dpdk-performance-changes-3n-dnv-ref"
7311     - title: "2005"
7312       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7313   comparisons:
7314     - title: "Diff"
7315       reference: 1
7316       compare: 2
7317   legend:
7318     - ""
7319     - "2001, 2005 - DPDK versions tested."
7320     - "Diff - difference between 2001 and 2005 DPDK version."
7321
7322 # DPDK Performance Changes 3n-dnv 1t1c ndr
7323 - type: "table"
7324   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7325   algorithm: "table_comparison"
7326   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7327   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7328   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7329   columns:
7330     - title: "2001"
7331       data-set: "dpdk-performance-changes-3n-dnv-ref"
7332     - title: "2005"
7333       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7334   comparisons:
7335     - title: "Diff"
7336       reference: 1
7337       compare: 2
7338   legend:
7339     - ""
7340     - "2001, 2005 - DPDK versions tested."
7341     - "Diff - difference between 2001 and 2005 DPDK version."
7342
7343 # DPDK Performance Changes 3n-dnv 2t2c ndr
7344 - type: "table"
7345   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7346   algorithm: "table_comparison"
7347   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7349   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7350   columns:
7351     - title: "2001"
7352       data-set: "dpdk-performance-changes-3n-dnv-ref"
7353     - title: "2005"
7354       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7355   comparisons:
7356     - title: "Diff"
7357       reference: 1
7358       compare: 2
7359   legend:
7360     - ""
7361     - "2001, 2005 - DPDK versions tested."
7362     - "Diff - difference between 2001 and 2005 DPDK version."
7363
7364 # DPDK Performance Changes 3n-tsh 1t1c pdr
7365 - type: "table"
7366   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7367   algorithm: "table_comparison"
7368   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7369   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7370   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7371   columns:
7372     - title: "2001"
7373       data-set: "dpdk-performance-changes-3n-tsh-ref"
7374     - title: "2005"
7375       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7376   comparisons:
7377     - title: "Diff"
7378       reference: 1
7379       compare: 2
7380   legend:
7381     - ""
7382     - "2001, 2005 - DPDK versions tested."
7383     - "Diff - difference between 2001 and 2005 DPDK version."
7384
7385 # DPDK Performance Changes 3n-tsh 2t2c pdr
7386 - type: "table"
7387   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7388   algorithm: "table_comparison"
7389   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7391   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7392   columns:
7393     - title: "2001"
7394       data-set: "dpdk-performance-changes-3n-tsh-ref"
7395     - title: "2005"
7396       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7397   comparisons:
7398     - title: "Diff"
7399       reference: 1
7400       compare: 2
7401   legend:
7402     - ""
7403     - "2001, 2005 - DPDK versions tested."
7404     - "Diff - difference between 2001 and 2005 DPDK version."
7405
7406 # DPDK Performance Changes 3n-tsh 1t1c ndr
7407 - type: "table"
7408   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7409   algorithm: "table_comparison"
7410   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7411   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7412   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7413   columns:
7414     - title: "2001"
7415       data-set: "dpdk-performance-changes-3n-tsh-ref"
7416     - title: "2005"
7417       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7418   comparisons:
7419     - title: "Diff"
7420       reference: 1
7421       compare: 2
7422   legend:
7423     - ""
7424     - "2001, 2005 - DPDK versions tested."
7425     - "Diff - difference between 2001 and 2005 DPDK version."
7426
7427 # DPDK Performance Changes 3n-tsh 2t2c ndr
7428 - type: "table"
7429   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7430   algorithm: "table_comparison"
7431   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7433   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7434   columns:
7435     - title: "2001"
7436       data-set: "dpdk-performance-changes-3n-tsh-ref"
7437     - title: "2005"
7438       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7439   comparisons:
7440     - title: "Diff"
7441       reference: 1
7442       compare: 2
7443   legend:
7444     - ""
7445     - "2001, 2005 - DPDK versions tested."
7446     - "Diff - difference between 2001 and 2005 DPDK version."
7447
7448 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7449 - type: "table"
7450   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7451   algorithm: "table_comparison"
7452   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7454   filter: "'NIC_Intel-X710'"
7455   columns:
7456     - title: "3n-hsw x710"
7457       data-set: "dpdk-compare-testbeds-ref"
7458     - title: "3n-skx x710"
7459       data-set: "dpdk-compare-testbeds-cmp"
7460   comparisons:
7461     - title: "Diff"
7462       reference: 1
7463       compare: 2
7464   legend:
7465     - ""
7466     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7467     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7468
7469 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7470 - type: "table"
7471   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7472   algorithm: "table_comparison"
7473   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7474   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7475   filter: "'NIC_Intel-X710'"
7476   columns:
7477     - title: "3n-hsw x710"
7478       data-set: "dpdk-compare-testbeds-ref"
7479     - title: "3n-skx x710"
7480       data-set: "dpdk-compare-testbeds-cmp"
7481   comparisons:
7482     - title: "Diff"
7483       reference: 1
7484       compare: 2
7485   legend:
7486     - ""
7487     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7488     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7489
7490 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7491 - type: "table"
7492   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7493   algorithm: "table_comparison"
7494   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7495   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7496   filter: "'NIC_Intel-XXV710'"
7497   columns:
7498     - title: "2n-skx"
7499       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7500     - title: "2n-clx"
7501       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7502   comparisons:
7503     - title: "Diff"
7504       reference: 1
7505       compare: 2
7506   legend:
7507     - ""
7508     - "2n-skx, 2n-clx - testbeds and NICs tested."
7509     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7510
7511 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7512 - type: "table"
7513   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7514   algorithm: "table_comparison"
7515   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7516   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7517   filter: "'NIC_Intel-XXV710'"
7518   columns:
7519     - title: "2n-skx"
7520       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7521     - title: "2n-clx"
7522       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7523   comparisons:
7524     - title: "Diff"
7525       reference: 1
7526       compare: 2
7527   legend:
7528     - ""
7529     - "2n-skx, 2n-clx - testbeds and NICs tested."
7530     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7531
7532 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7533 - type: "table"
7534   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7535   algorithm: "table_comparison"
7536   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7538   filter: "'NIC_Intel-XXV710'"
7539   columns:
7540     - title: "3n-skx"
7541       data-set: "dpdk-compare-topologies-ref"
7542     - title: "2n-skx"
7543       data-set: "dpdk-compare-topologies-cmp"
7544   comparisons:
7545     - title: "Diff"
7546       reference: 1
7547       compare: 2
7548   legend:
7549     - ""
7550     - "3n-skx, 2n-skx - topologies tested."
7551     - "Diff - difference between 3n-skx and 2n-skx topologies."
7552
7553 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7554 - type: "table"
7555   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7556   algorithm: "table_comparison"
7557   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7558   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7559   filter: "'NIC_Intel-XXV710'"
7560   columns:
7561     - title: "3n-skx"
7562       data-set: "dpdk-compare-topologies-ref"
7563     - title: "2n-skx"
7564       data-set: "dpdk-compare-topologies-cmp"
7565   comparisons:
7566     - title: "Diff"
7567       reference: 1
7568       compare: 2
7569   legend:
7570     - ""
7571     - "3n-skx, 2n-skx - topologies tested."
7572     - "Diff - difference between 3n-skx and 2n-skx topologies."
7573
7574 # Detailed Test Results - DPDK Performance Results 3n-hsw
7575 - type: "table"
7576   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7577   algorithm: "table_merged_details"
7578   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7579   columns:
7580     - title: " |prein| Test Name |preout| "
7581       data: "data name"
7582     - 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| "
7583       data: "data msg"
7584   data: "dpdk-perf-results-3n-hsw"
7585   filter: "all"
7586   parameters:
7587   - "name"
7588   - "parent"
7589   - "msg"
7590
7591 # Detailed Test Results - DPDK Performance Results 3n-skx
7592 - type: "table"
7593   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7594   algorithm: "table_merged_details"
7595   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7596   columns:
7597     - title: " |prein| Test Name |preout| "
7598       data: "data name"
7599     - 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| "
7600       data: "data msg"
7601   data: "dpdk-perf-results-3n-skx"
7602   filter: "all"
7603   remove-ndr: False
7604   parameters:
7605   - "name"
7606   - "parent"
7607   - "msg"
7608
7609 # Detailed Test Results - DPDK Performance Results 2n-skx
7610 - type: "table"
7611   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7612   algorithm: "table_merged_details"
7613   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7614   columns:
7615     - title: " |prein| Test Name |preout| "
7616       data: "data name"
7617     - 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| "
7618       data: "data msg"
7619   data: "dpdk-perf-results-2n-skx"
7620   filter: "all"
7621   remove-ndr: False
7622   parameters:
7623   - "name"
7624   - "parent"
7625   - "msg"
7626
7627 # Detailed Test Results - DPDK Performance Results 2n-clx
7628 - type: "table"
7629   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7630   algorithm: "table_merged_details"
7631   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7632   columns:
7633     - title: " |prein| Test Name |preout| "
7634       data: "data name"
7635     - 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| "
7636       data: "data msg"
7637   data: "dpdk-perf-results-2n-clx"
7638   filter: "all"
7639   parameters:
7640   - "name"
7641   - "parent"
7642   - "msg"
7643
7644 # Detailed Test Results - DPDK Performance Results 2n-dnv
7645 - type: "table"
7646   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7647   algorithm: "table_merged_details"
7648   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7649   columns:
7650     - title: " |prein| Test Name |preout| "
7651       data: "data name"
7652     - 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| "
7653       data: "data msg"
7654   data: "dpdk-perf-results-2n-dnv"
7655   filter: "all"
7656   parameters:
7657   - "name"
7658   - "parent"
7659   - "msg"
7660
7661 # Detailed Test Results - DPDK Performance Results 3n-dnv
7662 - type: "table"
7663   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7664   algorithm: "table_merged_details"
7665   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7666   columns:
7667     - title: " |prein| Test Name |preout| "
7668       data: "data name"
7669     - 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| "
7670       data: "data msg"
7671   data: "dpdk-perf-results-3n-dnv"
7672   filter: "all"
7673   parameters:
7674   - "name"
7675   - "parent"
7676   - "msg"
7677
7678 # Detailed Test Results - DPDK Performance Results 3n-tsh
7679 - type: "table"
7680   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7681   algorithm: "table_merged_details"
7682   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7683   columns:
7684     - title: " |prein| Test Name |preout| "
7685       data: "data name"
7686     - 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| "
7687       data: "data msg"
7688   data: "dpdk-perf-results-3n-tsh"
7689   filter: "all"
7690   parameters:
7691   - "name"
7692   - "parent"
7693   - "msg"
7694
7695 ################################################################################
7696 ###                                F I L E S                                 ###
7697 ################################################################################
7698
7699 # VPP Performance Results
7700 - type: "file"
7701   title: "VPP Performance Results"
7702   algorithm: "file_details_split"
7703   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7704   dir-tables:
7705     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7706     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7707     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7708     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7709     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7710 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7711 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7712   data:
7713     - "vpp-perf-results-2n-skx"
7714     - "vpp-perf-results-3n-skx"
7715     - "vpp-perf-results-2n-clx"
7716     - "vpp-perf-results-3n-hsw"
7717     - "vpp-perf-results-3n-tsh"
7718 #    - "vpp-perf-results-2n-dnv"
7719 #    - "vpp-perf-results-3n-dnv"
7720   filter: "all"
7721   data-start-level: 4
7722   order-chapters:
7723     level-1:
7724       - "l2"
7725       - "ip4"
7726       - "ip6"
7727       - "srv6"
7728       - "ip4_tunnels"
7729       - "ip6_tunnels"
7730       - "vm_vhost"
7731       - "container_memif"
7732       - "crypto"
7733       - "vts"
7734       - "lb"
7735       - "nfv_density"
7736       - "hoststack"
7737     level-2:
7738       - "2n-skx"
7739       - "3n-skx"
7740       - "2n-clx"
7741       - "3n-hsw"
7742       - "3n-tsh"
7743       - "2n-dnv"
7744       - "3n-dnv"
7745     level-3:
7746       - "xl710"
7747       - "x520"
7748       - "xxv710"
7749       - "x710"
7750       - "x553"
7751       - "cx556a"
7752       - "vic1227"
7753       - "vic1385"
7754
7755 # VPP Performance Configuration
7756 - type: "file"
7757   title: "VPP Performance Configuration"
7758   algorithm: "file_details_split"
7759   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7760   dir-tables:
7761     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7762     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7763     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7764     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7765     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7766 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7767 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7768   data:
7769     - "vpp-perf-results-2n-skx"
7770     - "vpp-perf-results-3n-skx"
7771     - "vpp-perf-results-2n-clx"
7772     - "vpp-perf-results-3n-hsw"
7773     - "vpp-perf-results-3n-tsh"
7774 #    - "vpp-perf-results-2n-dnv"
7775 #    - "vpp-perf-results-3n-dnv"
7776   filter: "all"
7777   data-start-level: 4
7778   order-chapters:
7779     level-1:
7780       - "l2"
7781       - "ip4"
7782       - "ip6"
7783       - "srv6"
7784       - "ip4_tunnels"
7785       - "ip6_tunnels"
7786       - "vm_vhost"
7787       - "container_memif"
7788       - "crypto"
7789       - "vts"
7790       - "lb"
7791       - "nfv_density"
7792       - "hoststack"
7793     level-2:
7794       - "2n-skx"
7795       - "3n-skx"
7796       - "2n-clx"
7797       - "3n-hsw"
7798       - "3n-tsh"
7799       - "2n-dnv"
7800       - "3n-dnv"
7801     level-3:
7802       - "xl710"
7803       - "x520"
7804       - "xxv710"
7805       - "x710"
7806       - "x553"
7807       - "cx556a"
7808       - "vic1227"
7809       - "vic1385"
7810
7811 # VPP Performance Operational
7812 - type: "file"
7813   title: "VPP Performance Operational"
7814   algorithm: "file_details_split_html"
7815   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7816   dir-tables:
7817     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7818     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7819     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7820     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7821     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7822 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7823 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7824   data:
7825     - "vpp-perf-results-2n-skx"
7826     - "vpp-perf-results-3n-skx"
7827     - "vpp-perf-results-2n-clx"
7828     - "vpp-perf-results-3n-hsw"
7829     - "vpp-perf-results-3n-tsh"
7830 #    - "vpp-perf-results-2n-dnv"
7831 #    - "vpp-perf-results-3n-dnv"
7832   filter: "all"
7833   data-start-level: 4
7834   order-chapters:
7835     level-1:
7836       - "l2"
7837       - "ip4"
7838       - "ip6"
7839       - "srv6"
7840       - "ip4_tunnels"
7841       - "ip6_tunnels"
7842       - "vm_vhost"
7843       - "container_memif"
7844       - "crypto"
7845       - "vts"
7846       - "lb"
7847       - "nfv_density"
7848       - "hoststack"
7849     level-2:
7850       - "2n-skx"
7851       - "3n-skx"
7852       - "2n-clx"
7853       - "3n-hsw"
7854       - "3n-tsh"
7855       - "2n-dnv"
7856       - "3n-dnv"
7857     level-3:
7858       - "xl710"
7859       - "x520"
7860       - "xxv710"
7861       - "x710"
7862       - "x553"
7863       - "cx556a"
7864       - "vic1227"
7865       - "vic1385"
7866
7867 # VPP MRR Results
7868 - type: "file"
7869   title: "VPP MRR Results"
7870   algorithm: "file_details_split"
7871   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7872   dir-tables:
7873     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7874     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7875     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7876     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7877     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7878 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7879 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7880   data:
7881     - "vpp-mrr-results-2n-skx"
7882     - "vpp-mrr-results-3n-skx"
7883     - "vpp-mrr-results-2n-clx"
7884     - "vpp-mrr-results-3n-hsw"
7885     - "vpp-mrr-results-3n-tsh"
7886 #    - "vpp-mrr-results-2n-dnv"
7887 #    - "vpp-mrr-results-3n-dnv"
7888   filter: "all"
7889   data-start-level: 4
7890   order-chapters:
7891     level-1:
7892       - "l2"
7893       - "ip4"
7894       - "ip6"
7895       - "srv6"
7896       - "ip4_tunnels"
7897       - "ip6_tunnels"
7898       - "vm_vhost"
7899       - "container_memif"
7900       - "crypto"
7901       - "vts"
7902       - "lb"
7903       - "nfv_density"
7904       - "hoststack"
7905     level-2:
7906       - "2n-skx"
7907       - "3n-skx"
7908       - "2n-clx"
7909       - "3n-hsw"
7910       - "3n-tsh"
7911       - "2n-dnv"
7912       - "3n-dnv"
7913     level-3:
7914       - "xl710"
7915       - "x520"
7916       - "xxv710"
7917       - "x710"
7918       - "x553"
7919       - "cx556a"
7920       - "vic1227"
7921       - "vic1385"
7922
7923 # VPP MRR Configuration
7924 - type: "file"
7925   title: "VPP MRR Configuration"
7926   algorithm: "file_details_split"
7927   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7928   dir-tables:
7929     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7930     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7931     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7932     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7933     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7934     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7935     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7936   data:
7937     - "vpp-mrr-results-2n-skx"
7938     - "vpp-mrr-results-3n-skx"
7939     - "vpp-mrr-results-2n-clx"
7940     - "vpp-mrr-results-3n-hsw"
7941     - "vpp-mrr-results-3n-tsh"
7942 #    - "vpp-mrr-results-2n-dnv"
7943 #    - "vpp-mrr-results-3n-dnv"
7944   filter: "all"
7945   data-start-level: 4
7946   order-chapters:
7947     level-1:
7948       - "l2"
7949       - "ip4"
7950       - "ip6"
7951       - "srv6"
7952       - "ip4_tunnels"
7953       - "ip6_tunnels"
7954       - "vm_vhost"
7955       - "container_memif"
7956       - "crypto"
7957       - "vts"
7958       - "lb"
7959       - "nfv_density"
7960       - "hoststack"
7961     level-2:
7962       - "2n-skx"
7963       - "3n-skx"
7964       - "2n-clx"
7965       - "3n-hsw"
7966       - "3n-tsh"
7967       - "2n-dnv"
7968       - "3n-dnv"
7969     level-3:
7970       - "xl710"
7971       - "x520"
7972       - "xxv710"
7973       - "x710"
7974       - "x553"
7975       - "cx556a"
7976       - "vic1227"
7977       - "vic1385"
7978
7979 # VPP Device Results - Ubuntu
7980 - type: "file"
7981   title: "VPP Device Results - Ubuntu"
7982   algorithm: "file_test_results"
7983   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7984   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7985   data: "vpp-device-results-ubuntu"
7986   filter: "all"
7987   data-start-level: 4
7988
7989 # VPP Device Configuration - Ubuntu
7990 - type: "file"
7991   title: "VPP Device Configuration - Ubuntu"
7992   algorithm: "file_test_results"
7993   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7994   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7995   data: "vpp-device-results-ubuntu"
7996   filter: "all"
7997   data-start-level: 4
7998
7999 # DPDK Performance Results 3n-hsw
8000 - type: "file"
8001   title: "DPDK Performance Results 3n-hsw"
8002   algorithm: "file_test_results"
8003   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8004   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8005   data: "dpdk-perf-results-3n-hsw"
8006   filter: "all"
8007   data-start-level: 4
8008
8009 # DPDK Performance Results 3n-skx
8010 - type: "file"
8011   title: "DPDK Performance Results 3n-skx"
8012   algorithm: "file_test_results"
8013   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8014   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8015   data: "dpdk-perf-results-3n-skx"
8016   filter: "all"
8017   data-start-level: 4
8018
8019 # DPDK Performance Results 2n-skx
8020 - type: "file"
8021   title: "DPDK Performance Results 2n-skx"
8022   algorithm: "file_test_results"
8023   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8024   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8025   data: "dpdk-perf-results-2n-skx"
8026   filter: "all"
8027   data-start-level: 4
8028
8029 # DPDK Performance Results 2n-clx
8030 - type: "file"
8031   title: "DPDK Performance Results 2n-clx"
8032   algorithm: "file_test_results"
8033   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8034   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8035   data: "dpdk-perf-results-2n-clx"
8036   filter: "all"
8037   data-start-level: 4
8038
8039 # DPDK Performance Results 2n-dnv
8040 - type: "file"
8041   title: "DPDK Performance Results 2n-dnv"
8042   algorithm: "file_test_results"
8043   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8044   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8045   data: "dpdk-perf-results-2n-dnv"
8046   filter: "all"
8047   data-start-level: 4
8048
8049 # DPDK Performance Results 3n-dnv
8050 - type: "file"
8051   title: "DPDK Performance Results 3n-dnv"
8052   algorithm: "file_test_results"
8053   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8054   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8055   data: "dpdk-perf-results-3n-dnv"
8056   filter: "all"
8057   data-start-level: 4
8058
8059 # DPDK Performance Results 3n-tsh
8060 - type: "file"
8061   title: "DPDK Performance Results 3n-tsh"
8062   algorithm: "file_test_results"
8063   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8064   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8065   data: "dpdk-perf-results-3n-tsh"
8066   filter: "all"
8067   data-start-level: 4
8068
8069 ################################################################################
8070 ###                                P L O T S                                 ###
8071 ################################################################################
8072
8073 # Hoststack tests 3n-hsw
8074
8075 - type: "plot"
8076   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8077   algorithm: "plot_perf_box_name"
8078   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8079   data: "plot-vpp-hoststack-3n-hsw"
8080   include:
8081     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8082     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8083   layout:
8084     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8085     layout: "plot-hoststack"
8086
8087 - type: "plot"
8088   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8089   algorithm: "plot_perf_box_name"
8090   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8091   data: "plot-vpp-hoststack-3n-hsw"
8092   include:
8093     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8094     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8095   layout:
8096     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8097     layout: "plot-hoststack"
8098
8099 - type: "plot"
8100   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8101   algorithm: "plot_perf_box_name"
8102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8103   data: "plot-vpp-hoststack-3n-hsw"
8104   include:
8105     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8106     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8107     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8108     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8109   layout:
8110     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8111     layout: "plot-hoststack"
8112
8113 ################################################################################
8114
8115 # Soak Test (PLRsearch), boxes - 2n-clx
8116 - type: "plot"
8117   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8118   algorithm: "plot_perf_box_name"
8119   output-file-type: ".html"
8120   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8121   data: "plot-vpp-soak-2n-clx"
8122   include:
8123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8129   layout:
8130     title: "30 Minutes Soak Test (PLRsearch)"
8131     layout: "plot-soak-throughput"
8132
8133 # Soak Test (PLRsearch), boxes - 2n-clx
8134 - type: "plot"
8135   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8136   algorithm: "plot_perf_box_name"
8137   output-file-type: ".html"
8138   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8139   data: "plot-vpp-soak-2n-clx"
8140   include:
8141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8143     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8146     - "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"
8147   layout:
8148     title: "30 Minutes Soak Test (PLRsearch)"
8149     layout: "plot-soak-throughput"
8150
8151 # Soak Test (PLRsearch), boxes - 2n-skx
8152 - type: "plot"
8153   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8154   algorithm: "plot_perf_box_name"
8155   output-file-type: ".html"
8156   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8157   data: "plot-vpp-soak-2n-skx"
8158   include:
8159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8165   layout:
8166     title: "30 Minutes Soak Test (PLRsearch)"
8167     layout: "plot-soak-throughput"
8168
8169 # Soak Test (PLRsearch), boxes - 2n-skx
8170 - type: "plot"
8171   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8172   algorithm: "plot_perf_box_name"
8173   output-file-type: ".html"
8174   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8175   data: "plot-vpp-soak-2n-skx"
8176   include:
8177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8179     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8180     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8182     - "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"
8183   layout:
8184     title: "30 Minutes Soak Test (PLRsearch)"
8185     layout: "plot-soak-throughput"
8186
8187 ###############################################################################
8188
8189 # Reconf tests 2n-skx
8190
8191 - type: "plot"
8192   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8193   algorithm: "plot_nf_reconf_box_name"
8194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8195   data: "plot-vpp-nfv-reconf-2n-skx"
8196   include:
8197     - "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"
8198     - "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"
8199     - "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"
8200     - "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"
8201     - "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"
8202     - "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"
8203   layout:
8204     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8205     layout: "plot-throughput"
8206
8207 - type: "plot"
8208   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8209   algorithm: "plot_nf_reconf_box_name"
8210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8211   data: "plot-vpp-nfv-reconf-2n-skx"
8212   include:
8213     - "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"
8214     - "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"
8215     - "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"
8216     - "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"
8217     - "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"
8218     - "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"
8219   layout:
8220     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8221     layout: "plot-throughput"
8222
8223 - type: "plot"
8224   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8225   algorithm: "plot_nf_reconf_box_name"
8226   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8227   data: "plot-vpp-nfv-reconf-2n-skx"
8228   include:
8229     - "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"
8230     - "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"
8231     - "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"
8232     - "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"
8233     - "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"
8234     - "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"
8235   layout:
8236     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8237     layout: "plot-throughput"
8238
8239 ###############################################################################
8240
8241 # Reconf tests 2n-clx
8242
8243 - type: "plot"
8244   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8245   algorithm: "plot_nf_reconf_box_name"
8246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8247   data: "plot-vpp-nfv-reconf-2n-clx"
8248   include:
8249     - "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"
8250     - "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"
8251     - "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"
8252     - "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"
8253   layout:
8254     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8255     layout: "plot-throughput"
8256
8257 - type: "plot"
8258   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8259   algorithm: "plot_nf_reconf_box_name"
8260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8261   data: "plot-vpp-nfv-reconf-2n-clx"
8262   include:
8263     - "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"
8264     - "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"
8265     - "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"
8266     - "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"
8267   layout:
8268     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8269     layout: "plot-throughput"
8270
8271 - type: "plot"
8272   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8273   algorithm: "plot_nf_reconf_box_name"
8274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8275   data: "plot-vpp-nfv-reconf-2n-clx"
8276   include:
8277     - "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"
8278     - "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"
8279     - "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"
8280     - "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"
8281   layout:
8282     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8283     layout: "plot-throughput"
8284
8285 ###############################################################################
8286
8287 # Plots - NF Density - VSC - MRR IMIX
8288 - type: "plot"
8289   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8290   algorithm: "plot_nf_heatmap"
8291   output-file-type: ".html"
8292   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8293   data: "plot-vpp-nfv-2n-skx-mrr"
8294   filter: "'NIC_Intel-XXV710' and
8295            'NF_DENSITY' and
8296            'VHOST' and
8297            not 'VXLAN' and
8298            'CHAIN' and
8299            'NF_VPPIP4' and
8300            'IMIX' and
8301            '2T1C' and
8302            'MRR'"
8303   parameters:
8304   - "result"
8305   - "name"
8306   - "tags"
8307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8308   x-axis: "X = VNFs per Service Chain"
8309   y-axis: "Y = Number of Service Chains"
8310   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8311   layout:
8312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8313     layout: "plot-service-density"
8314
8315 - type: "plot"
8316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8317   algorithm: "plot_nf_heatmap"
8318   output-file-type: ".html"
8319   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8320   data: "plot-vpp-nfv-2n-skx-mrr"
8321   filter: "'NIC_Intel-XXV710' and
8322            'NF_DENSITY' and
8323            'VHOST' and
8324            not 'VXLAN' and
8325            'CHAIN' and
8326            'NF_VPPIP4' and
8327            'IMIX' and
8328            '4T2C' and
8329            'MRR'"
8330   parameters:
8331   - "result"
8332   - "name"
8333   - "tags"
8334   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8335   x-axis: "X = VNFs per Service Chain"
8336   y-axis: "Y = Number of Service Chains"
8337   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8338   layout:
8339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8340     layout: "plot-service-density"
8341
8342 - type: "plot"
8343   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8344   algorithm: "plot_nf_heatmap"
8345   output-file-type: ".html"
8346   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8347   data: "plot-vpp-nfv-2n-skx-mrr"
8348   filter: "'NIC_Intel-XXV710' and
8349            'NF_DENSITY' and
8350            'VHOST' and
8351            not 'VXLAN' and
8352            'CHAIN' and
8353            'NF_VPPIP4' and
8354            'IMIX' and
8355            '8T4C' and
8356            'MRR'"
8357   parameters:
8358   - "result"
8359   - "name"
8360   - "tags"
8361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8362   x-axis: "X = VNFs per Service Chain"
8363   y-axis: "Y = Number of Service Chains"
8364   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8365   layout:
8366     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8367     layout: "plot-service-density"
8368
8369 # Plots - NF Density - VSC - NDR IMIX
8370 - type: "plot"
8371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8372   algorithm: "plot_nf_heatmap"
8373   output-file-type: ".html"
8374   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8375   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8376   filter: "'NIC_Intel-XXV710' and
8377            'NF_DENSITY' and
8378            'VHOST' and
8379            not 'VXLAN' and
8380            'CHAIN' and
8381            'NF_VPPIP4' and
8382            'IMIX' and
8383            '2T1C' and
8384            'NDRPDR'"
8385   parameters:
8386   - "throughput"
8387   - "name"
8388   - "tags"
8389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8390   x-axis: "X = VNFs per Service Chain"
8391   y-axis: "Y = Number of Service Chains"
8392   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8393   layout:
8394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8395     layout: "plot-service-density"
8396
8397 - type: "plot"
8398   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8399   algorithm: "plot_nf_heatmap"
8400   output-file-type: ".html"
8401   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8402   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8403   filter: "'NIC_Intel-XXV710' and
8404            'NF_DENSITY' and
8405            'VHOST' and
8406            not 'VXLAN' and
8407            'CHAIN' and
8408            'NF_VPPIP4' and
8409            'IMIX' and
8410            '4T2C' and
8411            'NDRPDR'"
8412   parameters:
8413   - "throughput"
8414   - "name"
8415   - "tags"
8416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8417   x-axis: "X = VNFs per Service Chain"
8418   y-axis: "Y = Number of Service Chains"
8419   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8420   layout:
8421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8422     layout: "plot-service-density"
8423
8424 - type: "plot"
8425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8426   algorithm: "plot_nf_heatmap"
8427   output-file-type: ".html"
8428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8429   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8430   filter: "'NIC_Intel-XXV710' and
8431            'NF_DENSITY' and
8432            'VHOST' and
8433            not 'VXLAN' and
8434            'CHAIN' and
8435            'NF_VPPIP4' and
8436            'IMIX' and
8437            '8T4C' and
8438            'NDRPDR'"
8439   parameters:
8440   - "throughput"
8441   - "name"
8442   - "tags"
8443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8444   x-axis: "X = VNFs per Service Chain"
8445   y-axis: "Y = Number of Service Chains"
8446   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8447   layout:
8448     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8449     layout: "plot-service-density"
8450
8451 # Plots - NF Density - VSC - PDR IMIX
8452 - type: "plot"
8453   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8454   algorithm: "plot_nf_heatmap"
8455   output-file-type: ".html"
8456   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8457   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8458   filter: "'NIC_Intel-XXV710' and
8459            'NF_DENSITY' and
8460            'VHOST' and
8461            not 'VXLAN' and
8462            'CHAIN' and
8463            'NF_VPPIP4' and
8464            'IMIX' and
8465            '2T1C' and
8466            'NDRPDR'"
8467   parameters:
8468   - "throughput"
8469   - "name"
8470   - "tags"
8471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8472   x-axis: "X = VNFs per Service Chain"
8473   y-axis: "Y = Number of Service Chains"
8474   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8475   layout:
8476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8477     layout: "plot-service-density"
8478
8479 - type: "plot"
8480   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8481   algorithm: "plot_nf_heatmap"
8482   output-file-type: ".html"
8483   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8484   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8485   filter: "'NIC_Intel-XXV710' and
8486            'NF_DENSITY' and
8487            'VHOST' and
8488            not 'VXLAN' and
8489            'CHAIN' and
8490            'NF_VPPIP4' and
8491            'IMIX' and
8492            '4T2C' and
8493            'NDRPDR'"
8494   parameters:
8495   - "throughput"
8496   - "name"
8497   - "tags"
8498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8499   x-axis: "X = VNFs per Service Chain"
8500   y-axis: "Y = Number of Service Chains"
8501   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8502   layout:
8503     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8504     layout: "plot-service-density"
8505
8506 - type: "plot"
8507   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8508   algorithm: "plot_nf_heatmap"
8509   output-file-type: ".html"
8510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8511   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8512   filter: "'NIC_Intel-XXV710' and
8513            'NF_DENSITY' and
8514            'VHOST' and
8515            not 'VXLAN' and
8516            'CHAIN' and
8517            'NF_VPPIP4' and
8518            'IMIX' and
8519            '8T4C' and
8520            'NDRPDR'"
8521   parameters:
8522   - "throughput"
8523   - "name"
8524   - "tags"
8525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8526   x-axis: "X = VNFs per Service Chain"
8527   y-axis: "Y = Number of Service Chains"
8528   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8529   layout:
8530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8531     layout: "plot-service-density"
8532
8533 ###############################################################################
8534
8535 # Plots - NF Density - VSC - MRR IMIX
8536 - type: "plot"
8537   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8538   algorithm: "plot_nf_heatmap"
8539   output-file-type: ".html"
8540   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8541   data: "plot-vpp-nfv-2n-skx-mrr"
8542   filter: "'NIC_Intel-XXV710' and
8543            'NF_DENSITY' and
8544            'VHOST' and
8545            'VXLAN' and
8546            'CHAIN' and
8547            'IMIX' and
8548            '2T1C' and
8549            'MRR'"
8550   parameters:
8551   - "result"
8552   - "name"
8553   - "tags"
8554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8555   x-axis: "X = VNFs per Service Chain"
8556   y-axis: "Y = Number of Service Chains"
8557   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8558   layout:
8559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8560     layout: "plot-service-density"
8561
8562 - type: "plot"
8563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8564   algorithm: "plot_nf_heatmap"
8565   output-file-type: ".html"
8566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8567   data: "plot-vpp-nfv-2n-skx-mrr"
8568   filter: "'NIC_Intel-XXV710' and
8569            'NF_DENSITY' and
8570            'VHOST' and
8571            'VXLAN' and
8572            'CHAIN' and
8573            'IMIX' and
8574            '4T2C' and
8575            'MRR'"
8576   parameters:
8577   - "result"
8578   - "name"
8579   - "tags"
8580   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8581   x-axis: "X = VNFs per Service Chain"
8582   y-axis: "Y = Number of Service Chains"
8583   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8584   layout:
8585     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8586     layout: "plot-service-density"
8587
8588 - type: "plot"
8589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8590   algorithm: "plot_nf_heatmap"
8591   output-file-type: ".html"
8592   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8593   data: "plot-vpp-nfv-2n-skx-mrr"
8594   filter: "'NIC_Intel-XXV710' and
8595            'NF_DENSITY' and
8596            'VHOST' and
8597            'VXLAN' and
8598            'CHAIN' and
8599            'IMIX' and
8600            '8T4C' and
8601            'MRR'"
8602   parameters:
8603   - "result"
8604   - "name"
8605   - "tags"
8606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8607   x-axis: "X = VNFs per Service Chain"
8608   y-axis: "Y = Number of Service Chains"
8609   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8610   layout:
8611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8612     layout: "plot-service-density"
8613
8614 # Plots - NF Density - VSC - NDR IMIX
8615 - type: "plot"
8616   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8617   algorithm: "plot_nf_heatmap"
8618   output-file-type: ".html"
8619   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8620   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8621   filter: "'NIC_Intel-XXV710' and
8622            'NF_DENSITY' and
8623            'VHOST' and
8624            'VXLAN' and
8625            'CHAIN' and
8626            'IMIX' and
8627            '2T1C' and
8628            'NDRPDR'"
8629   parameters:
8630   - "throughput"
8631   - "name"
8632   - "tags"
8633   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8634   x-axis: "X = VNFs per Service Chain"
8635   y-axis: "Y = Number of Service Chains"
8636   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8637   layout:
8638     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8639     layout: "plot-service-density"
8640
8641 - type: "plot"
8642   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8643   algorithm: "plot_nf_heatmap"
8644   output-file-type: ".html"
8645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8646   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8647   filter: "'NIC_Intel-XXV710' and
8648            'NF_DENSITY' and
8649            'VHOST' and
8650            'VXLAN' and
8651            'CHAIN' and
8652            'IMIX' and
8653            '4T2C' and
8654            'NDRPDR'"
8655   parameters:
8656   - "throughput"
8657   - "name"
8658   - "tags"
8659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8660   x-axis: "X = VNFs per Service Chain"
8661   y-axis: "Y = Number of Service Chains"
8662   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8663   layout:
8664     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8665     layout: "plot-service-density"
8666
8667 - type: "plot"
8668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8669   algorithm: "plot_nf_heatmap"
8670   output-file-type: ".html"
8671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8672   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8673   filter: "'NIC_Intel-XXV710' and
8674            'NF_DENSITY' and
8675            'VHOST' and
8676            'VXLAN' and
8677            'CHAIN' and
8678            'IMIX' and
8679            '8T4C' and
8680            'NDRPDR'"
8681   parameters:
8682   - "throughput"
8683   - "name"
8684   - "tags"
8685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8686   x-axis: "X = VNFs per Service Chain"
8687   y-axis: "Y = Number of Service Chains"
8688   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8689   layout:
8690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8691     layout: "plot-service-density"
8692
8693 # Plots - NF Density - VSC - PDR IMIX
8694 - type: "plot"
8695   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8696   algorithm: "plot_nf_heatmap"
8697   output-file-type: ".html"
8698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8699   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8700   filter: "'NIC_Intel-XXV710' and
8701            'NF_DENSITY' and
8702            'VHOST' and
8703            'VXLAN' and
8704            'CHAIN' and
8705            'IMIX' and
8706            '2T1C' and
8707            'NDRPDR'"
8708   parameters:
8709   - "throughput"
8710   - "name"
8711   - "tags"
8712   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8713   x-axis: "X = VNFs per Service Chain"
8714   y-axis: "Y = Number of Service Chains"
8715   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8716   layout:
8717     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8718     layout: "plot-service-density"
8719
8720 - type: "plot"
8721   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8722   algorithm: "plot_nf_heatmap"
8723   output-file-type: ".html"
8724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8725   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8726   filter: "'NIC_Intel-XXV710' and
8727            'NF_DENSITY' and
8728            'VHOST' and
8729            'VXLAN' and
8730            'CHAIN' and
8731            'IMIX' and
8732            '4T2C' and
8733            'NDRPDR'"
8734   parameters:
8735   - "throughput"
8736   - "name"
8737   - "tags"
8738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8739   x-axis: "X = VNFs per Service Chain"
8740   y-axis: "Y = Number of Service Chains"
8741   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8742   layout:
8743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8744     layout: "plot-service-density"
8745
8746 - type: "plot"
8747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8748   algorithm: "plot_nf_heatmap"
8749   output-file-type: ".html"
8750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8751   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8752   filter: "'NIC_Intel-XXV710' and
8753            'NF_DENSITY' and
8754            'VHOST' and
8755            'VXLAN' and
8756            'CHAIN' and
8757            'IMIX' and
8758            '8T4C' and
8759            'NDRPDR'"
8760   parameters:
8761   - "throughput"
8762   - "name"
8763   - "tags"
8764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8765   x-axis: "X = VNFs per Service Chain"
8766   y-axis: "Y = Number of Service Chains"
8767   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8768   layout:
8769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8770     layout: "plot-service-density"
8771
8772 ###############################################################################
8773
8774 # Plots - NF Density - CSC - MRR IMIX
8775 - type: "plot"
8776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8777   algorithm: "plot_nf_heatmap"
8778   output-file-type: ".html"
8779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8780   data: "plot-vpp-nfv-2n-skx-mrr"
8781   filter: "'NIC_Intel-XXV710' and
8782            'NF_DENSITY' and
8783            'DOCKER' and
8784            'CHAIN' and
8785            'NF_VPPIP4' and
8786            'IMIX' and
8787            '2T1C' and
8788            'MRR'"
8789   parameters:
8790   - "result"
8791   - "name"
8792   - "tags"
8793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8794   x-axis: "X = CNFs per Service Chain"
8795   y-axis: "Y = Number of Service Chains"
8796   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8797   layout:
8798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8799     layout: "plot-service-density"
8800
8801 - type: "plot"
8802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8803   algorithm: "plot_nf_heatmap"
8804   output-file-type: ".html"
8805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8806   data: "plot-vpp-nfv-2n-skx-mrr"
8807   filter: "'NIC_Intel-XXV710' and
8808            'NF_DENSITY' and
8809            'DOCKER' and
8810            'CHAIN' and
8811            'NF_VPPIP4' and
8812            'IMIX' and
8813            '4T2C' and
8814            'MRR'"
8815   parameters:
8816   - "result"
8817   - "name"
8818   - "tags"
8819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8820   x-axis: "X = CNFs per Service Chain"
8821   y-axis: "Y = Number of Service Chains"
8822   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8823   layout:
8824     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8825     layout: "plot-service-density"
8826
8827 - type: "plot"
8828   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8829   algorithm: "plot_nf_heatmap"
8830   output-file-type: ".html"
8831   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8832   data: "plot-vpp-nfv-2n-skx-mrr"
8833   filter: "'NIC_Intel-XXV710' and
8834            'NF_DENSITY' and
8835            'DOCKER' and
8836            'CHAIN' and
8837            'NF_VPPIP4' and
8838            'IMIX' and
8839            '8T4C' and
8840            'MRR'"
8841   parameters:
8842   - "result"
8843   - "name"
8844   - "tags"
8845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8846   x-axis: "X = CNFs per Service Chain"
8847   y-axis: "Y = Number of Service Chains"
8848   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8849   layout:
8850     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8851     layout: "plot-service-density"
8852
8853 # Plots - NF Density - CSC - NDR IMIX
8854 - type: "plot"
8855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8856   algorithm: "plot_nf_heatmap"
8857   output-file-type: ".html"
8858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8859   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8860   filter: "'NIC_Intel-XXV710' and
8861            'NF_DENSITY' and
8862            'DOCKER' and
8863            'CHAIN' and
8864            'NF_VPPIP4' and
8865            'IMIX' and
8866            '2T1C' and
8867            'NDRPDR'"
8868   parameters:
8869   - "throughput"
8870   - "name"
8871   - "tags"
8872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8873   x-axis: "X = CNFs per Service Chain"
8874   y-axis: "Y = Number of Service Chains"
8875   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8876   layout:
8877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8878     layout: "plot-service-density"
8879
8880 - type: "plot"
8881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8882   algorithm: "plot_nf_heatmap"
8883   output-file-type: ".html"
8884   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8885   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8886   filter: "'NIC_Intel-XXV710' and
8887            'NF_DENSITY' and
8888            'DOCKER' and
8889            'CHAIN' and
8890            'NF_VPPIP4' and
8891            'IMIX' and
8892            '4T2C' and
8893            'NDRPDR'"
8894   parameters:
8895   - "throughput"
8896   - "name"
8897   - "tags"
8898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8899   x-axis: "X = CNFs per Service Chain"
8900   y-axis: "Y = Number of Service Chains"
8901   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8902   layout:
8903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8904     layout: "plot-service-density"
8905
8906 - type: "plot"
8907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8908   algorithm: "plot_nf_heatmap"
8909   output-file-type: ".html"
8910   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8911   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8912   filter: "'NIC_Intel-XXV710' and
8913            'NF_DENSITY' and
8914            'DOCKER' and
8915            'CHAIN' and
8916            'NF_VPPIP4' and
8917            'IMIX' and
8918            '8T4C' and
8919            'NDRPDR'"
8920   parameters:
8921   - "throughput"
8922   - "name"
8923   - "tags"
8924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8925   x-axis: "X = CNFs per Service Chain"
8926   y-axis: "Y = Number of Service Chains"
8927   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8928   layout:
8929     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8930     layout: "plot-service-density"
8931
8932 # Plots - NF Density - CSC - PDR IMIX
8933 - type: "plot"
8934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8935   algorithm: "plot_nf_heatmap"
8936   output-file-type: ".html"
8937   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8938   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8939   filter: "'NIC_Intel-XXV710' and
8940            'NF_DENSITY' and
8941            'DOCKER' and
8942            'CHAIN' and
8943            'NF_VPPIP4' and
8944            'IMIX' and
8945            '2T1C' and
8946            'NDRPDR'"
8947   parameters:
8948   - "throughput"
8949   - "name"
8950   - "tags"
8951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8952   x-axis: "X = CNFs per Service Chain"
8953   y-axis: "Y = Number of Service Chains"
8954   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8955   layout:
8956     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8957     layout: "plot-service-density"
8958
8959 - type: "plot"
8960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8961   algorithm: "plot_nf_heatmap"
8962   output-file-type: ".html"
8963   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8964   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8965   filter: "'NIC_Intel-XXV710' and
8966            'NF_DENSITY' and
8967            'DOCKER' and
8968            'CHAIN' and
8969            'NF_VPPIP4' and
8970            'IMIX' and
8971            '4T2C' and
8972            'NDRPDR'"
8973   parameters:
8974   - "throughput"
8975   - "name"
8976   - "tags"
8977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8978   x-axis: "X = CNFs per Service Chain"
8979   y-axis: "Y = Number of Service Chains"
8980   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8981   layout:
8982     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8983     layout: "plot-service-density"
8984
8985 - type: "plot"
8986   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8987   algorithm: "plot_nf_heatmap"
8988   output-file-type: ".html"
8989   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8990   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8991   filter: "'NIC_Intel-XXV710' and
8992            'NF_DENSITY' and
8993            'DOCKER' and
8994            'CHAIN' and
8995            'NF_VPPIP4' and
8996            'IMIX' and
8997            '8T4C' and
8998            'NDRPDR'"
8999   parameters:
9000   - "throughput"
9001   - "name"
9002   - "tags"
9003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9004   x-axis: "X = CNFs per Service Chain"
9005   y-axis: "Y = Number of Service Chains"
9006   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9007   layout:
9008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9009     layout: "plot-service-density"
9010
9011 ################################################################################
9012 #
9013 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9014 #- type: "plot"
9015 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9016 #  algorithm: "plot_nf_heatmap"
9017 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9018 #  data: "plot-vpp-nfv-3n-skx-mrr"
9019 #  filter: "'NIC_Intel-XXV710' and
9020 #           'NF_DENSITY' and
9021 #           'DOCKER' and
9022 #           'CHAIN' and
9023 #           'NF_VPPIP4' and
9024 #           'IPSEC' and
9025 #           'TNL_4' and
9026 #           'IMIX' and
9027 #           '2T1C' and
9028 #           'MRR'"
9029 #  parameters:
9030 #  - "result"
9031 #  - "name"
9032 #  - "tags"
9033 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9034 #  x-axis: "X = CNFs per Service Chain"
9035 #  y-axis: "Y = Number of Service Chains"
9036 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9037 #  layout:
9038 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9039 #    layout: "plot-service-density"
9040 #
9041 #- type: "plot"
9042 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9043 #  algorithm: "plot_nf_heatmap"
9044 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9045 #  data: "plot-vpp-nfv-3n-skx-mrr"
9046 #  filter: "'NIC_Intel-XXV710' and
9047 #           'NF_DENSITY' and
9048 #           'DOCKER' and
9049 #           'CHAIN' and
9050 #           'NF_VPPIP4' and
9051 #           'IPSEC' and
9052 #           'TNL_4' and
9053 #           'IMIX' and
9054 #           '4T2C' and
9055 #           'MRR'"
9056 #  parameters:
9057 #  - "result"
9058 #  - "name"
9059 #  - "tags"
9060 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9061 #  x-axis: "X = CNFs per Service Chain"
9062 #  y-axis: "Y = Number of Service Chains"
9063 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9064 #  layout:
9065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9066 #    layout: "plot-service-density"
9067 #
9068 #- type: "plot"
9069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9070 #  algorithm: "plot_nf_heatmap"
9071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9072 #  data: "plot-vpp-nfv-3n-skx-mrr"
9073 #  filter: "'NIC_Intel-XXV710' and
9074 #           'NF_DENSITY' and
9075 #           'DOCKER' and
9076 #           'CHAIN' and
9077 #           'NF_VPPIP4' and
9078 #           'IPSEC' and
9079 #           'TNL_4' and
9080 #           'IMIX' and
9081 #           '8T4C' and
9082 #           'MRR'"
9083 #  parameters:
9084 #  - "result"
9085 #  - "name"
9086 #  - "tags"
9087 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9088 #  x-axis: "X = CNFs per Service Chain"
9089 #  y-axis: "Y = Number of Service Chains"
9090 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9091 #  layout:
9092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9093 #    layout: "plot-service-density"
9094
9095 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9096 - type: "plot"
9097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9098   algorithm: "plot_nf_heatmap"
9099   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9100   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9101   filter: "'NIC_Intel-XXV710' and
9102            'NF_DENSITY' and
9103            'DOCKER' and
9104            'CHAIN' and
9105            'NF_VPPIP4' and
9106            'IPSEC' and
9107            'TNL_4' and
9108            'IMIX' and
9109            '2T1C' and
9110            'NDRPDR'"
9111   parameters:
9112   - "throughput"
9113   - "name"
9114   - "tags"
9115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9116   x-axis: "X = CNFs per Service Chain"
9117   y-axis: "Y = Number of Service Chains"
9118   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9119   layout:
9120     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9121     layout: "plot-service-density"
9122
9123 - type: "plot"
9124   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9125   algorithm: "plot_nf_heatmap"
9126   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9127   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9128   filter: "'NIC_Intel-XXV710' and
9129            'NF_DENSITY' and
9130            'DOCKER' and
9131            'CHAIN' and
9132            'NF_VPPIP4' and
9133            'IPSEC' and
9134            'TNL_4' and
9135            'IMIX' and
9136            '4T2C' and
9137            'NDRPDR'"
9138   parameters:
9139   - "throughput"
9140   - "name"
9141   - "tags"
9142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9143   x-axis: "X = CNFs per Service Chain"
9144   y-axis: "Y = Number of Service Chains"
9145   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9146   layout:
9147     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9148     layout: "plot-service-density"
9149
9150 - type: "plot"
9151   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9152   algorithm: "plot_nf_heatmap"
9153   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9154   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9155   filter: "'NIC_Intel-XXV710' and
9156            'NF_DENSITY' and
9157            'DOCKER' and
9158            'CHAIN' and
9159            'NF_VPPIP4' and
9160            'IPSEC' and
9161            'TNL_4' and
9162            'IMIX' and
9163            '8T4C' and
9164            'NDRPDR'"
9165   parameters:
9166   - "throughput"
9167   - "name"
9168   - "tags"
9169   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9170   x-axis: "X = CNFs per Service Chain"
9171   y-axis: "Y = Number of Service Chains"
9172   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9173   layout:
9174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9175     layout: "plot-service-density"
9176
9177 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9178 - type: "plot"
9179   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9180   algorithm: "plot_nf_heatmap"
9181   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9182   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9183   filter: "'NIC_Intel-XXV710' and
9184            'NF_DENSITY' and
9185            'DOCKER' and
9186            'CHAIN' and
9187            'NF_VPPIP4' and
9188            'IPSEC' and
9189            'TNL_4' and
9190            'IMIX' and
9191            '2T1C' and
9192            'NDRPDR'"
9193   parameters:
9194   - "throughput"
9195   - "name"
9196   - "tags"
9197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9198   x-axis: "X = CNFs per Service Chain"
9199   y-axis: "Y = Number of Service Chains"
9200   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9201   layout:
9202     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9203     layout: "plot-service-density"
9204
9205 - type: "plot"
9206   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9207   algorithm: "plot_nf_heatmap"
9208   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9209   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9210   filter: "'NIC_Intel-XXV710' and
9211            'NF_DENSITY' and
9212            'DOCKER' and
9213            'CHAIN' and
9214            'NF_VPPIP4' and
9215            'IPSEC' and
9216            'TNL_4' and
9217            'IMIX' and
9218            '4T2C' and
9219            'NDRPDR'"
9220   parameters:
9221   - "throughput"
9222   - "name"
9223   - "tags"
9224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9225   x-axis: "X = CNFs per Service Chain"
9226   y-axis: "Y = Number of Service Chains"
9227   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9228   layout:
9229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9230     layout: "plot-service-density"
9231
9232 - type: "plot"
9233   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9234   algorithm: "plot_nf_heatmap"
9235   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9236   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9237   filter: "'NIC_Intel-XXV710' and
9238            'NF_DENSITY' and
9239            'DOCKER' and
9240            'CHAIN' and
9241            'NF_VPPIP4' and
9242            'IPSEC' and
9243            'TNL_4' and
9244            'IMIX' and
9245            '8T4C' and
9246            'NDRPDR'"
9247   parameters:
9248   - "throughput"
9249   - "name"
9250   - "tags"
9251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9252   x-axis: "X = CNFs per Service Chain"
9253   y-axis: "Y = Number of Service Chains"
9254   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9255   layout:
9256     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9257     layout: "plot-service-density"
9258
9259 ###############################################################################
9260
9261 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9262 #- type: "plot"
9263 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9264 #  algorithm: "plot_nf_heatmap"
9265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9266 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9267 #  filter: "'NIC_Intel-XL710' and
9268 #           'NF_DENSITY' and
9269 #           'DOCKER' and
9270 #           'CHAIN' and
9271 #           'NF_VPPIP4' and
9272 #           'IMIX' and
9273 #           'TNL_4' and
9274 #           '1T1C' and
9275 #           'MRR'"
9276 #  parameters:
9277 #  - "result"
9278 #  - "name"
9279 #  - "tags"
9280 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9281 #  x-axis: "X = CNFs per Service Chain"
9282 #  y-axis: "Y = Number of Service Chains"
9283 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9284 #  layout:
9285 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9286 #    layout: "plot-service-density"
9287 #
9288 #- type: "plot"
9289 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9290 #  algorithm: "plot_nf_heatmap"
9291 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9292 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9293 #  filter: "'NIC_Intel-XL710' and
9294 #           'NF_DENSITY' and
9295 #           'DOCKER' and
9296 #           'CHAIN' and
9297 #           'NF_VPPIP4' and
9298 #           'IPSEC' and
9299 #           'TNL_4' and
9300 #           'IMIX' and
9301 #           '2T2C' and
9302 #           'MRR'"
9303 #  parameters:
9304 #  - "result"
9305 #  - "name"
9306 #  - "tags"
9307 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9308 #  x-axis: "X = CNFs per Service Chain"
9309 #  y-axis: "Y = Number of Service Chains"
9310 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9311 #  layout:
9312 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9313 #    layout: "plot-service-density"
9314 #
9315 #- type: "plot"
9316 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9317 #  algorithm: "plot_nf_heatmap"
9318 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9319 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9320 #  filter: "'NIC_Intel-XL710' and
9321 #           'NF_DENSITY' and
9322 #           'DOCKER' and
9323 #           'CHAIN' and
9324 #           'NF_VPPIP4' and
9325 #           'IPSEC' and
9326 #           'TNL_4' and
9327 #           'IMIX' and
9328 #           '4T4C' and
9329 #           'MRR'"
9330 #  parameters:
9331 #  - "result"
9332 #  - "name"
9333 #  - "tags"
9334 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9335 #  x-axis: "X = CNFs per Service Chain"
9336 #  y-axis: "Y = Number of Service Chains"
9337 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9338 #  layout:
9339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9340 #    layout: "plot-service-density"
9341
9342 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9343 #- type: "plot"
9344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9345 #  algorithm: "plot_nf_heatmap"
9346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9347 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9348 #  filter: "'NIC_Intel-XL710' and
9349 #           'NF_DENSITY' and
9350 #           'DOCKER' and
9351 #           'CHAIN' and
9352 #           'NF_VPPIP4' and
9353 #           'IPSEC' and
9354 #           'TNL_4' and
9355 #           'IMIX' and
9356 #           '1T1C' and
9357 #           'NDRPDR'"
9358 #  parameters:
9359 #  - "throughput"
9360 #  - "name"
9361 #  - "tags"
9362 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9363 #  x-axis: "X = CNFs per Service Chain"
9364 #  y-axis: "Y = Number of Service Chains"
9365 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9366 #  layout:
9367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9368 #    layout: "plot-service-density"
9369 #
9370 #- type: "plot"
9371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9372 #  algorithm: "plot_nf_heatmap"
9373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9374 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9375 #  filter: "'NIC_Intel-XL710' and
9376 #           'NF_DENSITY' and
9377 #           'DOCKER' and
9378 #           'CHAIN' and
9379 #           'NF_VPPIP4' and
9380 #           'IPSEC' and
9381 #           'TNL_4' and
9382 #           'IMIX' and
9383 #           '2T2C' and
9384 #           'NDRPDR'"
9385 #  parameters:
9386 #  - "throughput"
9387 #  - "name"
9388 #  - "tags"
9389 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9390 #  x-axis: "X = CNFs per Service Chain"
9391 #  y-axis: "Y = Number of Service Chains"
9392 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9393 #  layout:
9394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9395 #    layout: "plot-service-density"
9396 #
9397 #- type: "plot"
9398 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9399 #  algorithm: "plot_nf_heatmap"
9400 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9401 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9402 #  filter: "'NIC_Intel-XL710' and
9403 #           'NF_DENSITY' and
9404 #           'DOCKER' and
9405 #           'CHAIN' and
9406 #           'NF_VPPIP4' and
9407 #           'IPSEC' and
9408 #           'TNL_4' and
9409 #           'IMIX' and
9410 #           '4T4C' and
9411 #           'NDRPDR'"
9412 #  parameters:
9413 #  - "throughput"
9414 #  - "name"
9415 #  - "tags"
9416 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9417 #  x-axis: "X = CNFs per Service Chain"
9418 #  y-axis: "Y = Number of Service Chains"
9419 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9420 #  layout:
9421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9422 #    layout: "plot-service-density"
9423 #
9424 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9425 #- type: "plot"
9426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9427 #  algorithm: "plot_nf_heatmap"
9428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9429 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9430 #  filter: "'NIC_Intel-XL710' and
9431 #           'NF_DENSITY' and
9432 #           'DOCKER' and
9433 #           'CHAIN' and
9434 #           'NF_VPPIP4' and
9435 #           'IPSEC' and
9436 #           'TNL_4' and
9437 #           'IMIX' and
9438 #           '1T1C' and
9439 #           'NDRPDR'"
9440 #  parameters:
9441 #  - "throughput"
9442 #  - "name"
9443 #  - "tags"
9444 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9445 #  x-axis: "X = CNFs per Service Chain"
9446 #  y-axis: "Y = Number of Service Chains"
9447 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9448 #  layout:
9449 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9450 #    layout: "plot-service-density"
9451 #
9452 #- type: "plot"
9453 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9454 #  algorithm: "plot_nf_heatmap"
9455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9456 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9457 #  filter: "'NIC_Intel-XL710' and
9458 #           'NF_DENSITY' and
9459 #           'DOCKER' and
9460 #           'CHAIN' and
9461 #           'NF_VPPIP4' and
9462 #           'IPSEC' and
9463 #           'TNL_4' and
9464 #           'IMIX' and
9465 #           '2T2C' and
9466 #           'NDRPDR'"
9467 #  parameters:
9468 #  - "throughput"
9469 #  - "name"
9470 #  - "tags"
9471 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9472 #  x-axis: "X = CNFs per Service Chain"
9473 #  y-axis: "Y = Number of Service Chains"
9474 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9475 #  layout:
9476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9477 #    layout: "plot-service-density"
9478 #
9479 #- type: "plot"
9480 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9481 #  algorithm: "plot_nf_heatmap"
9482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9483 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9484 #  filter: "'NIC_Intel-XL710' and
9485 #           'NF_DENSITY' and
9486 #           'DOCKER' and
9487 #           'CHAIN' and
9488 #           'NF_VPPIP4' and
9489 #           'IPSEC' and
9490 #           'TNL_4' and
9491 #           'IMIX' and
9492 #           '4T4C' and
9493 #           'NDRPDR'"
9494 #  parameters:
9495 #  - "throughput"
9496 #  - "name"
9497 #  - "tags"
9498 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9499 #  x-axis: "X = CNFs per Service Chain"
9500 #  y-axis: "Y = Number of Service Chains"
9501 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9502 #  layout:
9503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9504 #    layout: "plot-service-density"
9505
9506 ###############################################################################
9507
9508 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9509 #- type: "plot"
9510 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9511 #  algorithm: "plot_nf_heatmap"
9512 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9513 #  data: "plot-vpp-nfv-3n-skx-mrr"
9514 #  filter: "'NIC_Intel-XXV710' and
9515 #           'NF_DENSITY' and
9516 #           'DOCKER' and
9517 #           'CHAIN' and
9518 #           'NF_VPPIP4' and
9519 #           'IPSEC' and
9520 #           'TNL_1000' and
9521 #           'IMIX' and
9522 #           '2T1C' and
9523 #           'MRR'"
9524 #  parameters:
9525 #  - "result"
9526 #  - "name"
9527 #  - "tags"
9528 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9529 #  x-axis: "X = CNFs per Service Chain"
9530 #  y-axis: "Y = Number of Service Chains"
9531 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9532 #  layout:
9533 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9534 #    layout: "plot-service-density"
9535 #
9536 #- type: "plot"
9537 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9538 #  algorithm: "plot_nf_heatmap"
9539 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9540 #  data: "plot-vpp-nfv-3n-skx-mrr"
9541 #  filter: "'NIC_Intel-XXV710' and
9542 #           'NF_DENSITY' and
9543 #           'DOCKER' and
9544 #           'CHAIN' and
9545 #           'NF_VPPIP4' and
9546 #           'IPSEC' and
9547 #           'TNL_1000' and
9548 #           'IMIX' and
9549 #           '4T2C' and
9550 #           'MRR'"
9551 #  parameters:
9552 #  - "result"
9553 #  - "name"
9554 #  - "tags"
9555 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9556 #  x-axis: "X = CNFs per Service Chain"
9557 #  y-axis: "Y = Number of Service Chains"
9558 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9559 #  layout:
9560 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9561 #    layout: "plot-service-density"
9562 #
9563 #- type: "plot"
9564 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9565 #  algorithm: "plot_nf_heatmap"
9566 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9567 #  data: "plot-vpp-nfv-3n-skx-mrr"
9568 #  filter: "'NIC_Intel-XXV710' and
9569 #           'NF_DENSITY' and
9570 #           'DOCKER' and
9571 #           'CHAIN' and
9572 #           'NF_VPPIP4' and
9573 #           'IPSEC' and
9574 #           'TNL_1000' and
9575 #           'IMIX' and
9576 #           '8T4C' and
9577 #           'MRR'"
9578 #  parameters:
9579 #  - "result"
9580 #  - "name"
9581 #  - "tags"
9582 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9583 #  x-axis: "X = CNFs per Service Chain"
9584 #  y-axis: "Y = Number of Service Chains"
9585 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9586 #  layout:
9587 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9588 #    layout: "plot-service-density"
9589
9590 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9591 - type: "plot"
9592   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9593   algorithm: "plot_nf_heatmap"
9594   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9595   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9596   filter: "'NIC_Intel-XXV710' and
9597            'NF_DENSITY' and
9598            'DOCKER' and
9599            'CHAIN' and
9600            'NF_VPPIP4' and
9601            'IPSEC' and
9602            'TNL_1000' and
9603            'IMIX' and
9604            '2T1C' and
9605            'NDRPDR'"
9606   parameters:
9607   - "throughput"
9608   - "name"
9609   - "tags"
9610   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9611   x-axis: "X = CNFs per Service Chain"
9612   y-axis: "Y = Number of Service Chains"
9613   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9614   layout:
9615     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9616     layout: "plot-service-density"
9617
9618 - type: "plot"
9619   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9620   algorithm: "plot_nf_heatmap"
9621   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9622   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9623   filter: "'NIC_Intel-XXV710' and
9624            'NF_DENSITY' and
9625            'DOCKER' and
9626            'CHAIN' and
9627            'NF_VPPIP4' and
9628            'IPSEC' and
9629            'TNL_1000' and
9630            'IMIX' and
9631            '4T2C' and
9632            'NDRPDR'"
9633   parameters:
9634   - "throughput"
9635   - "name"
9636   - "tags"
9637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9638   x-axis: "X = CNFs per Service Chain"
9639   y-axis: "Y = Number of Service Chains"
9640   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9641   layout:
9642     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9643     layout: "plot-service-density"
9644
9645 - type: "plot"
9646   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9647   algorithm: "plot_nf_heatmap"
9648   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9649   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9650   filter: "'NIC_Intel-XXV710' and
9651            'NF_DENSITY' and
9652            'DOCKER' and
9653            'CHAIN' and
9654            'NF_VPPIP4' and
9655            'IPSEC' and
9656            'TNL_1000' and
9657            'IMIX' and
9658            '8T4C' and
9659            'NDRPDR'"
9660   parameters:
9661   - "throughput"
9662   - "name"
9663   - "tags"
9664   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9665   x-axis: "X = CNFs per Service Chain"
9666   y-axis: "Y = Number of Service Chains"
9667   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9668   layout:
9669     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9670     layout: "plot-service-density"
9671
9672 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9673 - type: "plot"
9674   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9675   algorithm: "plot_nf_heatmap"
9676   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9677   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9678   filter: "'NIC_Intel-XXV710' and
9679            'NF_DENSITY' and
9680            'DOCKER' and
9681            'CHAIN' and
9682            'NF_VPPIP4' and
9683            'IPSEC' and
9684            'TNL_1000' and
9685            'IMIX' and
9686            '2T1C' and
9687            'NDRPDR'"
9688   parameters:
9689   - "throughput"
9690   - "name"
9691   - "tags"
9692   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9693   x-axis: "X = CNFs per Service Chain"
9694   y-axis: "Y = Number of Service Chains"
9695   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9696   layout:
9697     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9698     layout: "plot-service-density"
9699
9700 - type: "plot"
9701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9702   algorithm: "plot_nf_heatmap"
9703   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9704   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9705   filter: "'NIC_Intel-XXV710' and
9706            'NF_DENSITY' and
9707            'DOCKER' and
9708            'CHAIN' and
9709            'NF_VPPIP4' and
9710            'IPSEC' and
9711            'TNL_1000' and
9712            'IMIX' and
9713            '4T2C' and
9714            'NDRPDR'"
9715   parameters:
9716   - "throughput"
9717   - "name"
9718   - "tags"
9719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9720   x-axis: "X = CNFs per Service Chain"
9721   y-axis: "Y = Number of Service Chains"
9722   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9723   layout:
9724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9725     layout: "plot-service-density"
9726
9727 - type: "plot"
9728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9729   algorithm: "plot_nf_heatmap"
9730   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9731   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9732   filter: "'NIC_Intel-XXV710' and
9733            'NF_DENSITY' and
9734            'DOCKER' and
9735            'CHAIN' and
9736            'NF_VPPIP4' and
9737            'IPSEC' and
9738            'TNL_1000' and
9739            'IMIX' and
9740            '8T4C' and
9741            'NDRPDR'"
9742   parameters:
9743   - "throughput"
9744   - "name"
9745   - "tags"
9746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9747   x-axis: "X = CNFs per Service Chain"
9748   y-axis: "Y = Number of Service Chains"
9749   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9750   layout:
9751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9752     layout: "plot-service-density"
9753
9754 ###############################################################################
9755
9756 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9757 #- type: "plot"
9758 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9759 #  algorithm: "plot_nf_heatmap"
9760 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9761 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9762 #  filter: "'NIC_Intel-XL710' and
9763 #           'NF_DENSITY' and
9764 #           'DOCKER' and
9765 #           'CHAIN' and
9766 #           'NF_VPPIP4' and
9767 #           'IMIX' and
9768 #           'TNL_1000' and
9769 #           '1T1C' and
9770 #           'MRR'"
9771 #  parameters:
9772 #  - "result"
9773 #  - "name"
9774 #  - "tags"
9775 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9776 #  x-axis: "X = CNFs per Service Chain"
9777 #  y-axis: "Y = Number of Service Chains"
9778 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9779 #  layout:
9780 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9781 #    layout: "plot-service-density"
9782 #
9783 #- type: "plot"
9784 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9785 #  algorithm: "plot_nf_heatmap"
9786 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9787 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9788 #  filter: "'NIC_Intel-XL710' and
9789 #           'NF_DENSITY' and
9790 #           'DOCKER' and
9791 #           'CHAIN' and
9792 #           'NF_VPPIP4' and
9793 #           'IPSEC' and
9794 #           'TNL_1000' and
9795 #           'IMIX' and
9796 #           '2T2C' and
9797 #           'MRR'"
9798 #  parameters:
9799 #  - "result"
9800 #  - "name"
9801 #  - "tags"
9802 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9803 #  x-axis: "X = CNFs per Service Chain"
9804 #  y-axis: "Y = Number of Service Chains"
9805 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9806 #  layout:
9807 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9808 #    layout: "plot-service-density"
9809 #
9810 #- type: "plot"
9811 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9812 #  algorithm: "plot_nf_heatmap"
9813 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9814 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9815 #  filter: "'NIC_Intel-XL710' and
9816 #           'NF_DENSITY' and
9817 #           'DOCKER' and
9818 #           'CHAIN' and
9819 #           'NF_VPPIP4' and
9820 #           'IPSEC' and
9821 #           'TNL_1000' and
9822 #           'IMIX' and
9823 #           '4T4C' and
9824 #           'MRR'"
9825 #  parameters:
9826 #  - "result"
9827 #  - "name"
9828 #  - "tags"
9829 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9830 #  x-axis: "X = CNFs per Service Chain"
9831 #  y-axis: "Y = Number of Service Chains"
9832 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9833 #  layout:
9834 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9835 #    layout: "plot-service-density"
9836
9837 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9838 #- type: "plot"
9839 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9840 #  algorithm: "plot_nf_heatmap"
9841 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9842 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9843 #  filter: "'NIC_Intel-XL710' and
9844 #           'NF_DENSITY' and
9845 #           'DOCKER' and
9846 #           'CHAIN' and
9847 #           'NF_VPPIP4' and
9848 #           'IPSEC' and
9849 #           'TNL_1000' and
9850 #           'IMIX' and
9851 #           '1T1C' and
9852 #           'NDRPDR'"
9853 #  parameters:
9854 #  - "throughput"
9855 #  - "name"
9856 #  - "tags"
9857 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9858 #  x-axis: "X = CNFs per Service Chain"
9859 #  y-axis: "Y = Number of Service Chains"
9860 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9861 #  layout:
9862 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9863 #    layout: "plot-service-density"
9864 #
9865 #- type: "plot"
9866 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9867 #  algorithm: "plot_nf_heatmap"
9868 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9869 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9870 #  filter: "'NIC_Intel-XL710' and
9871 #           'NF_DENSITY' and
9872 #           'DOCKER' and
9873 #           'CHAIN' and
9874 #           'NF_VPPIP4' and
9875 #           'IPSEC' and
9876 #           'TNL_1000' and
9877 #           'IMIX' and
9878 #           '2T2C' and
9879 #           'NDRPDR'"
9880 #  parameters:
9881 #  - "throughput"
9882 #  - "name"
9883 #  - "tags"
9884 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9885 #  x-axis: "X = CNFs per Service Chain"
9886 #  y-axis: "Y = Number of Service Chains"
9887 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9888 #  layout:
9889 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9890 #    layout: "plot-service-density"
9891 #
9892 #- type: "plot"
9893 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9894 #  algorithm: "plot_nf_heatmap"
9895 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9896 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9897 #  filter: "'NIC_Intel-XL710' and
9898 #           'NF_DENSITY' and
9899 #           'DOCKER' and
9900 #           'CHAIN' and
9901 #           'NF_VPPIP4' and
9902 #           'IPSEC' and
9903 #           'TNL_1000' and
9904 #           'IMIX' and
9905 #           '4T4C' and
9906 #           'NDRPDR'"
9907 #  parameters:
9908 #  - "throughput"
9909 #  - "name"
9910 #  - "tags"
9911 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9912 #  x-axis: "X = CNFs per Service Chain"
9913 #  y-axis: "Y = Number of Service Chains"
9914 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9915 #  layout:
9916 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9917 #    layout: "plot-service-density"
9918 #
9919 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9920 #- type: "plot"
9921 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9922 #  algorithm: "plot_nf_heatmap"
9923 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9924 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9925 #  filter: "'NIC_Intel-XL710' and
9926 #           'NF_DENSITY' and
9927 #           'DOCKER' and
9928 #           'CHAIN' and
9929 #           'NF_VPPIP4' and
9930 #           'IPSEC' and
9931 #           'TNL_1000' and
9932 #           'IMIX' and
9933 #           '1T1C' and
9934 #           'NDRPDR'"
9935 #  parameters:
9936 #  - "throughput"
9937 #  - "name"
9938 #  - "tags"
9939 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9940 #  x-axis: "X = CNFs per Service Chain"
9941 #  y-axis: "Y = Number of Service Chains"
9942 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9943 #  layout:
9944 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9945 #    layout: "plot-service-density"
9946 #
9947 #- type: "plot"
9948 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9949 #  algorithm: "plot_nf_heatmap"
9950 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9951 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9952 #  filter: "'NIC_Intel-XL710' and
9953 #           'NF_DENSITY' and
9954 #           'DOCKER' and
9955 #           'CHAIN' and
9956 #           'NF_VPPIP4' and
9957 #           'IPSEC' and
9958 #           'TNL_1000' and
9959 #           'IMIX' and
9960 #           '2T2C' and
9961 #           'NDRPDR'"
9962 #  parameters:
9963 #  - "throughput"
9964 #  - "name"
9965 #  - "tags"
9966 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9967 #  x-axis: "X = CNFs per Service Chain"
9968 #  y-axis: "Y = Number of Service Chains"
9969 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9970 #  layout:
9971 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9972 #    layout: "plot-service-density"
9973 #
9974 #- type: "plot"
9975 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9976 #  algorithm: "plot_nf_heatmap"
9977 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9978 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9979 #  filter: "'NIC_Intel-XL710' and
9980 #           'NF_DENSITY' and
9981 #           'DOCKER' and
9982 #           'CHAIN' and
9983 #           'NF_VPPIP4' and
9984 #           'IPSEC' and
9985 #           'TNL_1000' and
9986 #           'IMIX' and
9987 #           '4T4C' and
9988 #           'NDRPDR'"
9989 #  parameters:
9990 #  - "throughput"
9991 #  - "name"
9992 #  - "tags"
9993 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9994 #  x-axis: "X = CNFs per Service Chain"
9995 #  y-axis: "Y = Number of Service Chains"
9996 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9997 #  layout:
9998 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9999 #    layout: "plot-service-density"
10000
10001 ###############################################################################
10002
10003 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10004 #- type: "plot"
10005 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10006 #  algorithm: "plot_nf_heatmap"
10007 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10008 #  data: "plot-vpp-nfv-3n-skx-mrr"
10009 #  filter: "'NIC_Intel-XXV710' and
10010 #           'NF_DENSITY' and
10011 #           'DOCKER' and
10012 #           'CHAIN' and
10013 #           'NF_VPPIP4' and
10014 #           'IPSEC' and
10015 #           'TNL_10000' and
10016 #           'IMIX' and
10017 #           '2T1C' and
10018 #           'MRR'"
10019 #  parameters:
10020 #  - "result"
10021 #  - "name"
10022 #  - "tags"
10023 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10024 #  x-axis: "X = CNFs per Service Chain"
10025 #  y-axis: "Y = Number of Service Chains"
10026 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10027 #  layout:
10028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10029 #    layout: "plot-service-density"
10030 #
10031 #- type: "plot"
10032 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10033 #  algorithm: "plot_nf_heatmap"
10034 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10035 #  data: "plot-vpp-nfv-3n-skx-mrr"
10036 #  filter: "'NIC_Intel-XXV710' and
10037 #           'NF_DENSITY' and
10038 #           'DOCKER' and
10039 #           'CHAIN' and
10040 #           'NF_VPPIP4' and
10041 #           'IPSEC' and
10042 #           'TNL_10000' and
10043 #           'IMIX' and
10044 #           '4T2C' and
10045 #           'MRR'"
10046 #  parameters:
10047 #  - "result"
10048 #  - "name"
10049 #  - "tags"
10050 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10051 #  x-axis: "X = CNFs per Service Chain"
10052 #  y-axis: "Y = Number of Service Chains"
10053 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10054 #  layout:
10055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10056 #    layout: "plot-service-density"
10057 #
10058 #- type: "plot"
10059 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10060 #  algorithm: "plot_nf_heatmap"
10061 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10062 #  data: "plot-vpp-nfv-3n-skx-mrr"
10063 #  filter: "'NIC_Intel-XXV710' and
10064 #           'NF_DENSITY' and
10065 #           'DOCKER' and
10066 #           'CHAIN' and
10067 #           'NF_VPPIP4' and
10068 #           'IPSEC' and
10069 #           'TNL_10000' and
10070 #           'IMIX' and
10071 #           '8T4C' and
10072 #           'MRR'"
10073 #  parameters:
10074 #  - "result"
10075 #  - "name"
10076 #  - "tags"
10077 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10078 #  x-axis: "X = CNFs per Service Chain"
10079 #  y-axis: "Y = Number of Service Chains"
10080 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10081 #  layout:
10082 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10083 #    layout: "plot-service-density"
10084
10085 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10086 - type: "plot"
10087   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10088   algorithm: "plot_nf_heatmap"
10089   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10090   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10091   filter: "'NIC_Intel-XXV710' and
10092            'NF_DENSITY' and
10093            'DOCKER' and
10094            'CHAIN' and
10095            'NF_VPPIP4' and
10096            'IPSEC' and
10097            'TNL_10000' and
10098            'IMIX' and
10099            '2T1C' and
10100            'NDRPDR'"
10101   parameters:
10102   - "throughput"
10103   - "name"
10104   - "tags"
10105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10106   x-axis: "X = CNFs per Service Chain"
10107   y-axis: "Y = Number of Service Chains"
10108   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10109   layout:
10110     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10111     layout: "plot-service-density"
10112
10113 - type: "plot"
10114   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10115   algorithm: "plot_nf_heatmap"
10116   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10117   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10118   filter: "'NIC_Intel-XXV710' and
10119            'NF_DENSITY' and
10120            'DOCKER' and
10121            'CHAIN' and
10122            'NF_VPPIP4' and
10123            'IPSEC' and
10124            'TNL_10000' and
10125            'IMIX' and
10126            '4T2C' and
10127            'NDRPDR'"
10128   parameters:
10129   - "throughput"
10130   - "name"
10131   - "tags"
10132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10133   x-axis: "X = CNFs per Service Chain"
10134   y-axis: "Y = Number of Service Chains"
10135   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10136   layout:
10137     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10138     layout: "plot-service-density"
10139
10140 - type: "plot"
10141   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10142   algorithm: "plot_nf_heatmap"
10143   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10144   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10145   filter: "'NIC_Intel-XXV710' and
10146            'NF_DENSITY' and
10147            'DOCKER' and
10148            'CHAIN' and
10149            'NF_VPPIP4' and
10150            'IPSEC' and
10151            'TNL_10000' and
10152            'IMIX' and
10153            '8T4C' and
10154            'NDRPDR'"
10155   parameters:
10156   - "throughput"
10157   - "name"
10158   - "tags"
10159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10160   x-axis: "X = CNFs per Service Chain"
10161   y-axis: "Y = Number of Service Chains"
10162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10163   layout:
10164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10165     layout: "plot-service-density"
10166
10167 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10168 - type: "plot"
10169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10170   algorithm: "plot_nf_heatmap"
10171   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10172   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10173   filter: "'NIC_Intel-XXV710' and
10174            'NF_DENSITY' and
10175            'DOCKER' and
10176            'CHAIN' and
10177            'NF_VPPIP4' and
10178            'IPSEC' and
10179            'TNL_10000' and
10180            'IMIX' and
10181            '2T1C' and
10182            'NDRPDR'"
10183   parameters:
10184   - "throughput"
10185   - "name"
10186   - "tags"
10187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10188   x-axis: "X = CNFs per Service Chain"
10189   y-axis: "Y = Number of Service Chains"
10190   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10191   layout:
10192     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10193     layout: "plot-service-density"
10194
10195 - type: "plot"
10196   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10197   algorithm: "plot_nf_heatmap"
10198   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10199   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10200   filter: "'NIC_Intel-XXV710' and
10201            'NF_DENSITY' and
10202            'DOCKER' and
10203            'CHAIN' and
10204            'NF_VPPIP4' and
10205            'IPSEC' and
10206            'TNL_10000' and
10207            'IMIX' and
10208            '4T2C' and
10209            'NDRPDR'"
10210   parameters:
10211   - "throughput"
10212   - "name"
10213   - "tags"
10214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10215   x-axis: "X = CNFs per Service Chain"
10216   y-axis: "Y = Number of Service Chains"
10217   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10218   layout:
10219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10220     layout: "plot-service-density"
10221
10222 - type: "plot"
10223   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10224   algorithm: "plot_nf_heatmap"
10225   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10226   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10227   filter: "'NIC_Intel-XXV710' and
10228            'NF_DENSITY' and
10229            'DOCKER' and
10230            'CHAIN' and
10231            'NF_VPPIP4' and
10232            'IPSEC' and
10233            'TNL_10000' and
10234            'IMIX' and
10235            '8T4C' and
10236            'NDRPDR'"
10237   parameters:
10238   - "throughput"
10239   - "name"
10240   - "tags"
10241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10242   x-axis: "X = CNFs per Service Chain"
10243   y-axis: "Y = Number of Service Chains"
10244   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10245   layout:
10246     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10247     layout: "plot-service-density"
10248
10249 ###############################################################################
10250
10251 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10252 #- type: "plot"
10253 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10254 #  algorithm: "plot_nf_heatmap"
10255 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10256 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10257 #  filter: "'NIC_Intel-XL710' and
10258 #           'NF_DENSITY' and
10259 #           'DOCKER' and
10260 #           'CHAIN' and
10261 #           'NF_VPPIP4' and
10262 #           'IMIX' and
10263 #           'TNL_10000' and
10264 #           '1T1C' and
10265 #           'MRR'"
10266 #  parameters:
10267 #  - "result"
10268 #  - "name"
10269 #  - "tags"
10270 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10271 #  x-axis: "X = CNFs per Service Chain"
10272 #  y-axis: "Y = Number of Service Chains"
10273 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10274 #  layout:
10275 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10276 #    layout: "plot-service-density"
10277 #
10278 #- type: "plot"
10279 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10280 #  algorithm: "plot_nf_heatmap"
10281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10282 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10283 #  filter: "'NIC_Intel-XL710' and
10284 #           'NF_DENSITY' and
10285 #           'DOCKER' and
10286 #           'CHAIN' and
10287 #           'NF_VPPIP4' and
10288 #           'IPSEC' and
10289 #           'TNL_10000' and
10290 #           'IMIX' and
10291 #           '2T2C' and
10292 #           'MRR'"
10293 #  parameters:
10294 #  - "result"
10295 #  - "name"
10296 #  - "tags"
10297 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10298 #  x-axis: "X = CNFs per Service Chain"
10299 #  y-axis: "Y = Number of Service Chains"
10300 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10301 #  layout:
10302 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10303 #    layout: "plot-service-density"
10304 #
10305 #- type: "plot"
10306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10307 #  algorithm: "plot_nf_heatmap"
10308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10309 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10310 #  filter: "'NIC_Intel-XL710' and
10311 #           'NF_DENSITY' and
10312 #           'DOCKER' and
10313 #           'CHAIN' and
10314 #           'NF_VPPIP4' and
10315 #           'IPSEC' and
10316 #           'TNL_10000' and
10317 #           'IMIX' and
10318 #           '4T4C' and
10319 #           'MRR'"
10320 #  parameters:
10321 #  - "result"
10322 #  - "name"
10323 #  - "tags"
10324 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10325 #  x-axis: "X = CNFs per Service Chain"
10326 #  y-axis: "Y = Number of Service Chains"
10327 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10328 #  layout:
10329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10330 #    layout: "plot-service-density"
10331
10332 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10333 #- type: "plot"
10334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10335 #  algorithm: "plot_nf_heatmap"
10336 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10337 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10338 #  filter: "'NIC_Intel-XL710' and
10339 #           'NF_DENSITY' and
10340 #           'DOCKER' and
10341 #           'CHAIN' and
10342 #           'NF_VPPIP4' and
10343 #           'IPSEC' and
10344 #           'TNL_10000' and
10345 #           'IMIX' and
10346 #           '1T1C' and
10347 #           'NDRPDR'"
10348 #  parameters:
10349 #  - "throughput"
10350 #  - "name"
10351 #  - "tags"
10352 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10353 #  x-axis: "X = CNFs per Service Chain"
10354 #  y-axis: "Y = Number of Service Chains"
10355 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10356 #  layout:
10357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10358 #    layout: "plot-service-density"
10359 #
10360 #- type: "plot"
10361 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10362 #  algorithm: "plot_nf_heatmap"
10363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10364 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10365 #  filter: "'NIC_Intel-XL710' and
10366 #           'NF_DENSITY' and
10367 #           'DOCKER' and
10368 #           'CHAIN' and
10369 #           'NF_VPPIP4' and
10370 #           'IPSEC' and
10371 #           'TNL_10000' and
10372 #           'IMIX' and
10373 #           '2T2C' and
10374 #           'NDRPDR'"
10375 #  parameters:
10376 #  - "throughput"
10377 #  - "name"
10378 #  - "tags"
10379 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10380 #  x-axis: "X = CNFs per Service Chain"
10381 #  y-axis: "Y = Number of Service Chains"
10382 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10383 #  layout:
10384 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10385 #    layout: "plot-service-density"
10386 #
10387 #- type: "plot"
10388 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10389 #  algorithm: "plot_nf_heatmap"
10390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10391 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10392 #  filter: "'NIC_Intel-XL710' and
10393 #           'NF_DENSITY' and
10394 #           'DOCKER' and
10395 #           'CHAIN' and
10396 #           'NF_VPPIP4' and
10397 #           'IPSEC' and
10398 #           'TNL_10000' and
10399 #           'IMIX' and
10400 #           '4T4C' and
10401 #           'NDRPDR'"
10402 #  parameters:
10403 #  - "throughput"
10404 #  - "name"
10405 #  - "tags"
10406 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10407 #  x-axis: "X = CNFs per Service Chain"
10408 #  y-axis: "Y = Number of Service Chains"
10409 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10410 #  layout:
10411 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10412 #    layout: "plot-service-density"
10413 #
10414 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10415 #- type: "plot"
10416 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10417 #  algorithm: "plot_nf_heatmap"
10418 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10419 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10420 #  filter: "'NIC_Intel-XL710' and
10421 #           'NF_DENSITY' and
10422 #           'DOCKER' and
10423 #           'CHAIN' and
10424 #           'NF_VPPIP4' and
10425 #           'IPSEC' and
10426 #           'TNL_10000' and
10427 #           'IMIX' and
10428 #           '1T1C' and
10429 #           'NDRPDR'"
10430 #  parameters:
10431 #  - "throughput"
10432 #  - "name"
10433 #  - "tags"
10434 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10435 #  x-axis: "X = CNFs per Service Chain"
10436 #  y-axis: "Y = Number of Service Chains"
10437 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10438 #  layout:
10439 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10440 #    layout: "plot-service-density"
10441 #
10442 #- type: "plot"
10443 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10444 #  algorithm: "plot_nf_heatmap"
10445 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10446 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10447 #  filter: "'NIC_Intel-XL710' and
10448 #           'NF_DENSITY' and
10449 #           'DOCKER' and
10450 #           'CHAIN' and
10451 #           'NF_VPPIP4' and
10452 #           'IPSEC' and
10453 #           'TNL_10000' and
10454 #           'IMIX' and
10455 #           '2T2C' and
10456 #           'NDRPDR'"
10457 #  parameters:
10458 #  - "throughput"
10459 #  - "name"
10460 #  - "tags"
10461 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10462 #  x-axis: "X = CNFs per Service Chain"
10463 #  y-axis: "Y = Number of Service Chains"
10464 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10465 #  layout:
10466 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10467 #    layout: "plot-service-density"
10468 #
10469 #- type: "plot"
10470 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10471 #  algorithm: "plot_nf_heatmap"
10472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10473 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10474 #  filter: "'NIC_Intel-XL710' and
10475 #           'NF_DENSITY' and
10476 #           'DOCKER' and
10477 #           'CHAIN' and
10478 #           'NF_VPPIP4' and
10479 #           'IPSEC' and
10480 #           'TNL_10000' and
10481 #           'IMIX' and
10482 #           '4T4C' and
10483 #           'NDRPDR'"
10484 #  parameters:
10485 #  - "throughput"
10486 #  - "name"
10487 #  - "tags"
10488 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10489 #  x-axis: "X = CNFs per Service Chain"
10490 #  y-axis: "Y = Number of Service Chains"
10491 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10492 #  layout:
10493 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10494 #    layout: "plot-service-density"
10495
10496 ###############################################################################
10497
10498 # Plots - NF Density - CSP - MRR IMIX
10499 - type: "plot"
10500   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10501   algorithm: "plot_nf_heatmap"
10502   output-file-type: ".html"
10503   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10504   data: "plot-vpp-nfv-2n-skx-mrr"
10505   filter: "'NIC_Intel-XXV710' and
10506            'NF_DENSITY' and
10507            'DOCKER' and
10508            'PIPELINE' and
10509            'NF_VPPIP4' and
10510            'IMIX' and
10511            '2T1C' and
10512            'MRR'"
10513   parameters:
10514   - "result"
10515   - "name"
10516   - "tags"
10517   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10518   x-axis: "X = CNFs per Service Pipeline"
10519   y-axis: "Y = Number of Service Pipelines"
10520   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10521   layout:
10522     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10523     layout: "plot-service-density"
10524
10525 - type: "plot"
10526   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10527   algorithm: "plot_nf_heatmap"
10528   output-file-type: ".html"
10529   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10530   data: "plot-vpp-nfv-2n-skx-mrr"
10531   filter: "'NIC_Intel-XXV710' and
10532            'NF_DENSITY' and
10533            'DOCKER' and
10534            'PIPELINE' and
10535            'NF_VPPIP4' and
10536            'IMIX' and
10537            '4T2C' and
10538            'MRR'"
10539   parameters:
10540   - "result"
10541   - "name"
10542   - "tags"
10543   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10544   x-axis: "X = CNFs per Service Pipeline"
10545   y-axis: "Y = Number of Service Pipelines"
10546   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10547   layout:
10548     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10549     layout: "plot-service-density"
10550
10551 - type: "plot"
10552   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10553   algorithm: "plot_nf_heatmap"
10554   output-file-type: ".html"
10555   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10556   data: "plot-vpp-nfv-2n-skx-mrr"
10557   filter: "'NIC_Intel-XXV710' and
10558            'NF_DENSITY' and
10559            'DOCKER' and
10560            'PIPELINE' and
10561            'NF_VPPIP4' and
10562            'IMIX' and
10563            '8T4C' and
10564            'MRR'"
10565   parameters:
10566   - "result"
10567   - "name"
10568   - "tags"
10569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10570   x-axis: "X = CNFs per Service Pipeline"
10571   y-axis: "Y = Number of Service Pipelines"
10572   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10573   layout:
10574     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10575     layout: "plot-service-density"
10576
10577 # Plots - NF Density - CSP - NDR IMIX
10578 - type: "plot"
10579   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10580   algorithm: "plot_nf_heatmap"
10581   output-file-type: ".html"
10582   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10583   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10584   filter: "'NIC_Intel-XXV710' and
10585            'NF_DENSITY' and
10586            'DOCKER' and
10587            'PIPELINE' and
10588            'NF_VPPIP4' and
10589            'IMIX' and
10590            '2T1C' and
10591            'NDRPDR'"
10592   parameters:
10593   - "throughput"
10594   - "name"
10595   - "tags"
10596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10597   x-axis: "X = CNFs per Service Pipeline"
10598   y-axis: "Y = Number of Service Pipelines"
10599   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10600   layout:
10601     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10602     layout: "plot-service-density"
10603
10604 - type: "plot"
10605   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10606   algorithm: "plot_nf_heatmap"
10607   output-file-type: ".html"
10608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10609   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10610   filter: "'NIC_Intel-XXV710' and
10611            'NF_DENSITY' and
10612            'DOCKER' and
10613            'PIPELINE' and
10614            'NF_VPPIP4' and
10615            'IMIX' and
10616            '4T2C' and
10617            'NDRPDR'"
10618   parameters:
10619   - "throughput"
10620   - "name"
10621   - "tags"
10622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10623   x-axis: "X = CNFs per Service Pipeline"
10624   y-axis: "Y = Number of Service Pipelines"
10625   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10626   layout:
10627     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10628     layout: "plot-service-density"
10629
10630 - type: "plot"
10631   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10632   algorithm: "plot_nf_heatmap"
10633   output-file-type: ".html"
10634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10635   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10636   filter: "'NIC_Intel-XXV710' and
10637            'NF_DENSITY' and
10638            'DOCKER' and
10639            'PIPELINE' and
10640            'NF_VPPIP4' and
10641            'IMIX' and
10642            '8T4C' and
10643            'NDRPDR'"
10644   parameters:
10645   - "throughput"
10646   - "name"
10647   - "tags"
10648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10649   x-axis: "X = CNFs per Service Pipeline"
10650   y-axis: "Y = Number of Service Pipelines"
10651   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10652   layout:
10653     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10654     layout: "plot-service-density"
10655
10656 # Plots - NF Density - CSP - PDR IMIX
10657 - type: "plot"
10658   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10659   algorithm: "plot_nf_heatmap"
10660   output-file-type: ".html"
10661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10662   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10663   filter: "'NIC_Intel-XXV710' and
10664            'NF_DENSITY' and
10665            'DOCKER' and
10666            'PIPELINE' and
10667            'NF_VPPIP4' and
10668            'IMIX' and
10669            '2T1C' and
10670            'NDRPDR'"
10671   parameters:
10672   - "throughput"
10673   - "name"
10674   - "tags"
10675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10676   x-axis: "X = CNFs per Service Pipeline"
10677   y-axis: "Y = Number of Service Pipelines"
10678   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10679   layout:
10680     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10681     layout: "plot-service-density"
10682
10683 - type: "plot"
10684   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10685   algorithm: "plot_nf_heatmap"
10686   output-file-type: ".html"
10687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10688   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10689   filter: "'NIC_Intel-XXV710' and
10690            'NF_DENSITY' and
10691            'DOCKER' and
10692            'PIPELINE' and
10693            'NF_VPPIP4' and
10694            'IMIX' and
10695            '4T2C' and
10696            'NDRPDR'"
10697   parameters:
10698   - "throughput"
10699   - "name"
10700   - "tags"
10701   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10702   x-axis: "X = CNFs per Service Pipeline"
10703   y-axis: "Y = Number of Service Pipelines"
10704   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10705   layout:
10706     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10707     layout: "plot-service-density"
10708
10709 - type: "plot"
10710   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10711   algorithm: "plot_nf_heatmap"
10712   output-file-type: ".html"
10713   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10714   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10715   filter: "'NIC_Intel-XXV710' and
10716            'NF_DENSITY' and
10717            'DOCKER' and
10718            'PIPELINE' and
10719            'NF_VPPIP4' and
10720            'IMIX' and
10721            '8T4C' and
10722            'NDRPDR'"
10723   parameters:
10724   - "throughput"
10725   - "name"
10726   - "tags"
10727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10728   x-axis: "X = CNFs per Service Pipeline"
10729   y-axis: "Y = Number of Service Pipelines"
10730   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10731   layout:
10732     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10733     layout: "plot-service-density"
10734
10735 ###############################################################################
10736 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10737
10738 - type: "plot"
10739   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10740   algorithm: "plot_nf_heatmap"
10741   output-file-type: ".html"
10742   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10743   data: "plot-vpp-nfv-2n-clx-mrr"
10744   filter: "'NIC_Intel-XXV710' and
10745            'NF_DENSITY' and
10746            'VHOST' and
10747            not 'VXLAN' and
10748            'CHAIN' and
10749            'NF_VPPIP4' and
10750            'IMIX' and
10751            '2T1C' and
10752            'MRR'"
10753   parameters:
10754   - "result"
10755   - "name"
10756   - "tags"
10757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10758   x-axis: "X = VNFs per Service Chain"
10759   y-axis: "Y = Number of Service Chains"
10760   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10761   layout:
10762     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10763     layout: "plot-service-density"
10764
10765 - type: "plot"
10766   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10767   algorithm: "plot_nf_heatmap"
10768   output-file-type: ".html"
10769   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10770   data: "plot-vpp-nfv-2n-clx-mrr"
10771   filter: "'NIC_Intel-XXV710' and
10772            'NF_DENSITY' and
10773            'VHOST' and
10774            not 'VXLAN' and
10775            'CHAIN' and
10776            'NF_VPPIP4' and
10777            'IMIX' and
10778            '4T2C' and
10779            'MRR'"
10780   parameters:
10781   - "result"
10782   - "name"
10783   - "tags"
10784   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10785   x-axis: "X = VNFs per Service Chain"
10786   y-axis: "Y = Number of Service Chains"
10787   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10788   layout:
10789     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10790     layout: "plot-service-density"
10791
10792 - type: "plot"
10793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10794   algorithm: "plot_nf_heatmap"
10795   output-file-type: ".html"
10796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10797   data: "plot-vpp-nfv-2n-clx-mrr"
10798   filter: "'NIC_Intel-XXV710' and
10799            'NF_DENSITY' and
10800            'VHOST' and
10801            not 'VXLAN' and
10802            'CHAIN' and
10803            'NF_VPPIP4' and
10804            'IMIX' and
10805            '8T4C' and
10806            'MRR'"
10807   parameters:
10808   - "result"
10809   - "name"
10810   - "tags"
10811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10812   x-axis: "X = VNFs per Service Chain"
10813   y-axis: "Y = Number of Service Chains"
10814   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10815   layout:
10816     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10817     layout: "plot-service-density"
10818
10819 # Plots - NF Density - VSC - NDR IMIX
10820 - type: "plot"
10821   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10822   algorithm: "plot_nf_heatmap"
10823   output-file-type: ".html"
10824   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10825   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10826   filter: "'NIC_Intel-XXV710' and
10827            'NF_DENSITY' and
10828            'VHOST' and
10829            not 'VXLAN' and
10830            'CHAIN' and
10831            'NF_VPPIP4' and
10832            'IMIX' and
10833            '2T1C' and
10834            'NDRPDR'"
10835   parameters:
10836   - "throughput"
10837   - "name"
10838   - "tags"
10839   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10840   x-axis: "X = VNFs per Service Chain"
10841   y-axis: "Y = Number of Service Chains"
10842   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10843   layout:
10844     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10845     layout: "plot-service-density"
10846
10847 - type: "plot"
10848   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10849   algorithm: "plot_nf_heatmap"
10850   output-file-type: ".html"
10851   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10852   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10853   filter: "'NIC_Intel-XXV710' and
10854            'NF_DENSITY' and
10855            'VHOST' and
10856            not 'VXLAN' and
10857            'CHAIN' and
10858            'NF_VPPIP4' and
10859            'IMIX' and
10860            '4T2C' and
10861            'NDRPDR'"
10862   parameters:
10863   - "throughput"
10864   - "name"
10865   - "tags"
10866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10867   x-axis: "X = VNFs per Service Chain"
10868   y-axis: "Y = Number of Service Chains"
10869   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10870   layout:
10871     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10872     layout: "plot-service-density"
10873
10874 - type: "plot"
10875   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10876   algorithm: "plot_nf_heatmap"
10877   output-file-type: ".html"
10878   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10879   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10880   filter: "'NIC_Intel-XXV710' and
10881            'NF_DENSITY' and
10882            'VHOST' and
10883            not 'VXLAN' and
10884            'CHAIN' and
10885            'NF_VPPIP4' and
10886            'IMIX' and
10887            '8T4C' and
10888            'NDRPDR'"
10889   parameters:
10890   - "throughput"
10891   - "name"
10892   - "tags"
10893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10894   x-axis: "X = VNFs per Service Chain"
10895   y-axis: "Y = Number of Service Chains"
10896   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10897   layout:
10898     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10899     layout: "plot-service-density"
10900
10901 # Plots - NF Density - VSC - PDR IMIX
10902 - type: "plot"
10903   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10904   algorithm: "plot_nf_heatmap"
10905   output-file-type: ".html"
10906   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10907   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10908   filter: "'NIC_Intel-XXV710' and
10909            'NF_DENSITY' and
10910            'VHOST' and
10911            not 'VXLAN' and
10912            'CHAIN' and
10913            'NF_VPPIP4' and
10914            'IMIX' and
10915            '2T1C' and
10916            'NDRPDR'"
10917   parameters:
10918   - "throughput"
10919   - "name"
10920   - "tags"
10921   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10922   x-axis: "X = VNFs per Service Chain"
10923   y-axis: "Y = Number of Service Chains"
10924   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10925   layout:
10926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10927     layout: "plot-service-density"
10928
10929 - type: "plot"
10930   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10931   algorithm: "plot_nf_heatmap"
10932   output-file-type: ".html"
10933   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10934   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10935   filter: "'NIC_Intel-XXV710' and
10936            'NF_DENSITY' and
10937            'VHOST' and
10938            not 'VXLAN' and
10939            'CHAIN' and
10940            'NF_VPPIP4' and
10941            'IMIX' and
10942            '4T2C' and
10943            'NDRPDR'"
10944   parameters:
10945   - "throughput"
10946   - "name"
10947   - "tags"
10948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10949   x-axis: "X = VNFs per Service Chain"
10950   y-axis: "Y = Number of Service Chains"
10951   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10952   layout:
10953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10954     layout: "plot-service-density"
10955
10956 - type: "plot"
10957   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10958   algorithm: "plot_nf_heatmap"
10959   output-file-type: ".html"
10960   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10961   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10962   filter: "'NIC_Intel-XXV710' and
10963            'NF_DENSITY' and
10964            'VHOST' and
10965            not 'VXLAN' and
10966            'CHAIN' and
10967            'NF_VPPIP4' and
10968            'IMIX' and
10969            '8T4C' and
10970            'NDRPDR'"
10971   parameters:
10972   - "throughput"
10973   - "name"
10974   - "tags"
10975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10976   x-axis: "X = VNFs per Service Chain"
10977   y-axis: "Y = Number of Service Chains"
10978   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10979   layout:
10980     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10981     layout: "plot-service-density"
10982
10983 # Plots - NF Density - VSC - MRR IMIX
10984 - type: "plot"
10985   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10986   algorithm: "plot_nf_heatmap"
10987   output-file-type: ".html"
10988   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10989   data: "plot-vpp-nfv-2n-clx-mrr"
10990   filter: "'NIC_Intel-XXV710' and
10991            'NF_DENSITY' and
10992            'VHOST' and
10993            'VXLAN' and
10994            'CHAIN' and
10995            'IMIX' and
10996            '2T1C' and
10997            'MRR'"
10998   parameters:
10999   - "result"
11000   - "name"
11001   - "tags"
11002   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11003   x-axis: "X = VNFs per Service Chain"
11004   y-axis: "Y = Number of Service Chains"
11005   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11006   layout:
11007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11008     layout: "plot-service-density"
11009
11010 - type: "plot"
11011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11012   algorithm: "plot_nf_heatmap"
11013   output-file-type: ".html"
11014   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11015   data: "plot-vpp-nfv-2n-clx-mrr"
11016   filter: "'NIC_Intel-XXV710' and
11017            'NF_DENSITY' and
11018            'VHOST' and
11019            'VXLAN' and
11020            'CHAIN' and
11021            'IMIX' and
11022            '4T2C' and
11023            'MRR'"
11024   parameters:
11025   - "result"
11026   - "name"
11027   - "tags"
11028   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11029   x-axis: "X = VNFs per Service Chain"
11030   y-axis: "Y = Number of Service Chains"
11031   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11032   layout:
11033     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11034     layout: "plot-service-density"
11035
11036 - type: "plot"
11037   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11038   algorithm: "plot_nf_heatmap"
11039   output-file-type: ".html"
11040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11041   data: "plot-vpp-nfv-2n-clx-mrr"
11042   filter: "'NIC_Intel-XXV710' and
11043            'NF_DENSITY' and
11044            'VHOST' and
11045            'VXLAN' and
11046            'CHAIN' and
11047            'IMIX' and
11048            '8T4C' and
11049            'MRR'"
11050   parameters:
11051   - "result"
11052   - "name"
11053   - "tags"
11054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11055   x-axis: "X = VNFs per Service Chain"
11056   y-axis: "Y = Number of Service Chains"
11057   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11058   layout:
11059     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11060     layout: "plot-service-density"
11061
11062 # Plots - NF Density - VSC - NDR IMIX
11063 - type: "plot"
11064   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11065   algorithm: "plot_nf_heatmap"
11066   output-file-type: ".html"
11067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11068   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11069   filter: "'NIC_Intel-XXV710' and
11070            'NF_DENSITY' and
11071            'VHOST' and
11072            'VXLAN' and
11073            'CHAIN' and
11074            'IMIX' and
11075            '2T1C' and
11076            'NDRPDR'"
11077   parameters:
11078   - "throughput"
11079   - "name"
11080   - "tags"
11081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11082   x-axis: "X = VNFs per Service Chain"
11083   y-axis: "Y = Number of Service Chains"
11084   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11085   layout:
11086     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11087     layout: "plot-service-density"
11088
11089 - type: "plot"
11090   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11091   algorithm: "plot_nf_heatmap"
11092   output-file-type: ".html"
11093   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11094   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11095   filter: "'NIC_Intel-XXV710' and
11096            'NF_DENSITY' and
11097            'VHOST' and
11098            'VXLAN' and
11099            'CHAIN' and
11100            'IMIX' and
11101            '4T2C' and
11102            'NDRPDR'"
11103   parameters:
11104   - "throughput"
11105   - "name"
11106   - "tags"
11107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11108   x-axis: "X = VNFs per Service Chain"
11109   y-axis: "Y = Number of Service Chains"
11110   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11111   layout:
11112     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11113     layout: "plot-service-density"
11114
11115 - type: "plot"
11116   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11117   algorithm: "plot_nf_heatmap"
11118   output-file-type: ".html"
11119   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11120   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11121   filter: "'NIC_Intel-XXV710' and
11122            'NF_DENSITY' and
11123            'VHOST' and
11124            'VXLAN' and
11125            'CHAIN' and
11126            'IMIX' and
11127            '8T4C' and
11128            'NDRPDR'"
11129   parameters:
11130   - "throughput"
11131   - "name"
11132   - "tags"
11133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11134   x-axis: "X = VNFs per Service Chain"
11135   y-axis: "Y = Number of Service Chains"
11136   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11137   layout:
11138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11139     layout: "plot-service-density"
11140
11141 # Plots - NF Density - VSC - PDR IMIX
11142 - type: "plot"
11143   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11144   algorithm: "plot_nf_heatmap"
11145   output-file-type: ".html"
11146   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11147   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11148   filter: "'NIC_Intel-XXV710' and
11149            'NF_DENSITY' and
11150            'VHOST' and
11151            'VXLAN' and
11152            'CHAIN' and
11153            'IMIX' and
11154            '2T1C' and
11155            'NDRPDR'"
11156   parameters:
11157   - "throughput"
11158   - "name"
11159   - "tags"
11160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11161   x-axis: "X = VNFs per Service Chain"
11162   y-axis: "Y = Number of Service Chains"
11163   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11164   layout:
11165     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11166     layout: "plot-service-density"
11167
11168 - type: "plot"
11169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11170   algorithm: "plot_nf_heatmap"
11171   output-file-type: ".html"
11172   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11173   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11174   filter: "'NIC_Intel-XXV710' and
11175            'NF_DENSITY' and
11176            'VHOST' and
11177            'VXLAN' and
11178            'CHAIN' and
11179            'IMIX' and
11180            '4T2C' and
11181            'NDRPDR'"
11182   parameters:
11183   - "throughput"
11184   - "name"
11185   - "tags"
11186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11187   x-axis: "X = VNFs per Service Chain"
11188   y-axis: "Y = Number of Service Chains"
11189   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11190   layout:
11191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11192     layout: "plot-service-density"
11193
11194 - type: "plot"
11195   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11196   algorithm: "plot_nf_heatmap"
11197   output-file-type: ".html"
11198   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11199   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11200   filter: "'NIC_Intel-XXV710' and
11201            'NF_DENSITY' and
11202            'VHOST' and
11203            'VXLAN' and
11204            'CHAIN' and
11205            'IMIX' and
11206            '8T4C' and
11207            'NDRPDR'"
11208   parameters:
11209   - "throughput"
11210   - "name"
11211   - "tags"
11212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11213   x-axis: "X = VNFs per Service Chain"
11214   y-axis: "Y = Number of Service Chains"
11215   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11216   layout:
11217     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11218     layout: "plot-service-density"
11219
11220 # Plots - NF Density - CSC - MRR IMIX
11221 - type: "plot"
11222   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11223   algorithm: "plot_nf_heatmap"
11224   output-file-type: ".html"
11225   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11226   data: "plot-vpp-nfv-2n-clx-mrr"
11227   filter: "'NIC_Intel-XXV710' and
11228            'NF_DENSITY' and
11229            'DOCKER' and
11230            'CHAIN' and
11231            'NF_VPPIP4' and
11232            'IMIX' and
11233            '2T1C' and
11234            'MRR'"
11235   parameters:
11236   - "result"
11237   - "name"
11238   - "tags"
11239   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11240   x-axis: "X = CNFs per Service Chain"
11241   y-axis: "Y = Number of Service Chains"
11242   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11243   layout:
11244     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11245     layout: "plot-service-density"
11246
11247 - type: "plot"
11248   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11249   algorithm: "plot_nf_heatmap"
11250   output-file-type: ".html"
11251   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11252   data: "plot-vpp-nfv-2n-clx-mrr"
11253   filter: "'NIC_Intel-XXV710' and
11254            'NF_DENSITY' and
11255            'DOCKER' and
11256            'CHAIN' and
11257            'NF_VPPIP4' and
11258            'IMIX' and
11259            '4T2C' and
11260            'MRR'"
11261   parameters:
11262   - "result"
11263   - "name"
11264   - "tags"
11265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11266   x-axis: "X = CNFs per Service Chain"
11267   y-axis: "Y = Number of Service Chains"
11268   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11269   layout:
11270     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11271     layout: "plot-service-density"
11272
11273 - type: "plot"
11274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11275   algorithm: "plot_nf_heatmap"
11276   output-file-type: ".html"
11277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11278   data: "plot-vpp-nfv-2n-clx-mrr"
11279   filter: "'NIC_Intel-XXV710' and
11280            'NF_DENSITY' and
11281            'DOCKER' and
11282            'CHAIN' and
11283            'NF_VPPIP4' and
11284            'IMIX' and
11285            '8T4C' and
11286            'MRR'"
11287   parameters:
11288   - "result"
11289   - "name"
11290   - "tags"
11291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11292   x-axis: "X = CNFs per Service Chain"
11293   y-axis: "Y = Number of Service Chains"
11294   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11295   layout:
11296     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11297     layout: "plot-service-density"
11298
11299 # Plots - NF Density - CSC - NDR IMIX
11300 - type: "plot"
11301   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11302   algorithm: "plot_nf_heatmap"
11303   output-file-type: ".html"
11304   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11305   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11306   filter: "'NIC_Intel-XXV710' and
11307            'NF_DENSITY' and
11308            'DOCKER' and
11309            'CHAIN' and
11310            'NF_VPPIP4' and
11311            'IMIX' and
11312            '2T1C' and
11313            'NDRPDR'"
11314   parameters:
11315   - "throughput"
11316   - "name"
11317   - "tags"
11318   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11319   x-axis: "X = CNFs per Service Chain"
11320   y-axis: "Y = Number of Service Chains"
11321   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11322   layout:
11323     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11324     layout: "plot-service-density"
11325
11326 - type: "plot"
11327   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11328   algorithm: "plot_nf_heatmap"
11329   output-file-type: ".html"
11330   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11331   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11332   filter: "'NIC_Intel-XXV710' and
11333            'NF_DENSITY' and
11334            'DOCKER' and
11335            'CHAIN' and
11336            'NF_VPPIP4' and
11337            'IMIX' and
11338            '4T2C' and
11339            'NDRPDR'"
11340   parameters:
11341   - "throughput"
11342   - "name"
11343   - "tags"
11344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11345   x-axis: "X = CNFs per Service Chain"
11346   y-axis: "Y = Number of Service Chains"
11347   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11348   layout:
11349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11350     layout: "plot-service-density"
11351
11352 - type: "plot"
11353   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11354   algorithm: "plot_nf_heatmap"
11355   output-file-type: ".html"
11356   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11357   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11358   filter: "'NIC_Intel-XXV710' and
11359            'NF_DENSITY' and
11360            'DOCKER' and
11361            'CHAIN' and
11362            'NF_VPPIP4' and
11363            'IMIX' and
11364            '8T4C' and
11365            'NDRPDR'"
11366   parameters:
11367   - "throughput"
11368   - "name"
11369   - "tags"
11370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11371   x-axis: "X = CNFs per Service Chain"
11372   y-axis: "Y = Number of Service Chains"
11373   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11374   layout:
11375     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11376     layout: "plot-service-density"
11377
11378 # Plots - NF Density - CSC - PDR IMIX
11379 - type: "plot"
11380   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11381   algorithm: "plot_nf_heatmap"
11382   output-file-type: ".html"
11383   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11384   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11385   filter: "'NIC_Intel-XXV710' and
11386            'NF_DENSITY' and
11387            'DOCKER' and
11388            'CHAIN' and
11389            'NF_VPPIP4' and
11390            'IMIX' and
11391            '2T1C' and
11392            'NDRPDR'"
11393   parameters:
11394   - "throughput"
11395   - "name"
11396   - "tags"
11397   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11398   x-axis: "X = CNFs per Service Chain"
11399   y-axis: "Y = Number of Service Chains"
11400   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11401   layout:
11402     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11403     layout: "plot-service-density"
11404
11405 - type: "plot"
11406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11407   algorithm: "plot_nf_heatmap"
11408   output-file-type: ".html"
11409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11410   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11411   filter: "'NIC_Intel-XXV710' and
11412            'NF_DENSITY' and
11413            'DOCKER' and
11414            'CHAIN' and
11415            'NF_VPPIP4' and
11416            'IMIX' and
11417            '4T2C' and
11418            'NDRPDR'"
11419   parameters:
11420   - "throughput"
11421   - "name"
11422   - "tags"
11423   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11424   x-axis: "X = CNFs per Service Chain"
11425   y-axis: "Y = Number of Service Chains"
11426   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11427   layout:
11428     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11429     layout: "plot-service-density"
11430
11431 - type: "plot"
11432   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11433   algorithm: "plot_nf_heatmap"
11434   output-file-type: ".html"
11435   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11436   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11437   filter: "'NIC_Intel-XXV710' and
11438            'NF_DENSITY' and
11439            'DOCKER' and
11440            'CHAIN' and
11441            'NF_VPPIP4' and
11442            'IMIX' and
11443            '8T4C' and
11444            'NDRPDR'"
11445   parameters:
11446   - "throughput"
11447   - "name"
11448   - "tags"
11449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11450   x-axis: "X = CNFs per Service Chain"
11451   y-axis: "Y = Number of Service Chains"
11452   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11453   layout:
11454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11455     layout: "plot-service-density"
11456
11457 # Plots - NF Density - CSP - MRR IMIX
11458 - type: "plot"
11459   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11460   algorithm: "plot_nf_heatmap"
11461   output-file-type: ".html"
11462   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11463   data: "plot-vpp-nfv-2n-clx-mrr"
11464   filter: "'NIC_Intel-XXV710' and
11465            'NF_DENSITY' and
11466            'DOCKER' and
11467            'PIPELINE' and
11468            'NF_VPPIP4' and
11469            'IMIX' and
11470            '2T1C' and
11471            'MRR'"
11472   parameters:
11473   - "result"
11474   - "name"
11475   - "tags"
11476   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11477   x-axis: "X = CNFs per Service Pipeline"
11478   y-axis: "Y = Number of Service Pipelines"
11479   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11480   layout:
11481     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11482     layout: "plot-service-density"
11483
11484 - type: "plot"
11485   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11486   algorithm: "plot_nf_heatmap"
11487   output-file-type: ".html"
11488   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11489   data: "plot-vpp-nfv-2n-clx-mrr"
11490   filter: "'NIC_Intel-XXV710' and
11491            'NF_DENSITY' and
11492            'DOCKER' and
11493            'PIPELINE' and
11494            'NF_VPPIP4' and
11495            'IMIX' and
11496            '4T2C' and
11497            'MRR'"
11498   parameters:
11499   - "result"
11500   - "name"
11501   - "tags"
11502   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11503   x-axis: "X = CNFs per Service Pipeline"
11504   y-axis: "Y = Number of Service Pipelines"
11505   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11506   layout:
11507     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11508     layout: "plot-service-density"
11509
11510 - type: "plot"
11511   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11512   algorithm: "plot_nf_heatmap"
11513   output-file-type: ".html"
11514   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11515   data: "plot-vpp-nfv-2n-clx-mrr"
11516   filter: "'NIC_Intel-XXV710' and
11517            'NF_DENSITY' and
11518            'DOCKER' and
11519            'PIPELINE' and
11520            'NF_VPPIP4' and
11521            'IMIX' and
11522            '8T4C' and
11523            'MRR'"
11524   parameters:
11525   - "result"
11526   - "name"
11527   - "tags"
11528   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11529   x-axis: "X = CNFs per Service Pipeline"
11530   y-axis: "Y = Number of Service Pipelines"
11531   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11532   layout:
11533     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11534     layout: "plot-service-density"
11535
11536 # Plots - NF Density - CSP - NDR IMIX
11537 - type: "plot"
11538   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11539   algorithm: "plot_nf_heatmap"
11540   output-file-type: ".html"
11541   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11542   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11543   filter: "'NIC_Intel-XXV710' and
11544            'NF_DENSITY' and
11545            'DOCKER' and
11546            'PIPELINE' and
11547            'NF_VPPIP4' and
11548            'IMIX' and
11549            '2T1C' and
11550            'NDRPDR'"
11551   parameters:
11552   - "throughput"
11553   - "name"
11554   - "tags"
11555   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11556   x-axis: "X = CNFs per Service Pipeline"
11557   y-axis: "Y = Number of Service Pipelines"
11558   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11559   layout:
11560     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11561     layout: "plot-service-density"
11562
11563 - type: "plot"
11564   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11565   algorithm: "plot_nf_heatmap"
11566   output-file-type: ".html"
11567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11568   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11569   filter: "'NIC_Intel-XXV710' and
11570            'NF_DENSITY' and
11571            'DOCKER' and
11572            'PIPELINE' and
11573            'NF_VPPIP4' and
11574            'IMIX' and
11575            '4T2C' and
11576            'NDRPDR'"
11577   parameters:
11578   - "throughput"
11579   - "name"
11580   - "tags"
11581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11582   x-axis: "X = CNFs per Service Pipeline"
11583   y-axis: "Y = Number of Service Pipelines"
11584   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11585   layout:
11586     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11587     layout: "plot-service-density"
11588
11589 - type: "plot"
11590   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11591   algorithm: "plot_nf_heatmap"
11592   output-file-type: ".html"
11593   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11594   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11595   filter: "'NIC_Intel-XXV710' and
11596            'NF_DENSITY' and
11597            'DOCKER' and
11598            'PIPELINE' and
11599            'NF_VPPIP4' and
11600            'IMIX' and
11601            '8T4C' and
11602            'NDRPDR'"
11603   parameters:
11604   - "throughput"
11605   - "name"
11606   - "tags"
11607   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11608   x-axis: "X = CNFs per Service Pipeline"
11609   y-axis: "Y = Number of Service Pipelines"
11610   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11611   layout:
11612     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11613     layout: "plot-service-density"
11614
11615 # Plots - NF Density - CSP - PDR IMIX
11616 - type: "plot"
11617   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11618   algorithm: "plot_nf_heatmap"
11619   output-file-type: ".html"
11620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11621   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11622   filter: "'NIC_Intel-XXV710' and
11623            'NF_DENSITY' and
11624            'DOCKER' and
11625            'PIPELINE' and
11626            'NF_VPPIP4' and
11627            'IMIX' and
11628            '2T1C' and
11629            'NDRPDR'"
11630   parameters:
11631   - "throughput"
11632   - "name"
11633   - "tags"
11634   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11635   x-axis: "X = CNFs per Service Pipeline"
11636   y-axis: "Y = Number of Service Pipelines"
11637   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11638   layout:
11639     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11640     layout: "plot-service-density"
11641
11642 - type: "plot"
11643   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11644   algorithm: "plot_nf_heatmap"
11645   output-file-type: ".html"
11646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11647   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11648   filter: "'NIC_Intel-XXV710' and
11649            'NF_DENSITY' and
11650            'DOCKER' and
11651            'PIPELINE' and
11652            'NF_VPPIP4' and
11653            'IMIX' and
11654            '4T2C' and
11655            'NDRPDR'"
11656   parameters:
11657   - "throughput"
11658   - "name"
11659   - "tags"
11660   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11661   x-axis: "X = CNFs per Service Pipeline"
11662   y-axis: "Y = Number of Service Pipelines"
11663   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11664   layout:
11665     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11666     layout: "plot-service-density"
11667
11668 - type: "plot"
11669   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11670   algorithm: "plot_nf_heatmap"
11671   output-file-type: ".html"
11672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11673   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11674   filter: "'NIC_Intel-XXV710' and
11675            'NF_DENSITY' and
11676            'DOCKER' and
11677            'PIPELINE' and
11678            'NF_VPPIP4' and
11679            'IMIX' and
11680            '8T4C' and
11681            'NDRPDR'"
11682   parameters:
11683   - "throughput"
11684   - "name"
11685   - "tags"
11686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11687   x-axis: "X = CNFs per Service Pipeline"
11688   y-axis: "Y = Number of Service Pipelines"
11689   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11690   layout:
11691     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11692     layout: "plot-service-density"
11693
11694 ################################################################################
11695
11696 # Packet Throughput
11697
11698 - type: "plot"
11699   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11700   algorithm: "plot_perf_box_name"
11701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11703   include:
11704     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11705     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11707     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11708   layout:
11709     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11710     layout: "plot-throughput"
11711
11712 - type: "plot"
11713   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11714   algorithm: "plot_perf_box_name"
11715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11717   include:
11718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11719     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11720     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11722   layout:
11723     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11724     layout: "plot-throughput"
11725
11726 - type: "plot"
11727   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11728   algorithm: "plot_perf_box_name"
11729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11731   include:
11732     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11733     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11736   layout:
11737     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11738     layout: "plot-throughput"
11739
11740 - type: "plot"
11741   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11742   algorithm: "plot_perf_box_name"
11743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11745   include:
11746     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11747     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11748     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11750   layout:
11751     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11752     layout: "plot-throughput"
11753
11754 - type: "plot"
11755   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11756   algorithm: "plot_perf_box_name"
11757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11759   include:
11760     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11761     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11762     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11763     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11764     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11765   layout:
11766     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11767     layout: "plot-throughput"
11768
11769 - type: "plot"
11770   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11771   algorithm: "plot_perf_box_name"
11772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11774   include:
11775     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11776     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11777     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11778     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11779     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11780   layout:
11781     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11782     layout: "plot-throughput"
11783
11784 - type: "plot"
11785   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11786   algorithm: "plot_perf_box_name"
11787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11789   include:
11790     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11791     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11792     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11793     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11794     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11795   layout:
11796     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11797     layout: "plot-throughput"
11798
11799 - type: "plot"
11800   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11801   algorithm: "plot_perf_box_name"
11802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11804   include:
11805     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11806     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11807     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11808     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11809     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11810   layout:
11811     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11812     layout: "plot-throughput"
11813
11814 - type: "plot"
11815   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11816   algorithm: "plot_perf_box_name"
11817   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11818   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11819   include:
11820     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11821     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11822     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11823     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11824     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11825   layout:
11826     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11827     layout: "plot-throughput"
11828
11829 - type: "plot"
11830   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11831   algorithm: "plot_perf_box_name"
11832   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11833   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11834   include:
11835     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11836     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11837     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11838     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11839     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11840   layout:
11841     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11842     layout: "plot-throughput"
11843
11844 - type: "plot"
11845   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11846   algorithm: "plot_perf_box_name"
11847   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11848   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11849   include:
11850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11856   layout:
11857     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11858     layout: "plot-throughput"
11859
11860 - type: "plot"
11861   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11862   algorithm: "plot_perf_box_name"
11863   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11865   include:
11866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11872   layout:
11873     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11874     layout: "plot-throughput"
11875
11876 - type: "plot"
11877   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11878   algorithm: "plot_perf_box_name"
11879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11881   include:
11882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11887   layout:
11888     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11889     layout: "plot-throughput"
11890
11891 - type: "plot"
11892   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11893   algorithm: "plot_perf_box_name"
11894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11896   include:
11897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11902   layout:
11903     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11904     layout: "plot-throughput"
11905
11906 - type: "plot"
11907   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11908   algorithm: "plot_perf_box_name"
11909   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11911   include:
11912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11915   layout:
11916     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11917     layout: "plot-throughput"
11918
11919 - type: "plot"
11920   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11921   algorithm: "plot_perf_box_name"
11922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11924   include:
11925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11928   layout:
11929     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11930     layout: "plot-throughput"
11931
11932 - type: "plot"
11933   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11934   algorithm: "plot_perf_box_name"
11935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11937   include:
11938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11943   layout:
11944     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11945     layout: "plot-throughput"
11946
11947 - type: "plot"
11948   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11949   algorithm: "plot_perf_box_name"
11950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11952   include:
11953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11958   layout:
11959     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11960     layout: "plot-throughput"
11961
11962 - type: "plot"
11963   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11964   algorithm: "plot_perf_box_name"
11965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11967   include:
11968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11971   layout:
11972     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11973     layout: "plot-throughput"
11974
11975 - type: "plot"
11976   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11977   algorithm: "plot_perf_box_name"
11978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11980   include:
11981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11984   layout:
11985     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11986     layout: "plot-throughput"
11987
11988 - type: "plot"
11989   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11990   algorithm: "plot_perf_box_name"
11991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11993   include:
11994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12000   layout:
12001     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12002     layout: "plot-throughput"
12003
12004 - type: "plot"
12005   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12006   algorithm: "plot_perf_box_name"
12007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12009   include:
12010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12016   layout:
12017     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12018     layout: "plot-throughput"
12019
12020 - type: "plot"
12021   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12022   algorithm: "plot_perf_box_name"
12023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12025   include:
12026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12032   layout:
12033     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12041   include:
12042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12048   layout:
12049     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12054   algorithm: "plot_perf_box_name"
12055   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12057   include:
12058     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12061   layout:
12062     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12063     layout: "plot-throughput"
12064
12065 - type: "plot"
12066   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12067   algorithm: "plot_perf_box_name"
12068   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12070   include:
12071     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12074   layout:
12075     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12076     layout: "plot-throughput"
12077
12078 - type: "plot"
12079   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12080   algorithm: "plot_perf_box_name"
12081   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12083   include:
12084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12086 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12087 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12088 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12089   layout:
12090     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12091     layout: "plot-throughput"
12092
12093 - type: "plot"
12094   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12095   algorithm: "plot_perf_box_name"
12096   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12098   include:
12099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12101 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12102 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12103 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12104   layout:
12105     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12106     layout: "plot-throughput"
12107
12108 - type: "plot"
12109   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12110   algorithm: "plot_perf_box_name"
12111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12113   include:
12114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12119   layout:
12120     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12121     layout: "plot-throughput"
12122
12123 - type: "plot"
12124   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12125   algorithm: "plot_perf_box_name"
12126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12128   include:
12129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12134   layout:
12135     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12143   include:
12144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12149   layout:
12150     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12155   algorithm: "plot_perf_box_name"
12156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12158   include:
12159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12164   layout:
12165     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12166     layout: "plot-throughput"
12167
12168 - type: "plot"
12169   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12170   algorithm: "plot_perf_box_name"
12171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12173   include:
12174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12180   layout:
12181     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12182     layout: "plot-throughput"
12183
12184 - type: "plot"
12185   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12186   algorithm: "plot_perf_box_name"
12187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12189   include:
12190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12196   layout:
12197     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12198     layout: "plot-throughput"
12199
12200 - type: "plot"
12201   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12202   algorithm: "plot_perf_box_name"
12203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12205   include:
12206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12212   layout:
12213     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12214     layout: "plot-throughput"
12215
12216 - type: "plot"
12217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12218   algorithm: "plot_perf_box_name"
12219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12221   include:
12222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12228   layout:
12229     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12236   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12237   include:
12238     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12243   layout:
12244     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12245     layout: "plot-throughput"
12246
12247 - type: "plot"
12248   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12249   algorithm: "plot_perf_box_name"
12250   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12251   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12252   include:
12253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12258   layout:
12259     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12260     layout: "plot-throughput"
12261
12262 - type: "plot"
12263   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12264   algorithm: "plot_perf_box_name"
12265   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12266   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12267   include:
12268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12274   layout:
12275     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12276     layout: "plot-throughput"
12277
12278 - type: "plot"
12279   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12280   algorithm: "plot_perf_box_name"
12281   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12282   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12283   include:
12284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12290   layout:
12291     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12292     layout: "plot-throughput"
12293
12294 - type: "plot"
12295   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12296   algorithm: "plot_perf_box_name"
12297   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12298   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12299   include:
12300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12305   layout:
12306     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12307     layout: "plot-throughput"
12308
12309 - type: "plot"
12310   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12311   algorithm: "plot_perf_box_name"
12312   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12313   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12314   include:
12315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12320   layout:
12321     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12322     layout: "plot-throughput"
12323
12324 - type: "plot"
12325   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12326   algorithm: "plot_perf_box_name"
12327   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12328   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12329   include:
12330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12336   layout:
12337     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12338     layout: "plot-throughput"
12339
12340 - type: "plot"
12341   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12342   algorithm: "plot_perf_box_name"
12343   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12344   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12345   include:
12346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12349     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12352   layout:
12353     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12354     layout: "plot-throughput"
12355
12356 - type: "plot"
12357   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12358   algorithm: "plot_perf_box_name"
12359   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12360   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12361   include:
12362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12367   layout:
12368     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12369     layout: "plot-throughput"
12370
12371 - type: "plot"
12372   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12373   algorithm: "plot_perf_box_name"
12374   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12375   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12376   include:
12377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12382   layout:
12383     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12384     layout: "plot-throughput"
12385
12386 - type: "plot"
12387   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12388   algorithm: "plot_perf_box_name"
12389   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12390   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12391   include:
12392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12398   layout:
12399     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12400     layout: "plot-throughput"
12401
12402 - type: "plot"
12403   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12404   algorithm: "plot_perf_box_name"
12405   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12406   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12407   include:
12408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12414   layout:
12415     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12416     layout: "plot-throughput"
12417
12418 - type: "plot"
12419   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12420   algorithm: "plot_perf_box_name"
12421   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12423   include:
12424     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12426   layout:
12427     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12428     layout: "plot-throughput"
12429
12430 - type: "plot"
12431   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12432   algorithm: "plot_perf_box_name"
12433   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12435   include:
12436     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12437     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12438   layout:
12439     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12440     layout: "plot-throughput"
12441
12442 - type: "plot"
12443   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12444   algorithm: "plot_perf_box_name"
12445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12447   include:
12448     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12451     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12452   layout:
12453     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12454     layout: "plot-throughput"
12455
12456 - type: "plot"
12457   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12458   algorithm: "plot_perf_box_name"
12459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12461   include:
12462     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12466   layout:
12467     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12468     layout: "plot-throughput"
12469
12470 - type: "plot"
12471   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12472   algorithm: "plot_perf_box_name"
12473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12475   include:
12476     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12480   layout:
12481     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12489   include:
12490     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12494   layout:
12495     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12500   algorithm: "plot_perf_box_name"
12501   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12502   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12503   include:
12504     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12508   layout:
12509     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12516   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12517   include:
12518     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12522   layout:
12523     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12528   algorithm: "plot_perf_box_name"
12529   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12530   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12531   include:
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12533     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12534     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12536   layout:
12537     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12538     layout: "plot-throughput"
12539
12540 - type: "plot"
12541   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12542   algorithm: "plot_perf_box_name"
12543   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12544   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12545   include:
12546     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12547     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12548     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12549     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12550   layout:
12551     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12552     layout: "plot-throughput"
12553
12554 - type: "plot"
12555   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12556   algorithm: "plot_perf_box_name"
12557   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12559   include:
12560     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12562     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12563     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12564     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12565     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12566   layout:
12567     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12568     layout: "plot-throughput"
12569
12570 - type: "plot"
12571   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12572   algorithm: "plot_perf_box_name"
12573   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12575   include:
12576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12581     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12582   layout:
12583     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12584     layout: "plot-throughput"
12585
12586 - type: "plot"
12587   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12588   algorithm: "plot_perf_box_name"
12589   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12591   include:
12592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12597   layout:
12598     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12599     layout: "plot-throughput"
12600
12601 - type: "plot"
12602   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12603   algorithm: "plot_perf_box_name"
12604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12606   include:
12607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12612   layout:
12613     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12614     layout: "plot-throughput"
12615
12616 - type: "plot"
12617   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12618   algorithm: "plot_perf_box_name"
12619   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12620   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12621   include:
12622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12627   layout:
12628     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12629     layout: "plot-throughput"
12630
12631 - type: "plot"
12632   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12633   algorithm: "plot_perf_box_name"
12634   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12636   include:
12637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12642   layout:
12643     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12651   include:
12652     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12655   layout:
12656     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12657     layout: "plot-throughput"
12658
12659 - type: "plot"
12660   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12661   algorithm: "plot_perf_box_name"
12662   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12663   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12664   include:
12665     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12667     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12668   layout:
12669     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12670     layout: "plot-throughput"
12671
12672 - type: "plot"
12673   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12674   algorithm: "plot_perf_box_name"
12675   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12677   include:
12678     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12681   layout:
12682     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12683     layout: "plot-throughput"
12684
12685 - type: "plot"
12686   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12687   algorithm: "plot_perf_box_name"
12688   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12690   include:
12691     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12694   layout:
12695     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12696     layout: "plot-throughput"
12697
12698 - type: "plot"
12699   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12700   algorithm: "plot_perf_box_name"
12701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12703   include:
12704     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12705     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12709   layout:
12710     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12711     layout: "plot-throughput"
12712
12713 - type: "plot"
12714   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12715   algorithm: "plot_perf_box_name"
12716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12718   include:
12719     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12720     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12721     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12724   layout:
12725     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12726     layout: "plot-throughput"
12727
12728 - type: "plot"
12729   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12730   algorithm: "plot_perf_box_name"
12731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12733   include:
12734     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12735     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12736     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12737     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12738     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12739   layout:
12740     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12741     layout: "plot-throughput"
12742
12743 - type: "plot"
12744   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12745   algorithm: "plot_perf_box_name"
12746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12748   include:
12749     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12750     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12751     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12754   layout:
12755     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12756     layout: "plot-throughput"
12757
12758 - type: "plot"
12759   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12760   algorithm: "plot_perf_box_name"
12761   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12762   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12763   include:
12764     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12765     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12766     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12769   layout:
12770     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12771     layout: "plot-throughput"
12772
12773 - type: "plot"
12774   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12775   algorithm: "plot_perf_box_name"
12776   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12777   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12778   include:
12779     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12784   layout:
12785     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12786     layout: "plot-throughput"
12787
12788 - type: "plot"
12789   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12790   algorithm: "plot_perf_box_name"
12791   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12792   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12793   include:
12794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12796     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12798     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12799   layout:
12800     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12801     layout: "plot-throughput"
12802
12803 - type: "plot"
12804   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12805   algorithm: "plot_perf_box_name"
12806   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12807   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12808   include:
12809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12811     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12814   layout:
12815     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12816     layout: "plot-throughput"
12817
12818 - type: "plot"
12819   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12820   algorithm: "plot_perf_box_name"
12821   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12822   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12823   include:
12824     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12825     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12826     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12827     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12829   layout:
12830     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12835   algorithm: "plot_perf_box_name"
12836   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12837   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12838   include:
12839     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12841     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12844   layout:
12845     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12846     layout: "plot-throughput"
12847
12848 - type: "plot"
12849   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12850   algorithm: "plot_perf_box_name"
12851   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12853   include:
12854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12855     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12860   layout:
12861     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12862     layout: "plot-throughput"
12863
12864 - type: "plot"
12865   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12866   algorithm: "plot_perf_box_name"
12867   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12869   include:
12870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12876   layout:
12877     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12878     layout: "plot-throughput"
12879
12880 - type: "plot"
12881   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12882   algorithm: "plot_perf_box_name"
12883   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12885   include:
12886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12890   layout:
12891     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12892     layout: "plot-throughput"
12893
12894 - type: "plot"
12895   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12896   algorithm: "plot_perf_box_name"
12897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12899   include:
12900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12904   layout:
12905     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12906     layout: "plot-throughput"
12907
12908 - type: "plot"
12909   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12910   algorithm: "plot_perf_box_name"
12911   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12913   include:
12914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12917     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12920   layout:
12921     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12922     layout: "plot-throughput"
12923
12924 - type: "plot"
12925   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12926   algorithm: "plot_perf_box_name"
12927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12929   include:
12930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12936   layout:
12937     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12938     layout: "plot-throughput"
12939
12940 - type: "plot"
12941   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12942   algorithm: "plot_perf_box_name"
12943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12945   include:
12946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12950     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12951     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12952   layout:
12953     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12954     layout: "plot-throughput"
12955
12956 - type: "plot"
12957   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12958   algorithm: "plot_perf_box_name"
12959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12961   include:
12962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12968   layout:
12969     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12970     layout: "plot-throughput"
12971
12972 - type: "plot"
12973   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12974   algorithm: "plot_perf_box_name"
12975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12977   include:
12978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12984   layout:
12985     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12986     layout: "plot-throughput"
12987
12988 - type: "plot"
12989   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12990   algorithm: "plot_perf_box_name"
12991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12993   include:
12994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13000   layout:
13001     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13002     layout: "plot-throughput"
13003
13004 - type: "plot"
13005   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13006   algorithm: "plot_perf_box_name"
13007   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13008   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13009   include:
13010     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13011     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13012     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13016   layout:
13017     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13018     layout: "plot-throughput"
13019
13020 - type: "plot"
13021   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13022   algorithm: "plot_perf_box_name"
13023   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13024   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13025   include:
13026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13032   layout:
13033     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13034     layout: "plot-throughput"
13035
13036 - type: "plot"
13037   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13038   algorithm: "plot_perf_box_name"
13039   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13040   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13041   include:
13042     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13043     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13044     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13045     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13048   layout:
13049     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13050     layout: "plot-throughput"
13051
13052 - type: "plot"
13053   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13054   algorithm: "plot_perf_box_name"
13055   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13056   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13057   include:
13058     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13059     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13060     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13061     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13062     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13063     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13064   layout:
13065     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13066     layout: "plot-throughput"
13067
13068 - type: "plot"
13069   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13070   algorithm: "plot_perf_box_name"
13071   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13073   include:
13074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13080   layout:
13081     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13082     layout: "plot-throughput"
13083
13084 - type: "plot"
13085   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13086   algorithm: "plot_perf_box_name"
13087   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13089   include:
13090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13096   layout:
13097     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13098     layout: "plot-throughput"
13099
13100 - type: "plot"
13101   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13102   algorithm: "plot_perf_box_name"
13103   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13105   include:
13106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13112   layout:
13113     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13114     layout: "plot-throughput"
13115
13116 - type: "plot"
13117   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13118   algorithm: "plot_perf_box_name"
13119   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13121   include:
13122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13128   layout:
13129     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13130     layout: "plot-throughput"
13131
13132 - type: "plot"
13133   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13134   algorithm: "plot_perf_box_name"
13135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13137   include:
13138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13144   layout:
13145     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13153   include:
13154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13160   layout:
13161     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13162     layout: "plot-throughput"
13163
13164 - type: "plot"
13165   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13166   algorithm: "plot_perf_box_name"
13167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13169   include:
13170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13174   layout:
13175     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13176     layout: "plot-throughput"
13177
13178 - type: "plot"
13179   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13180   algorithm: "plot_perf_box_name"
13181   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13183   include:
13184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13188   layout:
13189     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13190     layout: "plot-throughput"
13191
13192 - type: "plot"
13193   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13194   algorithm: "plot_perf_box_name"
13195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13197   include:
13198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13202   layout:
13203     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13204     layout: "plot-throughput"
13205
13206 - type: "plot"
13207   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13208   algorithm: "plot_perf_box_name"
13209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13211   include:
13212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13216   layout:
13217     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13218     layout: "plot-throughput"
13219
13220 - type: "plot"
13221   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13222   algorithm: "plot_perf_box_name"
13223   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13225   include:
13226     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13227     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13228     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13229     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13232   layout:
13233     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13234     layout: "plot-throughput"
13235
13236 - type: "plot"
13237   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13238   algorithm: "plot_perf_box_name"
13239   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13241   include:
13242     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13243     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13244     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13248   layout:
13249     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13250     layout: "plot-throughput"
13251
13252 - type: "plot"
13253   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13254   algorithm: "plot_perf_box_name"
13255   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13257   include:
13258     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13259     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13263   layout:
13264     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13265     layout: "plot-throughput"
13266
13267 - type: "plot"
13268   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13269   algorithm: "plot_perf_box_name"
13270   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13272   include:
13273     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13274     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13278   layout:
13279     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13280     layout: "plot-throughput"
13281
13282 - type: "plot"
13283   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13284   algorithm: "plot_perf_box_name"
13285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13287   include:
13288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13293   layout:
13294     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13295     layout: "plot-throughput"
13296
13297 - type: "plot"
13298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13299   algorithm: "plot_perf_box_name"
13300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13302   include:
13303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13308   layout:
13309     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13310     layout: "plot-throughput"
13311
13312 - type: "plot"
13313   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13314   algorithm: "plot_perf_box_name"
13315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13317   include:
13318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13322   layout:
13323     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13324     layout: "plot-throughput"
13325
13326 - type: "plot"
13327   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13328   algorithm: "plot_perf_box_name"
13329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13331   include:
13332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13336   layout:
13337     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13338     layout: "plot-throughput"
13339
13340 - type: "plot"
13341   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13342   algorithm: "plot_perf_box_name"
13343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13345   include:
13346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13352   layout:
13353     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13354     layout: "plot-throughput"
13355
13356 - type: "plot"
13357   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13358   algorithm: "plot_perf_box_name"
13359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13361   include:
13362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13368   layout:
13369     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13370     layout: "plot-throughput"
13371
13372 - type: "plot"
13373   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13374   algorithm: "plot_perf_box_name"
13375   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13377   include:
13378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13384   layout:
13385     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13386     layout: "plot-throughput"
13387
13388 - type: "plot"
13389   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13390   algorithm: "plot_perf_box_name"
13391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13393   include:
13394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13400   layout:
13401     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13402     layout: "plot-throughput"
13403
13404 - type: "plot"
13405   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13406   algorithm: "plot_perf_box_name"
13407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13409   include:
13410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13416   layout:
13417     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13418     layout: "plot-throughput"
13419
13420 - type: "plot"
13421   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13422   algorithm: "plot_perf_box_name"
13423   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13425   include:
13426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13432   layout:
13433     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13434     layout: "plot-throughput"
13435
13436 - type: "plot"
13437   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13438   algorithm: "plot_perf_box_name"
13439   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13441   include:
13442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13448   layout:
13449     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13450     layout: "plot-throughput"
13451
13452 - type: "plot"
13453   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13454   algorithm: "plot_perf_box_name"
13455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13457   include:
13458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13464   layout:
13465     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13466     layout: "plot-throughput"
13467
13468 - type: "plot"
13469   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13470   algorithm: "plot_perf_box_name"
13471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13473   include:
13474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13478   layout:
13479     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13480     layout: "plot-throughput"
13481
13482 - type: "plot"
13483   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13484   algorithm: "plot_perf_box_name"
13485   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13486   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13487   include:
13488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13492   layout:
13493     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13494     layout: "plot-throughput"
13495
13496 - type: "plot"
13497   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13498   algorithm: "plot_perf_box_name"
13499   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13500   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13501   include:
13502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13508   layout:
13509     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13514   algorithm: "plot_perf_box_name"
13515   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13516   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13517   include:
13518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13524   layout:
13525     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13526     layout: "plot-throughput"
13527
13528 - type: "plot"
13529   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13530   algorithm: "plot_perf_box_name"
13531   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13532   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13533   include:
13534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13540   layout:
13541     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13542     layout: "plot-throughput"
13543
13544 - type: "plot"
13545   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13546   algorithm: "plot_perf_box_name"
13547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13549   include:
13550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13556   layout:
13557     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13558     layout: "plot-throughput"
13559
13560 #- type: "plot"
13561 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13562 #  algorithm: "plot_perf_box_name"
13563 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13564 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13565 #  include:
13566 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13567 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13568 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13569 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13570 #  layout:
13571 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13572 #    layout: "plot-throughput"
13573 #
13574 #- type: "plot"
13575 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13576 #  algorithm: "plot_perf_box_name"
13577 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13578 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13579 #  include:
13580 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13581 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13582 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13583 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13584 #  layout:
13585 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13586 #    layout: "plot-throughput"
13587
13588 - type: "plot"
13589   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13590   algorithm: "plot_perf_box_name"
13591   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13592   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13593   include:
13594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13598     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13600   layout:
13601     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13602     layout: "plot-throughput"
13603
13604 - type: "plot"
13605   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13606   algorithm: "plot_perf_box_name"
13607   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13608   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13609   include:
13610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13616   layout:
13617     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13618     layout: "plot-throughput"
13619
13620 #- type: "plot"
13621 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13622 #  algorithm: "plot_perf_box_name"
13623 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13624 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13625 #  include:
13626 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13627 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13628 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13629 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13630 #  layout:
13631 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13632 #    layout: "plot-throughput"
13633 #
13634 #- type: "plot"
13635 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13636 #  algorithm: "plot_perf_box_name"
13637 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13638 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13639 #  include:
13640 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13641 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13642 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13643 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13644 #  layout:
13645 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13646 #    layout: "plot-throughput"
13647
13648 - type: "plot"
13649   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13650   algorithm: "plot_perf_box_name"
13651   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13652   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13653   include:
13654     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13655     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13656     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13657     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13658     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13659     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13660   layout:
13661     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13662     layout: "plot-throughput"
13663
13664 - type: "plot"
13665   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13666   algorithm: "plot_perf_box_name"
13667   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13668   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13669   include:
13670     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13671     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13672     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13673     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13676   layout:
13677     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13678     layout: "plot-throughput"
13679
13680 #- type: "plot"
13681 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13682 #  algorithm: "plot_perf_box_name"
13683 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13684 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13685 #  include:
13686 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13687 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13688 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13689 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13690 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13691 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13692 #  layout:
13693 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13694 #    layout: "plot-throughput"
13695 #
13696 #- type: "plot"
13697 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13698 #  algorithm: "plot_perf_box_name"
13699 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13700 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13701 #  include:
13702 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13703 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13704 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13705 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13706 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13707 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13708 #  layout:
13709 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13710 #    layout: "plot-throughput"
13711
13712 - type: "plot"
13713   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13714   algorithm: "plot_perf_box_name"
13715   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13716   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13717   include:
13718     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13719     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13720     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13721     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13722     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13723     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13724   layout:
13725     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13726     layout: "plot-throughput"
13727
13728 - type: "plot"
13729   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13730   algorithm: "plot_perf_box_name"
13731   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13732   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13733   include:
13734     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13735     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13736     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13737     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13738     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13739     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13740   layout:
13741     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13742     layout: "plot-throughput"
13743
13744 - type: "plot"
13745   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13746   algorithm: "plot_perf_box_name"
13747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13749   include:
13750     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13751     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13752     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13753 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13754 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13755 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13756   layout:
13757     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13758     layout: "plot-throughput"
13759
13760 - type: "plot"
13761   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13762   algorithm: "plot_perf_box_name"
13763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13765   include:
13766     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13767     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13768     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13769 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13770 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13771 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13772   layout:
13773     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13774     layout: "plot-throughput"
13775
13776 - type: "plot"
13777   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13778   algorithm: "plot_perf_box_name"
13779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13781   include:
13782     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13783     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13784     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13785     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13786     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13787     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13788   layout:
13789     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13790     layout: "plot-throughput"
13791
13792 - type: "plot"
13793   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13794   algorithm: "plot_perf_box_name"
13795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13797   include:
13798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13799     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13800     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13801     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13802     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13803     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13804   layout:
13805     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13806     layout: "plot-throughput"
13807
13808 - type: "plot"
13809   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13810   algorithm: "plot_perf_box_name"
13811   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13812   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13813   include:
13814     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13815     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13816     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13817     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13818     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13819     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13820   layout:
13821     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13822     layout: "plot-throughput"
13823
13824 - type: "plot"
13825   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13826   algorithm: "plot_perf_box_name"
13827   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13828   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13829   include:
13830     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13831     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13832     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13833     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13834     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13835     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13836   layout:
13837     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13838     layout: "plot-throughput"
13839
13840 #- type: "plot"
13841 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13842 #  algorithm: "plot_perf_box_name"
13843 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13844 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13845 #  include:
13846 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13847 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13848 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13849 #  layout:
13850 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13851 #    layout: "plot-throughput"
13852 #
13853 #- type: "plot"
13854 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13855 #  algorithm: "plot_perf_box_name"
13856 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13857 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13858 #  include:
13859 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13860 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13861 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13862 #  layout:
13863 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13864 #    layout: "plot-throughput"
13865
13866 - type: "plot"
13867   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13868   algorithm: "plot_perf_box_name"
13869   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13870   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13871   include:
13872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13877   layout:
13878     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13879     layout: "plot-throughput"
13880
13881 - type: "plot"
13882   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13883   algorithm: "plot_perf_box_name"
13884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13886   include:
13887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13892   layout:
13893     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13894     layout: "plot-throughput"
13895
13896 - type: "plot"
13897   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13898   algorithm: "plot_perf_box_name"
13899   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13901   include:
13902     - "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"
13903     - "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"
13904     - "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"
13905     - "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"
13906     - "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"
13907   layout:
13908     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13909     layout: "plot-throughput"
13910
13911 - type: "plot"
13912   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13913   algorithm: "plot_perf_box_name"
13914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13916   include:
13917     - "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"
13918     - "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"
13919     - "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"
13920     - "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"
13921     - "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"
13922   layout:
13923     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13924     layout: "plot-throughput"
13925
13926 - type: "plot"
13927   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13928   algorithm: "plot_perf_box_name"
13929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13931   include:
13932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13937   layout:
13938     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13939     layout: "plot-throughput"
13940
13941 - type: "plot"
13942   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13943   algorithm: "plot_perf_box_name"
13944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13946   include:
13947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13952   layout:
13953     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13954     layout: "plot-throughput"
13955
13956 - type: "plot"
13957   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13958   algorithm: "plot_perf_box_name"
13959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13961   include:
13962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13967   layout:
13968     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13969     layout: "plot-throughput"
13970
13971 - type: "plot"
13972   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13973   algorithm: "plot_perf_box_name"
13974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13976   include:
13977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13982   layout:
13983     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13984     layout: "plot-throughput"
13985
13986 - type: "plot"
13987   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13988   algorithm: "plot_perf_box_name"
13989   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13991   include:
13992     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13997   layout:
13998     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13999     layout: "plot-throughput"
14000
14001 - type: "plot"
14002   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14003   algorithm: "plot_perf_box_name"
14004   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14006   include:
14007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14012   layout:
14013     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14014     layout: "plot-throughput"
14015
14016 - type: "plot"
14017   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14018   algorithm: "plot_perf_box_name"
14019   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14020   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14021   include:
14022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14027   layout:
14028     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14029     layout: "plot-throughput"
14030
14031 - type: "plot"
14032   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14033   algorithm: "plot_perf_box_name"
14034   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14036   include:
14037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14039     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14042   layout:
14043     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14044     layout: "plot-throughput"
14045
14046 - type: "plot"
14047   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14048   algorithm: "plot_perf_box_name"
14049   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14051   include:
14052     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14053     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14055     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14056   layout:
14057     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14058     layout: "plot-throughput"
14059
14060 - type: "plot"
14061   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14062   algorithm: "plot_perf_box_name"
14063   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14065   include:
14066     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14067     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14068     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14069     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14070   layout:
14071     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14072     layout: "plot-throughput"
14073
14074 - type: "plot"
14075   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14076   algorithm: "plot_perf_box_name"
14077   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14079   include:
14080     - "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"
14081     - "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"
14082     - "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"
14083     - "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"
14084   layout:
14085     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14086     layout: "plot-throughput"
14087
14088 - type: "plot"
14089   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14090   algorithm: "plot_perf_box_name"
14091   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14093   include:
14094     - "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"
14095     - "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"
14096     - "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"
14097     - "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"
14098   layout:
14099     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14100     layout: "plot-throughput"
14101
14102 - type: "plot"
14103   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14104   algorithm: "plot_perf_box_name"
14105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14107   include:
14108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14114   layout:
14115     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14116     layout: "plot-throughput"
14117
14118 - type: "plot"
14119   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14120   algorithm: "plot_perf_box_name"
14121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14123   include:
14124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14130   layout:
14131     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14132     layout: "plot-throughput"
14133
14134 - type: "plot"
14135   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14136   algorithm: "plot_perf_box_name"
14137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14139   include:
14140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14146   layout:
14147     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14148     layout: "plot-throughput"
14149
14150 - type: "plot"
14151   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14152   algorithm: "plot_perf_box_name"
14153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14155   include:
14156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14162   layout:
14163     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14164     layout: "plot-throughput"
14165
14166 - type: "plot"
14167   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14168   algorithm: "plot_perf_box_name"
14169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14171   include:
14172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14178   layout:
14179     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14180     layout: "plot-throughput"
14181
14182 - type: "plot"
14183   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14184   algorithm: "plot_perf_box_name"
14185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14187   include:
14188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14194   layout:
14195     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14196     layout: "plot-throughput"
14197
14198 - type: "plot"
14199   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14200   algorithm: "plot_perf_box_name"
14201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14203   include:
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14209   layout:
14210     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14211     layout: "plot-throughput"
14212
14213 - type: "plot"
14214   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14215   algorithm: "plot_perf_box_name"
14216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14218   include:
14219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14224   layout:
14225     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14226     layout: "plot-throughput"
14227
14228 - type: "plot"
14229   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14230   algorithm: "plot_perf_box_name"
14231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14233   include:
14234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14236   layout:
14237     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14238     layout: "plot-throughput"
14239
14240 - type: "plot"
14241   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14242   algorithm: "plot_perf_box_name"
14243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14245   include:
14246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14248   layout:
14249     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14250     layout: "plot-throughput"
14251
14252 - type: "plot"
14253   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14254   algorithm: "plot_perf_box_name"
14255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14257   include:
14258     - "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"
14259     - "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"
14260   layout:
14261     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14262     layout: "plot-throughput"
14263
14264 - type: "plot"
14265   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14266   algorithm: "plot_perf_box_name"
14267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14269   include:
14270     - "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"
14271     - "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"
14272   layout:
14273     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14274     layout: "plot-throughput"
14275
14276 - type: "plot"
14277   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14278   algorithm: "plot_perf_box_name"
14279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14281   include:
14282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14284   layout:
14285     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14286     layout: "plot-throughput"
14287
14288 - type: "plot"
14289   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14290   algorithm: "plot_perf_box_name"
14291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14293   include:
14294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14296   layout:
14297     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14298     layout: "plot-throughput"
14299
14300 - type: "plot"
14301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14302   algorithm: "plot_perf_box_name"
14303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14305   include:
14306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14308   layout:
14309     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14310     layout: "plot-throughput"
14311
14312 - type: "plot"
14313   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14314   algorithm: "plot_perf_box_name"
14315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14317   include:
14318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14320   layout:
14321     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14322     layout: "plot-throughput"
14323
14324 - type: "plot"
14325   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14326   algorithm: "plot_perf_box_name"
14327   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14328   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14329   include:
14330     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14331     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14332     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14333     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14334     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14335     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14336   layout:
14337     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14338     layout: "plot-throughput"
14339
14340 - type: "plot"
14341   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14342   algorithm: "plot_perf_box_name"
14343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14345   include:
14346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14352   layout:
14353     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14354     layout: "plot-throughput"
14355
14356 - type: "plot"
14357   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14358   algorithm: "plot_perf_box_name"
14359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14361   include:
14362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14367     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14368   layout:
14369     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14370     layout: "plot-throughput"
14371
14372 - type: "plot"
14373   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14374   algorithm: "plot_perf_box_name"
14375   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14376   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14377   include:
14378     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-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-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14381     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14382     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14383     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14384   layout:
14385     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14386     layout: "plot-throughput"
14387
14388 #- type: "plot"
14389 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14390 #  algorithm: "plot_perf_box_name"
14391 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14392 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14393 #  include:
14394 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14395 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14396 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14397 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14398 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14399 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14400 #  layout:
14401 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14402 #    layout: "plot-throughput"
14403 #
14404 #- type: "plot"
14405 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14406 #  algorithm: "plot_perf_box_name"
14407 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14408 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14409 #  include:
14410 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14411 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14412 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14413 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14414 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14415 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14416 #  layout:
14417 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14418 #    layout: "plot-throughput"
14419
14420 - type: "plot"
14421   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14422   algorithm: "plot_perf_box_name"
14423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14425   include:
14426     - "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"
14427     - "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"
14428     - "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"
14429     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14430     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14431     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14432   layout:
14433     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14434     layout: "plot-throughput"
14435
14436 - type: "plot"
14437   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14438   algorithm: "plot_perf_box_name"
14439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14441   include:
14442     - "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"
14443     - "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"
14444     - "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"
14445     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14446     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14447     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14448   layout:
14449     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14450     layout: "plot-throughput"
14451
14452 ################################################################################
14453
14454 # Packet Speedup
14455
14456 - type: "plot"
14457   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14461   include:
14462     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14463     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14464     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14465     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14466   layout:
14467     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14475   include:
14476     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14477     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14478     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14479     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14480   layout:
14481     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14482     layout: "plot-throughput-speedup-analysis"
14483
14484 - type: "plot"
14485   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14486   algorithm: "plot_tsa_name"
14487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14489   include:
14490     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14491     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14492     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14493     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14494   layout:
14495     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14496     layout: "plot-throughput-speedup-analysis"
14497
14498 - type: "plot"
14499   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14500   algorithm: "plot_tsa_name"
14501   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14503   include:
14504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14508   layout:
14509     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14510     layout: "plot-throughput-speedup-analysis"
14511
14512 - type: "plot"
14513   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14514   algorithm: "plot_tsa_name"
14515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14517   include:
14518     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14519     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14520     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14521     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14522     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14523   layout:
14524     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14525     layout: "plot-throughput-speedup-analysis"
14526
14527 - type: "plot"
14528   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14529   algorithm: "plot_tsa_name"
14530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14532   include:
14533     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14534     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14535     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14536     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14537     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14538   layout:
14539     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14540     layout: "plot-throughput-speedup-analysis"
14541
14542 - type: "plot"
14543   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14544   algorithm: "plot_tsa_name"
14545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14547   include:
14548     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14549     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14550     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14551     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14552     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14553   layout:
14554     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14555     layout: "plot-throughput-speedup-analysis"
14556
14557 - type: "plot"
14558   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14559   algorithm: "plot_tsa_name"
14560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14562   include:
14563     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14564     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14565     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14566     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14567     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14568   layout:
14569     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14570     layout: "plot-throughput-speedup-analysis"
14571
14572 - type: "plot"
14573   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14574   algorithm: "plot_tsa_name"
14575   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14577   include:
14578     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14584   layout:
14585     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14593   include:
14594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14600   layout:
14601     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14602     layout: "plot-throughput-speedup-analysis"
14603
14604 - type: "plot"
14605   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14606   algorithm: "plot_tsa_name"
14607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14609   include:
14610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14615   layout:
14616     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14617     layout: "plot-throughput-speedup-analysis"
14618
14619 - type: "plot"
14620   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14621   algorithm: "plot_tsa_name"
14622   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14624   include:
14625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14630   layout:
14631     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14632     layout: "plot-throughput-speedup-analysis"
14633
14634 - type: "plot"
14635   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14636   algorithm: "plot_tsa_name"
14637   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14639   include:
14640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14643   layout:
14644     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14645     layout: "plot-throughput-speedup-analysis"
14646
14647 - type: "plot"
14648   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14649   algorithm: "plot_tsa_name"
14650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14652   include:
14653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14656   layout:
14657     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14665   include:
14666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14671   layout:
14672     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14673     layout: "plot-throughput-speedup-analysis"
14674
14675 - type: "plot"
14676   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14677   algorithm: "plot_tsa_name"
14678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14680   include:
14681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14686   layout:
14687     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14688     layout: "plot-throughput-speedup-analysis"
14689
14690 - type: "plot"
14691   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14692   algorithm: "plot_tsa_name"
14693   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14695   include:
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14699   layout:
14700     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14701     layout: "plot-throughput-speedup-analysis"
14702
14703 - type: "plot"
14704   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14705   algorithm: "plot_tsa_name"
14706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14708   include:
14709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14712   layout:
14713     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14714     layout: "plot-throughput-speedup-analysis"
14715
14716 - type: "plot"
14717   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14718   algorithm: "plot_tsa_name"
14719   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14720   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14721   include:
14722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14728   layout:
14729     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14730     layout: "plot-throughput-speedup-analysis"
14731
14732 - type: "plot"
14733   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14734   algorithm: "plot_tsa_name"
14735   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14737   include:
14738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14744   layout:
14745     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14746     layout: "plot-throughput-speedup-analysis"
14747
14748 - type: "plot"
14749   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14750   algorithm: "plot_tsa_name"
14751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14753   include:
14754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14760   layout:
14761     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14762     layout: "plot-throughput-speedup-analysis"
14763
14764 - type: "plot"
14765   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14766   algorithm: "plot_tsa_name"
14767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14769   include:
14770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14776   layout:
14777     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14778     layout: "plot-throughput-speedup-analysis"
14779
14780 - type: "plot"
14781   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14782   algorithm: "plot_tsa_name"
14783   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14785   include:
14786     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14789   layout:
14790     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14791     layout: "plot-throughput-speedup-analysis"
14792
14793 - type: "plot"
14794   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14795   algorithm: "plot_tsa_name"
14796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14798   include:
14799     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14801     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14802   layout:
14803     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14804     layout: "plot-throughput-speedup-analysis"
14805
14806 - type: "plot"
14807   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14808   algorithm: "plot_tsa_name"
14809   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14811   include:
14812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14815 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14816 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14817   layout:
14818     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14819     layout: "plot-throughput-speedup-analysis"
14820
14821 - type: "plot"
14822   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14823   algorithm: "plot_tsa_name"
14824   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14826   include:
14827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14830 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14831 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14832   layout:
14833     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14834     layout: "plot-throughput-speedup-analysis"
14835
14836 - type: "plot"
14837   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14838   algorithm: "plot_tsa_name"
14839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14841   include:
14842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14846     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14847   layout:
14848     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14849     layout: "plot-throughput-speedup-analysis"
14850
14851 - type: "plot"
14852   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14853   algorithm: "plot_tsa_name"
14854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14856   include:
14857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14862   layout:
14863     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14864     layout: "plot-throughput-speedup-analysis"
14865
14866 - type: "plot"
14867   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14868   algorithm: "plot_tsa_name"
14869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14871   include:
14872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14876     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14877   layout:
14878     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14879     layout: "plot-throughput-speedup-analysis"
14880
14881 - type: "plot"
14882   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14883   algorithm: "plot_tsa_name"
14884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14886   include:
14887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14889     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14890     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14891     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14892   layout:
14893     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14894     layout: "plot-throughput-speedup-analysis"
14895
14896 - type: "plot"
14897   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14898   algorithm: "plot_tsa_name"
14899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14901   include:
14902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14903     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14904     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14905     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14906     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14907     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14908   layout:
14909     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14910     layout: "plot-throughput-speedup-analysis"
14911
14912 - type: "plot"
14913   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14914   algorithm: "plot_tsa_name"
14915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14917   include:
14918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14920     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14921     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14922     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14923     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14924   layout:
14925     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14926     layout: "plot-throughput-speedup-analysis"
14927
14928 - type: "plot"
14929   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14930   algorithm: "plot_tsa_name"
14931   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14933   include:
14934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14935     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14936     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14937     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14938     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14939     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14940   layout:
14941     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14942     layout: "plot-throughput-speedup-analysis"
14943
14944 - type: "plot"
14945   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14946   algorithm: "plot_tsa_name"
14947   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14949   include:
14950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14956   layout:
14957     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14958     layout: "plot-throughput-speedup-analysis"
14959
14960 - type: "plot"
14961   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14962   algorithm: "plot_tsa_name"
14963   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14965   include:
14966     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14967     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14968   layout:
14969     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14970     layout: "plot-throughput-speedup-analysis"
14971
14972 - type: "plot"
14973   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14974   algorithm: "plot_tsa_name"
14975   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14977   include:
14978     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14979     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14980   layout:
14981     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14982     layout: "plot-throughput-speedup-analysis"
14983
14984 - type: "plot"
14985   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14986   algorithm: "plot_tsa_name"
14987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14989   include:
14990     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14992     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14993     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14994   layout:
14995     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14996     layout: "plot-throughput-speedup-analysis"
14997
14998 - type: "plot"
14999   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15000   algorithm: "plot_tsa_name"
15001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15003   include:
15004     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15006     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15007     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15008   layout:
15009     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15010     layout: "plot-throughput-speedup-analysis"
15011
15012 - type: "plot"
15013   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15014   algorithm: "plot_tsa_name"
15015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15017   include:
15018     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15022   layout:
15023     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15031   include:
15032     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15036   layout:
15037     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15038     layout: "plot-throughput-speedup-analysis"
15039
15040 - type: "plot"
15041   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15042   algorithm: "plot_tsa_name"
15043   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15045   include:
15046     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15049     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15050     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15051     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15052   layout:
15053     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15054     layout: "plot-throughput-speedup-analysis"
15055
15056 - type: "plot"
15057   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15058   algorithm: "plot_tsa_name"
15059   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15061   include:
15062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15064     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15065     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15066     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15067     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15068   layout:
15069     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15070     layout: "plot-throughput-speedup-analysis"
15071
15072 - type: "plot"
15073   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15074   algorithm: "plot_tsa_name"
15075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15077   include:
15078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15083   layout:
15084     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15085     layout: "plot-throughput-speedup-analysis"
15086
15087 - type: "plot"
15088   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15089   algorithm: "plot_tsa_name"
15090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15092   include:
15093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15098   layout:
15099     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15100     layout: "plot-throughput-speedup-analysis"
15101
15102 - type: "plot"
15103   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15104   algorithm: "plot_tsa_name"
15105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15107   include:
15108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15113   layout:
15114     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15115     layout: "plot-throughput-speedup-analysis"
15116
15117 - type: "plot"
15118   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15119   algorithm: "plot_tsa_name"
15120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15122   include:
15123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15128   layout:
15129     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15130     layout: "plot-throughput-speedup-analysis"
15131
15132 - type: "plot"
15133   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15134   algorithm: "plot_tsa_name"
15135   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15137   include:
15138     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15139     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15140     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15141   layout:
15142     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15143     layout: "plot-throughput-speedup-analysis"
15144
15145 - type: "plot"
15146   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15147   algorithm: "plot_tsa_name"
15148   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15150   include:
15151     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15153     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15154   layout:
15155     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15156     layout: "plot-throughput-speedup-analysis"
15157
15158 - type: "plot"
15159   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15160   algorithm: "plot_tsa_name"
15161   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15163   include:
15164     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15166     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15167   layout:
15168     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15169     layout: "plot-throughput-speedup-analysis"
15170
15171 - type: "plot"
15172   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15173   algorithm: "plot_tsa_name"
15174   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15176   include:
15177     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15180   layout:
15181     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15182     layout: "plot-throughput-speedup-analysis"
15183
15184 - type: "plot"
15185   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15186   algorithm: "plot_tsa_name"
15187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15189   include:
15190     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15195   layout:
15196     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15197     layout: "plot-throughput-speedup-analysis"
15198
15199 - type: "plot"
15200   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15201   algorithm: "plot_tsa_name"
15202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15204   include:
15205     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15210   layout:
15211     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15212     layout: "plot-throughput-speedup-analysis"
15213
15214 - type: "plot"
15215   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15216   algorithm: "plot_tsa_name"
15217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15219   include:
15220     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15221     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15225   layout:
15226     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15227     layout: "plot-throughput-speedup-analysis"
15228
15229 - type: "plot"
15230   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15231   algorithm: "plot_tsa_name"
15232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15234   include:
15235     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15237     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15238     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15239     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15240   layout:
15241     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15242     layout: "plot-throughput-speedup-analysis"
15243
15244 - type: "plot"
15245   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15246   algorithm: "plot_tsa_name"
15247   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15249   include:
15250     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15251     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15252     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15253     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15254     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15255     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15256   layout:
15257     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15258     layout: "plot-throughput-speedup-analysis"
15259
15260 - type: "plot"
15261   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15262   algorithm: "plot_tsa_name"
15263   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15265   include:
15266     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15267     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15268     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15269     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15270     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15271     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15272   layout:
15273     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15274     layout: "plot-throughput-speedup-analysis"
15275
15276 - type: "plot"
15277   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15278   algorithm: "plot_tsa_name"
15279   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15281   include:
15282     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15283     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15284     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15286   layout:
15287     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15288     layout: "plot-throughput-speedup-analysis"
15289
15290 - type: "plot"
15291   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15292   algorithm: "plot_tsa_name"
15293   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15295   include:
15296     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15297     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15298     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15299     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15300   layout:
15301     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15302     layout: "plot-throughput-speedup-analysis"
15303
15304 - type: "plot"
15305   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15306   algorithm: "plot_tsa_name"
15307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15309   include:
15310     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15311     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15312     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15313     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15314     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15315     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15316   layout:
15317     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15318     layout: "plot-throughput-speedup-analysis"
15319
15320 - type: "plot"
15321   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15322   algorithm: "plot_tsa_name"
15323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15325   include:
15326     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15327     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15328     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15329     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15330     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15331     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15332   layout:
15333     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15334     layout: "plot-throughput-speedup-analysis"
15335
15336 - type: "plot"
15337   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15338   algorithm: "plot_tsa_name"
15339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15341   include:
15342     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15343     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15344     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15348   layout:
15349     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15350     layout: "plot-throughput-speedup-analysis"
15351
15352 - type: "plot"
15353   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15354   algorithm: "plot_tsa_name"
15355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15357   include:
15358     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15359     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15360     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15364   layout:
15365     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15366     layout: "plot-throughput-speedup-analysis"
15367
15368 - type: "plot"
15369   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15370   algorithm: "plot_tsa_name"
15371   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15373   include:
15374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15379     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15380   layout:
15381     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15382     layout: "plot-throughput-speedup-analysis"
15383
15384 - type: "plot"
15385   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15386   algorithm: "plot_tsa_name"
15387   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15389   include:
15390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15396   layout:
15397     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15398     layout: "plot-throughput-speedup-analysis"
15399
15400 - type: "plot"
15401   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15402   algorithm: "plot_tsa_name"
15403   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15404   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15405   include:
15406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15412   layout:
15413     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15414     layout: "plot-throughput-speedup-analysis"
15415
15416 - type: "plot"
15417   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15418   algorithm: "plot_tsa_name"
15419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15421   include:
15422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15428   layout:
15429     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15430     layout: "plot-throughput-speedup-analysis"
15431
15432 - type: "plot"
15433   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15434   algorithm: "plot_tsa_name"
15435   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15436   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15437   include:
15438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15444   layout:
15445     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15446     layout: "plot-throughput-speedup-analysis"
15447
15448 - type: "plot"
15449   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15450   algorithm: "plot_tsa_name"
15451   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15453   include:
15454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15460   layout:
15461     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15462     layout: "plot-throughput-speedup-analysis"
15463
15464 - type: "plot"
15465   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15466   algorithm: "plot_tsa_name"
15467   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15469   include:
15470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15474   layout:
15475     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15476     layout: "plot-throughput-speedup-analysis"
15477
15478 - type: "plot"
15479   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15480   algorithm: "plot_tsa_name"
15481   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15483   include:
15484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15488   layout:
15489     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15490     layout: "plot-throughput-speedup-analysis"
15491
15492 - type: "plot"
15493   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15494   algorithm: "plot_tsa_name"
15495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15497   include:
15498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15502   layout:
15503     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15504     layout: "plot-throughput-speedup-analysis"
15505
15506 - type: "plot"
15507   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15508   algorithm: "plot_tsa_name"
15509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15511   include:
15512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15516   layout:
15517     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15518     layout: "plot-throughput-speedup-analysis"
15519
15520 - type: "plot"
15521   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15522   algorithm: "plot_tsa_name"
15523   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15525   include:
15526     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15528     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15529     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15530     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15531     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15532   layout:
15533     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15534     layout: "plot-throughput-speedup-analysis"
15535
15536 - type: "plot"
15537   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15538   algorithm: "plot_tsa_name"
15539   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15541   include:
15542     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15544     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15545     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15548   layout:
15549     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15550     layout: "plot-throughput-speedup-analysis"
15551
15552 - type: "plot"
15553   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15554   algorithm: "plot_tsa_name"
15555   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15557   include:
15558     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15563   layout:
15564     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15565     layout: "plot-throughput-speedup-analysis"
15566
15567 - type: "plot"
15568   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15569   algorithm: "plot_tsa_name"
15570   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15572   include:
15573     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15574     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15578   layout:
15579     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15580     layout: "plot-throughput-speedup-analysis"
15581
15582 - type: "plot"
15583   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15584   algorithm: "plot_tsa_name"
15585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15587   include:
15588     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15589     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15593   layout:
15594     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15595     layout: "plot-throughput-speedup-analysis"
15596
15597 - type: "plot"
15598   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15599   algorithm: "plot_tsa_name"
15600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15602   include:
15603     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15608   layout:
15609     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15610     layout: "plot-throughput-speedup-analysis"
15611
15612 - type: "plot"
15613   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15614   algorithm: "plot_tsa_name"
15615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15617   include:
15618     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15622   layout:
15623     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15624     layout: "plot-throughput-speedup-analysis"
15625
15626 - type: "plot"
15627   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15628   algorithm: "plot_tsa_name"
15629   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15631   include:
15632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15636   layout:
15637     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15638     layout: "plot-throughput-speedup-analysis"
15639
15640 - type: "plot"
15641   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15642   algorithm: "plot_tsa_name"
15643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15645   include:
15646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15652   layout:
15653     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15654     layout: "plot-throughput-speedup-analysis"
15655
15656 - type: "plot"
15657   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15658   algorithm: "plot_tsa_name"
15659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15661   include:
15662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15668   layout:
15669     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15670     layout: "plot-throughput-speedup-analysis"
15671
15672 - type: "plot"
15673   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15674   algorithm: "plot_tsa_name"
15675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15677   include:
15678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15684   layout:
15685     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15686     layout: "plot-throughput-speedup-analysis"
15687
15688 - type: "plot"
15689   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15690   algorithm: "plot_tsa_name"
15691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15693   include:
15694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15700   layout:
15701     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15702     layout: "plot-throughput-speedup-analysis"
15703
15704 - type: "plot"
15705   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15706   algorithm: "plot_tsa_name"
15707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15709   include:
15710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15716   layout:
15717     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15725   include:
15726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15732   layout:
15733     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15734     layout: "plot-throughput-speedup-analysis"
15735
15736 - type: "plot"
15737   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15738   algorithm: "plot_tsa_name"
15739   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15740   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15741   include:
15742     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15743     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15744     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15745     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15746     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15747     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15748   layout:
15749     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15750     layout: "plot-throughput-speedup-analysis"
15751
15752 - type: "plot"
15753   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15754   algorithm: "plot_tsa_name"
15755   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15756   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15757   include:
15758     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15759     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15760     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15761     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15762     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15763     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15764   layout:
15765     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15766     layout: "plot-throughput-speedup-analysis"
15767
15768 - type: "plot"
15769   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15770   algorithm: "plot_tsa_name"
15771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15773   include:
15774     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15775     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15776     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15777     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15778     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15779     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15780   layout:
15781     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15782     layout: "plot-throughput-speedup-analysis"
15783
15784 - type: "plot"
15785   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15786   algorithm: "plot_tsa_name"
15787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15789   include:
15790     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15791     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15792     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15795     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15796   layout:
15797     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15798     layout: "plot-throughput-speedup-analysis"
15799
15800 - type: "plot"
15801   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15802   algorithm: "plot_tsa_name"
15803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15805   include:
15806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15811   layout:
15812     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15813     layout: "plot-throughput-speedup-analysis"
15814
15815 - type: "plot"
15816   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15817   algorithm: "plot_tsa_name"
15818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15820   include:
15821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15826   layout:
15827     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 - type: "plot"
15831   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15835   include:
15836     - "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"
15837     - "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"
15838     - "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"
15839     - "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"
15840     - "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"
15841   layout:
15842     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15843     layout: "plot-throughput-speedup-analysis"
15844
15845 - type: "plot"
15846   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15847   algorithm: "plot_tsa_name"
15848   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15850   include:
15851     - "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"
15852     - "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"
15853     - "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"
15854     - "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"
15855     - "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"
15856   layout:
15857     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15858     layout: "plot-throughput-speedup-analysis"
15859
15860 - type: "plot"
15861   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15862   algorithm: "plot_tsa_name"
15863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15865   include:
15866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15871   layout:
15872     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15873     layout: "plot-throughput-speedup-analysis"
15874
15875 - type: "plot"
15876   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15877   algorithm: "plot_tsa_name"
15878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15880   include:
15881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15886   layout:
15887     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15888     layout: "plot-throughput-speedup-analysis"
15889
15890 - type: "plot"
15891   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15892   algorithm: "plot_tsa_name"
15893   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15894   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15895   include:
15896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15901   layout:
15902     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15903     layout: "plot-throughput-speedup-analysis"
15904
15905 - type: "plot"
15906   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15907   algorithm: "plot_tsa_name"
15908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15910   include:
15911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15916   layout:
15917     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15918     layout: "plot-throughput-speedup-analysis"
15919
15920 - type: "plot"
15921   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15922   algorithm: "plot_tsa_name"
15923   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15924   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15925   include:
15926     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15927     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15928     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15929     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15930     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15931   layout:
15932     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15933     layout: "plot-throughput-speedup-analysis"
15934
15935 - type: "plot"
15936   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15937   algorithm: "plot_tsa_name"
15938   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15939   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15940   include:
15941     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15942     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15943     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15944     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15945     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15946   layout:
15947     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15948     layout: "plot-throughput-speedup-analysis"
15949
15950 - type: "plot"
15951   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15952   algorithm: "plot_tsa_name"
15953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15955   include:
15956     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15957     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15958     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15959     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15960     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15961   layout:
15962     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15963     layout: "plot-throughput-speedup-analysis"
15964
15965 - type: "plot"
15966   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15967   algorithm: "plot_tsa_name"
15968   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15969   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15970   include:
15971     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15972     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15973     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15974     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15975     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15976   layout:
15977     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15978     layout: "plot-throughput-speedup-analysis"
15979
15980 - type: "plot"
15981   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15982   algorithm: "plot_tsa_name"
15983   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15985   include:
15986     - "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"
15987     - "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"
15988     - "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"
15989     - "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"
15990   layout:
15991     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15992     layout: "plot-throughput-speedup-analysis"
15993
15994 - type: "plot"
15995   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15996   algorithm: "plot_tsa_name"
15997   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15999   include:
16000     - "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"
16001     - "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"
16002     - "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"
16003     - "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"
16004   layout:
16005     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16006     layout: "plot-throughput-speedup-analysis"
16007
16008 - type: "plot"
16009   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16010   algorithm: "plot_tsa_name"
16011   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16013   include:
16014     - "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"
16015     - "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"
16016     - "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"
16017     - "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"
16018   layout:
16019     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16020     layout: "plot-throughput-speedup-analysis"
16021
16022 - type: "plot"
16023   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16024   algorithm: "plot_tsa_name"
16025   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16027   include:
16028     - "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"
16029     - "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"
16030     - "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"
16031     - "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"
16032   layout:
16033     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16034     layout: "plot-throughput-speedup-analysis"
16035
16036 - type: "plot"
16037   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16038   algorithm: "plot_tsa_name"
16039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16041   include:
16042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16047     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16048   layout:
16049     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16050     layout: "plot-throughput-speedup-analysis"
16051
16052 - type: "plot"
16053   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16054   algorithm: "plot_tsa_name"
16055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16057   include:
16058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16064   layout:
16065     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16066     layout: "plot-throughput-speedup-analysis"
16067
16068 - type: "plot"
16069   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16070   algorithm: "plot_tsa_name"
16071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16073   include:
16074     - "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"
16075     - "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"
16076     - "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"
16077     - "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"
16078     - "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"
16079     - "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"
16080   layout:
16081     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16082     layout: "plot-throughput-speedup-analysis"
16083
16084 - type: "plot"
16085   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16086   algorithm: "plot_tsa_name"
16087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16089   include:
16090     - "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"
16091     - "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"
16092     - "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"
16093     - "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"
16094     - "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"
16095     - "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"
16096   layout:
16097     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16098     layout: "plot-throughput-speedup-analysis"
16099
16100 - type: "plot"
16101   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16102   algorithm: "plot_tsa_name"
16103   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16105   include:
16106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16107     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16112   layout:
16113     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16114     layout: "plot-throughput-speedup-analysis"
16115
16116 - type: "plot"
16117   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16118   algorithm: "plot_tsa_name"
16119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16121   include:
16122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16128   layout:
16129     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16130     layout: "plot-throughput-speedup-analysis"
16131
16132 - type: "plot"
16133   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16134   algorithm: "plot_tsa_name"
16135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16137   include:
16138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16143   layout:
16144     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16145     layout: "plot-throughput-speedup-analysis"
16146
16147 - type: "plot"
16148   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16149   algorithm: "plot_tsa_name"
16150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16152   include:
16153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16158   layout:
16159     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16160     layout: "plot-throughput-speedup-analysis"
16161
16162 - type: "plot"
16163   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16164   algorithm: "plot_tsa_name"
16165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16167   include:
16168     - "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"
16169     - "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"
16170   layout:
16171     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16172     layout: "plot-throughput-speedup-analysis"
16173
16174 - type: "plot"
16175   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16176   algorithm: "plot_tsa_name"
16177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16179   include:
16180     - "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"
16181     - "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"
16182   layout:
16183     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16184     layout: "plot-throughput-speedup-analysis"
16185
16186 - type: "plot"
16187   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16188   algorithm: "plot_tsa_name"
16189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16191   include:
16192     - "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"
16193     - "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"
16194   layout:
16195     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16196     layout: "plot-throughput-speedup-analysis"
16197
16198 - type: "plot"
16199   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16200   algorithm: "plot_tsa_name"
16201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16203   include:
16204     - "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"
16205     - "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"
16206   layout:
16207     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16208     layout: "plot-throughput-speedup-analysis"
16209
16210 - type: "plot"
16211   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16212   algorithm: "plot_tsa_name"
16213   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16215   include:
16216     - "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"
16217     - "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"
16218     - "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"
16219     - "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"
16220     - "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"
16221     - "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"
16222   layout:
16223     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16224     layout: "plot-throughput-speedup-analysis"
16225
16226 - type: "plot"
16227   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16228   algorithm: "plot_tsa_name"
16229   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16231   include:
16232     - "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"
16233     - "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"
16234     - "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"
16235     - "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"
16236     - "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"
16237     - "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"
16238   layout:
16239     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16240     layout: "plot-throughput-speedup-analysis"
16241
16242 - type: "plot"
16243   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16244   algorithm: "plot_tsa_name"
16245   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16246   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16247   include:
16248     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16249     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16250     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16251     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16252     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16253   layout:
16254     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16255     layout: "plot-throughput-speedup-analysis"
16256
16257 - type: "plot"
16258   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16259   algorithm: "plot_tsa_name"
16260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16261   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16262   include:
16263     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16264     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16265     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16266     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16267     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16268   layout:
16269     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16270     layout: "plot-throughput-speedup-analysis"
16271
16272 - type: "plot"
16273   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16274   algorithm: "plot_tsa_name"
16275   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16276   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16277   include:
16278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16283   layout:
16284     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16285     layout: "plot-throughput-speedup-analysis"
16286
16287 - type: "plot"
16288   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16289   algorithm: "plot_tsa_name"
16290   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16291   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16292   include:
16293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16298   layout:
16299     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16300     layout: "plot-throughput-speedup-analysis"
16301
16302 - type: "plot"
16303   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16304   algorithm: "plot_tsa_name"
16305   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16306   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16307   include:
16308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16314   layout:
16315     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16316     layout: "plot-throughput-speedup-analysis"
16317
16318 - type: "plot"
16319   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16320   algorithm: "plot_tsa_name"
16321   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16322   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16323   include:
16324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16330   layout:
16331     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16332     layout: "plot-throughput-speedup-analysis"
16333
16334 - type: "plot"
16335   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16336   algorithm: "plot_tsa_name"
16337   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16338   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16339   include:
16340     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16344   layout:
16345     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16346     layout: "plot-throughput-speedup-analysis"
16347
16348 - type: "plot"
16349   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16350   algorithm: "plot_tsa_name"
16351   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16352   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16353   include:
16354     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16355     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16356     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16357     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16358   layout:
16359     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16360     layout: "plot-throughput-speedup-analysis"
16361
16362 - type: "plot"
16363   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16364   algorithm: "plot_tsa_name"
16365   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16366   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16367   include:
16368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16369     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16370     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16371     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16373   layout:
16374     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16375     layout: "plot-throughput-speedup-analysis"
16376
16377 - type: "plot"
16378   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16379   algorithm: "plot_tsa_name"
16380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16381   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16382   include:
16383     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16388   layout:
16389     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16390     layout: "plot-throughput-speedup-analysis"
16391
16392 - type: "plot"
16393   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16394   algorithm: "plot_tsa_name"
16395   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16396   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16397   include:
16398     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16399     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16400     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16401     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16402     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16403     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16404   layout:
16405     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16406     layout: "plot-throughput-speedup-analysis"
16407
16408 - type: "plot"
16409   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16410   algorithm: "plot_tsa_name"
16411   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16412   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16413   include:
16414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16416     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16420   layout:
16421     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16422     layout: "plot-throughput-speedup-analysis"
16423
16424 - type: "plot"
16425   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16426   algorithm: "plot_tsa_name"
16427   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16428   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16429   include:
16430     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16431     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16432     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16433     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16434   layout:
16435     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16436     layout: "plot-throughput-speedup-analysis"
16437
16438 - type: "plot"
16439   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16440   algorithm: "plot_tsa_name"
16441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16443   include:
16444     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16445     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16446     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16448   layout:
16449     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16450     layout: "plot-throughput-speedup-analysis"
16451
16452 - type: "plot"
16453   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16454   algorithm: "plot_tsa_name"
16455   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16456   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16457   include:
16458     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16459     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16460     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16461     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16462     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16464   layout:
16465     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16466     layout: "plot-throughput-speedup-analysis"
16467
16468 - type: "plot"
16469   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16470   algorithm: "plot_tsa_name"
16471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16473   include:
16474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16480   layout:
16481     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16482     layout: "plot-throughput-speedup-analysis"
16483
16484 - type: "plot"
16485   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16486   algorithm: "plot_tsa_name"
16487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16489   include:
16490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16496   layout:
16497     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16498     layout: "plot-throughput-speedup-analysis"
16499
16500 - type: "plot"
16501   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16502   algorithm: "plot_tsa_name"
16503   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16504   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16505   include:
16506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16512   layout:
16513     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16514     layout: "plot-throughput-speedup-analysis"
16515
16516 - type: "plot"
16517   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16518   algorithm: "plot_tsa_name"
16519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16521   include:
16522     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16523     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16524     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16525     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16526     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16527     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16528   layout:
16529     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16530     layout: "plot-throughput-speedup-analysis"
16531
16532 - type: "plot"
16533   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16534   algorithm: "plot_tsa_name"
16535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16536   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16537   include:
16538     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16539     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16540     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16541     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16542     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16543     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16544   layout:
16545     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16546     layout: "plot-throughput-speedup-analysis"
16547
16548 - type: "plot"
16549   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16550   algorithm: "plot_tsa_name"
16551   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16552   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16553   include:
16554     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16555     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16556     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16557     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16558     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16559     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16560   layout:
16561     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16562     layout: "plot-throughput-speedup-analysis"
16563
16564 - type: "plot"
16565   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16566   algorithm: "plot_tsa_name"
16567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16569   include:
16570     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16571     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16572     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16573     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16574     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16575     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16576   layout:
16577     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16578     layout: "plot-throughput-speedup-analysis"
16579
16580 - type: "plot"
16581   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16582   algorithm: "plot_tsa_name"
16583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16585   include:
16586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16587     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16588     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16589     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16592   layout:
16593     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16594     layout: "plot-throughput-speedup-analysis"
16595
16596 - type: "plot"
16597   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16598   algorithm: "plot_tsa_name"
16599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16601   include:
16602     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-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-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16608   layout:
16609     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16610     layout: "plot-throughput-speedup-analysis"
16611
16612 #- type: "plot"
16613 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16614 #  algorithm: "plot_tsa_name"
16615 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16616 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16617 #  include:
16618 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16619 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16620 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16621 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16622 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16623 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16624 #  layout:
16625 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16626 #    layout: "plot-throughput-speedup-analysis"
16627 #
16628 #- type: "plot"
16629 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16630 #  algorithm: "plot_tsa_name"
16631 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16632 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16633 #  include:
16634 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16635 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16636 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16637 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16638 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16639 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16640 #  layout:
16641 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16642 #    layout: "plot-throughput-speedup-analysis"
16643
16644 - type: "plot"
16645   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16646   algorithm: "plot_tsa_name"
16647   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16648   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16649   include:
16650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16655   layout:
16656     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16657     layout: "plot-throughput-speedup-analysis"
16658
16659 - type: "plot"
16660   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16661   algorithm: "plot_tsa_name"
16662   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16663   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16664   include:
16665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16667     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16668     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16670   layout:
16671     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16672     layout: "plot-throughput-speedup-analysis"
16673
16674 - type: "plot"
16675   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16676   algorithm: "plot_tsa_name"
16677   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16678   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16679   include:
16680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16686   layout:
16687     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16688     layout: "plot-throughput-speedup-analysis"
16689
16690 - type: "plot"
16691   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16692   algorithm: "plot_tsa_name"
16693   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16694   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16695   include:
16696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16702   layout:
16703     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16704     layout: "plot-throughput-speedup-analysis"
16705
16706 - type: "plot"
16707   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16708   algorithm: "plot_tsa_name"
16709   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16710   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16711   include:
16712     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16717   layout:
16718     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16719     layout: "plot-throughput-speedup-analysis"
16720
16721 - type: "plot"
16722   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16723   algorithm: "plot_tsa_name"
16724   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16725   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16726   include:
16727     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16732   layout:
16733     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16734     layout: "plot-throughput-speedup-analysis"
16735
16736 #- type: "plot"
16737 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16738 #  algorithm: "plot_tsa_name"
16739 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16740 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16741 #  include:
16742 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16743 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16744 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16745 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16746 #  layout:
16747 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16748 #    layout: "plot-throughput-speedup-analysis"
16749 #
16750 #- type: "plot"
16751 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16752 #  algorithm: "plot_tsa_name"
16753 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16754 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16755 #  include:
16756 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16757 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16758 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16759 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16760 #  layout:
16761 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16762 #    layout: "plot-throughput-speedup-analysis"
16763
16764 - type: "plot"
16765   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16766   algorithm: "plot_tsa_name"
16767   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16768   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16769   include:
16770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16771     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16772     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16773     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16774     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16775     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16776   layout:
16777     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16778     layout: "plot-throughput-speedup-analysis"
16779
16780 - type: "plot"
16781   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16782   algorithm: "plot_tsa_name"
16783   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16784   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16785   include:
16786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16792   layout:
16793     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16794     layout: "plot-throughput-speedup-analysis"
16795
16796 - type: "plot"
16797   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16798   algorithm: "plot_tsa_name"
16799   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16800   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16801   include:
16802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16803     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16805     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16807   layout:
16808     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16809     layout: "plot-throughput-speedup-analysis"
16810
16811 - type: "plot"
16812   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16813   algorithm: "plot_tsa_name"
16814   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16815   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16816   include:
16817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16822   layout:
16823     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16824     layout: "plot-throughput-speedup-analysis"
16825
16826 - type: "plot"
16827   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16828   algorithm: "plot_tsa_name"
16829   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16830   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16831   include:
16832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16838   layout:
16839     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16840     layout: "plot-throughput-speedup-analysis"
16841
16842 - type: "plot"
16843   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16844   algorithm: "plot_tsa_name"
16845   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16846   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16847   include:
16848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16854   layout:
16855     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16856     layout: "plot-throughput-speedup-analysis"
16857
16858 - type: "plot"
16859   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16860   algorithm: "plot_tsa_name"
16861   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16862   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16863   include:
16864     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16868   layout:
16869     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16870     layout: "plot-throughput-speedup-analysis"
16871
16872 - type: "plot"
16873   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16874   algorithm: "plot_tsa_name"
16875   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16876   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16877   include:
16878     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16879     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16882   layout:
16883     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16884     layout: "plot-throughput-speedup-analysis"
16885
16886 - type: "plot"
16887   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16888   algorithm: "plot_tsa_name"
16889   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16890   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16891   include:
16892     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16893     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16897   layout:
16898     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16899     layout: "plot-throughput-speedup-analysis"
16900
16901 - type: "plot"
16902   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16903   algorithm: "plot_tsa_name"
16904   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16905   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16906   include:
16907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16912   layout:
16913     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16914     layout: "plot-throughput-speedup-analysis"
16915
16916 - type: "plot"
16917   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16918   algorithm: "plot_tsa_name"
16919   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16920   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16921   include:
16922     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16923     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16924     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16925     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16926     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16927     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16928   layout:
16929     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16930     layout: "plot-throughput-speedup-analysis"
16931
16932 - type: "plot"
16933   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16934   algorithm: "plot_tsa_name"
16935   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16936   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16937   include:
16938     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16944   layout:
16945     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16946     layout: "plot-throughput-speedup-analysis"
16947
16948 #- type: "plot"
16949 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16950 #  algorithm: "plot_tsa_name"
16951 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16952 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16953 #  include:
16954 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16955 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16956 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16957 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16958 #  layout:
16959 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16960 #    layout: "plot-throughput-speedup-analysis"
16961 #
16962 #- type: "plot"
16963 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16964 #  algorithm: "plot_tsa_name"
16965 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16966 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16967 #  include:
16968 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16969 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16970 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16971 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16972 #  layout:
16973 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16974 #    layout: "plot-throughput-speedup-analysis"
16975
16976 - type: "plot"
16977   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16978   algorithm: "plot_tsa_name"
16979   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16980   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16981   include:
16982     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16983     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16984     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16985     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16986     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16987     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16988   layout:
16989     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16990     layout: "plot-throughput-speedup-analysis"
16991
16992 - type: "plot"
16993   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16994   algorithm: "plot_tsa_name"
16995   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16996   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16997   include:
16998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17003     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17004   layout:
17005     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17006     layout: "plot-throughput-speedup-analysis"
17007
17008 #- type: "plot"
17009 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17010 #  algorithm: "plot_tsa_name"
17011 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17012 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17013 #  include:
17014 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17015 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17016 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17017 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17018 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17019 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17020 #  layout:
17021 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17022 #    layout: "plot-throughput-speedup-analysis"
17023 #
17024 #- type: "plot"
17025 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17026 #  algorithm: "plot_tsa_name"
17027 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17028 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17029 #  include:
17030 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17031 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17032 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17033 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17034 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17035 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17036 #  layout:
17037 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17038 #    layout: "plot-throughput-speedup-analysis"
17039
17040 #- type: "plot"
17041 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17042 #  algorithm: "plot_tsa_name"
17043 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17044 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17045 #  include:
17046 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17047 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17048 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17049 #  layout:
17050 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17051 #    layout: "plot-throughput-speedup-analysis"
17052 #
17053 #- type: "plot"
17054 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17055 #  algorithm: "plot_tsa_name"
17056 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17057 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17058 #  include:
17059 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17060 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17061 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17062 #  layout:
17063 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17064 #    layout: "plot-throughput-speedup-analysis"
17065
17066 ################################################################################
17067
17068 # Packet Throughput - DPDK
17069
17070 # 2n-skx-xxv710
17071
17072 - type: "plot"
17073   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17074   algorithm: "plot_perf_box_name"
17075   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17076   data: "plot-dpdk-throughput-latency-2n-skx"
17077   include:
17078     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17079     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17080   layout:
17081     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17082     layout: "plot-throughput"
17083
17084 - type: "plot"
17085   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17086   algorithm: "plot_perf_box_name"
17087   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17088   data: "plot-dpdk-throughput-latency-2n-skx"
17089   include:
17090     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17091     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17092   layout:
17093     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17094     layout: "plot-throughput"
17095
17096 - type: "plot"
17097   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17098   algorithm: "plot_perf_box_name"
17099   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17100   data: "plot-dpdk-throughput-latency-2n-skx"
17101   include:
17102     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17103     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17104   layout:
17105     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17106     layout: "plot-throughput"
17107
17108 - type: "plot"
17109   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17110   algorithm: "plot_perf_box_name"
17111   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17112   data: "plot-dpdk-throughput-latency-2n-skx"
17113   include:
17114     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17115     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17116   layout:
17117     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17118     layout: "plot-throughput"
17119
17120 # 2n-skx-x710
17121
17122 - type: "plot"
17123   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17124   algorithm: "plot_perf_box_name"
17125   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17126   data: "plot-dpdk-throughput-latency-2n-skx"
17127   include:
17128     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17129     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17130   layout:
17131     title: "2n-skx-x710-64b-2t1c-base-ndr"
17132     layout: "plot-throughput"
17133
17134 - type: "plot"
17135   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17136   algorithm: "plot_perf_box_name"
17137   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17138   data: "plot-dpdk-throughput-latency-2n-skx"
17139   include:
17140     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17141     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17142   layout:
17143     title: "2n-skx-x710-64b-4t2c-base-ndr"
17144     layout: "plot-throughput"
17145
17146 - type: "plot"
17147   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17148   algorithm: "plot_perf_box_name"
17149   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17150   data: "plot-dpdk-throughput-latency-2n-skx"
17151   include:
17152     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17153     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17154   layout:
17155     title: "2n-skx-x710-64b-2t1c-base-pdr"
17156     layout: "plot-throughput"
17157
17158 - type: "plot"
17159   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17160   algorithm: "plot_perf_box_name"
17161   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17162   data: "plot-dpdk-throughput-latency-2n-skx"
17163   include:
17164     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17165     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17166   layout:
17167     title: "2n-skx-x710-64b-4t2c-base-pdr"
17168     layout: "plot-throughput"
17169
17170 # 3n-skx-xxv710
17171
17172 - type: "plot"
17173   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17174   algorithm: "plot_perf_box_name"
17175   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17176   data: "plot-dpdk-throughput-latency-3n-skx"
17177   include:
17178     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17179     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17180   layout:
17181     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17182     layout: "plot-throughput"
17183
17184 - type: "plot"
17185   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17186   algorithm: "plot_perf_box_name"
17187   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17188   data: "plot-dpdk-throughput-latency-3n-skx"
17189   include:
17190     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17191     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17192   layout:
17193     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17194     layout: "plot-throughput"
17195
17196 - type: "plot"
17197   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17198   algorithm: "plot_perf_box_name"
17199   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17200   data: "plot-dpdk-throughput-latency-3n-skx"
17201   include:
17202     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17203     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17204   layout:
17205     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17206     layout: "plot-throughput"
17207
17208 - type: "plot"
17209   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17210   algorithm: "plot_perf_box_name"
17211   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17212   data: "plot-dpdk-throughput-latency-3n-skx"
17213   include:
17214     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17215     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17216   layout:
17217     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17218     layout: "plot-throughput"
17219
17220 # 3n-skx-x710
17221
17222 - type: "plot"
17223   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17224   algorithm: "plot_perf_box_name"
17225   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17226   data: "plot-dpdk-throughput-latency-3n-skx"
17227   include:
17228     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17229     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17230   layout:
17231     title: "3n-skx-x710-64b-2t1c-base-ndr"
17232     layout: "plot-throughput"
17233
17234 - type: "plot"
17235   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17236   algorithm: "plot_perf_box_name"
17237   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17238   data: "plot-dpdk-throughput-latency-3n-skx"
17239   include:
17240     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17241     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17242   layout:
17243     title: "3n-skx-x710-64b-4t2c-base-ndr"
17244     layout: "plot-throughput"
17245
17246 - type: "plot"
17247   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17248   algorithm: "plot_perf_box_name"
17249   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17250   data: "plot-dpdk-throughput-latency-3n-skx"
17251   include:
17252     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17253     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17254   layout:
17255     title: "3n-skx-x710-64b-2t1c-base-pdr"
17256     layout: "plot-throughput"
17257
17258 - type: "plot"
17259   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17260   algorithm: "plot_perf_box_name"
17261   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17262   data: "plot-dpdk-throughput-latency-3n-skx"
17263   include:
17264     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17265     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17266   layout:
17267     title: "3n-skx-x710-64b-4t2c-base-pdr"
17268     layout: "plot-throughput"
17269
17270 # 3n-hsw-xl710
17271
17272 - type: "plot"
17273   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17274   algorithm: "plot_perf_box_name"
17275   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17276   data: "plot-dpdk-throughput-latency-3n-hsw"
17277   include:
17278     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17279     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17280   layout:
17281     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17282     layout: "plot-throughput"
17283
17284 - type: "plot"
17285   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17286   algorithm: "plot_perf_box_name"
17287   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17288   data: "plot-dpdk-throughput-latency-3n-hsw"
17289   include:
17290     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17291     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17292   layout:
17293     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17294     layout: "plot-throughput"
17295
17296 - type: "plot"
17297   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17298   algorithm: "plot_perf_box_name"
17299   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17300   data: "plot-dpdk-throughput-latency-3n-hsw"
17301   include:
17302     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17303     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17304   layout:
17305     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17306     layout: "plot-throughput"
17307
17308 - type: "plot"
17309   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17310   algorithm: "plot_perf_box_name"
17311   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17312   data: "plot-dpdk-throughput-latency-3n-hsw"
17313   include:
17314     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17315     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17316   layout:
17317     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17318     layout: "plot-throughput"
17319
17320 # 3n-hsw-x710
17321
17322 - type: "plot"
17323   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17324   algorithm: "plot_perf_box_name"
17325   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17326   data: "plot-dpdk-throughput-latency-3n-hsw"
17327   include:
17328     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17329     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17330   layout:
17331     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17332     layout: "plot-throughput"
17333
17334 - type: "plot"
17335   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17336   algorithm: "plot_perf_box_name"
17337   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17338   data: "plot-dpdk-throughput-latency-3n-hsw"
17339   include:
17340     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17341     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17342   layout:
17343     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17344     layout: "plot-throughput"
17345
17346 - type: "plot"
17347   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17348   algorithm: "plot_perf_box_name"
17349   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17350   data: "plot-dpdk-throughput-latency-3n-hsw"
17351   include:
17352     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17353     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17354   layout:
17355     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17356     layout: "plot-throughput"
17357
17358 - type: "plot"
17359   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17360   algorithm: "plot_perf_box_name"
17361   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17362   data: "plot-dpdk-throughput-latency-3n-hsw"
17363   include:
17364     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17365     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17366   layout:
17367     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17368     layout: "plot-throughput"
17369
17370 # 2n-dnv-x553
17371
17372 - type: "plot"
17373   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17374   algorithm: "plot_perf_box_name"
17375   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17376   data: "plot-dpdk-throughput-latency-2n-dnv"
17377   include:
17378     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17379     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17380   layout:
17381     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17382     layout: "plot-throughput"
17383
17384 - type: "plot"
17385   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17386   algorithm: "plot_perf_box_name"
17387   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17388   data: "plot-dpdk-throughput-latency-2n-dnv"
17389   include:
17390     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17391     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17392   layout:
17393     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17394     layout: "plot-throughput"
17395
17396 - type: "plot"
17397   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17398   algorithm: "plot_perf_box_name"
17399   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17400   data: "plot-dpdk-throughput-latency-2n-dnv"
17401   include:
17402     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17403     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17404   layout:
17405     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17406     layout: "plot-throughput"
17407
17408 - type: "plot"
17409   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17410   algorithm: "plot_perf_box_name"
17411   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17412   data: "plot-dpdk-throughput-latency-2n-dnv"
17413   include:
17414     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17415     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17416   layout:
17417     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17418     layout: "plot-throughput"
17419
17420 # 3n-dnv-x553
17421
17422 - type: "plot"
17423   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17424   algorithm: "plot_perf_box_name"
17425   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17426   data: "plot-dpdk-throughput-latency-3n-dnv"
17427   include:
17428     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17429     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17430   layout:
17431     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17432     layout: "plot-throughput"
17433
17434 - type: "plot"
17435   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17436   algorithm: "plot_perf_box_name"
17437   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17438   data: "plot-dpdk-throughput-latency-3n-dnv"
17439   include:
17440     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17441     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17442   layout:
17443     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17444     layout: "plot-throughput"
17445
17446 - type: "plot"
17447   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17448   algorithm: "plot_perf_box_name"
17449   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17450   data: "plot-dpdk-throughput-latency-3n-dnv"
17451   include:
17452     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17453     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17454   layout:
17455     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17456     layout: "plot-throughput"
17457
17458 - type: "plot"
17459   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17460   algorithm: "plot_perf_box_name"
17461   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17462   data: "plot-dpdk-throughput-latency-3n-dnv"
17463   include:
17464     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17465     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17466   layout:
17467     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17468     layout: "plot-throughput"
17469
17470 # 3n-tsh-x520
17471
17472 - type: "plot"
17473   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17474   algorithm: "plot_perf_box_name"
17475   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17476   data: "plot-dpdk-throughput-latency-3n-tsh"
17477   include:
17478     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17479     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17480   layout:
17481     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17482     layout: "plot-throughput"
17483
17484 - type: "plot"
17485   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17486   algorithm: "plot_perf_box_name"
17487   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17488   data: "plot-dpdk-throughput-latency-3n-tsh"
17489   include:
17490     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17491     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17492   layout:
17493     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17494     layout: "plot-throughput"
17495
17496 - type: "plot"
17497   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17498   algorithm: "plot_perf_box_name"
17499   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17500   data: "plot-dpdk-throughput-latency-3n-tsh"
17501   include:
17502     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17503     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17504   layout:
17505     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17506     layout: "plot-throughput"
17507
17508 - type: "plot"
17509   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17510   algorithm: "plot_perf_box_name"
17511   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17512   data: "plot-dpdk-throughput-latency-3n-tsh"
17513   include:
17514     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17515     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17516   layout:
17517     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17518     layout: "plot-throughput"
17519
17520 ################################################################################
17521 ###   2n-clx                                                                 ###
17522 ################################################################################
17523
17524 # Packet Throughput
17525
17526 - type: "plot"
17527   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17528   algorithm: "plot_perf_box_name"
17529   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17531   include:
17532     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17533     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17536   layout:
17537     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17538     layout: "plot-throughput"
17539
17540 - type: "plot"
17541   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17542   algorithm: "plot_perf_box_name"
17543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17545   include:
17546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17550   layout:
17551     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17552     layout: "plot-throughput"
17553
17554 - type: "plot"
17555   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17556   algorithm: "plot_perf_box_name"
17557   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17559   include:
17560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17564   layout:
17565     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17566     layout: "plot-throughput"
17567
17568 - type: "plot"
17569   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17570   algorithm: "plot_perf_box_name"
17571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17573   include:
17574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17578   layout:
17579     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17580     layout: "plot-throughput"
17581
17582 - type: "plot"
17583   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17584   algorithm: "plot_perf_box_name"
17585   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17587   include:
17588 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17589     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17590     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17591     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17592   layout:
17593     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17594     layout: "plot-throughput"
17595
17596 - type: "plot"
17597   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17598   algorithm: "plot_perf_box_name"
17599   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17601   include:
17602 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17603     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17604     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17605     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17606   layout:
17607     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17608     layout: "plot-throughput"
17609
17610 - type: "plot"
17611   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17612   algorithm: "plot_perf_box_name"
17613   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17615   include:
17616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17622   layout:
17623     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17624     layout: "plot-throughput"
17625
17626 - type: "plot"
17627   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17628   algorithm: "plot_perf_box_name"
17629   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17631   include:
17632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17638   layout:
17639     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17640     layout: "plot-throughput"
17641
17642 - type: "plot"
17643   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17644   algorithm: "plot_perf_box_name"
17645   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17647   include:
17648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17652   layout:
17653     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17654     layout: "plot-throughput"
17655
17656 - type: "plot"
17657   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17658   algorithm: "plot_perf_box_name"
17659   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17661   include:
17662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17666   layout:
17667     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17668     layout: "plot-throughput"
17669
17670 - type: "plot"
17671   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17672   algorithm: "plot_perf_box_name"
17673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17675   include:
17676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17679   layout:
17680     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17681     layout: "plot-throughput"
17682
17683 - type: "plot"
17684   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17685   algorithm: "plot_perf_box_name"
17686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17688   include:
17689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17692   layout:
17693     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17694     layout: "plot-throughput"
17695
17696 - type: "plot"
17697   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17698   algorithm: "plot_perf_box_name"
17699   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17701   include:
17702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17707   layout:
17708     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17709     layout: "plot-throughput"
17710
17711 - type: "plot"
17712   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17713   algorithm: "plot_perf_box_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17716   include:
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17722   layout:
17723     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17724     layout: "plot-throughput"
17725
17726 - type: "plot"
17727   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17728   algorithm: "plot_perf_box_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17731   include:
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17735   layout:
17736     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17737     layout: "plot-throughput"
17738
17739 - type: "plot"
17740   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17741   algorithm: "plot_perf_box_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17744   include:
17745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17748   layout:
17749     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17750     layout: "plot-throughput"
17751
17752 - type: "plot"
17753   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17754   algorithm: "plot_perf_box_name"
17755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17757   include:
17758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17764   layout:
17765     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17766     layout: "plot-throughput"
17767
17768 - type: "plot"
17769   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17770   algorithm: "plot_perf_box_name"
17771   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17773   include:
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17780   layout:
17781     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17782     layout: "plot-throughput"
17783
17784 - type: "plot"
17785   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17786   algorithm: "plot_perf_box_name"
17787   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17789   include:
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17796   layout:
17797     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17798     layout: "plot-throughput"
17799
17800 - type: "plot"
17801   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17802   algorithm: "plot_perf_box_name"
17803   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17805   include:
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17812   layout:
17813     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17814     layout: "plot-throughput"
17815
17816 - type: "plot"
17817   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17818   algorithm: "plot_perf_box_name"
17819   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17821   include:
17822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17824   layout:
17825     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17826     layout: "plot-throughput"
17827
17828 - type: "plot"
17829   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17830   algorithm: "plot_perf_box_name"
17831   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17833   include:
17834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17836   layout:
17837     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17838     layout: "plot-throughput"
17839
17840 - type: "plot"
17841   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17842   algorithm: "plot_perf_box_name"
17843   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17845   include:
17846     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17852   layout:
17853     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17854     layout: "plot-throughput"
17855
17856 - type: "plot"
17857   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17858   algorithm: "plot_perf_box_name"
17859   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17861   include:
17862     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17868   layout:
17869     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17870     layout: "plot-throughput"
17871
17872 - type: "plot"
17873   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17874   algorithm: "plot_perf_box_name"
17875   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17877   include:
17878     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17883 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17884   layout:
17885     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17886     layout: "plot-throughput"
17887
17888 - type: "plot"
17889   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17890   algorithm: "plot_perf_box_name"
17891   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17893   include:
17894     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17895     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17899 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17900   layout:
17901     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17902     layout: "plot-throughput"
17903
17904 - type: "plot"
17905   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17906   algorithm: "plot_perf_box_name"
17907   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17909   include:
17910     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17911     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17916   layout:
17917     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17918     layout: "plot-throughput"
17919
17920 - type: "plot"
17921   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17922   algorithm: "plot_perf_box_name"
17923   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17925   include:
17926     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17927     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17932   layout:
17933     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17934     layout: "plot-throughput"
17935
17936 - type: "plot"
17937   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17938   algorithm: "plot_perf_box_name"
17939   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17941   include:
17942     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17947   layout:
17948     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17949     layout: "plot-throughput"
17950
17951 - type: "plot"
17952   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17953   algorithm: "plot_perf_box_name"
17954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17956   include:
17957     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17959     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17962   layout:
17963     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17964     layout: "plot-throughput"
17965
17966 - type: "plot"
17967   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17968   algorithm: "plot_perf_box_name"
17969   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17971   include:
17972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17977   layout:
17978     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17979     layout: "plot-throughput"
17980
17981 - type: "plot"
17982   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17983   algorithm: "plot_perf_box_name"
17984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17986   include:
17987     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17992   layout:
17993     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17994     layout: "plot-throughput"
17995
17996 - type: "plot"
17997   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17998   algorithm: "plot_perf_box_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18007   layout:
18008     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18013   algorithm: "plot_perf_box_name"
18014   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18016   include:
18017     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18022   layout:
18023     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18024     layout: "plot-throughput"
18025
18026 - type: "plot"
18027   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18028   algorithm: "plot_perf_box_name"
18029   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18031   include:
18032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18037   layout:
18038     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18039     layout: "plot-throughput"
18040
18041 - type: "plot"
18042   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18043   algorithm: "plot_perf_box_name"
18044   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18046   include:
18047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18052   layout:
18053     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18054     layout: "plot-throughput"
18055
18056 - type: "plot"
18057   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18058   algorithm: "plot_perf_box_name"
18059   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18061   include:
18062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18067   layout:
18068     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18069     layout: "plot-throughput"
18070
18071 - type: "plot"
18072   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18073   algorithm: "plot_perf_box_name"
18074   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18076   include:
18077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18082   layout:
18083     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18084     layout: "plot-throughput"
18085
18086 - type: "plot"
18087   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18088   algorithm: "plot_perf_box_name"
18089   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18091   include:
18092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18098   layout:
18099     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18100     layout: "plot-throughput"
18101
18102 - type: "plot"
18103   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18104   algorithm: "plot_perf_box_name"
18105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18107   include:
18108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18114   layout:
18115     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18116     layout: "plot-throughput"
18117
18118 - type: "plot"
18119   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18120   algorithm: "plot_perf_box_name"
18121   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18123   include:
18124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18128   layout:
18129     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18130     layout: "plot-throughput"
18131
18132 - type: "plot"
18133   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18134   algorithm: "plot_perf_box_name"
18135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18137   include:
18138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18142   layout:
18143     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18144     layout: "plot-throughput"
18145
18146 - type: "plot"
18147   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18148   algorithm: "plot_perf_box_name"
18149   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18151   include:
18152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18158   layout:
18159     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18160     layout: "plot-throughput"
18161
18162 - type: "plot"
18163   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18164   algorithm: "plot_perf_box_name"
18165   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18167   include:
18168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18174   layout:
18175     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18176     layout: "plot-throughput"
18177
18178 - type: "plot"
18179   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18180   algorithm: "plot_perf_box_name"
18181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18183   include:
18184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18188   layout:
18189     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18190     layout: "plot-throughput"
18191
18192 - type: "plot"
18193   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18194   algorithm: "plot_perf_box_name"
18195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18197   include:
18198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18202   layout:
18203     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18204     layout: "plot-throughput"
18205
18206 - type: "plot"
18207   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18208   algorithm: "plot_perf_box_name"
18209   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18211   include:
18212     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18213     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18217     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18218   layout:
18219     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18220     layout: "plot-throughput"
18221
18222 - type: "plot"
18223   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18224   algorithm: "plot_perf_box_name"
18225   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18227   include:
18228     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18229     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18230     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18231     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18233     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18234   layout:
18235     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18236     layout: "plot-throughput"
18237
18238 - type: "plot"
18239   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18240   algorithm: "plot_perf_box_name"
18241   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18243   include:
18244     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18245     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18246     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18248   layout:
18249     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18250     layout: "plot-throughput"
18251
18252 - type: "plot"
18253   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18254   algorithm: "plot_perf_box_name"
18255   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18257   include:
18258     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18260     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18261     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18262   layout:
18263     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18264     layout: "plot-throughput"
18265
18266 - type: "plot"
18267   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18268   algorithm: "plot_perf_box_name"
18269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18271   include:
18272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18277   layout:
18278     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18279     layout: "plot-throughput"
18280
18281 - type: "plot"
18282   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18283   algorithm: "plot_perf_box_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18292   layout:
18293     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18294     layout: "plot-throughput"
18295
18296 - type: "plot"
18297   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18298   algorithm: "plot_perf_box_name"
18299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18301   include:
18302     - "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"
18303     - "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"
18304     - "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"
18305     - "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"
18306     - "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"
18307   layout:
18308     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18309     layout: "plot-throughput"
18310
18311 - type: "plot"
18312   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18313   algorithm: "plot_perf_box_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "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"
18318     - "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"
18319     - "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"
18320     - "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"
18321     - "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"
18322   layout:
18323     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18324     layout: "plot-throughput"
18325
18326 - type: "plot"
18327   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18328   algorithm: "plot_perf_box_name"
18329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18331   include:
18332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18337   layout:
18338     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18339     layout: "plot-throughput"
18340
18341 - type: "plot"
18342   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18343   algorithm: "plot_perf_box_name"
18344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18346   include:
18347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18352   layout:
18353     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18354     layout: "plot-throughput"
18355
18356 - type: "plot"
18357   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18358   algorithm: "plot_perf_box_name"
18359   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18361   include:
18362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18367   layout:
18368     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18369     layout: "plot-throughput"
18370
18371 - type: "plot"
18372   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18373   algorithm: "plot_perf_box_name"
18374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18376   include:
18377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18382   layout:
18383     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18384     layout: "plot-throughput"
18385
18386 - type: "plot"
18387   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18388   algorithm: "plot_perf_box_name"
18389   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18391   include:
18392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18396   layout:
18397     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18398     layout: "plot-throughput"
18399
18400 - type: "plot"
18401   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18402   algorithm: "plot_perf_box_name"
18403   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18405   include:
18406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18410   layout:
18411     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18412     layout: "plot-throughput"
18413
18414 - type: "plot"
18415   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18416   algorithm: "plot_perf_box_name"
18417   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18419   include:
18420     - "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"
18421     - "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"
18422     - "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"
18423     - "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"
18424   layout:
18425     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18426     layout: "plot-throughput"
18427
18428 - type: "plot"
18429   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18430   algorithm: "plot_perf_box_name"
18431   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18433   include:
18434     - "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"
18435     - "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"
18436     - "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"
18437     - "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"
18438   layout:
18439     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18440     layout: "plot-throughput"
18441
18442 - type: "plot"
18443   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18444   algorithm: "plot_perf_box_name"
18445   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18447   include:
18448     - "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"
18449     - "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"
18450     - "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"
18451     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18452     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18453     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18454   layout:
18455     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18456     layout: "plot-throughput"
18457
18458 - type: "plot"
18459   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18460   algorithm: "plot_perf_box_name"
18461   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18463   include:
18464     - "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"
18465     - "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"
18466     - "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"
18467     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18468     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18469     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18470   layout:
18471     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18472     layout: "plot-throughput"
18473
18474 ################################################################################
18475
18476 # Packet Speedup
18477
18478 - type: "plot"
18479   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18480   algorithm: "plot_tsa_name"
18481   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18483   include:
18484     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18488   layout:
18489     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18490     layout: "plot-throughput-speedup-analysis"
18491
18492 - type: "plot"
18493   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18494   algorithm: "plot_tsa_name"
18495   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18497   include:
18498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18502   layout:
18503     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18504     layout: "plot-throughput-speedup-analysis"
18505
18506 - type: "plot"
18507   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18508   algorithm: "plot_tsa_name"
18509   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18511   include:
18512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18516   layout:
18517     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18518     layout: "plot-throughput-speedup-analysis"
18519
18520 - type: "plot"
18521   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18522   algorithm: "plot_tsa_name"
18523   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18525   include:
18526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18530   layout:
18531     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18532     layout: "plot-throughput-speedup-analysis"
18533
18534 - type: "plot"
18535   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18536   algorithm: "plot_tsa_name"
18537   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18539   include:
18540     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18541     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18542     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18543     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18544   layout:
18545     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18546     layout: "plot-throughput-speedup-analysis"
18547
18548 - type: "plot"
18549   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18550   algorithm: "plot_tsa_name"
18551   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18553   include:
18554     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18555     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18556     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18557     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18558   layout:
18559     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18560     layout: "plot-throughput-speedup-analysis"
18561
18562 - type: "plot"
18563   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18564   algorithm: "plot_tsa_name"
18565   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18567   include:
18568     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18569     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18570     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18571     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18572     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18573     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18574   layout:
18575     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18576     layout: "plot-throughput-speedup-analysis"
18577
18578 - type: "plot"
18579   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18580   algorithm: "plot_tsa_name"
18581   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18582   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18583   include:
18584     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18585     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18586     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18587     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18589     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18590   layout:
18591     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18592     layout: "plot-throughput-speedup-analysis"
18593
18594 - type: "plot"
18595   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18596   algorithm: "plot_tsa_name"
18597   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18599   include:
18600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18604   layout:
18605     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18606     layout: "plot-throughput-speedup-analysis"
18607
18608 - type: "plot"
18609   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18610   algorithm: "plot_tsa_name"
18611   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18613   include:
18614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18618   layout:
18619     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18620     layout: "plot-throughput-speedup-analysis"
18621
18622 - type: "plot"
18623   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18624   algorithm: "plot_tsa_name"
18625   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18627   include:
18628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18631   layout:
18632     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18633     layout: "plot-throughput-speedup-analysis"
18634
18635 - type: "plot"
18636   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18637   algorithm: "plot_tsa_name"
18638   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18640   include:
18641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18644   layout:
18645     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18646     layout: "plot-throughput-speedup-analysis"
18647
18648 - type: "plot"
18649   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18650   algorithm: "plot_tsa_name"
18651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18653   include:
18654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18659   layout:
18660     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18661     layout: "plot-throughput-speedup-analysis"
18662
18663 - type: "plot"
18664   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18665   algorithm: "plot_tsa_name"
18666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18668   include:
18669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18674   layout:
18675     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18676     layout: "plot-throughput-speedup-analysis"
18677
18678 - type: "plot"
18679   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18680   algorithm: "plot_tsa_name"
18681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18683   include:
18684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18687   layout:
18688     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18689     layout: "plot-throughput-speedup-analysis"
18690
18691 - type: "plot"
18692   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18693   algorithm: "plot_tsa_name"
18694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18696   include:
18697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18700   layout:
18701     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18702     layout: "plot-throughput-speedup-analysis"
18703
18704 - type: "plot"
18705   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18706   algorithm: "plot_tsa_name"
18707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18709   include:
18710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18716   layout:
18717     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18718     layout: "plot-throughput-speedup-analysis"
18719
18720 - type: "plot"
18721   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18722   algorithm: "plot_tsa_name"
18723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18725   include:
18726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18732   layout:
18733     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18734     layout: "plot-throughput-speedup-analysis"
18735
18736 - type: "plot"
18737   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18738   algorithm: "plot_tsa_name"
18739   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18741   include:
18742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18748   layout:
18749     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18750     layout: "plot-throughput-speedup-analysis"
18751
18752 - type: "plot"
18753   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18754   algorithm: "plot_tsa_name"
18755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18757   include:
18758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18764   layout:
18765     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18766     layout: "plot-throughput-speedup-analysis"
18767
18768 - type: "plot"
18769   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18770   algorithm: "plot_tsa_name"
18771   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18773   include:
18774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18775     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18776   layout:
18777     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18778     layout: "plot-throughput-speedup-analysis"
18779
18780 - type: "plot"
18781   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18782   algorithm: "plot_tsa_name"
18783   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18785   include:
18786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18788   layout:
18789     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18790     layout: "plot-throughput-speedup-analysis"
18791
18792 - type: "plot"
18793   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18794   algorithm: "plot_tsa_name"
18795   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18797   include:
18798     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18803     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18804   layout:
18805     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18806     layout: "plot-throughput-speedup-analysis"
18807
18808 - type: "plot"
18809   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18810   algorithm: "plot_tsa_name"
18811   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18813   include:
18814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18819     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18820   layout:
18821     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18822     layout: "plot-throughput-speedup-analysis"
18823
18824 - type: "plot"
18825   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18826   algorithm: "plot_tsa_name"
18827   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18829   include:
18830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18833     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18835     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18836   layout:
18837     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18838     layout: "plot-throughput-speedup-analysis"
18839
18840 - type: "plot"
18841   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18842   algorithm: "plot_tsa_name"
18843   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18845   include:
18846     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18847     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18851     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18852   layout:
18853     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18854     layout: "plot-throughput-speedup-analysis"
18855
18856 - type: "plot"
18857   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18858   algorithm: "plot_tsa_name"
18859   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18861   include:
18862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18868   layout:
18869     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18870     layout: "plot-throughput-speedup-analysis"
18871
18872 - type: "plot"
18873   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18874   algorithm: "plot_tsa_name"
18875   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18877   include:
18878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18884   layout:
18885     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18886     layout: "plot-throughput-speedup-analysis"
18887
18888 - type: "plot"
18889   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18890   algorithm: "plot_tsa_name"
18891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18893   include:
18894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18896     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18897     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18899   layout:
18900     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18901     layout: "plot-throughput-speedup-analysis"
18902
18903 - type: "plot"
18904   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18905   algorithm: "plot_tsa_name"
18906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18908   include:
18909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18912     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18914   layout:
18915     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18916     layout: "plot-throughput-speedup-analysis"
18917
18918 - type: "plot"
18919   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18920   algorithm: "plot_tsa_name"
18921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18923   include:
18924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18929   layout:
18930     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18931     layout: "plot-throughput-speedup-analysis"
18932
18933 - type: "plot"
18934   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18935   algorithm: "plot_tsa_name"
18936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18938   include:
18939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18940     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18941     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18942     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18944   layout:
18945     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18946     layout: "plot-throughput-speedup-analysis"
18947
18948 - type: "plot"
18949   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18950   algorithm: "plot_tsa_name"
18951   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18953   include:
18954     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18955     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18956     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18957     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18958     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18959   layout:
18960     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18961     layout: "plot-throughput-speedup-analysis"
18962
18963 - type: "plot"
18964   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18965   algorithm: "plot_tsa_name"
18966   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18968   include:
18969     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18970     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18971     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18972     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18973     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18974   layout:
18975     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18976     layout: "plot-throughput-speedup-analysis"
18977
18978 - type: "plot"
18979   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18980   algorithm: "plot_tsa_name"
18981   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18983   include:
18984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18989   layout:
18990     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18991     layout: "plot-throughput-speedup-analysis"
18992
18993 - type: "plot"
18994   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18995   algorithm: "plot_tsa_name"
18996   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18998   include:
18999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19004   layout:
19005     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19006     layout: "plot-throughput-speedup-analysis"
19007
19008 - type: "plot"
19009   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19010   algorithm: "plot_tsa_name"
19011   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19013   include:
19014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19019   layout:
19020     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19021     layout: "plot-throughput-speedup-analysis"
19022
19023 - type: "plot"
19024   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19025   algorithm: "plot_tsa_name"
19026   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19028   include:
19029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19034   layout:
19035     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19036     layout: "plot-throughput-speedup-analysis"
19037
19038 - type: "plot"
19039   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19040   algorithm: "plot_tsa_name"
19041   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19043   include:
19044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19050   layout:
19051     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19052     layout: "plot-throughput-speedup-analysis"
19053
19054 - type: "plot"
19055   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19056   algorithm: "plot_tsa_name"
19057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19059   include:
19060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19066   layout:
19067     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19068     layout: "plot-throughput-speedup-analysis"
19069
19070 - type: "plot"
19071   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19072   algorithm: "plot_tsa_name"
19073   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19074   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19075   include:
19076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19080   layout:
19081     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19082     layout: "plot-throughput-speedup-analysis"
19083
19084 - type: "plot"
19085   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19086   algorithm: "plot_tsa_name"
19087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19089   include:
19090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19094   layout:
19095     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19096     layout: "plot-throughput-speedup-analysis"
19097
19098 - type: "plot"
19099   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19100   algorithm: "plot_tsa_name"
19101   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19103   include:
19104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19110   layout:
19111     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19112     layout: "plot-throughput-speedup-analysis"
19113
19114 - type: "plot"
19115   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19116   algorithm: "plot_tsa_name"
19117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19119   include:
19120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19126   layout:
19127     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19128     layout: "plot-throughput-speedup-analysis"
19129
19130 - type: "plot"
19131   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19132   algorithm: "plot_tsa_name"
19133   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19135   include:
19136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19140   layout:
19141     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19142     layout: "plot-throughput-speedup-analysis"
19143
19144 - type: "plot"
19145   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19146   algorithm: "plot_tsa_name"
19147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19149   include:
19150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19154   layout:
19155     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19156     layout: "plot-throughput-speedup-analysis"
19157
19158 - type: "plot"
19159   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19160   algorithm: "plot_tsa_name"
19161   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19163   include:
19164     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19165     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19166     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19167     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19168     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19169     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19170   layout:
19171     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19172     layout: "plot-throughput-speedup-analysis"
19173
19174 - type: "plot"
19175   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19176   algorithm: "plot_tsa_name"
19177   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19179   include:
19180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19181     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19182     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19183     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19184     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19185     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19186   layout:
19187     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19188     layout: "plot-throughput-speedup-analysis"
19189
19190 - type: "plot"
19191   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19192   algorithm: "plot_tsa_name"
19193   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19195   include:
19196     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19197     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19198     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19199     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19200   layout:
19201     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19202     layout: "plot-throughput-speedup-analysis"
19203
19204 - type: "plot"
19205   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19206   algorithm: "plot_tsa_name"
19207   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19209   include:
19210     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19211     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19212     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19213     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19214   layout:
19215     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19216     layout: "plot-throughput-speedup-analysis"
19217
19218 - type: "plot"
19219   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19220   algorithm: "plot_tsa_name"
19221   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19223   include:
19224     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19229   layout:
19230     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19231     layout: "plot-throughput-speedup-analysis"
19232
19233 - type: "plot"
19234   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19235   algorithm: "plot_tsa_name"
19236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19238   include:
19239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19244   layout:
19245     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19246     layout: "plot-throughput-speedup-analysis"
19247
19248 - type: "plot"
19249   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19250   algorithm: "plot_tsa_name"
19251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19253   include:
19254     - "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"
19255     - "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"
19256     - "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"
19257     - "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"
19258     - "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"
19259   layout:
19260     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19261     layout: "plot-throughput-speedup-analysis"
19262
19263 - type: "plot"
19264   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19265   algorithm: "plot_tsa_name"
19266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19268   include:
19269     - "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"
19270     - "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"
19271     - "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"
19272     - "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"
19273     - "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"
19274   layout:
19275     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19276     layout: "plot-throughput-speedup-analysis"
19277
19278 - type: "plot"
19279   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19280   algorithm: "plot_tsa_name"
19281   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19283   include:
19284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19289   layout:
19290     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19291     layout: "plot-throughput-speedup-analysis"
19292
19293 - type: "plot"
19294   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19295   algorithm: "plot_tsa_name"
19296   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19298   include:
19299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19304   layout:
19305     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19306     layout: "plot-throughput-speedup-analysis"
19307
19308 - type: "plot"
19309   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19310   algorithm: "plot_tsa_name"
19311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19313   include:
19314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19319   layout:
19320     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19321     layout: "plot-throughput-speedup-analysis"
19322
19323 - type: "plot"
19324   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19325   algorithm: "plot_tsa_name"
19326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19328   include:
19329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19334   layout:
19335     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19336     layout: "plot-throughput-speedup-analysis"
19337
19338 - type: "plot"
19339   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19340   algorithm: "plot_tsa_name"
19341   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19343   include:
19344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19348   layout:
19349     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19350     layout: "plot-throughput-speedup-analysis"
19351
19352 - type: "plot"
19353   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19354   algorithm: "plot_tsa_name"
19355   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19357   include:
19358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19362   layout:
19363     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19364     layout: "plot-throughput-speedup-analysis"
19365
19366 - type: "plot"
19367   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19368   algorithm: "plot_tsa_name"
19369   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19371   include:
19372     - "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"
19373     - "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"
19374     - "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"
19375     - "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"
19376   layout:
19377     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19378     layout: "plot-throughput-speedup-analysis"
19379
19380 - type: "plot"
19381   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19382   algorithm: "plot_tsa_name"
19383   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19385   include:
19386     - "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"
19387     - "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"
19388     - "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"
19389     - "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"
19390   layout:
19391     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19392     layout: "plot-throughput-speedup-analysis"
19393
19394 - type: "plot"
19395   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19396   algorithm: "plot_tsa_name"
19397   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19399   include:
19400     - "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"
19401     - "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"
19402     - "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"
19403     - "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"
19404     - "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"
19405     - "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"
19406   layout:
19407     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19408     layout: "plot-throughput-speedup-analysis"
19409
19410 - type: "plot"
19411   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19412   algorithm: "plot_tsa_name"
19413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19415   include:
19416     - "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"
19417     - "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"
19418     - "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"
19419     - "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"
19420     - "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"
19421     - "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"
19422   layout:
19423     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19424     layout: "plot-throughput-speedup-analysis"
19425
19426 ################################################################################
19427
19428 # Packet Throughput - DPDK
19429
19430 # 2n-clx-xxv710
19431
19432 - type: "plot"
19433   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19434   algorithm: "plot_perf_box_name"
19435   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19436   data: "plot-dpdk-throughput-latency-2n-clx"
19437   include:
19438     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19439     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19440   layout:
19441     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19442     layout: "plot-throughput"
19443
19444 - type: "plot"
19445   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19446   algorithm: "plot_perf_box_name"
19447   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19448   data: "plot-dpdk-throughput-latency-2n-clx"
19449   include:
19450     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19451     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19452   layout:
19453     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19454     layout: "plot-throughput"
19455
19456 - type: "plot"
19457   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19458   algorithm: "plot_perf_box_name"
19459   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19460   data: "plot-dpdk-throughput-latency-2n-clx"
19461   include:
19462     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19463     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19464   layout:
19465     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19466     layout: "plot-throughput"
19467
19468 - type: "plot"
19469   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19470   algorithm: "plot_perf_box_name"
19471   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19472   data: "plot-dpdk-throughput-latency-2n-clx"
19473   include:
19474     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19475     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19476   layout:
19477     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19478     layout: "plot-throughput"
19479
19480 # 2n-clx-x710
19481
19482 - type: "plot"
19483   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19484   algorithm: "plot_perf_box_name"
19485   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19486   data: "plot-dpdk-throughput-latency-2n-clx"
19487   include:
19488     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19489     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19490   layout:
19491     title: "2n-clx-x710-64b-2t1c-base-ndr"
19492     layout: "plot-throughput"
19493
19494 - type: "plot"
19495   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19496   algorithm: "plot_perf_box_name"
19497   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19498   data: "plot-dpdk-throughput-latency-2n-clx"
19499   include:
19500     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19501     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19502   layout:
19503     title: "2n-clx-x710-64b-4t2c-base-ndr"
19504     layout: "plot-throughput"
19505
19506 - type: "plot"
19507   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19508   algorithm: "plot_perf_box_name"
19509   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19510   data: "plot-dpdk-throughput-latency-2n-clx"
19511   include:
19512     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19513     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19514   layout:
19515     title: "2n-clx-x710-64b-2t1c-base-pdr"
19516     layout: "plot-throughput"
19517
19518 - type: "plot"
19519   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19520   algorithm: "plot_perf_box_name"
19521   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19522   data: "plot-dpdk-throughput-latency-2n-clx"
19523   include:
19524     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19525     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19526   layout:
19527     title: "2n-clx-x710-64b-4t2c-base-pdr"
19528     layout: "plot-throughput"
19529
19530 ################################################################################
19531
19532 - type: "plot"
19533   title: "Latency by percentile: 2n-skx"
19534   algorithm: "plot_hdrh_lat_by_percentile"
19535   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19536   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19537   target-links: "../../_static/vpp"
19538   data: "plot-vpp-hdrh-lat-2n-skx"
19539   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19540   layout:
19541     layout: "plot-hdrh-latency-by-percentile"
19542
19543 - type: "plot"
19544   title: "Latency by percentile: 3n-skx"
19545   algorithm: "plot_hdrh_lat_by_percentile"
19546   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19547   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19548   target-links: "../../_static/vpp"
19549   data: "plot-vpp-hdrh-lat-3n-skx"
19550   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19551   layout:
19552     layout: "plot-hdrh-latency-by-percentile"
19553
19554 - type: "plot"
19555   title: "Latency by percentile: 2n-clx"
19556   algorithm: "plot_hdrh_lat_by_percentile"
19557   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19558   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19559   target-links: "../../_static/vpp"
19560   data: "plot-vpp-hdrh-lat-2n-clx"
19561   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19562   layout:
19563     layout: "plot-hdrh-latency-by-percentile"
19564
19565 - type: "plot"
19566   title: "Latency by percentile: 3n-hsw"
19567   algorithm: "plot_hdrh_lat_by_percentile"
19568   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19569   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19570   target-links: "../../_static/vpp"
19571   data: "plot-vpp-hdrh-lat-3n-hsw"
19572   filter: "'1T1C' and 'NIC_Intel-XL710'"
19573   layout:
19574     layout: "plot-hdrh-latency-by-percentile"
19575
19576 - type: "plot"
19577   title: "Latency by percentile: 3n-tsh"
19578   algorithm: "plot_hdrh_lat_by_percentile"
19579   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19580   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19581   target-links: "../../_static/vpp"
19582   data: "plot-vpp-hdrh-lat-3n-tsh"
19583   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19584   layout:
19585     layout: "plot-hdrh-latency-by-percentile"
19586
19587 - type: "plot"
19588   title: "Latency by percentile: DPDK 2n-skx"
19589   algorithm: "plot_hdrh_lat_by_percentile"
19590   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19591   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19592   target-links: "../../_static/dpdk"
19593   data: "plot-dpdk-hdrh-lat-2n-skx"
19594   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19595   layout:
19596     layout: "plot-hdrh-latency-by-percentile"
19597
19598 - type: "plot"
19599   title: "Latency by percentile: DPDK 3n-skx"
19600   algorithm: "plot_hdrh_lat_by_percentile"
19601   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19602   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19603   target-links: "../../_static/dpdk"
19604   data: "plot-dpdk-hdrh-lat-3n-skx"
19605   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19606   layout:
19607     layout: "plot-hdrh-latency-by-percentile"
19608
19609 - type: "plot"
19610   title: "Latency by percentile: DPDK 2n-clx"
19611   algorithm: "plot_hdrh_lat_by_percentile"
19612   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19613   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19614   target-links: "../../_static/dpdk"
19615   data: "plot-dpdk-hdrh-lat-2n-clx"
19616   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19617   layout:
19618     layout: "plot-hdrh-latency-by-percentile"
19619
19620 - type: "plot"
19621   title: "Latency by percentile: DPDK 3n-hsw"
19622   algorithm: "plot_hdrh_lat_by_percentile"
19623   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19624   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19625   target-links: "../../_static/dpdk"
19626   data: "plot-dpdk-hdrh-lat-3n-hsw"
19627   filter: "'1T1C' and 'NIC_Intel-XL710'"
19628   layout:
19629     layout: "plot-hdrh-latency-by-percentile"
19630
19631 - type: "plot"
19632   title: "Latency by percentile: DPDK 3n-tsh"
19633   algorithm: "plot_hdrh_lat_by_percentile"
19634   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19635   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19636   target-links: "../../_static/dpdk"
19637   data: "plot-dpdk-hdrh-lat-3n-tsh"
19638   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19639   layout:
19640     layout: "plot-hdrh-latency-by-percentile"