Report 2005: Add pdf version
[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
286     plot-vpp-nfv-2n-skx-mrr:
287       csit-vpp-perf-report-iterative-2005-2n-skx:
288         - 115 # nf-density-sel env 4
289
290     plot-vpp-nfv-reconf-2n-skx:
291       csit-vpp-perf-report-iterative-2005-2n-skx:
292         - 106 # Reconf env 4
293         - 107 # Reconf env 4
294         - 108 # Reconf env 4
295         - 109 # Reconf env 4
296         - 110 # Reconf env 4
297         - 111 # Reconf env 4
298         - 112 # Reconf env 4
299         - 118 # Reconf env 4
300         - 120 # Reconf env 4
301         - 121 # Reconf env 4
302
303     plot-dpdk-throughput-latency-2n-skx:
304       csit-dpdk-perf-report-iterative-2005-2n-skx:
305         - 20  # NDRPDR iter
306         - 21  # NDRPDR iter
307         - 22  # NDRPDR iter
308         - 23  # NDRPDR iter
309         - 24  # NDRPDR iter
310         - 25  # NDRPDR iter
311         - 26  # NDRPDR iter
312         - 27  # NDRPDR iter
313         - 28  # NDRPDR iter
314         - 29  # NDRPDR iter
315
316     plot-dpdk-hdrh-lat-2n-skx:
317       csit-dpdk-perf-report-iterative-2005-2n-skx:
318         - 20  # NDRPDR iter
319
320     # 2n-clx
321
322     plot-vpp-throughput-lat-tsa-2n-clx:
323       csit-vpp-perf-report-iterative-2005-2n-clx:
324         - 62  # NDRPDR sel env 4
325         - 63  # NDRPDR sel env 4
326         - 64  # NDRPDR sel env 4
327         - 65  # NDRPDR sel env 4
328         - 66  # NDRPDR sel env 4
329         - 68  # NDRPDR sel env 4
330         - 69  # NDRPDR sel env 4
331         - 70  # NDRPDR sel env 4
332
333     plot-vpp-hdrh-lat-2n-clx:
334       csit-vpp-perf-report-iterative-2005-2n-clx:
335         - 70  # NDRPDR sel env 4
336
337     plot-vpp-nfv-2n-clx-ndrpdr:
338       csit-vpp-perf-report-iterative-2005-2n-clx:
339         - 91  # nfv-density-00 env 4
340         - 92  # nfv-density-00 env 4
341         - 93  # nfv-density-00 env 4
342         - 97  # nfv-density-00 env 4
343         - 98  # nfv-density-00 env 4
344         - 99  # nfv-density-00 env 4
345         - 100 # nfv-density-00 env 4
346
347     plot-vpp-nfv-2n-clx-mrr:
348       csit-vpp-perf-report-iterative-2005-2n-clx:
349         - 96  # MRR
350
351     plot-vpp-nfv-reconf-2n-clx:
352       csit-vpp-perf-report-iterative-2005-2n-clx:
353         - 81  # Reconf env 4
354         - 82  # Reconf env 4
355         - 83  # Reconf env 4
356         - 84  # Reconf env 4
357         - 85  # Reconf env 4
358         - 86  # Reconf env 4
359         - 87  # Reconf env 4
360         - 88  # Reconf env 4
361         - 89  # Reconf env 4
362         - 90  # Reconf env 4
363
364     plot-vpp-soak-2n-clx:
365       csit-vpp-perf-report-iterative-2005-2n-clx:
366         - 101 # Soak
367         - 102 # Soak
368
369     plot-dpdk-throughput-latency-2n-clx:
370       csit-dpdk-perf-report-iterative-2005-2n-clx:
371         - 20  # NDRPDR iter
372         - 21  # NDRPDR iter
373         - 22  # NDRPDR iter
374         - 23  # NDRPDR iter
375         - 24  # NDRPDR iter
376         - 25  # NDRPDR iter
377         - 26  # NDRPDR iter
378         - 27  # NDRPDR iter
379         - 28  # NDRPDR iter
380         - 29  # NDRPDR iter
381
382     plot-dpdk-hdrh-lat-2n-clx:
383       csit-dpdk-perf-report-iterative-2005-2n-clx:
384         - 21  # NDRPDR iter
385
386     # 3n-tsh
387
388     plot-vpp-throughput-lat-tsa-3n-tsh:
389       csit-vpp-perf-report-iterative-2005-3n-tsh:
390         - 23  # NDRPDR sel env 4
391         - 25  # NDRPDR sel env 4
392         - 33  # NDRPDR sel env 4
393         - 34  # NDRPDR sel env 4
394
395     plot-vpp-hdrh-lat-3n-tsh:
396       csit-vpp-perf-report-iterative-2005-3n-tsh:
397         - 25  # NDRPDR sel env 4
398
399     plot-dpdk-throughput-latency-3n-tsh:
400       csit-dpdk-perf-report-iterative-2005-3n-tsh:
401         - 5   # NDRPDR sel
402
403     plot-dpdk-hdrh-lat-3n-tsh:
404       csit-dpdk-perf-report-iterative-2005-3n-tsh:
405         - 5   # NDRPDR sel
406
407     # 3n-dnv
408
409     plot-vpp-throughput-lat-tsa-3n-dnv:
410       csit-vpp-perf-report-iterative-2005-3n-dnv:
411         - 2   # NDRPDR sel
412         - 3   # NDRPDR sel
413         - 4   # NDRPDR sel
414         - 5   # NDRPDR sel
415         - 6   # NDRPDR sel
416         - 7   # NDRPDR sel
417         - 9   # NDRPDR sel
418         - 10  # NDRPDR sel
419         - 11  # NDRPDR sel
420         - 12  # NDRPDR sel
421
422     plot-dpdk-throughput-latency-3n-dnv:
423       csit-dpdk-perf-report-iterative-2005-3n-dnv:
424         - 6   # NDRPDR sel
425         - 7   # NDRPDR sel
426         - 8   # NDRPDR sel
427         - 9   # NDRPDR sel
428         - 10  # NDRPDR sel
429         - 11  # NDRPDR sel
430         - 12  # NDRPDR sel
431         - 13  # NDRPDR sel
432         - 14  # NDRPDR sel
433         - 16  # NDRPDR sel
434
435     # 2n-dnv
436
437     plot-vpp-throughput-lat-tsa-2n-dnv:
438       csit-vpp-perf-report-iterative-2005-2n-dnv:
439         - 3   # NDRPDR sel
440         - 6   # NDRPDR sel
441         - 7   # NDRPDR sel
442         - 8   # NDRPDR sel
443         - 9   # NDRPDR sel
444         - 10  # NDRPDR sel
445         - 11  # NDRPDR sel
446         - 12  # NDRPDR sel
447         - 13  # NDRPDR sel
448         - 14  # NDRPDR sel
449
450     plot-dpdk-throughput-latency-2n-dnv:
451       csit-dpdk-perf-report-iterative-2005-2n-dnv:
452         - 8   # NDRPDR sel
453         - 9   # NDRPDR sel
454         - 10  # NDRPDR sel
455         - 11  # NDRPDR sel
456         - 12  # NDRPDR sel
457         - 13  # NDRPDR sel
458         - 14  # NDRPDR sel
459         - 15  # NDRPDR sel
460         - 16  # NDRPDR sel
461         - 17  # NDRPDR sel
462
463     ###########################################################################
464     # Simple tables (only one data set):
465
466     # NIC Comparisons
467
468     vpp-nic-comparison-3n-skx:
469       csit-vpp-perf-report-iterative-2005-3n-skx:
470         - 42  # NDRPDR sel env 4
471         - 43  # NDRPDR sel env 4
472         - 44  # NDRPDR sel env 4
473         - 45  # NDRPDR sel env 4
474         - 47  # NDRPDR sel env 4
475
476     vpp-nic-comparison-2n-skx:
477       csit-vpp-perf-report-iterative-2005-2n-skx:
478         - 88  # NDRPDR sel env 4
479         - 89  # NDRPDR sel env 4
480         - 90  # NDRPDR sel env 4
481         - 91  # NDRPDR sel env 4
482         - 92  # NDRPDR sel env 4
483         - 93  # NDRPDR sel env 4
484         - 94  # NDRPDR sel env 4
485
486     vpp-nic-comparison-3n-skx-mrr:
487       csit-vpp-perf-report-iterative-2005-3n-skx:
488         - 49  # MRR sel env 4
489
490     vpp-nic-comparison-2n-skx-mrr:
491       csit-vpp-perf-report-iterative-2005-2n-skx:
492         - 99  # MRR sel env 4
493
494     # Results
495
496     vpp-perf-results-3n-hsw:
497       csit-vpp-perf-report-coverage-2005-3n-hsw:
498         - 74  # crypto-00
499         - 75  # crypto-01
500         - 76  # crypto-02
501         - 77  # crypto-03
502         - 78  # ip4-00
503         - 79  # ip4-01
504         - 80  # ip4-02
505         - 81  # ip4-03
506         - 73  # ip4-04
507         - 82  # ip4-05
508         - 83  # ip4-06
509         - 84  # ip4-07
510         - 85  # ip4-08
511         - 86  # ip4tun-00
512         - 87  # ip4tun-01
513         - 88  # ip4tun-02
514         - 89  # ip6-00
515         - 90  # ip6-01
516         - 91  # ip6tun-00
517         - 92  # l2-00
518         - 93  # l2-01
519         - 94  # l2-02
520         - 95  # l2-03
521         - 96  # l2-04
522         - 97  # l2-05
523         - 98  # l2-06
524         - 99  # l2-07
525         - 100 # l2-08
526         - 101 # l2-09
527         - 102 # l2-10
528         - 103 # memif-00
529         - 104 # srv6-00
530         - 105 # srv6-01
531         - 106 # vhost-00
532         - 107 # vhost-01
533         - 109 # vhost-02
534
535     vpp-perf-results-3n-skx:
536       csit-vpp-perf-report-iterative-2005-3n-skx:
537         - 47  # NDRPDR sel env 4
538 #      csit-vpp-perf-report-coverage-2005-3n-skx:
539 #        - 10  # perf-full-3n-skx-crypto_I
540 #        - 11  # perf-full-3n-skx-crypto_II
541 #        - 12  # perf-full-3n-skx-crypto_III
542 #        - 5   # perf-full-3n-skx-ip4_I
543 #        - 14  # perf-full-3n-skx-ip4_II
544 #        - 7   # perf-full-3n-skx-ip4_III
545 #        - 15  # perf-full-3n-skx-ip4_IV
546 #        - 16  # perf-full-3n-skx-ip4_V
547 #        - 17  # perf-full-3n-skx-ip4_VI
548 #        - 18  # perf-full-3n-skx-ip4_VII
549 #        - 19  # perf-full-3n-skx-ip4_VIII
550 #        - 20  # perf-full-3n-skx-ip4_IX
551 #        - 24  # perf-full-3n-skx-ip6_I
552 #        - 25  # perf-full-3n-skx-ip6_II
553 #        - 21  # perf-full-3n-skx-ip4tunnels-I
554 #        - 22  # perf-full-3n-skx-ip4tunnels-II
555 #        - 23  # perf-full-3n-skx-ip4tunnels-III
556 #        - 26  # perf-full-3n-skx-ip6tunnels-I
557 #        - 28  # perf-full-3n-skx-l2_II
558 #        - 29  # perf-full-3n-skx-l2_III
559 #        - 30  # perf-full-3n-skx-l2_IV
560 #        - 32  # perf-full-3n-skx-l2_VI
561 #        - 33  # perf-full-3n-skx-l2_VII
562 #        - 34  # perf-full-3n-skx-l2_VIII
563 #        - 35  # perf-full-3n-skx-l2_IX
564 #        - 36  # perf-full-3n-skx-l2_X
565 #        - 37  # perf-full-3n-skx-l2_XI
566 #        - 38  # perf-full-3n-skx-memif
567 #        - 39  # perf-full-3n-skx-srv6-I
568 #        - 40  # perf-full-3n-skx-srv6-II
569 #        - 43  # perf-full-3n-skx-vhost-III
570
571     vpp-perf-results-2n-skx:
572       csit-vpp-perf-report-iterative-2005-2n-skx:
573         - 94  # NDRPDR sel env 4
574 #      csit-vpp-perf-report-coverage-2005-2n-skx:
575 #        - 11  # perf-full-2n-skx-ip4_I
576 #        - 3   # perf-full-2n-skx-ip4_II
577 #        - 18  # perf-full-2n-skx-ip4_III
578 #        - 19  # perf-full-2n-skx-ip4_IV
579 #        - 5   # perf-full-2n-skx-ip4_V
580 #        - 20  # perf-full-2n-skx-ip4_VI
581 #        - 7   # perf-full-2n-skx-ip6_I
582 #        - 21  # perf-full-2n-skx-ip6_II
583 #        - 9   # perf-full-2n-skx-l2_I
584 #        - 22  # perf-full-2n-skx-l2_II
585 #        - 23  # perf-full-2n-skx-memif
586 #        - 24  # perf-full-2n-skx-loadbalancer
587 #        - 25  # perf-full-2n-skx-vhost I
588 #        - 26  # perf-full-2n-skx-vhost II
589 #        - 27  # perf-full-2n-skx-vts
590
591     vpp-perf-results-2n-clx:
592       csit-vpp-perf-report-iterative-2005-2n-clx:
593         - 62  # NDRPDR sel env 4
594 #      csit-vpp-perf-report-coverage-2005-2n-clx:
595 #        - 21  # perf-full-2n-clx-ip4_I
596 #        - 2   # perf-full-2n-clx-ip4_II
597 #        - 3   # perf-full-2n-clx-ip4_III
598 #        - 4   # perf-full-2n-clx-ip4_IV
599 #        - 5   # perf-full-2n-clx-ip4_V
600 #        - 6   # perf-full-2n-clx-ip4_VI
601 #        - 7   # perf-full-2n-clx-ip6_I
602 #        - 16  # perf-full-2n-clx-ip6_II
603 #        - 23  # perf-full-2n-clx-l2_I
604 #        - 10  # perf-full-2n-clx-l2_II
605 #        - 11  # perf-full-2n-clx-memif
606 #        - 12  # perf-full-2n-clx-loadbalancer
607 #        - 13  # perf-full-2n-clx-vhost I
608 #        - 22  # perf-full-2n-clx-vhost II
609 #        - 15  # perf-full-2n-clx-vts
610
611     vpp-perf-results-3n-tsh:
612       csit-vpp-perf-report-iterative-2005-3n-tsh:
613         - 25  # NDRPDR sel env 4
614
615     vpp-perf-results-3n-dnv:
616       csit-vpp-perf-report-coverage-2005-3n-dnv:
617         - 1   # perf-full-3n-dnv-crypto_I
618         - 24  # perf-full-3n-dnv-crypto_II
619         - 5   # perf-full-3n-dnv-ip4_I
620         - 13  # perf-full-3n-dnv-ip4_II
621         - 17  # perf-full-3n-dnv-ip6_I
622         - 18  # perf-full-3n-dnv-ip6_II
623         - 21  # perf-full-3n-dnv-l2_I
624         - 22  # perf-full-3n-dnv-l2_II
625         - 23  # perf-full-3n-dnv-ip4-tunnels_I
626
627     vpp-perf-results-2n-dnv:
628       csit-vpp-perf-report-coverage-2005-2n-dnv:
629         - 1   # perf-full-2n-dnv-ip4_I
630         - 2   # perf-full-2n-dnv-ip4_II
631         - 3   # perf-full-2n-dnv-ip6_I
632         - 4   # perf-full-2n-dnv-ip6_II
633         - 5   # perf-full-2n-dnv-l2_I
634         - 6   # perf-full-2n-dnv-l2_II
635
636     vpp-mrr-results-3n-hsw:
637       csit-vpp-perf-report-iterative-2005-3n-hsw:
638         - 30  # MRR env 4
639
640     vpp-mrr-results-3n-skx:
641       csit-vpp-perf-report-iterative-2005-3n-skx:
642         - 49  # MRR sel env 4
643
644     vpp-mrr-results-2n-skx:
645       csit-vpp-perf-report-iterative-2005-2n-skx:
646         - 99  # MRR sel env 4
647
648     vpp-mrr-results-2n-clx:
649       csit-vpp-perf-report-iterative-2005-2n-clx:
650         - 72  # MRR env 4
651
652     vpp-mrr-results-3n-tsh:
653       csit-vpp-perf-report-iterative-2005-3n-tsh:
654         - 27  # MRR sel env 4
655
656     vpp-mrr-results-3n-dnv:
657       csit-vpp-perf-report-iterative-2005-3n-dnv:
658         - 8   # MRR
659
660     vpp-mrr-results-2n-dnv:
661       csit-vpp-perf-report-iterative-2005-2n-dnv:
662         - 15  # MRR sel
663
664     vpp-device-results-ubuntu:
665       csit-vpp-device-2005-ubuntu1804-1n-skx:
666         - 35
667
668     dpdk-perf-results-3n-hsw:
669       csit-dpdk-perf-report-iterative-2005-3n-hsw:
670         - 25  # NDRPDR iter
671
672     dpdk-perf-results-3n-skx:
673       csit-dpdk-perf-report-iterative-2005-3n-skx:
674         - 28  # NDRPDR iter
675
676     dpdk-perf-results-2n-skx:
677       csit-dpdk-perf-report-iterative-2005-2n-skx:
678         - 20  # NDRPDR iter
679
680     dpdk-perf-results-2n-clx:
681       csit-dpdk-perf-report-iterative-2005-2n-clx:
682         - 21  # NDRPDR iter
683
684     dpdk-perf-results-2n-dnv:
685       csit-dpdk-perf-report-iterative-2005-2n-dnv:
686         - 8   # NDRPDR sel
687
688     dpdk-perf-results-3n-dnv:
689       csit-dpdk-perf-report-iterative-2005-3n-dnv:
690         - 6   # NDRPDR sel
691
692     dpdk-perf-results-3n-tsh:
693       csit-dpdk-perf-report-iterative-2005-3n-tsh:
694         - 5   # NDRPDR sel
695
696 ###########################################################################
697     # Tables (more than one data set)
698
699     # Performance changes
700
701     vpp-performance-changes-3n-hsw-h1:
702       csit-vpp-perf-verify-1908-3n-hsw:
703         - 12  # NDRPDR sel
704         - 13  # NDRPDR sel
705         - 14  # NDRPDR sel
706         - 15  # NDRPDR sel
707         - 16  # NDRPDR sel
708         - 17  # NDRPDR sel
709         - 18  # NDRPDR sel
710         - 19  # NDRPDR sel
711         - 20  # NDRPDR sel
712         - 21  # NDRPDR sel
713     vpp-performance-changes-3n-hsw-ref:
714       csit-vpp-perf-verify-2001-3n-hsw:
715         - 21  # NDRPDR sel
716         - 22  # NDRPDR sel
717         - 23  # NDRPDR sel
718         - 24  # NDRPDR sel
719         - 25  # NDRPDR sel
720         - 29  # NDRPDR sel
721         - 30  # NDRPDR sel
722         - 31  # NDRPDR sel
723         - 32  # NDRPDR sel
724         - 34  # NDRPDR sel
725     vpp-performance-changes-3n-hsw-cmp:
726       csit-vpp-perf-report-iterative-2005-3n-hsw:
727         - 3   # NDRPDR sel
728         - 4   # NDRPDR sel
729         - 5   # NDRPDR sel
730         - 10  # NDRPDR sel
731         - 11  # NDRPDR sel
732         - 12  # NDRPDR sel
733         - 15  # NDRPDR sel
734         - 16  # NDRPDR sel
735         - 18  # NDRPDR sel
736         - 19  # NDRPDR sel
737     vpp-performance-changes-3n-hsw-cmp-2:
738       csit-vpp-perf-report-iterative-2005-3n-hsw:
739         - 20  # NDRPDR sel env 4
740         - 21  # NDRPDR sel env 4
741         - 22  # NDRPDR sel env 4
742         - 23  # NDRPDR sel env 4
743         - 24  # NDRPDR sel env 4
744         - 25  # NDRPDR sel env 4
745         - 26  # NDRPDR sel env 4
746         - 27  # NDRPDR sel env 4
747         - 28  # NDRPDR sel env 4
748         - 29  # NDRPDR sel env 4
749     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
750       csit-vpp-perf-report-iterative-2005-3n-hsw:
751         - 31  # NDRPDR sel 2001.0-4
752         - 32  # NDRPDR sel 2001.0-4
753         - 33  # NDRPDR sel 2001.0-4
754         - 34  # NDRPDR sel 2001.0-4
755         - 35  # NDRPDR sel 2001.0-4
756         - 36  # NDRPDR sel 2001.0-4
757         - 38  # NDRPDR sel 2001.0-4
758
759     vpp-performance-changes-3n-skx-h1:
760       csit-vpp-perf-verify-1908_1-3n-skx:
761         - 26  # NDRPDR sel - new1908.1
762         - 27  # NDRPDR sel - new1908.1
763         - 28  # NDRPDR sel - new1908.1
764         - 29  # NDRPDR sel - new1908.1
765         - 30  # NDRPDR sel - new1908.1
766         - 31  # NDRPDR sel - new1908.1
767         - 33  # NDRPDR sel - new1908.1
768         - 34  # NDRPDR sel - new1908.1
769         - 35  # NDRPDR sel - new1908.1
770         - 36  # NDRPDR sel - new1908.1
771     vpp-performance-changes-3n-skx-ref:
772       csit-vpp-perf-verify-2001-3n-skx:
773         - 69  # NDRPDR sel - new2001.0
774         - 71  # NDRPDR sel - new2001.0
775         - 72  # NDRPDR sel - new2001.0
776         - 76  # NDRPDR sel - new2001.0
777         - 77  # NDRPDR sel - new2001.0
778         - 78  # NDRPDR sel - new2001.0
779         - 80  # NDRPDR sel - new2001.0
780     vpp-performance-changes-3n-skx-cmp:
781       csit-vpp-perf-report-iterative-2005-3n-skx:
782         - 4   # NDRPDR sel
783         - 5   # NDRPDR sel ??? all x710 failed
784         - 33  # NDRPDR sel
785         - 28  # NDRPDR sel
786         - 34  # NDRPDR sel
787         - 36  # NDRPDR sel
788         - 37  # NDRPDR sel
789         - 38  # NDRPDR sel
790         - 39  # NDRPDR sel
791         - 41  # NDRPDR sel
792     vpp-performance-changes-3n-skx-cmp-2:
793       csit-vpp-perf-report-iterative-2005-3n-skx:
794         - 42  # NDRPDR sel env 4
795         - 43  # NDRPDR sel env 4
796         - 44  # NDRPDR sel env 4
797         - 45  # NDRPDR sel env 4
798         - 47  # NDRPDR sel env 4
799     vpp-performance-changes-3n-skx-cmp-2001.0-4:
800       csit-vpp-perf-report-iterative-2005-3n-skx:
801         - 50  # NDRPDR sel 2001.0-4
802         - 51  # NDRPDR sel 2001.0-4
803         - 52  # NDRPDR sel 2001.0-4
804         - 53  # NDRPDR sel 2001.0-4
805         - 54  # NDRPDR sel 2001.0-4
806
807     vpp-performance-changes-2n-skx-h1:
808       csit-vpp-perf-verify-1908_1-2n-skx:
809         - 39  # NDRPDR sel - new1908.1
810         - 40  # NDRPDR sel - new1908.1
811         - 41  # NDRPDR sel - new1908.1
812         - 43  # NDRPDR sel - new1908.1
813         - 44  # NDRPDR sel - new1908.1
814         - 45  # NDRPDR sel - new1908.1
815         - 46  # NDRPDR sel - new1908.1
816         - 47  # NDRPDR sel - new1908.1
817         - 48  # NDRPDR sel - new1908.1
818         - 49  # NDRPDR sel - new1908.1
819     vpp-performance-changes-2n-skx-ref:
820       csit-vpp-perf-verify-2001-2n-skx:
821         - 143  # NDRPDR sel - new2001.0
822         - 146  # NDRPDR sel - new2001.0
823         - 147  # NDRPDR sel - new2001.0
824         - 148  # NDRPDR sel - new2001.0
825         - 149  # NDRPDR sel - new2001.0
826         - 150  # NDRPDR sel - new2001.0
827         - 151  # NDRPDR sel - new2001.0
828         - 152  # NDRPDR sel - new2001.0
829         - 153  # NDRPDR sel - new2001.0
830         - 154  # NDRPDR sel - new2001.0
831     vpp-performance-changes-2n-skx-cmp:
832       csit-vpp-perf-report-iterative-2005-2n-skx:
833         - 43  # NDRPDR sel
834         - 38  # NDRPDR sel
835         - 7   # NDRPDR sel
836         - 65  # NDRPDR sel
837         - 47  # NDRPDR sel
838         - 55  # NDRPDR sel
839         - 67  # NDRPDR sel
840         - 75  # NDRPDR sel
841         - 76  # NDRPDR sel
842         - 73  # NDRPDR sel
843     vpp-performance-changes-2n-skx-cmp-2:
844       csit-vpp-perf-report-iterative-2005-2n-skx:
845         - 88  # NDRPDR sel env 4
846         - 89  # NDRPDR sel env 4
847         - 90  # NDRPDR sel env 4
848         - 91  # NDRPDR sel env 4
849         - 92  # NDRPDR sel env 4
850         - 93  # NDRPDR sel env 4
851         - 94  # NDRPDR sel env 4
852     vpp-performance-changes-2n-skx-cmp-2001.0-4:
853       csit-vpp-perf-report-iterative-2005-2n-skx:
854         - 100 # NDRPDR sel 2001.0-4
855         - 101 # NDRPDR sel 2001.0-4
856         - 102 # NDRPDR sel 2001.0-4
857         - 103 # NDRPDR sel 2001.0-4
858         - 104 # NDRPDR sel 2001.0-4
859         - 105 # NDRPDR sel 2001.0-4
860
861 #    vpp-performance-changes-nfv-2n-skx-ref:
862 #      csit-vpp-perf-verify-2001-2n-skx:
863 #        - 30  # NFV
864 #        - 31  # NFV
865 #    vpp-performance-changes-nfv-2n-skx-cmp:
866 #      csit-vpp-perf-report-iterative-2005-2n-skx:
867 #        - 43  # NDRPDR sel
868 #        - 38  # NDRPDR sel
869 #        - 7   # NDRPDR sel
870 #        - 78  # nf-density-sel
871 #        - 83  # nf-density-sel
872
873     vpp-performance-changes-2n-clx-ref:
874       csit-vpp-perf-verify-2001-2n-clx:
875         - 28  # NDRPDR sel
876         - 29  # NDRPDR sel
877         - 32  # NDRPDR sel
878         - 40  # NDRPDR sel
879         - 43  # NDRPDR sel
880         - 44  # NDRPDR sel
881         - 45  # NDRPDR sel
882         - 47  # NDRPDR sel
883         - 48  # NDRPDR sel
884         - 49  # NDRPDR sel
885     vpp-performance-changes-2n-clx-cmp:
886       csit-vpp-perf-report-iterative-2005-2n-clx:
887         - 7   # NDRPDR sel
888         - 38  # NDRPDR sel
889         - 9   # NDRPDR sel
890         - 32  # NDRPDR sel ???
891         - 33  # NDRPDR sel ???
892         - 39  # NDRPDR sel
893         - 40  # NDRPDR sel
894         - 43  # NDRPDR sel
895         - 50  # NDRPDR sel
896         - 51  # NDRPDR sel
897     vpp-performance-changes-2n-clx-cmp-2:
898       csit-vpp-perf-report-iterative-2005-2n-clx:
899         - 62  # NDRPDR sel env 4
900         - 63  # NDRPDR sel env 4
901         - 64  # NDRPDR sel env 4
902         - 65  # NDRPDR sel env 4
903         - 66  # NDRPDR sel env 4
904         - 68  # NDRPDR sel env 4
905         - 69  # NDRPDR sel env 4
906         - 70  # NDRPDR sel env 4
907     vpp-performance-changes-2n-clx-cmp-2001.0-4:
908       csit-vpp-perf-report-iterative-2005-2n-clx:
909         - 73  # NDRPDR sel 2001.0-4
910         - 74  # NDRPDR sel 2001.0-4
911         - 75  # NDRPDR sel 2001.0-4
912         - 76  # NDRPDR sel 2001.0-4
913         - 77  # NDRPDR sel 2001.0-4
914         - 78  # NDRPDR sel 2001.0-4
915         - 79  # NDRPDR sel 2001.0-4
916         - 80  # NDRPDR sel 2001.0-4
917
918     vpp-performance-changes-2n-dnv-h1:
919       csit-vpp-perf-verify-1908-2n-dnv:
920         - 1   # NDRPDR sel
921         - 2   # NDRPDR sel
922         - 3   # NDRPDR sel
923         - 4   # NDRPDR sel
924         - 5   # NDRPDR sel
925         - 6   # NDRPDR sel
926         - 7   # NDRPDR sel
927         - 8   # NDRPDR sel
928         - 9   # NDRPDR sel
929         - 10  # NDRPDR sel
930     vpp-performance-changes-2n-dnv-ref:
931       csit-vpp-perf-verify-2001-2n-dnv:
932         - 4   # NDRPDR sel
933         - 5   # NDRPDR sel
934         - 6   # NDRPDR sel
935         - 7   # NDRPDR sel
936         - 8   # NDRPDR sel
937         - 9   # NDRPDR sel
938         - 10  # NDRPDR sel
939         - 11  # NDRPDR sel
940         - 13  # NDRPDR sel
941         - 16  # NDRPDR sel
942     vpp-performance-changes-2n-dnv-cmp:
943       csit-vpp-perf-report-iterative-2005-2n-dnv:
944         - 3   # NDRPDR sel
945         - 6   # NDRPDR sel
946         - 7   # NDRPDR sel
947         - 8   # NDRPDR sel
948         - 9   # NDRPDR sel
949         - 10  # NDRPDR sel
950         - 11  # NDRPDR sel
951         - 12  # NDRPDR sel
952         - 13  # NDRPDR sel
953         - 14  # NDRPDR sel
954
955     vpp-performance-changes-3n-dnv-h1:
956       csit-vpp-perf-verify-1908-3n-dnv:
957         - 6   # NDRPDR sel
958         - 7   # NDRPDR sel
959         - 8   # NDRPDR sel
960         - 9   # NDRPDR sel
961         - 10  # NDRPDR sel
962         - 12  # NDRPDR sel
963         - 13  # NDRPDR sel
964         - 14  # NDRPDR sel
965         - 15  # NDRPDR sel
966         - 16  # NDRPDR sel
967     vpp-performance-changes-3n-dnv-ref:
968       csit-vpp-perf-verify-2001-3n-dnv:
969         - 5   # NDRPDR sel
970         - 6   # NDRPDR sel
971         - 7   # NDRPDR sel
972         - 8   # NDRPDR sel
973         - 9   # NDRPDR sel
974         - 10  # NDRPDR sel
975         - 12  # NDRPDR sel
976         - 16  # NDRPDR sel
977         - 17  # NDRPDR sel
978         - 18  # NDRPDR sel
979     vpp-performance-changes-3n-dnv-cmp:
980       csit-vpp-perf-report-iterative-2005-3n-dnv:
981         - 2   # NDRPDR sel
982         - 3   # NDRPDR sel
983         - 4   # NDRPDR sel
984         - 5   # NDRPDR sel
985         - 6   # NDRPDR sel
986         - 7   # NDRPDR sel
987         - 9   # NDRPDR sel
988         - 10  # NDRPDR sel
989         - 11  # NDRPDR sel
990         - 12  # NDRPDR sel
991
992     vpp-performance-changes-3n-tsh-h1:
993       csit-vpp-perf-verify-1908-3n-tsh:
994         - 7   # NDRPDR sel
995         - 8   # NDRPDR sel
996         - 9   # NDRPDR sel
997         - 10  # NDRPDR sel
998         - 11  # NDRPDR sel
999         - 12  # NDRPDR sel
1000         - 13  # NDRPDR sel
1001         - 14  # NDRPDR sel
1002         - 15  # NDRPDR sel
1003         - 16  # NDRPDR sel
1004     vpp-performance-changes-3n-tsh-ref:
1005       csit-vpp-perf-verify-2001-3n-tsh:
1006         - 3   # NDRPDR sel
1007         - 4   # NDRPDR sel
1008         - 7   # NDRPDR sel
1009         - 8   # NDRPDR sel
1010         - 10  # NDRPDR sel
1011         - 12  # NDRPDR sel
1012         - 13  # NDRPDR sel
1013         - 14  # NDRPDR sel
1014         - 15  # NDRPDR sel
1015         - 21  # NDRPDR sel
1016     vpp-performance-changes-3n-tsh-cmp:
1017       csit-vpp-perf-report-iterative-2005-3n-tsh:
1018         - 9   # NDRPDR sel
1019         - 11  # NDRPDR sel
1020         - 12  # NDRPDR sel
1021         - 20  # NDRPDR sel
1022         - 14  # NDRPDR sel
1023         - 21  # NDRPDR sel
1024     vpp-performance-changes-3n-tsh-cmp-2:
1025       csit-vpp-perf-report-iterative-2005-3n-tsh:
1026         - 23  # NDRPDR sel env 4
1027         - 25  # NDRPDR sel env 4
1028         - 33  # NDRPDR sel env 4
1029         - 34  # NDRPDR sel env 4
1030     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1031       csit-vpp-perf-report-iterative-2005-3n-tsh:
1032         - 28  # NDRPDR sel 2001.0-4
1033         - 29  # NDRPDR sel 2001.0-4
1034         - 31  # NDRPDR sel 2001.0-4
1035
1036     vpp-soak-vs-ndr-2n-skx-ref:
1037       csit-vpp-perf-report-iterative-2005-2n-skx:
1038         - 88  # NDRPDR sel env 4
1039         - 89  # NDRPDR sel env 4
1040         - 90  # NDRPDR sel env 4
1041         - 91  # NDRPDR sel env 4
1042         - 92  # NDRPDR sel env 4
1043         - 93  # NDRPDR sel env 4
1044         - 94  # NDRPDR sel env 4
1045     vpp-soak-vs-ndr-2n-skx-cmp:
1046       csit-vpp-perf-report-iterative-2005-2n-skx:
1047         - 122 # Soak
1048         - 123 # Soak
1049     vpp-soak-vs-ndr-2n-skx:
1050       csit-vpp-perf-report-iterative-2005-2n-skx:
1051         - 88  # NDRPDR sel env 4
1052         - 89  # NDRPDR sel env 4
1053         - 90  # NDRPDR sel env 4
1054         - 91  # NDRPDR sel env 4
1055         - 92  # NDRPDR sel env 4
1056         - 93  # NDRPDR sel env 4
1057         - 94  # NDRPDR sel env 4
1058         - 122 # Soak
1059         - 123 # Soak
1060
1061     vpp-soak-vs-ndr-2n-clx-ref:
1062       csit-vpp-perf-report-iterative-2005-2n-clx:
1063         - 62  # NDRPDR sel env 4
1064         - 63  # NDRPDR sel env 4
1065         - 64  # NDRPDR sel env 4
1066         - 65  # NDRPDR sel env 4
1067         - 66  # NDRPDR sel env 4
1068         - 68  # NDRPDR sel env 4
1069         - 69  # NDRPDR sel env 4
1070         - 70  # NDRPDR sel env 4
1071     vpp-soak-vs-ndr-2n-clx-cmp:
1072       csit-vpp-perf-report-iterative-2005-2n-clx:
1073         - 101 # Soak
1074         - 102 # Soak
1075     vpp-soak-vs-ndr-2n-clx:
1076       csit-vpp-perf-report-iterative-2005-2n-clx:
1077         - 62  # NDRPDR sel env 4
1078         - 63  # NDRPDR sel env 4
1079         - 64  # NDRPDR sel env 4
1080         - 65  # NDRPDR sel env 4
1081         - 66  # NDRPDR sel env 4
1082         - 68  # NDRPDR sel env 4
1083         - 69  # NDRPDR sel env 4
1084         - 70  # NDRPDR sel env 4
1085         - 101 # Soak
1086         - 102 # Soak
1087
1088     vpp-performance-changes-3n-hsw-mrr-h1:
1089       csit-vpp-perf-verify-1908-3n-hsw:
1090         - 39  # MRR sel
1091     vpp-performance-changes-3n-hsw-mrr-ref:
1092       csit-vpp-perf-verify-2001-3n-hsw:
1093         - 17  # MRR sel
1094     vpp-performance-changes-3n-hsw-mrr-cmp:
1095       csit-vpp-perf-report-iterative-2005-3n-hsw:
1096         - 13  # MRR
1097     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1098       csit-vpp-perf-report-iterative-2005-3n-hsw:
1099         - 30  # MRR env 4
1100
1101 #    vpp-performance-changes-3n-skx-mrr-h1:
1102 #      csit-vpp-perf-verify-1908-3n-skx:
1103 #        - 36  # MRR sel
1104     vpp-performance-changes-3n-skx-mrr-ref:
1105       csit-vpp-perf-verify-2001-3n-skx:
1106         - 50  # MRR sel
1107         - 53  # MRR sel addition
1108     vpp-performance-changes-3n-skx-mrr-cmp:
1109       csit-vpp-perf-report-iterative-2005-3n-skx:
1110         - 6   # MRR sel
1111     vpp-performance-changes-3n-skx-mrr-cmp-2:
1112       csit-vpp-perf-report-iterative-2005-3n-skx:
1113         - 49  # MRR sel env 4
1114
1115 #    vpp-performance-changes-2n-skx-mrr-h1:
1116 #      csit-vpp-perf-verify-1908-2n-skx:
1117 #        - 69  # MRR sel
1118     vpp-performance-changes-2n-skx-mrr-ref:
1119       csit-vpp-perf-verify-2001-2n-skx:
1120         - 101 # MRR sel
1121         - 128 # MRR sel addition
1122     vpp-performance-changes-2n-skx-mrr-cmp:
1123       csit-vpp-perf-report-iterative-2005-2n-skx:
1124         - 42  # MRR sel
1125     vpp-performance-changes-2n-skx-mrr-cmp-2:
1126       csit-vpp-perf-report-iterative-2005-2n-skx:
1127         - 99  # MRR sel env 4
1128
1129     vpp-performance-changes-2n-clx-mrr-ref:
1130       csit-vpp-perf-verify-2001-2n-clx:
1131         - 39  # MRR
1132     vpp-performance-changes-2n-clx-mrr-cmp:
1133       csit-vpp-perf-report-iterative-2005-2n-clx:
1134         - 12   # MRR
1135     vpp-performance-changes-2n-clx-mrr-cmp-2:
1136       csit-vpp-perf-report-iterative-2005-2n-clx:
1137         - 72   # MRR sel env 4
1138
1139 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1140 #      csit-vpp-perf-verify-1908-2n-skx:
1141 #        - 71  # NFV MRR
1142 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1143 #      # csit-vpp-perf-verify-2001-2n-skx:
1144 #      csit-vpp-perf-verify-1908-2n-skx:
1145 #        - 71  # NFV MRR
1146
1147     vpp-performance-changes-2n-dnv-mrr-h1:
1148       csit-vpp-perf-verify-1908-2n-dnv:
1149         - 11  # MRR sel
1150     vpp-performance-changes-2n-dnv-mrr-ref:
1151       csit-vpp-perf-verify-2001-2n-dnv:
1152         - 12  # MRR sel
1153     vpp-performance-changes-2n-dnv-mrr-cmp:
1154       csit-vpp-perf-report-iterative-2005-2n-dnv:
1155         - 15  # MRR sel
1156
1157     vpp-performance-changes-3n-dnv-mrr-h1:
1158       csit-vpp-perf-verify-1908-3n-dnv:
1159         - 17  # MRR sel
1160     vpp-performance-changes-3n-dnv-mrr-ref:
1161       csit-vpp-perf-verify-2001-3n-dnv:
1162         - 11  # MRR sel
1163     vpp-performance-changes-3n-dnv-mrr-cmp:
1164       csit-vpp-perf-report-iterative-2005-3n-dnv:
1165         - 8   # MRR
1166
1167     vpp-performance-changes-3n-tsh-mrr-h1:
1168       csit-vpp-perf-verify-1908-3n-tsh:
1169         - 17  # MRR sel
1170     vpp-performance-changes-3n-tsh-mrr-ref:
1171       csit-vpp-perf-verify-2001-3n-tsh:
1172         - 9   # MRR sel
1173     vpp-performance-changes-3n-tsh-mrr-cmp:
1174       csit-vpp-perf-report-iterative-2005-3n-tsh:
1175         - 10  # MRR sel
1176     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1177       csit-vpp-perf-report-iterative-2005-3n-tsh:
1178         - 27  # MRR sel env 4
1179
1180     dpdk-performance-changes-3n-hsw-h1:
1181       csit-dpdk-perf-verify-1908-3n-hsw:
1182         - 2   # NDRPDR sel
1183         - 3   # NDRPDR sel
1184         - 4   # NDRPDR sel
1185         - 5   # NDRPDR sel
1186         - 6   # NDRPDR sel
1187         - 7   # NDRPDR sel
1188         - 8   # NDRPDR sel
1189         - 9   # NDRPDR sel
1190         - 10  # NDRPDR sel
1191         - 11  # NDRPDR sel
1192     dpdk-performance-changes-3n-hsw-ref:
1193       csit-dpdk-perf-verify-2001-3n-hsw:
1194         - 4   # NDRPDR sel
1195         - 5   # NDRPDR sel
1196         - 6   # NDRPDR sel
1197         - 7   # NDRPDR sel
1198         - 8   # NDRPDR sel
1199         - 9   # NDRPDR sel
1200         - 10  # NDRPDR sel
1201         - 11  # NDRPDR sel
1202         - 12  # NDRPDR sel
1203         - 13  # NDRPDR sel
1204         - 15  # NDRPDR sel
1205         - 16  # NDRPDR sel
1206         - 17  # NDRPDR sel
1207         - 18  # NDRPDR sel
1208         - 19  # NDRPDR sel
1209         - 20  # NDRPDR sel
1210         - 21  # NDRPDR sel
1211         - 22  # NDRPDR sel
1212         - 23  # NDRPDR sel
1213         - 24  # NDRPDR sel
1214     dpdk-performance-changes-3n-hsw-cmp:
1215       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1216         - 25  # NDRPDR iter
1217         - 26  # NDRPDR iter
1218         - 27  # NDRPDR iter
1219         - 28  # NDRPDR iter
1220         - 29  # NDRPDR iter
1221         - 30  # NDRPDR iter
1222         - 31  # NDRPDR iter
1223         - 32  # NDRPDR iter
1224         - 33  # NDRPDR iter
1225         - 34  # NDRPDR iter
1226
1227     dpdk-performance-changes-3n-skx-h1:
1228       csit-dpdk-perf-verify-1908-3n-skx:
1229         - 3   # NDRPDR sel
1230         - 4   # NDRPDR sel
1231         - 5   # NDRPDR sel
1232         - 6   # NDRPDR sel
1233         - 7   # NDRPDR sel
1234         - 8   # NDRPDR sel
1235         - 9   # NDRPDR sel
1236         - 10  # NDRPDR sel
1237         - 11  # NDRPDR sel
1238         - 12  # NDRPDR sel
1239     dpdk-performance-changes-3n-skx-ref:
1240       csit-dpdk-perf-verify-2001-3n-skx:
1241         - 29  # NDRPDR sel xxv710
1242         - 33  # NDRPDR sel xxv710
1243         - 34  # NDRPDR sel xxv710
1244         - 35  # NDRPDR sel xxv710
1245         - 36  # NDRPDR sel xxv710
1246         - 37  # NDRPDR sel xxv710
1247         - 41  # NDRPDR sel xxv710
1248         - 42  # NDRPDR sel xxv710
1249         - 43  # NDRPDR sel xxv710
1250         - 45  # NDRPDR sel xxv710
1251         - 30  # NDRPDR sel x710
1252         - 31  # NDRPDR sel x710
1253         - 32  # NDRPDR sel x710
1254         - 38  # NDRPDR sel x710
1255         - 39  # NDRPDR sel x710
1256         - 40  # NDRPDR sel x710
1257         - 44  # NDRPDR sel x710
1258         - 46  # NDRPDR sel x710
1259         - 47  # NDRPDR sel x710
1260         - 48  # NDRPDR sel x710
1261     dpdk-performance-changes-3n-skx-cmp:
1262       csit-dpdk-perf-report-iterative-2005-3n-skx:
1263         - 28  # NDRPDR iter
1264         - 29  # NDRPDR iter
1265         - 30  # NDRPDR iter
1266         - 31  # NDRPDR iter
1267         - 32  # NDRPDR iter
1268         - 33  # NDRPDR iter
1269         - 34  # NDRPDR iter
1270         - 35  # NDRPDR iter
1271         - 36  # NDRPDR iter
1272         - 37  # NDRPDR iter
1273
1274     dpdk-performance-changes-2n-skx-h1:
1275       csit-dpdk-perf-verify-1908-2n-skx:
1276         - 2   # NDRPDR sel
1277         - 3   # NDRPDR sel
1278         - 4   # NDRPDR sel
1279         - 5   # NDRPDR sel
1280         - 7   # NDRPDR sel
1281         - 8   # NDRPDR sel
1282         - 9   # NDRPDR sel
1283         - 10  # NDRPDR sel
1284         - 11  # NDRPDR sel
1285         - 12  # NDRPDR sel
1286     dpdk-performance-changes-2n-skx-ref:
1287       csit-dpdk-perf-verify-2001-2n-skx:
1288         - 35  # NDRPDR sel xxv710
1289         - 36  # NDRPDR sel xxv710
1290         - 37  # NDRPDR sel xxv710
1291         - 41  # NDRPDR sel xxv710
1292         - 42  # NDRPDR sel xxv710
1293         - 43  # NDRPDR sel xxv710
1294         - 46  # NDRPDR sel xxv710
1295         - 47  # NDRPDR sel xxv710
1296         - 52  # NDRPDR sel xxv710
1297         - 53  # NDRPDR sel xxv710
1298         - 38  # NDRPDR sel x710
1299         - 39  # NDRPDR sel x710
1300         - 40  # NDRPDR sel x710
1301         - 44  # NDRPDR sel x710
1302         - 45  # NDRPDR sel x710
1303         - 48  # NDRPDR sel x710
1304         - 49  # NDRPDR sel x710
1305         - 50  # NDRPDR sel x710
1306         - 51  # NDRPDR sel x710
1307         - 54  # NDRPDR sel x710
1308     dpdk-performance-changes-2n-skx-cmp:
1309       csit-dpdk-perf-report-iterative-2005-2n-skx:
1310         - 20  # NDRPDR iter
1311         - 21  # NDRPDR iter
1312         - 22  # NDRPDR iter
1313         - 23  # NDRPDR iter
1314         - 24  # NDRPDR iter
1315         - 25  # NDRPDR iter
1316         - 26  # NDRPDR iter
1317         - 27  # NDRPDR iter
1318         - 28  # NDRPDR iter
1319         - 29  # NDRPDR iter
1320
1321     dpdk-performance-changes-2n-clx-ref:
1322       csit-dpdk-perf-verify-2001-2n-clx:
1323         - 15  # NDRPDR sel
1324         - 16  # NDRPDR sel
1325         - 17  # NDRPDR sel
1326         - 18  # NDRPDR sel
1327         - 19  # NDRPDR sel
1328         - 20  # NDRPDR sel
1329         - 21  # NDRPDR sel
1330         - 22  # NDRPDR sel
1331         - 23  # NDRPDR sel
1332         - 24  # NDRPDR sel
1333         - 25  # NDRPDR sel
1334         - 26  # NDRPDR sel
1335         - 27  # NDRPDR sel
1336         - 28  # NDRPDR sel
1337         - 29  # NDRPDR sel
1338         - 30  # NDRPDR sel
1339         - 31  # NDRPDR sel
1340         - 32  # NDRPDR sel
1341         - 33  # NDRPDR sel
1342         - 34  # NDRPDR sel
1343     dpdk-performance-changes-2n-clx-cmp:
1344       csit-dpdk-perf-report-iterative-2005-2n-clx:
1345         - 20  # NDRPDR iter
1346         - 21  # NDRPDR iter
1347         - 22  # NDRPDR iter
1348         - 23  # NDRPDR iter
1349         - 24  # NDRPDR iter
1350         - 25  # NDRPDR iter
1351         - 26  # NDRPDR iter
1352         - 27  # NDRPDR iter
1353         - 28  # NDRPDR iter
1354         - 29  # NDRPDR iter
1355
1356     dpdk-performance-changes-2n-dnv-ref:
1357       csit-dpdk-perf-verify-2001-2n-dnv:
1358         - 9   # NDRPDR sel
1359         - 10  # NDRPDR sel
1360         - 11  # NDRPDR sel
1361         - 12  # NDRPDR sel
1362         - 13  # NDRPDR sel
1363         - 14  # NDRPDR sel
1364         - 15  # NDRPDR sel
1365         - 16  # NDRPDR sel
1366         - 17  # NDRPDR sel
1367         - 18  # NDRPDR sel
1368     dpdk-performance-changes-2n-dnv-cmp:
1369       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1370         - 8   # NDRPDR sel
1371         - 9   # NDRPDR sel
1372         - 10  # NDRPDR sel
1373         - 11  # NDRPDR sel
1374         - 12  # NDRPDR sel
1375         - 13  # NDRPDR sel
1376         - 14  # NDRPDR sel
1377         - 15  # NDRPDR sel
1378         - 16  # NDRPDR sel
1379         - 17  # NDRPDR sel
1380
1381     dpdk-performance-changes-3n-dnv-ref:
1382       csit-dpdk-perf-verify-2001-3n-dnv:
1383         - 12  # NDRPDR sel
1384         - 13  # NDRPDR sel
1385         - 14  # NDRPDR sel
1386         - 15  # NDRPDR sel
1387         - 16  # NDRPDR sel
1388         - 17  # NDRPDR sel
1389         - 18  # NDRPDR sel
1390         - 19  # NDRPDR sel
1391         - 20  # NDRPDR sel
1392         - 22  # NDRPDR sel
1393     dpdk-performance-changes-3n-dnv-cmp:
1394       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1395         - 6   # NDRPDR sel
1396         - 7   # NDRPDR sel
1397         - 8   # NDRPDR sel
1398         - 9   # NDRPDR sel
1399         - 10  # NDRPDR sel
1400         - 11  # NDRPDR sel
1401         - 12  # NDRPDR sel
1402         - 13  # NDRPDR sel
1403         - 14  # NDRPDR sel
1404         - 16  # NDRPDR sel
1405
1406     dpdk-performance-changes-3n-tsh-ref:
1407       csit-dpdk-perf-verify-2001-3n-tsh:
1408         - 3   # NDRPDR sel
1409         - 4   # NDRPDR sel
1410         - 5   # NDRPDR sel
1411         - 9   # NDRPDR sel
1412         - 10  # NDRPDR sel
1413         - 11  # NDRPDR sel
1414         - 12  # NDRPDR sel
1415         - 14  # NDRPDR sel
1416         - 15  # NDRPDR sel
1417         - 18  # NDRPDR sel
1418     dpdk-performance-changes-3n-tsh-cmp:
1419       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1420         - 5   # NDRPDR sel
1421
1422     # Compare testbeds
1423
1424     vpp-compare-testbeds-ref:
1425       csit-vpp-perf-report-iterative-2005-3n-hsw:
1426         - 20  # NDRPDR sel env 4
1427         - 21  # NDRPDR sel env 4
1428         - 22  # NDRPDR sel env 4
1429         - 23  # NDRPDR sel env 4
1430         - 24  # NDRPDR sel env 4
1431         - 25  # NDRPDR sel env 4
1432         - 26  # NDRPDR sel env 4
1433         - 27  # NDRPDR sel env 4
1434         - 28  # NDRPDR sel env 4
1435         - 29  # NDRPDR sel env 4
1436     vpp-compare-testbeds-cmp:
1437       csit-vpp-perf-report-iterative-2005-3n-skx:
1438         - 42  # NDRPDR sel env 4
1439         - 43  # NDRPDR sel env 4
1440         - 44  # NDRPDR sel env 4
1441         - 45  # NDRPDR sel env 4
1442         - 47  # NDRPDR sel env 4
1443
1444     vpp-compare-testbeds-skx-clx-ref:
1445       csit-vpp-perf-report-iterative-2005-2n-skx:
1446         - 88  # NDRPDR sel env 4
1447         - 89  # NDRPDR sel env 4
1448         - 90  # NDRPDR sel env 4
1449         - 91  # NDRPDR sel env 4
1450         - 92  # NDRPDR sel env 4
1451         - 93  # NDRPDR sel env 4
1452         - 94  # NDRPDR sel env 4
1453     vpp-compare-testbeds-skx-clx-cmp:
1454       csit-vpp-perf-report-iterative-2005-2n-clx:
1455         - 62  # NDRPDR sel env 4
1456         - 63  # NDRPDR sel env 4
1457         - 64  # NDRPDR sel env 4
1458         - 65  # NDRPDR sel env 4
1459         - 66  # NDRPDR sel env 4
1460         - 68  # NDRPDR sel env 4
1461         - 69  # NDRPDR sel env 4
1462         - 70  # NDRPDR sel env 4
1463
1464     vpp-compare-testbeds-hsw-clx-ref:
1465       csit-vpp-perf-report-iterative-2005-3n-hsw:
1466         - 20  # NDRPDR sel env 4
1467         - 21  # NDRPDR sel env 4
1468         - 22  # NDRPDR sel env 4
1469         - 23  # NDRPDR sel env 4
1470         - 24  # NDRPDR sel env 4
1471         - 25  # NDRPDR sel env 4
1472         - 26  # NDRPDR sel env 4
1473         - 27  # NDRPDR sel env 4
1474         - 28  # NDRPDR sel env 4
1475         - 29  # NDRPDR sel env 4
1476     vpp-compare-testbeds-hsw-clx-cmp:
1477       csit-vpp-perf-report-iterative-2005-2n-clx:
1478         - 62  # NDRPDR sel env 4
1479         - 63  # NDRPDR sel env 4
1480         - 64  # NDRPDR sel env 4
1481         - 65  # NDRPDR sel env 4
1482         - 66  # NDRPDR sel env 4
1483         - 68  # NDRPDR sel env 4
1484         - 69  # NDRPDR sel env 4
1485         - 70  # NDRPDR sel env 4
1486
1487     vpp-compare-testbeds-mrr-ref:
1488       csit-vpp-perf-report-iterative-2005-3n-hsw:
1489         - 30  # MRR env 4
1490     vpp-compare-testbeds-mrr-cmp:
1491       csit-vpp-perf-report-iterative-2005-3n-skx:
1492         - 49  # MRR sel env 4
1493
1494     vpp-compare-testbeds-mrr-skx-clx-ref:
1495       csit-vpp-perf-report-iterative-2005-2n-skx:
1496         - 99  # MRR sel env 4
1497     vpp-compare-testbeds-mrr-skx-clx-cmp:
1498       csit-vpp-perf-report-iterative-2005-2n-clx:
1499         - 72  # MRR env 4
1500
1501     vpp-compare-testbeds-mrr-hsw-clx-ref:
1502       csit-vpp-perf-report-iterative-2005-3n-hsw:
1503         - 30  # MRR env 4
1504     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1505       csit-vpp-perf-report-iterative-2005-2n-clx:
1506         - 72  # MRR env 4
1507
1508     dpdk-compare-testbeds-ref:
1509       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1510         - 25  # NDRPDR iter
1511         - 26  # NDRPDR iter
1512         - 27  # NDRPDR iter
1513         - 28  # NDRPDR iter
1514         - 29  # NDRPDR iter
1515         - 30  # NDRPDR iter
1516         - 31  # NDRPDR iter
1517         - 32  # NDRPDR iter
1518         - 33  # NDRPDR iter
1519         - 34  # NDRPDR iter
1520     dpdk-compare-testbeds-cmp:
1521       csit-dpdk-perf-report-iterative-2005-3n-skx:
1522         - 28  # NDRPDR iter
1523         - 29  # NDRPDR iter
1524         - 30  # NDRPDR iter
1525         - 31  # NDRPDR iter
1526         - 32  # NDRPDR iter
1527         - 33  # NDRPDR iter
1528         - 34  # NDRPDR iter
1529         - 35  # NDRPDR iter
1530         - 36  # NDRPDR iter
1531         - 37  # NDRPDR iter
1532
1533     dpdk-compare-testbeds-skx-clx-ref:
1534       csit-dpdk-perf-report-iterative-2005-2n-skx:
1535         - 20  # NDRPDR iter
1536         - 21  # NDRPDR iter
1537         - 22  # NDRPDR iter
1538         - 23  # NDRPDR iter
1539         - 24  # NDRPDR iter
1540         - 25  # NDRPDR iter
1541         - 26  # NDRPDR iter
1542         - 27  # NDRPDR iter
1543         - 28  # NDRPDR iter
1544         - 29  # NDRPDR iter
1545     dpdk-compare-testbeds-skx-clx-cmp:
1546       csit-dpdk-perf-report-iterative-2005-2n-clx:
1547         - 20  # NDRPDR iter
1548         - 21  # NDRPDR iter
1549         - 22  # NDRPDR iter
1550         - 23  # NDRPDR iter
1551         - 24  # NDRPDR iter
1552         - 25  # NDRPDR iter
1553         - 26  # NDRPDR iter
1554         - 27  # NDRPDR iter
1555         - 28  # NDRPDR iter
1556         - 29  # NDRPDR iter
1557
1558     # Compare topologies
1559
1560     vpp-compare-topologies-ref:
1561       csit-vpp-perf-report-iterative-2005-3n-skx:
1562         - 42  # NDRPDR sel env 4
1563         - 43  # NDRPDR sel env 4
1564         - 44  # NDRPDR sel env 4
1565         - 45  # NDRPDR sel env 4
1566         - 47  # NDRPDR sel env 4
1567     vpp-compare-topologies-cmp:
1568       csit-vpp-perf-report-iterative-2005-2n-skx:
1569         - 88  # NDRPDR sel env 4
1570         - 89  # NDRPDR sel env 4
1571         - 90  # NDRPDR sel env 4
1572         - 91  # NDRPDR sel env 4
1573         - 92  # NDRPDR sel env 4
1574         - 93  # NDRPDR sel env 4
1575         - 94  # NDRPDR sel env 4
1576
1577     vpp-compare-topologies-mrr-ref:
1578       csit-vpp-perf-report-iterative-2005-3n-skx:
1579         - 49  # MRR sel env 4
1580     vpp-compare-topologies-mrr-cmp:
1581       csit-vpp-perf-report-iterative-2005-2n-skx:
1582         - 99  # MRR sel env 4
1583
1584     dpdk-compare-topologies-ref:
1585       csit-dpdk-perf-report-iterative-2005-3n-skx:
1586         - 28  # NDRPDR iter
1587         - 29  # NDRPDR iter
1588         - 30  # NDRPDR iter
1589         - 31  # NDRPDR iter
1590         - 32  # NDRPDR iter
1591         - 33  # NDRPDR iter
1592         - 34  # NDRPDR iter
1593         - 35  # NDRPDR iter
1594         - 36  # NDRPDR iter
1595         - 37  # NDRPDR iter
1596     dpdk-compare-topologies-cmp:
1597       csit-dpdk-perf-report-iterative-2005-2n-skx:
1598         - 20  # NDRPDR iter
1599         - 21  # NDRPDR iter
1600         - 22  # NDRPDR iter
1601         - 23  # NDRPDR iter
1602         - 24  # NDRPDR iter
1603         - 25  # NDRPDR iter
1604         - 26  # NDRPDR iter
1605         - 27  # NDRPDR iter
1606         - 28  # NDRPDR iter
1607         - 29  # NDRPDR iter
1608
1609   plot-layouts:
1610
1611     plot-soak-throughput:
1612       titlefont:
1613         size: 18
1614       xaxis:
1615         title: "<b>Test Cases [Index]</b>"
1616         titlefont:
1617           size: 16
1618         autorange: True
1619         fixedrange: False
1620         gridcolor: "rgb(230, 230, 230)"
1621         linecolor: "rgb(220, 220, 220)"
1622         linewidth: 1
1623         showgrid: True
1624         showline: True
1625         showticklabels: True
1626         tickcolor: "rgb(220, 220, 220)"
1627         tickmode: "linear"
1628         tickfont:
1629           size: 16
1630         zeroline: False
1631       yaxis:
1632         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1633         titlefont:
1634           size: 16
1635         gridcolor: "rgb(230, 230, 230)"
1636         hoverformat: ".4r"
1637         tickformat: ".3r"
1638         linecolor: "rgb(220, 220, 220)"
1639         linewidth: 1
1640         showgrid: True
1641         showline: True
1642         showticklabels: True
1643         tickcolor: "rgb(220, 220, 220)"
1644         tickfont:
1645           size: 16
1646         zeroline: False
1647         range: [0,50]
1648       autosize: False
1649       margin:
1650         t: 50
1651         b: 0
1652         l: 80
1653         r: 20
1654       showlegend: True
1655       legend:
1656         orientation: "h"
1657         font:
1658           size: 16
1659       width: 700
1660       height: 900
1661       paper_bgcolor: "#fff"
1662       plot_bgcolor: "#fff"
1663       hoverlabel:
1664         namelength: -1
1665
1666     plot-service-density:
1667       titlefont:
1668         size: 18
1669       xaxis:
1670         side: "top"
1671         autorange: True
1672         fixedrange: False
1673         showgrid: False
1674         showline: False
1675         showticklabels: False
1676         ticks: ""
1677         ticklen: 0
1678         tickwidth: 0
1679         zeroline: False
1680       yaxis:
1681         autorange: "reversed"
1682         showgrid: False
1683         showline: False
1684         showticklabels: False
1685         ticks: ""
1686         ticklen: 0
1687         tickwidth: 0
1688         zeroline: False
1689       showlegend: False
1690       paper_bgcolor: "#fff"
1691       plot_bgcolor: "#fff"
1692       width: 700
1693       height: 700
1694       hoverlabel:
1695         namelength: -1
1696
1697     plot-hoststack:
1698       titlefont:
1699         size: 16
1700       xaxis:
1701         title: "<b>Test Cases [Index]</b>"
1702         titlefont:
1703           size: 14
1704         autorange: True
1705         fixedrange: False
1706         gridcolor: "rgb(230, 230, 230)"
1707         linecolor: "rgb(220, 220, 220)"
1708         linewidth: 1
1709         showgrid: True
1710         showline: True
1711         showticklabels: True
1712         tickcolor: "rgb(220, 220, 220)"
1713         tickmode: "linear"
1714         tickfont:
1715           size: 14
1716         zeroline: False
1717       yaxis:
1718         title: "<b>Bandwidth [Gbps]</b>"
1719         titlefont:
1720           size: 14
1721         gridcolor: "rgb(230, 230, 230)"
1722         hoverformat: ".4s"
1723         linecolor: "rgb(220, 220, 220)"
1724         linewidth: 1
1725         rangemode: "tozero"
1726         showgrid: True
1727         showline: True
1728         showticklabels: True
1729         tickcolor: "rgb(230, 230, 230)"
1730         tickformat: ".3s"
1731         tickfont:
1732           size: 14
1733         zeroline: False
1734       boxmode: "group"
1735       boxgroupgap: 0.5
1736       autosize: False
1737       margin:
1738         t: 50
1739         b: 20
1740         l: 80
1741         r: 20
1742       showlegend: True
1743       legend:
1744         orientation: "h"
1745         font:
1746           size: 14
1747       width: 700
1748       height: 800
1749       paper_bgcolor: "#fff"
1750       plot_bgcolor: "#fff"
1751       hoverlabel:
1752         namelength: -1
1753
1754     plot-throughput:
1755       titlefont:
1756         size: 18
1757       xaxis:
1758         title: "<b>Test Cases [Index]</b>"
1759         titlefont:
1760           size: 16
1761         autorange: True
1762         fixedrange: False
1763         gridcolor: "rgb(230, 230, 230)"
1764         linecolor: "rgb(220, 220, 220)"
1765         linewidth: 1
1766         showgrid: True
1767         showline: True
1768         showticklabels: True
1769         tickcolor: "rgb(220, 220, 220)"
1770         tickmode: "linear"
1771         tickfont:
1772           size: 16
1773         zeroline: False
1774       yaxis:
1775         title: "<b>Packet Throughput [Mpps]</b>"
1776         titlefont:
1777           size: 16
1778         gridcolor: "rgb(230, 230, 230)"
1779         hoverformat: ".4r"
1780         tickformat: ".3r"
1781         linecolor: "rgb(220, 220, 220)"
1782         linewidth: 1
1783         showgrid: True
1784         showline: True
1785         showticklabels: True
1786         tickcolor: "rgb(220, 220, 220)"
1787         tickfont:
1788           size: 16
1789         zeroline: False
1790         range: [0,50]
1791       autosize: False
1792       margin:
1793         t: 50
1794         b: 0
1795         l: 80
1796         r: 20
1797       showlegend: True
1798       legend:
1799         orientation: "h"
1800         font:
1801           size: 16
1802       width: 700
1803       height: 900
1804       paper_bgcolor: "#fff"
1805       plot_bgcolor: "#fff"
1806       hoverlabel:
1807         namelength: -1
1808
1809     plot-throughput-speedup-analysis:
1810       titlefont:
1811         size: 18
1812       xaxis:
1813         title: "<b>Number of Cores [Qty]</b>"
1814         titlefont:
1815           size: 16
1816         autorange: True
1817         fixedrange: False
1818         gridcolor: "rgb(230, 230, 230)"
1819         linecolor: "rgb(220, 220, 220)"
1820         linewidth: 1
1821         showgrid: True
1822         showline: True
1823         showticklabels: True
1824         tickcolor: "rgb(238, 238, 238)"
1825         tickmode: "linear"
1826         tickfont:
1827           size: 16
1828         zeroline: False
1829       yaxis:
1830         title: "<b>Packet Throughput [Mpps]</b>"
1831         titlefont:
1832           size: 16
1833         type: "linear"
1834         gridcolor: "rgb(230, 230, 230)"
1835         hoverformat: ".4s"
1836         linecolor: "rgb(220, 220, 220)"
1837         linewidth: 1
1838         showgrid: True
1839         showline: True
1840         showticklabels: True
1841         tickcolor: "rgb(220, 220, 220)"
1842         tickformat: ".4s"
1843         tickfont:
1844           size: 16
1845         zeroline: True
1846         rangemode: "tozero"
1847         range: [0,100]
1848       legend:
1849         orientation: "h"
1850         font:
1851           size: 16
1852         xanchor: "left"
1853         yanchor: "top"
1854         x: 0
1855         y: -0.2
1856         bgcolor: "rgba(255, 255, 255, 0)"
1857         bordercolor: "rgba(255, 255, 255, 0)"
1858         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1859       autosize: False
1860       margin:
1861           't': 50
1862           'b': 150
1863           'l': 85
1864           'r': 10
1865       showlegend: True
1866       width: 700
1867       height: 700
1868       paper_bgcolor: "#fff"
1869       plot_bgcolor: "#fff"
1870       hoverlabel:
1871         namelength: -1
1872       annotations: [
1873         {
1874           text: "_ _          __          ...",
1875           align: "left",
1876           showarrow: False,
1877           xref: "paper",
1878           yref: "paper",
1879           xanchor: "left",
1880           yanchor: "top",
1881           x: 0,
1882           y: -0.13,
1883           font: {
1884             family: "Consolas, Courier New",
1885             size: 15
1886           },
1887         },
1888         {
1889           text: "    Perfect     Measured     Limit",
1890           align: "left",
1891           showarrow: False,
1892           xref: "paper",
1893           yref: "paper",
1894           xanchor: "left",
1895           yanchor: "top",
1896           x: 0,
1897           y: -0.15,
1898           font: {
1899             family: "Consolas, Courier New",
1900             size: 15
1901           },
1902         },
1903       ]
1904
1905     plot-latency:
1906       titlefont:
1907         size: 18
1908       xaxis:
1909         title: "<b>Direction</b>"
1910         titlefont:
1911           size: 16
1912         autorange: True
1913         fixedrange: False
1914         gridcolor: "rgb(230, 230, 230)"
1915         linecolor: "rgb(220, 220, 220)"
1916         linewidth: 1
1917         showgrid: True
1918         showline: True
1919         showticklabels: False
1920         tickcolor: "rgb(220, 220, 220)"
1921         tickmode: "linear"
1922         tickfont:
1923           size: 16
1924         zeroline: False
1925       yaxis:
1926         title: "<b>Packet Latency [uSec]</b>"
1927         titlefont:
1928           size: 16
1929         type: "linear"
1930         gridcolor: "rgb(230, 230, 230)"
1931         hoverformat: ".4s"
1932         linecolor: "rgb(220, 220, 220)"
1933         linewidth: 1
1934         showgrid: True
1935         showline: True
1936         showticklabels: True
1937         tickcolor: "rgb(220, 220, 220)"
1938         tickformat: ".4s"
1939         tickfont:
1940           size: 16
1941         zeroline: True
1942         rangemode: "tozero"
1943       legend:
1944         orientation: "h"
1945         font:
1946           size: 16
1947         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1948       autosize: False
1949       margin:
1950           't': 50
1951           'b': 150
1952           'l': 80
1953           'r': 10
1954       showlegend: True
1955       width: 700
1956       height: 700
1957       paper_bgcolor: "#fff"
1958       plot_bgcolor: "#fff"
1959       hoverlabel:
1960         namelength: -1
1961
1962     plot-hdrh-latency:
1963       title:
1964         text: ""
1965         xanchor: "center"
1966         x: 0.5
1967         font:
1968           size: 16
1969       width: 700
1970       plot_bgcolor: "white"
1971       annotations:
1972         - font:
1973             size: 14
1974           showarrow: False
1975           text: "<b>Packet Latency [uSec]</b>"
1976           x: 1
1977           xanchor: "right"
1978           xref: "paper"
1979           y: -0.045
1980           yanchor: "top"
1981           yref: "paper"
1982         - font:
1983             size: 14
1984           showarrow: False
1985           text: "<b>Probability [%]</b>"
1986           textangle: 270
1987           x: -0.06
1988           xanchor: "center"
1989           xref: "paper"
1990           y: 0.5
1991           yanchor: "middle"
1992           yref: "paper"
1993         - font:
1994             size: 14
1995           showarrow: False
1996           text: "<b>Direction: E-W</b>"
1997           x: 0.24
1998           xanchor: "center"
1999           xref: "paper"
2000           y: 1.05
2001           yanchor: "bottom"
2002           yref: "paper"
2003         - font:
2004             size: 14
2005           showarrow: False
2006           text: "<b>Direction: W-E</b>"
2007           x: 0.74
2008           xanchor: "center"
2009           xref: "paper"
2010           y: 1.05
2011           yanchor: "bottom"
2012           yref: "paper"
2013
2014     plot-hdrh-latency-percentile:
2015       title:
2016         text: ""
2017         xanchor: "center"
2018         x: 0.5
2019         font:
2020           size: 18
2021       xaxis:
2022         type: "log"
2023         title: "<b>Percentile [%]</b>"
2024         titlefont:
2025           size: 16
2026         autorange: True
2027         fixedrange: False
2028         gridcolor: "rgb(230, 230, 230)"
2029         linecolor: "rgb(220, 220, 220)"
2030         linewidth: 1
2031         showgrid: True
2032         showline: True
2033         showticklabels: True
2034         tickcolor: "rgb(220, 220, 220)"
2035         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2036         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2037         tickfont:
2038           size: 16
2039       yaxis:
2040         title: "<b>Packet Latency [uSec]</b>"
2041         titlefont:
2042           size: 16
2043         gridcolor: "rgb(230, 230, 230)"
2044         linecolor: "rgb(220, 220, 220)"
2045         linewidth: 1
2046         showgrid: True
2047         showline: True
2048         showticklabels: True
2049         tickcolor: "rgb(220, 220, 220)"
2050         tickfont:
2051           size: 16
2052       autosize: False
2053       showlegend: True
2054       legend:
2055         traceorder: "normal"
2056         orientation: "h"
2057         font:
2058           size: 16
2059         xanchor: "left"
2060         yanchor: "top"
2061         x: 0
2062         y: -0.15
2063         bgcolor: "rgba(255, 255, 255, 0)"
2064         bordercolor: "rgba(255, 255, 255, 0)"
2065       width: 700
2066       height: 700
2067       paper_bgcolor: "white"
2068       plot_bgcolor: "white"
2069
2070     plot-hdrh-latency-by-percentile:
2071       title:
2072         text: "<b>Latency by Percentile Distribution</b>"
2073         xanchor: "center"
2074         x: 0.5
2075         font:
2076           size: 18
2077       showlegend: True
2078       legend:
2079         traceorder: "normal"
2080         orientation: "h"
2081         font:
2082           size: 16
2083         xanchor: "left"
2084         yanchor: "top"
2085         x: 0
2086         y: -0.2
2087         bgcolor: "rgba(255, 255, 255, 0)"
2088         bordercolor: "rgba(255, 255, 255, 0)"
2089       xaxis:
2090         type: "linear"
2091         title: "<b>Percentile [%]</b>"
2092         titlefont:
2093           size: 14
2094         autorange: False
2095         fixedrange: False
2096         range: [0, 100]
2097         gridcolor: "rgb(230, 230, 230)"
2098         linecolor: "rgb(220, 220, 220)"
2099         linewidth: 1
2100         showgrid: True
2101         showline: True
2102         showticklabels: True
2103         tickcolor: "rgb(220, 220, 220)"
2104         tickvals: [0, 25, 50, 75, 100]
2105         ticktext: [0, 25, 50, 75, 100]
2106         tickfont:
2107           size: 14
2108       yaxis:
2109         title: "<b>One-Way Latency per Direction [uSec]</b>"
2110         titlefont:
2111           size: 14
2112         gridcolor: "rgb(230, 230, 230)"
2113         linecolor: "rgb(220, 220, 220)"
2114         linewidth: 1
2115         showgrid: True
2116         showline: True
2117         showticklabels: True
2118         tickcolor: "rgb(220, 220, 220)"
2119         tickfont:
2120           size: 14
2121       width: 700
2122       height: 700
2123       paper_bgcolor: "white"
2124       plot_bgcolor: "white"
2125
2126 - type: "static"
2127   src-path: "{DIR[RST]}"
2128   dst-path: "{DIR[WORKING,SRC]}"
2129
2130 - type: "input"
2131   general:
2132     file-name: "output_info.xml.gz"
2133     file-format: ".gz"
2134     arch-file-format:
2135       - ".gz"
2136       - ".zip"
2137     download-path: "{job}/{build}/archives/{filename}"
2138     extract: "output.xml"
2139
2140     zip-file-name: "robot-plugin.zip"
2141     zip-file-format: ".zip"
2142     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2143     zip-extract: "robot-plugin/output.xml"
2144
2145   builds:
2146
2147     csit-vpp-perf-verify-1908-3n-hsw:
2148       - 12  # NDRPDR sel
2149       - 13  # NDRPDR sel
2150       - 14  # NDRPDR sel
2151       - 15  # NDRPDR sel
2152       - 16  # NDRPDR sel
2153       - 17  # NDRPDR sel
2154       - 18  # NDRPDR sel
2155       - 19  # NDRPDR sel
2156       - 20  # NDRPDR sel
2157       - 21  # NDRPDR sel
2158       - 39  # MRR sel
2159     csit-vpp-perf-verify-2001-3n-hsw:
2160       - 21  # NDRPDR sel
2161       - 22  # NDRPDR sel
2162       - 23  # NDRPDR sel
2163       - 24  # NDRPDR sel
2164       - 25  # NDRPDR sel
2165       - 29  # NDRPDR sel
2166       - 30  # NDRPDR sel
2167       - 31  # NDRPDR sel
2168       - 32  # NDRPDR sel
2169       - 34  # NDRPDR sel
2170       - 17  # MRR sel
2171     csit-vpp-perf-report-iterative-2005-3n-hsw:
2172       - 3   # NDRPDR sel
2173       - 4   # NDRPDR sel
2174       - 5   # NDRPDR sel
2175       - 10  # NDRPDR sel
2176       - 11  # NDRPDR sel
2177       - 12  # NDRPDR sel
2178       - 15  # NDRPDR sel
2179       - 16  # NDRPDR sel
2180       - 18  # NDRPDR sel
2181       - 19  # NDRPDR sel
2182       - 20  # NDRPDR sel env 4
2183       - 21  # NDRPDR sel env 4
2184       - 22  # NDRPDR sel env 4
2185       - 23  # NDRPDR sel env 4
2186       - 24  # NDRPDR sel env 4
2187       - 25  # NDRPDR sel env 4
2188       - 26  # NDRPDR sel env 4
2189       - 27  # NDRPDR sel env 4
2190       - 28  # NDRPDR sel env 4
2191       - 29  # NDRPDR sel env 4
2192       - 13  # MRR
2193       - 30  # MRR env 4
2194       - 31  # NDRPDR sel 2001.0-4
2195       - 32  # NDRPDR sel 2001.0-4
2196       - 33  # NDRPDR sel 2001.0-4
2197       - 34  # NDRPDR sel 2001.0-4
2198       - 35  # NDRPDR sel 2001.0-4
2199       - 36  # NDRPDR sel 2001.0-4
2200       - 38  # NDRPDR sel 2001.0-4
2201     csit-vpp-perf-verify-2005-3n-hsw:
2202       - 3   # hoststack
2203       - 5   # hoststack
2204       - 6   # hoststack
2205       - 7   # hoststack
2206       - 8   # hoststack
2207       - 9   # hoststack
2208       - 10  # hoststack
2209       - 11  # hoststack
2210       - 12  # hoststack
2211       - 13  # hoststack
2212     csit-vpp-perf-report-coverage-2005-3n-hsw:
2213       - 74  # crypto-00
2214       - 75  # crypto-01
2215       - 76  # crypto-02
2216       - 77  # crypto-03
2217       - 78  # ip4-00
2218       - 79  # ip4-01
2219       - 80  # ip4-02
2220       - 81  # ip4-03
2221       - 73  # ip4-04
2222       - 82  # ip4-05
2223       - 83  # ip4-06
2224       - 84  # ip4-07
2225       - 85  # ip4-08
2226       - 86  # ip4tun-00
2227       - 87  # ip4tun-01
2228       - 88  # ip4tun-02
2229       - 89  # ip6-00
2230       - 90  # ip6-01
2231       - 91  # ip6tun-00
2232       - 92  # l2-00
2233       - 93  # l2-01
2234       - 94  # l2-02
2235       - 95  # l2-03
2236       - 96  # l2-04
2237       - 97  # l2-05
2238       - 98  # l2-06
2239       - 99  # l2-07
2240       - 100 # l2-08
2241       - 101 # l2-09
2242       - 102 # l2-10
2243       - 103 # memif-00
2244       - 104 # srv6-00
2245       - 105 # srv6-01
2246       - 106 # vhost-00
2247       - 107 # vhost-01
2248       - 109 # vhost-02
2249
2250     csit-vpp-perf-verify-1908_1-3n-skx:
2251       - 26  # NDRPDR sel - new1908.1
2252       - 27  # NDRPDR sel - new1908.1
2253       - 28  # NDRPDR sel - new1908.1
2254       - 29  # NDRPDR sel - new1908.1
2255       - 30  # NDRPDR sel - new1908.1
2256       - 31  # NDRPDR sel - new1908.1
2257       - 33  # NDRPDR sel - new1908.1
2258       - 34  # NDRPDR sel - new1908.1
2259       - 35  # NDRPDR sel - new1908.1
2260       - 36  # NDRPDR sel - new1908.1
2261     csit-vpp-perf-verify-2001-3n-skx:
2262       - 69  # NDRPDR sel - new2001.0
2263       - 71  # NDRPDR sel - new2001.0
2264       - 72  # NDRPDR sel - new2001.0
2265       - 76  # NDRPDR sel - new2001.0
2266       - 77  # NDRPDR sel - new2001.0
2267       - 78  # NDRPDR sel - new2001.0
2268       - 80  # NDRPDR sel - new2001.0
2269       - 50  # MRR sel
2270       - 53  # MRR sel addition
2271     csit-vpp-perf-report-iterative-2005-3n-skx:
2272       - 4   # NDRPDR sel
2273       - 5   # NDRPDR sel ??? all x710 failed
2274       - 33  # NDRPDR sel
2275       - 28  # NDRPDR sel
2276       - 34  # NDRPDR sel
2277       - 36  # NDRPDR sel
2278       - 37  # NDRPDR sel
2279       - 38  # NDRPDR sel
2280       - 39  # NDRPDR sel
2281       - 41  # NDRPDR sel
2282       - 42  # NDRPDR sel env 4
2283       - 43  # NDRPDR sel env 4
2284       - 44  # NDRPDR sel env 4
2285       - 45  # NDRPDR sel env 4
2286       - 47  # NDRPDR sel env 4
2287       - 50  # NDRPDR sel 2001.0-4
2288       - 51  # NDRPDR sel 2001.0-4
2289       - 52  # NDRPDR sel 2001.0-4
2290       - 53  # NDRPDR sel 2001.0-4
2291       - 54  # NDRPDR sel 2001.0-4
2292       - 6   # MRR sel
2293       - 49  # MRR sel env 4
2294 #    csit-vpp-perf-report-coverage-2005-3n-skx:
2295 #      - 10  # perf-full-3n-skx-crypto_I
2296 #      - 11  # perf-full-3n-skx-crypto_II
2297 #      - 12  # perf-full-3n-skx-crypto_III
2298 #      - 5   # perf-full-3n-skx-ip4_I
2299 #      - 14  # perf-full-3n-skx-ip4_II
2300 #      - 7   # perf-full-3n-skx-ip4_III
2301 #      - 15  # perf-full-3n-skx-ip4_IV
2302 #      - 16  # perf-full-3n-skx-ip4_V
2303 #      - 17  # perf-full-3n-skx-ip4_VI
2304 #      - 18  # perf-full-3n-skx-ip4_VII
2305 #      - 19  # perf-full-3n-skx-ip4_VIII
2306 #      - 20  # perf-full-3n-skx-ip4_IX
2307 #      - 24  # perf-full-3n-skx-ip6_I
2308 #      - 25  # perf-full-3n-skx-ip6_II
2309 #      - 21  # perf-full-3n-skx-ip4tunnels-I
2310 #      - 22  # perf-full-3n-skx-ip4tunnels-II
2311 #      - 23  # perf-full-3n-skx-ip4tunnels-III
2312 #      - 26  # perf-full-3n-skx-ip6tunnels-I
2313 #      - 28  # perf-full-3n-skx-l2_II
2314 #      - 29  # perf-full-3n-skx-l2_III
2315 #      - 30  # perf-full-3n-skx-l2_IV
2316 #      - 32  # perf-full-3n-skx-l2_VI
2317 #      - 33  # perf-full-3n-skx-l2_VII
2318 #      - 34  # perf-full-3n-skx-l2_VIII
2319 #      - 35  # perf-full-3n-skx-l2_IX
2320 #      - 36  # perf-full-3n-skx-l2_X
2321 #      - 37  # perf-full-3n-skx-l2_XI
2322 #      - 38  # perf-full-3n-skx-memif
2323 #      - 39  # perf-full-3n-skx-srv6-I
2324 #      - 40  # perf-full-3n-skx-srv6-II
2325 #      - 43  # perf-full-3n-skx-vhost-III
2326
2327     csit-vpp-perf-verify-1908_1-2n-skx:
2328       - 39  # NDRPDR sel - new1908.1
2329       - 40  # NDRPDR sel - new1908.1
2330       - 41  # NDRPDR sel - new1908.1
2331       - 43  # NDRPDR sel - new1908.1
2332       - 44  # NDRPDR sel - new1908.1
2333       - 45  # NDRPDR sel - new1908.1
2334       - 46  # NDRPDR sel - new1908.1
2335       - 47  # NDRPDR sel - new1908.1
2336       - 48  # NDRPDR sel - new1908.1
2337       - 49  # NDRPDR sel - new1908.1
2338     csit-vpp-perf-verify-2001-2n-skx:
2339       - 143  # NDRPDR sel - new2001.0
2340       - 146  # NDRPDR sel - new2001.0
2341       - 147  # NDRPDR sel - new2001.0
2342       - 148  # NDRPDR sel - new2001.0
2343       - 149  # NDRPDR sel - new2001.0
2344       - 150  # NDRPDR sel - new2001.0
2345       - 151  # NDRPDR sel - new2001.0
2346       - 152  # NDRPDR sel - new2001.0
2347       - 153  # NDRPDR sel - new2001.0
2348       - 154  # NDRPDR sel - new2001.0
2349       - 101  # MRR sel - old
2350       - 128  # MRR sel addition - old
2351     csit-vpp-perf-report-iterative-2005-2n-skx:
2352       - 43  # NDRPDR sel
2353       - 38  # NDRPDR sel
2354       - 7   # NDRPDR sel
2355       - 65  # NDRPDR sel
2356       - 47  # NDRPDR sel
2357       - 55  # NDRPDR sel
2358       - 67  # NDRPDR sel
2359       - 75  # NDRPDR sel
2360       - 76  # NDRPDR sel
2361       - 73  # NDRPDR sel
2362       - 88  # NDRPDR sel env 4
2363       - 89  # NDRPDR sel env 4
2364       - 90  # NDRPDR sel env 4
2365       - 91  # NDRPDR sel env 4
2366       - 92  # NDRPDR sel env 4
2367       - 93  # NDRPDR sel env 4
2368       - 94  # NDRPDR sel env 4
2369       - 100 # NDRPDR sel 2001.0-4
2370       - 101 # NDRPDR sel 2001.0-4
2371       - 102 # NDRPDR sel 2001.0-4
2372       - 103 # NDRPDR sel 2001.0-4
2373       - 104 # NDRPDR sel 2001.0-4
2374       - 105 # NDRPDR sel 2001.0-4
2375       - 42  # MRR sel
2376       - 99  # MRR sel env 4
2377       - 106 # Reconf env 4
2378       - 107 # Reconf env 4
2379       - 108 # Reconf env 4
2380       - 109 # Reconf env 4
2381       - 110 # Reconf env 4
2382       - 111 # Reconf env 4
2383       - 112 # Reconf env 4
2384       - 118 # Reconf env 4
2385       - 120 # Reconf env 4
2386       - 121 # Reconf env 4
2387       - 122 # Soak
2388       - 123 # Soak
2389       - 113 # nf-density-sel env 4
2390       - 114 # nf-density-sel env 4
2391       - 115 # MRR nf-density-sel env 4
2392 #    csit-vpp-perf-report-coverage-2005-2n-skx:
2393 #      - 11  # perf-full-2n-skx-ip4_I
2394 #      - 3   # perf-full-2n-skx-ip4_II
2395 #      - 18  # perf-full-2n-skx-ip4_III
2396 #      - 19  # perf-full-2n-skx-ip4_IV
2397 #      - 5   # perf-full-2n-skx-ip4_V
2398 #      - 20  # perf-full-2n-skx-ip4_VI
2399 #      - 7   # perf-full-2n-skx-ip6_I
2400 #      - 21  # perf-full-2n-skx-ip6_II
2401 #      - 9   # perf-full-2n-skx-l2_I
2402 #      - 22  # perf-full-2n-skx-l2_II
2403 #      - 23  # perf-full-2n-skx-memif
2404 #      - 24  # perf-full-2n-skx-loadbalancer
2405 #      - 25  # perf-full-2n-skx-vhost I
2406 #      - 26  # perf-full-2n-skx-vhost II
2407 #      - 27  # perf-full-2n-skx-vts
2408
2409     csit-vpp-perf-verify-1908_1-2n-clx:
2410       - 5  # NDRPDR sel
2411       - 6  # NDRPDR sel
2412       - 7  # NDRPDR sel
2413       - 8  # NDRPDR sel
2414       - 9  # NDRPDR sel
2415     csit-vpp-perf-verify-2001-2n-clx:
2416       - 28  # NDRPDR sel
2417       - 29  # NDRPDR sel
2418       - 32  # NDRPDR sel
2419       - 40  # NDRPDR sel
2420       - 43  # NDRPDR sel
2421       - 44  # NDRPDR sel
2422       - 45  # NDRPDR sel
2423       - 47  # NDRPDR sel
2424       - 48  # NDRPDR sel
2425       - 49  # NDRPDR sel
2426       - 39  # MRR
2427     csit-vpp-perf-report-iterative-2005-2n-clx:
2428       - 7   # NDRPDR sel
2429       - 38  # NDRPDR sel
2430       - 9   # NDRPDR sel
2431       - 32  # NDRPDR sel ???
2432       - 33  # NDRPDR sel ???
2433       - 39  # NDRPDR sel
2434       - 40  # NDRPDR sel
2435       - 43  # NDRPDR sel
2436       - 50  # NDRPDR sel
2437       - 51  # NDRPDR sel
2438       - 62  # NDRPDR sel env 4
2439       - 63  # NDRPDR sel env 4
2440       - 64  # NDRPDR sel env 4
2441       - 65  # NDRPDR sel env 4
2442       - 66  # NDRPDR sel env 4
2443       - 68  # NDRPDR sel env 4
2444       - 69  # NDRPDR sel env 4
2445       - 70  # NDRPDR sel env 4
2446       - 73  # NDRPDR sel 2001.0-4
2447       - 74  # NDRPDR sel 2001.0-4
2448       - 75  # NDRPDR sel 2001.0-4
2449       - 76  # NDRPDR sel 2001.0-4
2450       - 77  # NDRPDR sel 2001.0-4
2451       - 78  # NDRPDR sel 2001.0-4
2452       - 79  # NDRPDR sel 2001.0-4
2453       - 80  # NDRPDR sel 2001.0-4
2454       - 12  # MRR
2455       - 72  # MRR env 4
2456       - 81  # Reconf env 4
2457       - 82  # Reconf env 4
2458       - 83  # Reconf env 4
2459       - 84  # Reconf env 4
2460       - 85  # Reconf env 4
2461       - 86  # Reconf env 4
2462       - 87  # Reconf env 4
2463       - 88  # Reconf env 4
2464       - 89  # Reconf env 4
2465       - 90  # Reconf env 4
2466       - 101 # Soak
2467       - 102 # Soak
2468       - 91  # nfv-density-00 env 4
2469       - 92  # nfv-density-00 env 4
2470       - 93  # nfv-density-00 env 4
2471       - 97  # nfv-density-00 env 4
2472       - 98  # nfv-density-00 env 4
2473       - 99  # nfv-density-00 env 4
2474       - 100 # nfv-density-00 env 4
2475       - 96  # MRR nfv-density-00 env 4
2476 #    csit-vpp-perf-report-coverage-2005-2n-clx:
2477 #      - 21  # perf-full-2n-clx-ip4_I
2478 #      - 2   # perf-full-2n-clx-ip4_II
2479 #      - 3   # perf-full-2n-clx-ip4_III
2480 #      - 4   # perf-full-2n-clx-ip4_IV
2481 #      - 5   # perf-full-2n-clx-ip4_V
2482 #      - 6   # perf-full-2n-clx-ip4_VI
2483 #      - 7   # perf-full-2n-clx-ip6_I
2484 #      - 16  # perf-full-2n-clx-ip6_II
2485 #      - 23  # perf-full-2n-clx-l2_I
2486 #      - 10  # perf-full-2n-clx-l2_II
2487 #      - 11  # perf-full-2n-clx-memif
2488 #      - 12  # perf-full-2n-clx-loadbalancer
2489 #      - 13  # perf-full-2n-clx-vhost I
2490 #      - 22  # perf-full-2n-clx-vhost II
2491 #      - 15  # perf-full-2n-clx-vts
2492
2493     csit-vpp-perf-verify-1908-3n-tsh:
2494       - 7   # NDRPDR sel
2495       - 8   # NDRPDR sel
2496       - 9   # NDRPDR sel
2497       - 10  # NDRPDR sel
2498       - 11  # NDRPDR sel
2499       - 12  # NDRPDR sel
2500       - 13  # NDRPDR sel
2501       - 14  # NDRPDR sel
2502       - 15  # NDRPDR sel
2503       - 16  # NDRPDR sel
2504       - 17  # MRR sel
2505     csit-vpp-perf-verify-2001-3n-tsh:
2506       - 3   # NDRPDR sel
2507       - 4   # NDRPDR sel
2508       - 7   # NDRPDR sel
2509       - 8   # NDRPDR sel
2510       - 10  # NDRPDR sel
2511       - 12  # NDRPDR sel
2512       - 13  # NDRPDR sel
2513       - 14  # NDRPDR sel
2514       - 15  # NDRPDR sel
2515       - 21  # NDRPDR sel
2516       - 9   # MRR sel
2517     csit-vpp-perf-report-iterative-2005-3n-tsh:
2518       - 9   # NDRPDR sel
2519       - 11  # NDRPDR sel
2520       - 12  # NDRPDR sel
2521       - 20  # NDRPDR sel
2522       - 14  # NDRPDR sel
2523       - 21  # NDRPDR sel
2524       - 23  # NDRPDR sel env 4
2525       - 25  # NDRPDR sel env 4
2526       - 33  # NDRPDR sel env 4
2527       - 34  # NDRPDR sel env 4
2528       - 28  # NDRPDR sel 2001.0-4
2529       - 29  # NDRPDR sel 2001.0-4
2530       - 31  # NDRPDR sel 2001.0-4
2531       - 10  # MRR sel
2532       - 27  # MRR sel env 4
2533
2534     csit-vpp-perf-verify-1908-3n-dnv:
2535       - 6   # NDRPDR sel
2536       - 7   # NDRPDR sel
2537       - 8   # NDRPDR sel
2538       - 9   # NDRPDR sel
2539       - 10  # NDRPDR sel
2540       - 12  # NDRPDR sel
2541       - 13  # NDRPDR sel
2542       - 14  # NDRPDR sel
2543       - 15  # NDRPDR sel
2544       - 16  # NDRPDR sel
2545       - 17  # MRR sel
2546     csit-vpp-perf-verify-2001-3n-dnv:
2547       - 5   # NDRPDR sel
2548       - 6   # NDRPDR sel
2549       - 7   # NDRPDR sel
2550       - 8   # NDRPDR sel
2551       - 9   # NDRPDR sel
2552       - 10  # NDRPDR sel
2553       - 12  # NDRPDR sel
2554       - 16  # NDRPDR sel
2555       - 17  # NDRPDR sel
2556       - 18  # NDRPDR sel
2557       - 11  # MRR sel
2558     csit-vpp-perf-report-iterative-2005-3n-dnv:
2559       - 2   # NDRPDR sel
2560       - 3   # NDRPDR sel
2561       - 4   # NDRPDR sel
2562       - 5   # NDRPDR sel
2563       - 6   # NDRPDR sel
2564       - 7   # NDRPDR sel
2565       - 9   # NDRPDR sel
2566       - 10  # NDRPDR sel
2567       - 11  # NDRPDR sel
2568       - 12  # NDRPDR sel
2569       - 8   # MRR
2570     csit-vpp-perf-report-coverage-2005-3n-dnv:
2571       - 1   # perf-full-3n-dnv-crypto_I
2572       - 24  # perf-full-3n-dnv-crypto_II
2573       - 5   # perf-full-3n-dnv-ip4_I
2574       - 13  # perf-full-3n-dnv-ip4_II
2575       - 17  # perf-full-3n-dnv-ip6_I
2576       - 18  # perf-full-3n-dnv-ip6_II
2577       - 21  # perf-full-3n-dnv-l2_I
2578       - 22  # perf-full-3n-dnv-l2_II
2579       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2580
2581     csit-vpp-perf-verify-1908-2n-dnv:
2582       - 1   # NDRPDR sel
2583       - 2   # NDRPDR sel
2584       - 3   # NDRPDR sel
2585       - 4   # NDRPDR sel
2586       - 5   # NDRPDR sel
2587       - 6   # NDRPDR sel
2588       - 7   # NDRPDR sel
2589       - 8   # NDRPDR sel
2590       - 9   # NDRPDR sel
2591       - 10  # NDRPDR sel
2592       - 11  # MRR sel
2593     csit-vpp-perf-verify-2001-2n-dnv:
2594       - 4   # NDRPDR sel
2595       - 5   # NDRPDR sel
2596       - 6   # NDRPDR sel
2597       - 7   # NDRPDR sel
2598       - 8   # NDRPDR sel
2599       - 9   # NDRPDR sel
2600       - 10  # NDRPDR sel
2601       - 11  # NDRPDR sel
2602       - 13  # NDRPDR sel
2603       - 16  # NDRPDR sel
2604       - 12  # MRR sel
2605     csit-vpp-perf-report-iterative-2005-2n-dnv:
2606       - 3   # NDRPDR sel
2607       - 6   # NDRPDR sel
2608       - 7   # NDRPDR sel
2609       - 8   # NDRPDR sel
2610       - 9   # NDRPDR sel
2611       - 10  # NDRPDR sel
2612       - 11  # NDRPDR sel
2613       - 12  # NDRPDR sel
2614       - 13  # NDRPDR sel
2615       - 14  # NDRPDR sel
2616       - 15  # MRR sel
2617     csit-vpp-perf-report-coverage-2005-2n-dnv:
2618       - 1   # perf-full-2n-dnv-ip4_I
2619       - 2   # perf-full-2n-dnv-ip4_II
2620       - 3   # perf-full-2n-dnv-ip6_I
2621       - 4   # perf-full-2n-dnv-ip6_II
2622       - 5   # perf-full-2n-dnv-l2_I
2623       - 6   # perf-full-2n-dnv-l2_II
2624
2625     csit-dpdk-perf-verify-1908-3n-hsw:
2626       - 2   # NDRPDR sel
2627       - 3   # NDRPDR sel
2628       - 4   # NDRPDR sel
2629       - 5   # NDRPDR sel
2630       - 6   # NDRPDR sel
2631       - 7   # NDRPDR sel
2632       - 8   # NDRPDR sel
2633       - 9   # NDRPDR sel
2634       - 10  # NDRPDR sel
2635       - 11  # NDRPDR sel
2636     csit-dpdk-perf-verify-2001-3n-hsw:
2637       - 4   # NDRPDR sel
2638       - 5   # NDRPDR sel
2639       - 6   # NDRPDR sel
2640       - 7   # NDRPDR sel
2641       - 8   # NDRPDR sel
2642       - 9   # NDRPDR sel
2643       - 10  # NDRPDR sel
2644       - 11  # NDRPDR sel
2645       - 12  # NDRPDR sel
2646       - 13  # NDRPDR sel
2647       - 15  # NDRPDR sel
2648       - 16  # NDRPDR sel
2649       - 17  # NDRPDR sel
2650       - 18  # NDRPDR sel
2651       - 19  # NDRPDR sel
2652       - 20  # NDRPDR sel
2653       - 21  # NDRPDR sel
2654       - 22  # NDRPDR sel
2655       - 23  # NDRPDR sel
2656       - 24  # NDRPDR sel
2657     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2658       - 25  # NDRPDR iter
2659       - 26  # NDRPDR iter
2660       - 27  # NDRPDR iter
2661       - 28  # NDRPDR iter
2662       - 29  # NDRPDR iter
2663       - 30  # NDRPDR iter
2664       - 31  # NDRPDR iter
2665       - 32  # NDRPDR iter
2666       - 33  # NDRPDR iter
2667       - 34  # NDRPDR iter
2668
2669     csit-dpdk-perf-verify-1908-3n-skx:
2670       - 3   # NDRPDR sel
2671       - 4   # NDRPDR sel
2672       - 5   # NDRPDR sel
2673       - 6   # NDRPDR sel
2674       - 7   # NDRPDR sel
2675       - 8   # NDRPDR sel
2676       - 9   # NDRPDR sel
2677       - 10  # NDRPDR sel
2678       - 11  # NDRPDR sel
2679       - 12  # NDRPDR sel
2680     csit-dpdk-perf-verify-2001-3n-skx:
2681       - 29  # NDRPDR sel xxv710
2682       - 33  # NDRPDR sel xxv710
2683       - 34  # NDRPDR sel xxv710
2684       - 35  # NDRPDR sel xxv710
2685       - 36  # NDRPDR sel xxv710
2686       - 37  # NDRPDR sel xxv710
2687       - 41  # NDRPDR sel xxv710
2688       - 42  # NDRPDR sel xxv710
2689       - 43  # NDRPDR sel xxv710
2690       - 45  # NDRPDR sel xxv710
2691       - 30  # NDRPDR sel x710
2692       - 31  # NDRPDR sel x710
2693       - 32  # NDRPDR sel x710
2694       - 38  # NDRPDR sel x710
2695       - 39  # NDRPDR sel x710
2696       - 40  # NDRPDR sel x710
2697       - 44  # NDRPDR sel x710
2698       - 46  # NDRPDR sel x710
2699       - 47  # NDRPDR sel x710
2700       - 48  # NDRPDR sel x710
2701     csit-dpdk-perf-report-iterative-2005-3n-skx:
2702       - 28  # NDRPDR iter
2703       - 29  # NDRPDR iter
2704       - 30  # NDRPDR iter
2705       - 31  # NDRPDR iter
2706       - 32  # NDRPDR iter
2707       - 33  # NDRPDR iter
2708       - 34  # NDRPDR iter
2709       - 35  # NDRPDR iter
2710       - 36  # NDRPDR iter
2711       - 37  # NDRPDR iter
2712
2713     csit-dpdk-perf-verify-1908-2n-skx:
2714       - 2   # NDRPDR sel
2715       - 3   # NDRPDR sel
2716       - 4   # NDRPDR sel
2717       - 5   # NDRPDR sel
2718       - 7   # NDRPDR sel
2719       - 8   # NDRPDR sel
2720       - 9   # NDRPDR sel
2721       - 10  # NDRPDR sel
2722       - 11  # NDRPDR sel
2723       - 12  # NDRPDR sel
2724     csit-dpdk-perf-verify-2001-2n-skx:
2725       - 35  # NDRPDR sel xxv710
2726       - 36  # NDRPDR sel xxv710
2727       - 37  # NDRPDR sel xxv710
2728       - 41  # NDRPDR sel xxv710
2729       - 42  # NDRPDR sel xxv710
2730       - 43  # NDRPDR sel xxv710
2731       - 46  # NDRPDR sel xxv710
2732       - 47  # NDRPDR sel xxv710
2733       - 52  # NDRPDR sel xxv710
2734       - 53  # NDRPDR sel xxv710
2735       - 38  # NDRPDR sel x710
2736       - 39  # NDRPDR sel x710
2737       - 40  # NDRPDR sel x710
2738       - 44  # NDRPDR sel x710
2739       - 45  # NDRPDR sel x710
2740       - 48  # NDRPDR sel x710
2741       - 49  # NDRPDR sel x710
2742       - 50  # NDRPDR sel x710
2743       - 51  # NDRPDR sel x710
2744       - 54  # NDRPDR sel x710
2745     csit-dpdk-perf-report-iterative-2005-2n-skx:
2746       - 20  # NDRPDR iter
2747       - 21  # NDRPDR iter
2748       - 22  # NDRPDR iter
2749       - 23  # NDRPDR iter
2750       - 24  # NDRPDR iter
2751       - 25  # NDRPDR iter
2752       - 26  # NDRPDR iter
2753       - 27  # NDRPDR iter
2754       - 28  # NDRPDR iter
2755       - 29  # NDRPDR iter
2756
2757     csit-dpdk-perf-verify-2001-2n-clx:
2758       - 15  # NDRPDR sel
2759       - 16  # NDRPDR sel
2760       - 17  # NDRPDR sel
2761       - 18  # NDRPDR sel
2762       - 19  # NDRPDR sel
2763       - 20  # NDRPDR sel
2764       - 21  # NDRPDR sel
2765       - 22  # NDRPDR sel
2766       - 23  # NDRPDR sel
2767       - 24  # NDRPDR sel
2768       - 25  # NDRPDR sel
2769       - 26  # NDRPDR sel
2770       - 27  # NDRPDR sel
2771       - 28  # NDRPDR sel
2772       - 29  # NDRPDR sel
2773       - 30  # NDRPDR sel
2774       - 31  # NDRPDR sel
2775       - 32  # NDRPDR sel
2776       - 33  # NDRPDR sel
2777       - 34  # NDRPDR sel
2778     csit-dpdk-perf-report-iterative-2005-2n-clx:
2779       - 20  # NDRPDR iter
2780       - 21  # NDRPDR iter
2781       - 22  # NDRPDR iter
2782       - 23  # NDRPDR iter
2783       - 24  # NDRPDR iter
2784       - 25  # NDRPDR iter
2785       - 26  # NDRPDR iter
2786       - 27  # NDRPDR iter
2787       - 28  # NDRPDR iter
2788       - 29  # NDRPDR iter
2789
2790     csit-dpdk-perf-verify-2001-2n-dnv:
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       - 18  # NDRPDR sel
2801     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2802       - 8   # NDRPDR sel
2803       - 9   # NDRPDR sel
2804       - 10  # NDRPDR sel
2805       - 11  # NDRPDR sel
2806       - 12  # NDRPDR sel
2807       - 13  # NDRPDR sel
2808       - 14  # NDRPDR sel
2809       - 15  # NDRPDR sel
2810       - 16  # NDRPDR sel
2811       - 17  # NDRPDR sel
2812
2813     csit-dpdk-perf-verify-2001-3n-dnv:
2814       - 12  # NDRPDR sel
2815       - 13  # NDRPDR sel
2816       - 14  # NDRPDR sel
2817       - 15  # NDRPDR sel
2818       - 16  # NDRPDR sel
2819       - 17  # NDRPDR sel
2820       - 18  # NDRPDR sel
2821       - 19  # NDRPDR sel
2822       - 20  # NDRPDR sel
2823       - 22  # NDRPDR sel
2824     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2825       - 6   # NDRPDR sel
2826       - 7   # NDRPDR sel
2827       - 8   # NDRPDR sel
2828       - 9   # NDRPDR sel
2829       - 10  # NDRPDR sel
2830       - 11  # NDRPDR sel
2831       - 12  # NDRPDR sel
2832       - 13  # NDRPDR sel
2833       - 14  # NDRPDR sel
2834       - 16  # NDRPDR sel
2835
2836     csit-dpdk-perf-verify-2001-3n-tsh:
2837       - 3   # NDRPDR sel
2838       - 4   # NDRPDR sel
2839       - 5   # NDRPDR sel
2840       - 9   # NDRPDR sel
2841       - 10  # NDRPDR sel
2842       - 11  # NDRPDR sel
2843       - 12  # NDRPDR sel
2844       - 14  # NDRPDR sel
2845       - 15  # NDRPDR sel
2846       - 18  # NDRPDR sel
2847     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2848       - 5   # NDRPDR sel
2849
2850     csit-vpp-device-2005-ubuntu1804-1n-skx:
2851       - 35
2852
2853 - type: "output"
2854   output: "report"
2855   format:
2856     html:
2857     - full
2858     pdf:
2859     - minimal
2860
2861 ################################################################################
2862 ###                               T A B L E S                                ###
2863 ################################################################################
2864
2865 # VPP Soak vs NDR - 2n-skx
2866 - type: "table"
2867   title: "VPP Soak vs NDR 2n-skx"
2868   algorithm: "table_soak_vs_ndr"
2869   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2870   reference:
2871     title: "NDR"
2872     data: "vpp-soak-vs-ndr-2n-skx-ref"
2873   compare:
2874     title: "Soak"
2875     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2876   data: "vpp-soak-vs-ndr-2n-skx"
2877   include-tests: "NDR"
2878   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2879   parameters:
2880     - "throughput"
2881     - "name"
2882     - "parent"
2883
2884 # VPP Soak vs NDR - 2n-clx
2885 - type: "table"
2886   title: "VPP Soak vs NDR 2n-clx"
2887   algorithm: "table_soak_vs_ndr"
2888   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2889   reference:
2890     title: "NDR"
2891     data: "vpp-soak-vs-ndr-2n-clx-ref"
2892   compare:
2893     title: "Soak"
2894     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2895   data: "vpp-soak-vs-ndr-2n-clx"
2896   include-tests: "NDR"
2897   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2898   parameters:
2899     - "throughput"
2900     - "name"
2901     - "parent"
2902
2903 ################################################################################
2904
2905 # VPP Compare NICs 3n-skx 2t1c ndr
2906 - type: "table"
2907   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2908   algorithm: "table_comparison"
2909   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2911   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2912   columns:
2913     - title: "x710"
2914       data-set: "vpp-nic-comparison-3n-skx"
2915       tag: "NIC_Intel-X710"
2916     - title: "xxv710"
2917       data-set: "vpp-nic-comparison-3n-skx"
2918       tag: "NIC_Intel-XXV710"
2919   comparisons:
2920     - title: "Diff"
2921       reference: 1
2922       compare: 2
2923   legend:
2924     - ""
2925     - "x710, xxv710 - NICs tested."
2926     - "Diff - difference between x710 and xxv710 NIC."
2927
2928 # VPP Compare NICs 3n-skx 4t2c ndr
2929 - type: "table"
2930   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2931   algorithm: "table_comparison"
2932   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2933   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2934   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2935   columns:
2936     - title: "x710"
2937       data-set: "vpp-nic-comparison-3n-skx"
2938       tag: "NIC_Intel-X710"
2939     - title: "xxv710"
2940       data-set: "vpp-nic-comparison-3n-skx"
2941       tag: "NIC_Intel-XXV710"
2942   comparisons:
2943     - title: "Diff"
2944       reference: 1
2945       compare: 2
2946   legend:
2947     - ""
2948     - "x710, xxv710 - NICs tested."
2949     - "Diff - difference between x710 and xxv710 NIC."
2950
2951 # VPP Compare NICs 3n-skx 2t1c pdr
2952 - type: "table"
2953   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2954   algorithm: "table_comparison"
2955   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2957   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2958   columns:
2959     - title: "x710"
2960       data-set: "vpp-nic-comparison-3n-skx"
2961       tag: "NIC_Intel-X710"
2962     - title: "xxv710"
2963       data-set: "vpp-nic-comparison-3n-skx"
2964       tag: "NIC_Intel-XXV710"
2965   comparisons:
2966     - title: "Diff"
2967       reference: 1
2968       compare: 2
2969   legend:
2970     - ""
2971     - "x710, xxv710 - NICs tested."
2972     - "Diff - difference between x710 and xxv710 NIC."
2973
2974 # VPP Compare NICs 3n-skx 4t2c pdr
2975 - type: "table"
2976   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2977   algorithm: "table_comparison"
2978   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2980   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2981   columns:
2982     - title: "x710"
2983       data-set: "vpp-nic-comparison-3n-skx"
2984       tag: "NIC_Intel-X710"
2985     - title: "xxv710"
2986       data-set: "vpp-nic-comparison-3n-skx"
2987       tag: "NIC_Intel-XXV710"
2988   comparisons:
2989     - title: "Diff"
2990       reference: 1
2991       compare: 2
2992   legend:
2993     - ""
2994     - "x710, xxv710 - NICs tested."
2995     - "Diff - difference between x710 and xxv710 NIC."
2996
2997 ## VPP Compare NICs 3n-skx 2t1c mrr
2998 #- type: "table"
2999 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3000 #  algorithm: "table_comparison"
3001 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3002 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3003 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3004 #  columns:
3005 #    - title: "x710"
3006 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3007 #      tag: "NIC_Intel-X710"
3008 #    - title: "xxv710"
3009 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3010 #      tag: "NIC_Intel-XXV710"
3011 #  comparisons:
3012 #    - title: "Diff"
3013 #      reference: 1
3014 #      compare: 2
3015 #  legend:
3016 #    - ""
3017 #    - "x710, xxv710 - NICs tested."
3018 #    - "Diff - difference between x710 and xxv710 NIC."
3019 #
3020 ## VPP Compare NICs 3n-skx 4t2c mrr
3021 #- type: "table"
3022 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3023 #  algorithm: "table_comparison"
3024 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3025 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3026 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3027 #  columns:
3028 #    - title: "x710"
3029 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3030 #      tag: "NIC_Intel-X710"
3031 #    - title: "xxv710"
3032 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3033 #      tag: "NIC_Intel-XXV710"
3034 #  comparisons:
3035 #    - title: "Diff"
3036 #      reference: 1
3037 #      compare: 2
3038 #  legend:
3039 #    - ""
3040 #    - "x710, xxv710 - NICs tested."
3041 #    - "Diff - difference between x710 and xxv710 NIC."
3042 #
3043 ## VPP Compare NICs 3n-skx 8t4c mrr
3044 #- type: "table"
3045 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3046 #  algorithm: "table_comparison"
3047 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3048 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3049 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3050 #  columns:
3051 #    - title: "x710"
3052 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3053 #      tag: "NIC_Intel-X710"
3054 #    - title: "xxv710"
3055 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3056 #      tag: "NIC_Intel-XXV710"
3057 #  comparisons:
3058 #    - title: "Diff"
3059 #      reference: 1
3060 #      compare: 2
3061 #  legend:
3062 #    - ""
3063 #    - "x710, xxv710 - NICs tested."
3064 #    - "Diff - difference between x710 and xxv710 NIC."
3065
3066 # VPP Compare NICs 2n-skx 2t1c ndr
3067 - type: "table"
3068   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3069   algorithm: "table_comparison"
3070   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3072   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3073   columns:
3074     - title: "x710"
3075       data-set: "vpp-nic-comparison-2n-skx"
3076       tag: "NIC_Intel-X710"
3077     - title: "xxv710"
3078       data-set: "vpp-nic-comparison-2n-skx"
3079       tag: "NIC_Intel-XXV710"
3080   comparisons:
3081     - title: "Diff"
3082       reference: 1
3083       compare: 2
3084   legend:
3085     - ""
3086     - "x710, xxv710 - NICs tested."
3087     - "Diff - difference between x710 and xxv710 NIC."
3088
3089 # VPP Compare NICs 2n-skx 4t2c ndr
3090 - type: "table"
3091   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3092   algorithm: "table_comparison"
3093   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3094   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3095   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3096   columns:
3097     - title: "x710"
3098       data-set: "vpp-nic-comparison-2n-skx"
3099       tag: "NIC_Intel-X710"
3100     - title: "xxv710"
3101       data-set: "vpp-nic-comparison-2n-skx"
3102       tag: "NIC_Intel-XXV710"
3103   comparisons:
3104     - title: "Diff"
3105       reference: 1
3106       compare: 2
3107   legend:
3108     - ""
3109     - "x710, xxv710 - NICs tested."
3110     - "Diff - difference between x710 and xxv710 NIC."
3111
3112 # VPP Compare NICs 2n-skx 2t1c pdr
3113 - type: "table"
3114   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3115   algorithm: "table_comparison"
3116   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3118   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3119   columns:
3120     - title: "x710"
3121       data-set: "vpp-nic-comparison-2n-skx"
3122       tag: "NIC_Intel-X710"
3123     - title: "xxv710"
3124       data-set: "vpp-nic-comparison-2n-skx"
3125       tag: "NIC_Intel-XXV710"
3126   comparisons:
3127     - title: "Diff"
3128       reference: 1
3129       compare: 2
3130   legend:
3131     - ""
3132     - "x710, xxv710 - NICs tested."
3133     - "Diff - difference between x710 and xxv710 NIC."
3134
3135 # VPP Compare NICs 2n-skx 4t2c pdr
3136 - type: "table"
3137   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3138   algorithm: "table_comparison"
3139   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3140   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3141   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3142   columns:
3143     - title: "x710"
3144       data-set: "vpp-nic-comparison-2n-skx"
3145       tag: "NIC_Intel-X710"
3146     - title: "xxv710"
3147       data-set: "vpp-nic-comparison-2n-skx"
3148       tag: "NIC_Intel-XXV710"
3149   comparisons:
3150     - title: "Diff"
3151       reference: 1
3152       compare: 2
3153   legend:
3154     - ""
3155     - "x710, xxv710 - NICs tested."
3156     - "Diff - difference between x710 and xxv710 NIC."
3157
3158 # VPP Compare NICs 2n-skx 2t1c mrr
3159 - type: "table"
3160   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3161   algorithm: "table_comparison"
3162   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3163   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3164   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3165   columns:
3166     - title: "x710"
3167       data-set: "vpp-nic-comparison-2n-skx-mrr"
3168       tag: "NIC_Intel-X710"
3169     - title: "xxv710"
3170       data-set: "vpp-nic-comparison-2n-skx-mrr"
3171       tag: "NIC_Intel-XXV710"
3172   comparisons:
3173     - title: "Diff"
3174       reference: 1
3175       compare: 2
3176   legend:
3177     - ""
3178     - "x710, xxv710 - NICs tested."
3179     - "Diff - difference between x710 and xxv710 NIC."
3180
3181 # VPP Compare NICs 2n-skx 4t2c mrr
3182 - type: "table"
3183   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3184   algorithm: "table_comparison"
3185   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3186   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3187   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3188   columns:
3189     - title: "x710"
3190       data-set: "vpp-nic-comparison-2n-skx-mrr"
3191       tag: "NIC_Intel-X710"
3192     - title: "xxv710"
3193       data-set: "vpp-nic-comparison-2n-skx-mrr"
3194       tag: "NIC_Intel-XXV710"
3195   comparisons:
3196     - title: "Diff"
3197       reference: 1
3198       compare: 2
3199   legend:
3200     - ""
3201     - "x710, xxv710 - NICs tested."
3202     - "Diff - difference between x710 and xxv710 NIC."
3203
3204 # VPP Compare NICs 2n-skx 8t4c mrr
3205 - type: "table"
3206   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3207   algorithm: "table_comparison"
3208   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3209   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3210   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3211   columns:
3212     - title: "x710"
3213       data-set: "vpp-nic-comparison-2n-skx-mrr"
3214       tag: "NIC_Intel-X710"
3215     - title: "xxv710"
3216       data-set: "vpp-nic-comparison-2n-skx-mrr"
3217       tag: "NIC_Intel-XXV710"
3218   comparisons:
3219     - title: "Diff"
3220       reference: 1
3221       compare: 2
3222   legend:
3223     - ""
3224     - "x710, xxv710 - NICs tested."
3225     - "Diff - difference between x710 and xxv710 NIC."
3226
3227 ################################################################################
3228 # VPP
3229
3230 # VPP Performance Changes 3n-hsw 1t1c pdr
3231 - type: "table"
3232   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3233   algorithm: "table_comparison"
3234   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3235   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3236   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3237   columns:
3238     - title: "1908.1-2"
3239       data-set: "vpp-performance-changes-3n-hsw-h1"
3240     - title: "2001.0-2"
3241       data-set: "vpp-performance-changes-3n-hsw-ref"
3242     - title: "2001.0-4"
3243       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3244     - title: "2005.0-4"
3245       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3246   comparisons:
3247     - title: "2001.0-4 vs 2001.0-2"
3248       reference: 2
3249       compare: 3
3250       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3251     - title: "2005.0-4 vs 2001.0-4"
3252       reference: 3
3253       compare: 4
3254       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3255   legend:
3256     - ''
3257     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3258     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3259     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3260     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3261     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3262
3263 # VPP Performance Changes 3n-hsw 2t2c pdr
3264 - type: "table"
3265   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3266   algorithm: "table_comparison"
3267   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3269   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3270   columns:
3271     - title: "1908.1-2"
3272       data-set: "vpp-performance-changes-3n-hsw-h1"
3273     - title: "2001.0-2"
3274       data-set: "vpp-performance-changes-3n-hsw-ref"
3275     - title: "2001.0-4"
3276       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3277     - title: "2005.0-4"
3278       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3279   comparisons:
3280     - title: "2001.0-4 vs 2001.0-2"
3281       reference: 2
3282       compare: 3
3283       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3284     - title: "2005.0-4 vs 2001.0-4"
3285       reference: 3
3286       compare: 4
3287       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3288   legend:
3289     - ''
3290     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3291     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3292     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3293     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3294     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3295
3296 # VPP Performance Changes 3n-hsw 1t1c ndr
3297 - type: "table"
3298   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3299   algorithm: "table_comparison"
3300   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3302   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3303   columns:
3304     - title: "1908.1-2"
3305       data-set: "vpp-performance-changes-3n-hsw-h1"
3306     - title: "2001.0-2"
3307       data-set: "vpp-performance-changes-3n-hsw-ref"
3308     - title: "2001.0-4"
3309       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3310     - title: "2005.0-4"
3311       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3312   comparisons:
3313     - title: "2001.0-4 vs 2001.0-2"
3314       reference: 2
3315       compare: 3
3316       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3317     - title: "2005.0-4 vs 2001.0-4"
3318       reference: 3
3319       compare: 4
3320       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3321   legend:
3322     - ''
3323     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3324     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3325     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3326     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3327     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3328
3329 # VPP Performance Changes 3n-hsw 2t2c ndr
3330 - type: "table"
3331   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3332   algorithm: "table_comparison"
3333   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3335   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3336   columns:
3337     - title: "1908.1-2"
3338       data-set: "vpp-performance-changes-3n-hsw-h1"
3339     - title: "2001.0-2"
3340       data-set: "vpp-performance-changes-3n-hsw-ref"
3341     - title: "2001.0-4"
3342       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3343     - title: "2005.0-4"
3344       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3345   comparisons:
3346     - title: "2001.0-4 vs 2001.0-2"
3347       reference: 2
3348       compare: 3
3349       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3350     - title: "2005.0-4 vs 2001.0-4"
3351       reference: 3
3352       compare: 4
3353       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3354   legend:
3355     - ''
3356     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3357     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3358     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3359     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3360     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3361
3362 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3363 - type: "table"
3364   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3365   algorithm: "table_comparison"
3366   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3368   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3369   columns:
3370     - title: "1908.1-2"
3371       data-set: "vpp-performance-changes-3n-hsw-h1"
3372     - title: "2001.0-2"
3373       data-set: "vpp-performance-changes-3n-hsw-ref"
3374     - title: "2001.0-4"
3375       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3376     - title: "2005.0-3"
3377       data-set: "vpp-performance-changes-3n-hsw-cmp"
3378     - title: "2005.0-4"
3379       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3380   comparisons:
3381     - title: "2005.0-4 vs 2005.0-3"
3382       reference: 4
3383       compare: 5
3384       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3385     - title: "2001.0-4 vs 2001.0-2"
3386       reference: 2
3387       compare: 3
3388       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3389     - title: "2005.0-4 vs 2001.0-4"
3390       reference: 3
3391       compare: 5
3392       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
3393   legend:
3394     - ''
3395     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3396     - '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).'
3397     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3398     - '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.'
3399     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3400     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3401
3402 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3403 - type: "table"
3404   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3405   algorithm: "table_comparison"
3406   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3407   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3408   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3409   columns:
3410     - title: "1908.1-2"
3411       data-set: "vpp-performance-changes-3n-hsw-h1"
3412     - title: "2001.0-2"
3413       data-set: "vpp-performance-changes-3n-hsw-ref"
3414     - title: "2001.0-4"
3415       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3416     - title: "2005.0-3"
3417       data-set: "vpp-performance-changes-3n-hsw-cmp"
3418     - title: "2005.0-4"
3419       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3420   comparisons:
3421     - title: "2005.0-4 vs 2005.0-3"
3422       reference: 4
3423       compare: 5
3424       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3425     - title: "2001.0-4 vs 2001.0-2"
3426       reference: 2
3427       compare: 3
3428       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3429     - title: "2005.0-4 vs 2001.0-4"
3430       reference: 3
3431       compare: 5
3432       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
3433   legend:
3434     - ''
3435     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3436     - '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).'
3437     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3438     - '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.'
3439     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3440     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3441
3442 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3443 - type: "table"
3444   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3445   algorithm: "table_comparison"
3446   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3448   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3449   columns:
3450     - title: "1908.1-2"
3451       data-set: "vpp-performance-changes-3n-hsw-h1"
3452     - title: "2001.0-2"
3453       data-set: "vpp-performance-changes-3n-hsw-ref"
3454     - title: "2001.0-4"
3455       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3456     - title: "2005.0-3"
3457       data-set: "vpp-performance-changes-3n-hsw-cmp"
3458     - title: "2005.0-4"
3459       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3460   comparisons:
3461     - title: "2005.0-4 vs 2005.0-3"
3462       reference: 4
3463       compare: 5
3464       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3465     - title: "2001.0-4 vs 2001.0-2"
3466       reference: 2
3467       compare: 3
3468       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3469     - title: "2005.0-4 vs 2001.0-4"
3470       reference: 3
3471       compare: 5
3472       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
3473   legend:
3474     - ''
3475     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3476     - '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).'
3477     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3478     - '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.'
3479     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3480     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3481
3482 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3483 - type: "table"
3484   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3485   algorithm: "table_comparison"
3486   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3488   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3489   columns:
3490     - title: "1908.1-2"
3491       data-set: "vpp-performance-changes-3n-hsw-h1"
3492     - title: "2001.0-2"
3493       data-set: "vpp-performance-changes-3n-hsw-ref"
3494     - title: "2001.0-4"
3495       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3496     - title: "2005.0-3"
3497       data-set: "vpp-performance-changes-3n-hsw-cmp"
3498     - title: "2005.0-4"
3499       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3500   comparisons:
3501     - title: "2005.0-4 vs 2005.0-3"
3502       reference: 4
3503       compare: 5
3504       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3505     - title: "2001.0-4 vs 2001.0-2"
3506       reference: 2
3507       compare: 3
3508       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3509     - title: "2005.0-4 vs 2001.0-4"
3510       reference: 3
3511       compare: 5
3512       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
3513   legend:
3514     - ''
3515     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3516     - '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)..'
3517     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3518     - '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.'
3519     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3520     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3521
3522 # VPP Performance Changes 3n-skx 2t1c pdr
3523 - type: "table"
3524   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3525   algorithm: "table_comparison"
3526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3528   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3529   columns:
3530     - title: "1908.1-2"
3531       data-set: "vpp-performance-changes-3n-skx-h1"
3532     - title: "2001.0-2"
3533       data-set: "vpp-performance-changes-3n-skx-ref"
3534     - title: "2001.0-4"
3535       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3536     - title: "2005.0-4"
3537       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3538   comparisons:
3539     - title: "2001.0-4 vs 2001.0-2"
3540       reference: 2
3541       compare: 3
3542       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3543     - title: "2005.0-4 vs 2001.0-4"
3544       reference: 3
3545       compare: 4
3546       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3547   legend:
3548     - ''
3549     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3550     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3551     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3552     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3553     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3554
3555 # VPP Performance Changes 3n-skx 4t2c pdr
3556 - type: "table"
3557   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3558   algorithm: "table_comparison"
3559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3561   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3562   columns:
3563     - title: "1908.1-2"
3564       data-set: "vpp-performance-changes-3n-skx-h1"
3565     - title: "2001.0-2"
3566       data-set: "vpp-performance-changes-3n-skx-ref"
3567     - title: "2001.0-4"
3568       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3569     - title: "2005.0-4"
3570       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3571   comparisons:
3572     - title: "2001.0-4 vs 2001.0-2"
3573       reference: 2
3574       compare: 3
3575       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3576     - title: "2005.0-4 vs 2001.0-4"
3577       reference: 3
3578       compare: 4
3579       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3580   legend:
3581     - ''
3582     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3583     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3584     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3585     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3586     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3587
3588 # VPP Performance Changes 3n-skx 2t1c ndr
3589 - type: "table"
3590   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3591   algorithm: "table_comparison"
3592   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3594   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3595   columns:
3596     - title: "1908.1-2"
3597       data-set: "vpp-performance-changes-3n-skx-h1"
3598     - title: "2001.0-2"
3599       data-set: "vpp-performance-changes-3n-skx-ref"
3600     - title: "2001.0-4"
3601       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3602     - title: "2005.0-4"
3603       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3604   comparisons:
3605     - title: "2001.0-4 vs 2001.0-2"
3606       reference: 2
3607       compare: 3
3608       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3609     - title: "2005.0-4 vs 2001.0-4"
3610       reference: 3
3611       compare: 4
3612       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3613   legend:
3614     - ''
3615     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3616     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3617     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3618     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3619     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3620
3621 # VPP Performance Changes 3n-skx 4t2c ndr
3622 - type: "table"
3623   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3624   algorithm: "table_comparison"
3625   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3627   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3628   columns:
3629     - title: "1908.1-2"
3630       data-set: "vpp-performance-changes-3n-skx-h1"
3631     - title: "2001.0-2"
3632       data-set: "vpp-performance-changes-3n-skx-ref"
3633     - title: "2001.0-4"
3634       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3635     - title: "2005.0-4"
3636       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3637   comparisons:
3638     - title: "2001.0-4 vs 2001.0-2"
3639       reference: 2
3640       compare: 3
3641       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3642     - title: "2005.0-4 vs 2001.0-4"
3643       reference: 3
3644       compare: 4
3645       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3646   legend:
3647     - ''
3648     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3649     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3650     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3651     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3652     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3653
3654 # VPP Performance Changes 3n-skx 2t1c pdr-full
3655 - type: "table"
3656   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3657   algorithm: "table_comparison"
3658   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3659   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3660   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3661   columns:
3662     - title: "1908.1-2"
3663       data-set: "vpp-performance-changes-3n-skx-h1"
3664     - title: "2001.0-2"
3665       data-set: "vpp-performance-changes-3n-skx-ref"
3666     - title: "2001.0-4"
3667       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3668     - title: "2005.0-3"
3669       data-set: "vpp-performance-changes-3n-skx-cmp"
3670     - title: "2005.0-4"
3671       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3672   comparisons:
3673     - title: "2005.0-4 vs 2005.0-3"
3674       reference: 4
3675       compare: 5
3676       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3677     - title: "2001.0-4 vs 2001.0-2"
3678       reference: 2
3679       compare: 3
3680       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3681     - title: "2005.0-4 vs 2001.0-4"
3682       reference: 3
3683       compare: 5
3684       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
3685   legend:
3686     - ''
3687     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3688     - '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).'
3689     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3690     - '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.'
3691     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3692     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3693
3694 # VPP Performance Changes 3n-skx 4t2c pdr-full
3695 - type: "table"
3696   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3697   algorithm: "table_comparison"
3698   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3700   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3701   columns:
3702     - title: "1908.1-2"
3703       data-set: "vpp-performance-changes-3n-skx-h1"
3704     - title: "2001.0-2"
3705       data-set: "vpp-performance-changes-3n-skx-ref"
3706     - title: "2001.0-4"
3707       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3708     - title: "2005.0-3"
3709       data-set: "vpp-performance-changes-3n-skx-cmp"
3710     - title: "2005.0-4"
3711       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3712   comparisons:
3713     - title: "2005.0-4 vs 2005.0-3"
3714       reference: 4
3715       compare: 5
3716       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3717     - title: "2001.0-4 vs 2001.0-2"
3718       reference: 2
3719       compare: 3
3720       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3721     - title: "2005.0-4 vs 2001.0-4"
3722       reference: 3
3723       compare: 5
3724       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
3725   legend:
3726     - ''
3727     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3728     - '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).'
3729     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3730     - '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.'
3731     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3732     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3733
3734 # VPP Performance Changes 3n-skx 2t1c ndr-full
3735 - type: "table"
3736   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3737   algorithm: "table_comparison"
3738   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3739   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3740   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3741   columns:
3742     - title: "1908.1-2"
3743       data-set: "vpp-performance-changes-3n-skx-h1"
3744     - title: "2001.0-2"
3745       data-set: "vpp-performance-changes-3n-skx-ref"
3746     - title: "2001.0-4"
3747       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3748     - title: "2005.0-3"
3749       data-set: "vpp-performance-changes-3n-skx-cmp"
3750     - title: "2005.0-4"
3751       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3752   comparisons:
3753     - title: "2005.0-4 vs 2005.0-3"
3754       reference: 4
3755       compare: 5
3756       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3757     - title: "2001.0-4 vs 2001.0-2"
3758       reference: 2
3759       compare: 3
3760       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3761     - title: "2005.0-4 vs 2001.0-4"
3762       reference: 3
3763       compare: 5
3764       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
3765   legend:
3766     - ''
3767     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3768     - '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).'
3769     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3770     - '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.'
3771     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3772     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3773
3774 # VPP Performance Changes 3n-skx 4t2c ndr-full
3775 - type: "table"
3776   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3777   algorithm: "table_comparison"
3778   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3780   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3781   columns:
3782     - title: "1908.1-2"
3783       data-set: "vpp-performance-changes-3n-skx-h1"
3784     - title: "2001.0-2"
3785       data-set: "vpp-performance-changes-3n-skx-ref"
3786     - title: "2001.0-4"
3787       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3788     - title: "2005.0-3"
3789       data-set: "vpp-performance-changes-3n-skx-cmp"
3790     - title: "2005.0-4"
3791       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3792   comparisons:
3793     - title: "2005.0-4 vs 2005.0-3"
3794       reference: 4
3795       compare: 5
3796       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3797     - title: "2001.0-4 vs 2001.0-2"
3798       reference: 2
3799       compare: 3
3800       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3801     - title: "2005.0-4 vs 2001.0-4"
3802       reference: 3
3803       compare: 5
3804       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
3805   legend:
3806     - ''
3807     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3808     - '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).'
3809     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3810     - '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.'
3811     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3812     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3813
3814 # VPP Performance Changes 2n-skx 2t1c pdr
3815 - type: "table"
3816   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3817   algorithm: "table_comparison"
3818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3820   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3821   columns:
3822     - title: "1908.1-2"
3823       data-set: "vpp-performance-changes-2n-skx-h1"
3824     - title: "2001.0-2"
3825       data-set: "vpp-performance-changes-2n-skx-ref"
3826     - title: "2001.0-4"
3827       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3828     - title: "2005.0-4"
3829       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3830   comparisons:
3831     - title: "2001.0-4 vs 2001.0-2"
3832       reference: 2
3833       compare: 3
3834       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3835     - title: "2005.0-4 vs 2001.0-4"
3836       reference: 3
3837       compare: 4
3838       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3839   legend:
3840     - ''
3841     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3842     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3843     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3844     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3845     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3846
3847 # VPP Performance Changes 2n-skx 4t2c pdr
3848 - type: "table"
3849   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3850   algorithm: "table_comparison"
3851   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3853   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3854   columns:
3855     - title: "1908.1-2"
3856       data-set: "vpp-performance-changes-2n-skx-h1"
3857     - title: "2001.0-2"
3858       data-set: "vpp-performance-changes-2n-skx-ref"
3859     - title: "2001.0-4"
3860       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3861     - title: "2005.0-4"
3862       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3863   comparisons:
3864     - title: "2001.0-4 vs 2001.0-2"
3865       reference: 2
3866       compare: 3
3867       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3868     - title: "2005.0-4 vs 2001.0-4"
3869       reference: 3
3870       compare: 4
3871       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3872   legend:
3873     - ''
3874     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3875     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3876     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3877     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3878     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3879
3880 # VPP Performance Changes 2n-skx 2t1c ndr
3881 - type: "table"
3882   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3883   algorithm: "table_comparison"
3884   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3886   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3887   columns:
3888     - title: "1908.1-2"
3889       data-set: "vpp-performance-changes-2n-skx-h1"
3890     - title: "2001.0-2"
3891       data-set: "vpp-performance-changes-2n-skx-ref"
3892     - title: "2001.0-4"
3893       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3894     - title: "2005.0-4"
3895       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3896   comparisons:
3897     - title: "2001.0-4 vs 2001.0-2"
3898       reference: 2
3899       compare: 3
3900       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3901     - title: "2005.0-4 vs 2001.0-4"
3902       reference: 3
3903       compare: 4
3904       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3905   legend:
3906     - ''
3907     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3908     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3909     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3910     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3911     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3912
3913 # VPP Performance Changes 2n-skx 4t2c ndr
3914 - type: "table"
3915   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3916   algorithm: "table_comparison"
3917   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3918   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3919   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3920   columns:
3921     - title: "1908.1-2"
3922       data-set: "vpp-performance-changes-2n-skx-h1"
3923     - title: "2001.0-2"
3924       data-set: "vpp-performance-changes-2n-skx-ref"
3925     - title: "2001.0-4"
3926       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3927     - title: "2005.0-4"
3928       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3929   comparisons:
3930     - title: "2001.0-4 vs 2001.0-2"
3931       reference: 2
3932       compare: 3
3933       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3934     - title: "2005.0-4 vs 2001.0-4"
3935       reference: 3
3936       compare: 4
3937       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3938   legend:
3939     - ''
3940     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3941     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3942     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3943     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3944     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3945
3946 # VPP Performance Changes 2n-skx 2t1c pdr-full
3947 - type: "table"
3948   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
3949   algorithm: "table_comparison"
3950   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
3951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3952   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3953   columns:
3954     - title: "1908.1-2"
3955       data-set: "vpp-performance-changes-2n-skx-h1"
3956     - title: "2001.0-2"
3957       data-set: "vpp-performance-changes-2n-skx-ref"
3958     - title: "2001.0-4"
3959       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3960     - title: "2005.0-3"
3961       data-set: "vpp-performance-changes-2n-skx-cmp"
3962     - title: "2005.0-4"
3963       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3964   comparisons:
3965     - title: "2005.0-4 vs 2005.0-3"
3966       reference: 4
3967       compare: 5
3968       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3969     - title: "2001.0-4 vs 2001.0-2"
3970       reference: 2
3971       compare: 3
3972       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3973     - title: "2005.0-4 vs 2001.0-4"
3974       reference: 3
3975       compare: 5
3976       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
3977
3978   legend:
3979     - ''
3980     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3981     - '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).'
3982     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3983     - '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.'
3984     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3985     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3986
3987 # VPP Performance Changes 2n-skx 4t2c pdr-full
3988 - type: "table"
3989   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
3990   algorithm: "table_comparison"
3991   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
3992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3993   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3994   columns:
3995     - title: "1908.1-2"
3996       data-set: "vpp-performance-changes-2n-skx-h1"
3997     - title: "2001.0-2"
3998       data-set: "vpp-performance-changes-2n-skx-ref"
3999     - title: "2001.0-4"
4000       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4001     - title: "2005.0-3"
4002       data-set: "vpp-performance-changes-2n-skx-cmp"
4003     - title: "2005.0-4"
4004       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4005   comparisons:
4006     - title: "2005.0-4 vs 2005.0-3"
4007       reference: 4
4008       compare: 5
4009       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4010     - title: "2001.0-4 vs 2001.0-2"
4011       reference: 2
4012       compare: 3
4013       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4014     - title: "2005.0-4 vs 2001.0-4"
4015       reference: 3
4016       compare: 5
4017       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
4018   legend:
4019     - ''
4020     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4021     - '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).'
4022     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4023     - '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.'
4024     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4025     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4026
4027 # VPP Performance Changes 2n-skx 2t1c ndr-full
4028 - type: "table"
4029   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4030   algorithm: "table_comparison"
4031   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4033   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4034   columns:
4035     - title: "1908.1-2"
4036       data-set: "vpp-performance-changes-2n-skx-h1"
4037     - title: "2001.0-2"
4038       data-set: "vpp-performance-changes-2n-skx-ref"
4039     - title: "2001.0-4"
4040       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4041     - title: "2005.0-3"
4042       data-set: "vpp-performance-changes-2n-skx-cmp"
4043     - title: "2005.0-4"
4044       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4045   comparisons:
4046     - title: "2005.0-4 vs 2005.0-3"
4047       reference: 4
4048       compare: 5
4049       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4050     - title: "2001.0-4 vs 2001.0-2"
4051       reference: 2
4052       compare: 3
4053       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4054     - title: "2005.0-4 vs 2001.0-4"
4055       reference: 3
4056       compare: 5
4057       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
4058   legend:
4059     - ''
4060     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4061     - '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).'
4062     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4063     - '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.'
4064     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4065     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4066
4067 # VPP Performance Changes 2n-skx 4t2c ndr-full
4068 - type: "table"
4069   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4070   algorithm: "table_comparison"
4071   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4073   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4074   columns:
4075     - title: "1908.1-2"
4076       data-set: "vpp-performance-changes-2n-skx-h1"
4077     - title: "2001.0-2"
4078       data-set: "vpp-performance-changes-2n-skx-ref"
4079     - title: "2001.0-4"
4080       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4081     - title: "2005.0-3"
4082       data-set: "vpp-performance-changes-2n-skx-cmp"
4083     - title: "2005.0-4"
4084       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4085   comparisons:
4086     - title: "2005.0-4 vs 2005.0-3"
4087       reference: 4
4088       compare: 5
4089       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4090     - title: "2001.0-4 vs 2001.0-2"
4091       reference: 2
4092       compare: 3
4093       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4094     - title: "2005.0-4 vs 2001.0-4"
4095       reference: 3
4096       compare: 5
4097       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
4098   legend:
4099     - ''
4100     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4101     - '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).'
4102     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4103     - '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.'
4104     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4105     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4106
4107 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4108 - type: "table"
4109   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4110   algorithm: "table_comparison"
4111   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4112   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4113   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4114   columns:
4115     - title: "2001.0-2"
4116       data-set: "vpp-performance-changes-2n-clx-ref"
4117     - title: "2001.0-4"
4118       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4119     - title: "2005.0-4"
4120       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4121   comparisons:
4122     - title: "2001.0-4 vs 2001.0-2"
4123       reference: 1
4124       compare: 2
4125       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4126     - title: "2005.0-4 vs 2001.0-4"
4127       reference: 2
4128       compare: 3
4129       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4130   legend:
4131     - ''
4132     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4133     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4134     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4135     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4136     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4137
4138 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4139 - type: "table"
4140   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4141   algorithm: "table_comparison"
4142   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4143   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4144   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4145   columns:
4146     - title: "2001.0-2"
4147       data-set: "vpp-performance-changes-2n-clx-ref"
4148     - title: "2001.0-4"
4149       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4150     - title: "2005.0-4"
4151       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4152   comparisons:
4153     - title: "2001.0-4 vs 2001.0-2"
4154       reference: 1
4155       compare: 2
4156       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4157     - title: "2005.0-4 vs 2001.0-4"
4158       reference: 2
4159       compare: 3
4160       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4161   legend:
4162     - ''
4163     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4164     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4165     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4166     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4167     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4168
4169 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4170 - type: "table"
4171   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4172   algorithm: "table_comparison"
4173   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4175   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4176   columns:
4177     - title: "2001.0-2"
4178       data-set: "vpp-performance-changes-2n-clx-ref"
4179     - title: "2001.0-4"
4180       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4181     - title: "2005.0-4"
4182       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4183   comparisons:
4184     - title: "2001.0-4 vs 2001.0-2"
4185       reference: 1
4186       compare: 2
4187       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4188     - title: "2005.0-4 vs 2001.0-4"
4189       reference: 2
4190       compare: 3
4191       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4192   legend:
4193     - ''
4194     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4195     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4196     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4197     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4198     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4199
4200 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4201 - type: "table"
4202   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4203   algorithm: "table_comparison"
4204   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4205   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4206   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4207   columns:
4208     - title: "2001.0-2"
4209       data-set: "vpp-performance-changes-2n-clx-ref"
4210     - title: "2001.0-4"
4211       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4212     - title: "2005.0-4"
4213       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4214   comparisons:
4215     - title: "2001.0-4 vs 2001.0-2"
4216       reference: 1
4217       compare: 2
4218       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4219     - title: "2005.0-4 vs 2001.0-4"
4220       reference: 2
4221       compare: 3
4222       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4223   legend:
4224     - ''
4225     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4226     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4227     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4228     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4229     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4230
4231 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4232 - type: "table"
4233   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4234   algorithm: "table_comparison"
4235   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4237   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4238   columns:
4239     - title: "2001.0-2"
4240       data-set: "vpp-performance-changes-2n-clx-ref"
4241     - title: "2001.0-4"
4242       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4243     - title: "2005.0-3"
4244       data-set: "vpp-performance-changes-2n-clx-cmp"
4245     - title: "2005.0-4"
4246       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4247   comparisons:
4248     - title: "2005.0-4 vs 2005.0-3"
4249       reference: 3
4250       compare: 4
4251       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4252     - title: "2001.0-4 vs 2001.0-2"
4253       reference: 1
4254       compare: 2
4255       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4256     - title: "2005.0-4 vs 2001.0-4"
4257       reference: 2
4258       compare: 4
4259       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
4260   legend:
4261     - ''
4262     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4263     - '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).'
4264     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4265     - '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.'
4266     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4267     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4268
4269 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4270 - type: "table"
4271   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4272   algorithm: "table_comparison"
4273   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4275   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4276   columns:
4277     - title: "2001.0-2"
4278       data-set: "vpp-performance-changes-2n-clx-ref"
4279     - title: "2001.0-4"
4280       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4281     - title: "2005.0-3"
4282       data-set: "vpp-performance-changes-2n-clx-cmp"
4283     - title: "2005.0-4"
4284       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4285   comparisons:
4286     - title: "2005.0-4 vs 2005.0-3"
4287       reference: 3
4288       compare: 4
4289       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4290     - title: "2001.0-4 vs 2001.0-2"
4291       reference: 1
4292       compare: 2
4293       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4294     - title: "2005.0-4 vs 2001.0-4"
4295       reference: 2
4296       compare: 4
4297       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
4298   legend:
4299     - ''
4300     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4301     - '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).'
4302     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4303     - '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.'
4304     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4305     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4306
4307 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4308 - type: "table"
4309   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4310   algorithm: "table_comparison"
4311   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4312   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4313   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4314   columns:
4315     - title: "2001.0-2"
4316       data-set: "vpp-performance-changes-2n-clx-ref"
4317     - title: "2001.0-4"
4318       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4319     - title: "2005.0-3"
4320       data-set: "vpp-performance-changes-2n-clx-cmp"
4321     - title: "2005.0-4"
4322       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4323   comparisons:
4324     - title: "2005.0-4 vs 2005.0-3"
4325       reference: 3
4326       compare: 4
4327       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4328     - title: "2001.0-4 vs 2001.0-2"
4329       reference: 1
4330       compare: 2
4331       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4332     - title: "2005.0-4 vs 2001.0-4"
4333       reference: 2
4334       compare: 4
4335       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
4336   legend:
4337     - ''
4338     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4339     - '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).'
4340     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4341     - '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.'
4342     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4343     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4344
4345 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4346 - type: "table"
4347   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4348   algorithm: "table_comparison"
4349   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4350   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4351   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4352   columns:
4353     - title: "2001.0-2"
4354       data-set: "vpp-performance-changes-2n-clx-ref"
4355     - title: "2001.0-4"
4356       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4357     - title: "2005.0-3"
4358       data-set: "vpp-performance-changes-2n-clx-cmp"
4359     - title: "2005.0-4"
4360       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4361   comparisons:
4362     - title: "2005.0-4 vs 2005.0-3"
4363       reference: 3
4364       compare: 4
4365       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4366     - title: "2001.0-4 vs 2001.0-2"
4367       reference: 1
4368       compare: 2
4369       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4370     - title: "2005.0-4 vs 2001.0-4"
4371       reference: 2
4372       compare: 4
4373       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
4374   legend:
4375     - ''
4376     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4377     - '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).'
4378     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4379     - '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.'
4380     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4381     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4382
4383 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4384 #- type: "table"
4385 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4386 #  algorithm: "table_comparison"
4387 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4388 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4389 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4390 #  columns:
4391 #    - title: "2001.0-2"
4392 #      data-set: "vpp-performance-changes-2n-clx-ref"
4393 #    - title: "2005.0-3"
4394 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4395 #  comparisons:
4396 #    - title: "Diff"
4397 #      reference: 1
4398 #      compare: 2
4399 #  legend:
4400 #    - ''
4401 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4402 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4403 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4404 #    - '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.'
4405 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4406 #
4407 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4408 #- type: "table"
4409 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4410 #  algorithm: "table_comparison"
4411 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4412 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4413 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4414 #  columns:
4415 #    - title: "2001.0-2"
4416 #      data-set: "vpp-performance-changes-2n-clx-ref"
4417 #    - title: "2005.0-3"
4418 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4419 #  comparisons:
4420 #    - title: "Diff"
4421 #      reference: 1
4422 #      compare: 2
4423 #  legend:
4424 #    - ''
4425 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4426 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4427 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4428 #    - '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.'
4429 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4430 #
4431 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4432 #- type: "table"
4433 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4434 #  algorithm: "table_comparison"
4435 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4436 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4437 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4438 #  columns:
4439 #    - title: "2001.0-2"
4440 #      data-set: "vpp-performance-changes-2n-clx-ref"
4441 #    - title: "2005.0-3"
4442 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4443 #  comparisons:
4444 #    - title: "Diff"
4445 #      reference: 1
4446 #      compare: 2
4447 #  legend:
4448 #    - ''
4449 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4450 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4451 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4452 #    - '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.'
4453 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4454 #
4455 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4456 #- type: "table"
4457 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4458 #  algorithm: "table_comparison"
4459 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4460 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4461 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4462 #  columns:
4463 #    - title: "2001.0-2"
4464 #      data-set: "vpp-performance-changes-2n-clx-ref"
4465 #    - title: "2005.0-3"
4466 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4467 #  comparisons:
4468 #    - title: "Diff"
4469 #      reference: 1
4470 #      compare: 2
4471 #  legend:
4472 #    - ''
4473 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4474 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4475 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4476 #    - '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.'
4477 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4478
4479 # VPP Performance Changes 2n-dnv 1t1c pdr
4480 - type: "table"
4481   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4482   algorithm: "table_comparison"
4483   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4484   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4485   filter: "'1T1C'"
4486   columns:
4487     - title: "1908.1-2"
4488       data-set: "vpp-performance-changes-2n-dnv-h1"
4489     - title: "2001.0-2"
4490       data-set: "vpp-performance-changes-2n-dnv-ref"
4491     - title: "2005.0-3"
4492       data-set: "vpp-performance-changes-2n-dnv-cmp"
4493   comparisons:
4494     - title: "2005.0-3 vs 2001.0-2"
4495       reference: 2
4496       compare: 3
4497   legend:
4498     - ''
4499     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4500     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4501     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4502     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4503
4504 # VPP Performance Changes 2n-dnv 2t2c pdr
4505 - type: "table"
4506   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4507   algorithm: "table_comparison"
4508   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4510   filter: "'2T2C'"
4511   columns:
4512     - title: "1908.1-2"
4513       data-set: "vpp-performance-changes-2n-dnv-h1"
4514     - title: "2001.0-2"
4515       data-set: "vpp-performance-changes-2n-dnv-ref"
4516     - title: "2005.0-3"
4517       data-set: "vpp-performance-changes-2n-dnv-cmp"
4518   comparisons:
4519     - title: "2005.0-3 vs 2001.0-2"
4520       reference: 2
4521       compare: 3
4522   legend:
4523     - ''
4524     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4525     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4526     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4527     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4528
4529 # VPP Performance Changes 2n-dnv 1t1c ndr
4530 - type: "table"
4531   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4532   algorithm: "table_comparison"
4533   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4535   filter: "'1T1C'"
4536   columns:
4537     - title: "1908.1-2"
4538       data-set: "vpp-performance-changes-2n-dnv-h1"
4539     - title: "2001.0-2"
4540       data-set: "vpp-performance-changes-2n-dnv-ref"
4541     - title: "2005.0-3"
4542       data-set: "vpp-performance-changes-2n-dnv-cmp"
4543   comparisons:
4544     - title: "2005.0-3 vs 2001.0-2"
4545       reference: 2
4546       compare: 3
4547   legend:
4548     - ''
4549     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4550     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4551     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4552     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4553
4554 # VPP Performance Changes 2n-dnv 2t2c ndr
4555 - type: "table"
4556   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4557   algorithm: "table_comparison"
4558   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4560   filter: "'2T2C'"
4561   columns:
4562     - title: "1908.1-2"
4563       data-set: "vpp-performance-changes-2n-dnv-h1"
4564     - title: "2001.0-2"
4565       data-set: "vpp-performance-changes-2n-dnv-ref"
4566     - title: "2005.0-3"
4567       data-set: "vpp-performance-changes-2n-dnv-cmp"
4568   comparisons:
4569     - title: "2005.0-3 vs 2001.0-2"
4570       reference: 2
4571       compare: 3
4572   legend:
4573     - ''
4574     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4575     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4576     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4577     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4578
4579 # VPP Performance Changes 3n-dnv 1t1c pdr
4580 - type: "table"
4581   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4582   algorithm: "table_comparison"
4583   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4584   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4585   filter: "'1T1C'"
4586   columns:
4587     - title: "1908.1-2"
4588       data-set: "vpp-performance-changes-3n-dnv-h1"
4589     - title: "2001.0-2"
4590       data-set: "vpp-performance-changes-3n-dnv-ref"
4591     - title: "2005.0-3"
4592       data-set: "vpp-performance-changes-3n-dnv-cmp"
4593   comparisons:
4594     - title: "2005.0-3 vs 2001.0-2"
4595       reference: 2
4596       compare: 3
4597   legend:
4598     - ''
4599     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4600     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4601     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4602     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4603
4604 # VPP Performance Changes 3n-dnv 2t2c pdr
4605 - type: "table"
4606   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4607   algorithm: "table_comparison"
4608   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4610   filter: "'2T2C'"
4611   columns:
4612     - title: "1908.1-2"
4613       data-set: "vpp-performance-changes-3n-dnv-h1"
4614     - title: "2001.0-2"
4615       data-set: "vpp-performance-changes-3n-dnv-ref"
4616     - title: "2005.0-3"
4617       data-set: "vpp-performance-changes-3n-dnv-cmp"
4618   comparisons:
4619     - title: "2005.0-3 vs 2001.0-2"
4620       reference: 2
4621       compare: 3
4622   legend:
4623     - ''
4624     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4625     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4626     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4627     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4628
4629 # VPP Performance Changes 3n-dnv 1t1c ndr
4630 - type: "table"
4631   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4632   algorithm: "table_comparison"
4633   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4635   filter: "'1T1C'"
4636   columns:
4637     - title: "1908.1-2"
4638       data-set: "vpp-performance-changes-3n-dnv-h1"
4639     - title: "2001.0-2"
4640       data-set: "vpp-performance-changes-3n-dnv-ref"
4641     - title: "2005.0-3"
4642       data-set: "vpp-performance-changes-3n-dnv-cmp"
4643   comparisons:
4644     - title: "2005.0-3 vs 2001.0-2"
4645       reference: 2
4646       compare: 3
4647   legend:
4648     - ''
4649     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4650     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4651     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4652     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4653
4654 # VPP Performance Changes 3n-dnv 2t2c ndr
4655 - type: "table"
4656   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4657   algorithm: "table_comparison"
4658   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4660   filter: "'2T2C'"
4661   columns:
4662     - title: "1908.1-2"
4663       data-set: "vpp-performance-changes-3n-dnv-h1"
4664     - title: "2001.0-2"
4665       data-set: "vpp-performance-changes-3n-dnv-ref"
4666     - title: "2005.0-3"
4667       data-set: "vpp-performance-changes-3n-dnv-cmp"
4668   comparisons:
4669     - title: "2005.0-3 vs 2001.0-2"
4670       reference: 2
4671       compare: 3
4672   legend:
4673     - ''
4674     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4675     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4676     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4677     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4678
4679 # VPP Performance Changes 3n-tsh 1t1c pdr
4680 - type: "table"
4681   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4682   algorithm: "table_comparison"
4683   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4685   filter: "'1T1C'"
4686   columns:
4687     - title: "1908.1-2"
4688       data-set: "vpp-performance-changes-3n-tsh-h1"
4689     - title: "2001.0-2"
4690       data-set: "vpp-performance-changes-3n-tsh-ref"
4691     - title: "2001.0-4"
4692       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4693     - title: "2005.0-4"
4694       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4695   comparisons:
4696     - title: "2001.0-4 vs 2001.0-2"
4697       reference: 2
4698       compare: 3
4699       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4700     - title: "2005.0-4 vs 2001.0-4"
4701       reference: 3
4702       compare: 4
4703       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4704   legend:
4705     - ''
4706     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4707     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4708     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4709     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4710     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4711
4712 # VPP Performance Changes 3n-tsh 2t2c pdr
4713 - type: "table"
4714   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4715   algorithm: "table_comparison"
4716   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4717   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4718   filter: "'2T2C'"
4719   columns:
4720     - title: "1908.1-2"
4721       data-set: "vpp-performance-changes-3n-tsh-h1"
4722     - title: "2001.0-2"
4723       data-set: "vpp-performance-changes-3n-tsh-ref"
4724     - title: "2001.0-4"
4725       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4726     - title: "2005.0-4"
4727       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4728   comparisons:
4729     - title: "2001.0-4 vs 2001.0-2"
4730       reference: 2
4731       compare: 3
4732       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4733     - title: "2005.0-4 vs 2001.0-4"
4734       reference: 3
4735       compare: 4
4736       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4737   legend:
4738     - ''
4739     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4740     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4741     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4742     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4743     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4744
4745 # VPP Performance Changes 3n-tsh 1t1c ndr
4746 - type: "table"
4747   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4748   algorithm: "table_comparison"
4749   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4751   filter: "'1T1C'"
4752   columns:
4753     - title: "1908.1-2"
4754       data-set: "vpp-performance-changes-3n-tsh-h1"
4755     - title: "2001.0-2"
4756       data-set: "vpp-performance-changes-3n-tsh-ref"
4757     - title: "2001.0-4"
4758       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4759     - title: "2005.0-4"
4760       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4761   comparisons:
4762     - title: "2001.0-4 vs 2001.0-2"
4763       reference: 2
4764       compare: 3
4765       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4766     - title: "2005.0-4 vs 2001.0-4"
4767       reference: 3
4768       compare: 4
4769       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4770   legend:
4771     - ''
4772     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4773     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4774     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4775     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4776     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4777
4778 # VPP Performance Changes 3n-tsh 2t2c ndr
4779 - type: "table"
4780   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4781   algorithm: "table_comparison"
4782   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4783   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4784   filter: "'2T2C'"
4785   columns:
4786     - title: "1908.1-2"
4787       data-set: "vpp-performance-changes-3n-tsh-h1"
4788     - title: "2001.0-2"
4789       data-set: "vpp-performance-changes-3n-tsh-ref"
4790     - title: "2001.0-4"
4791       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4792     - title: "2005.0-4"
4793       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4794   comparisons:
4795     - title: "2001.0-4 vs 2001.0-2"
4796       reference: 2
4797       compare: 3
4798       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4799     - title: "2005.0-4 vs 2001.0-4"
4800       reference: 3
4801       compare: 4
4802       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4803   legend:
4804     - ''
4805     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4806     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4807     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4808     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4809     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4810
4811 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4812 - type: "table"
4813   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4814   algorithm: "table_comparison"
4815   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4817   filter: "'1T1C'"
4818   columns:
4819     - title: "1908.1-2"
4820       data-set: "vpp-performance-changes-3n-tsh-h1"
4821     - title: "2001.0-2"
4822       data-set: "vpp-performance-changes-3n-tsh-ref"
4823     - title: "2001.0-4"
4824       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4825     - title: "2005.0-3"
4826       data-set: "vpp-performance-changes-3n-tsh-cmp"
4827     - title: "2005.0-4"
4828       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4829   comparisons:
4830     - title: "2005.0-4 vs 2005.0-3"
4831       reference: 4
4832       compare: 5
4833       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4834     - title: "2001.0-4 vs 2001.0-2"
4835       reference: 2
4836       compare: 3
4837       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4838     - title: "2005.0-4 vs 2001.0-4"
4839       reference: 3
4840       compare: 5
4841       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
4842   legend:
4843     - ''
4844     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4845     - '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).'
4846     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4847     - '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.'
4848     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4849     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4850
4851 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4852 - type: "table"
4853   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4854   algorithm: "table_comparison"
4855   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4856   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4857   filter: "'2T2C'"
4858   columns:
4859     - title: "1908.1-2"
4860       data-set: "vpp-performance-changes-3n-tsh-h1"
4861     - title: "2001.0-2"
4862       data-set: "vpp-performance-changes-3n-tsh-ref"
4863     - title: "2001.0-4"
4864       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4865     - title: "2005.0-3"
4866       data-set: "vpp-performance-changes-3n-tsh-cmp"
4867     - title: "2005.0-4"
4868       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4869   comparisons:
4870     - title: "2005.0-4 vs 2005.0-3"
4871       reference: 4
4872       compare: 5
4873       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4874     - title: "2001.0-4 vs 2001.0-2"
4875       reference: 2
4876       compare: 3
4877       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4878     - title: "2005.0-4 vs 2001.0-4"
4879       reference: 3
4880       compare: 5
4881       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
4882   legend:
4883     - ''
4884     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4885     - '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).'
4886     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4887     - '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.'
4888     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4889     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4890
4891 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4892 - type: "table"
4893   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4894   algorithm: "table_comparison"
4895   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4897   filter: "'1T1C'"
4898   columns:
4899     - title: "1908.1-2"
4900       data-set: "vpp-performance-changes-3n-tsh-h1"
4901     - title: "2001.0-2"
4902       data-set: "vpp-performance-changes-3n-tsh-ref"
4903     - title: "2001.0-4"
4904       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4905     - title: "2005.0-3"
4906       data-set: "vpp-performance-changes-3n-tsh-cmp"
4907     - title: "2005.0-4"
4908       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4909   comparisons:
4910     - title: "2005.0-4 vs 2005.0-3"
4911       reference: 4
4912       compare: 5
4913       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4914     - title: "2001.0-4 vs 2001.0-2"
4915       reference: 2
4916       compare: 3
4917       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4918     - title: "2005.0-4 vs 2001.0-4"
4919       reference: 3
4920       compare: 5
4921       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
4922   legend:
4923     - ''
4924     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4925     - '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).'
4926     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4927     - '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.'
4928     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4929     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4930
4931 # VPP Performance Changes 3n-tsh 2t2c ndr-full
4932 - type: "table"
4933   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
4934   algorithm: "table_comparison"
4935   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
4936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4937   filter: "'2T2C'"
4938   columns:
4939     - title: "1908.1-2"
4940       data-set: "vpp-performance-changes-3n-tsh-h1"
4941     - title: "2001.0-2"
4942       data-set: "vpp-performance-changes-3n-tsh-ref"
4943     - title: "2001.0-4"
4944       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4945     - title: "2005.0-3"
4946       data-set: "vpp-performance-changes-3n-tsh-cmp"
4947     - title: "2005.0-4"
4948       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4949   comparisons:
4950     - title: "2005.0-4 vs 2005.0-3"
4951       reference: 4
4952       compare: 5
4953       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4954     - title: "2001.0-4 vs 2001.0-2"
4955       reference: 2
4956       compare: 3
4957       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4958     - title: "2005.0-4 vs 2001.0-4"
4959       reference: 3
4960       compare: 5
4961       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
4962   legend:
4963     - ''
4964     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4965     - '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).'
4966     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4967     - '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.'
4968     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4969     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4970
4971 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4972 - type: "table"
4973   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4974   algorithm: "table_comparison"
4975   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4977   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4978   columns:
4979     - title: "3n-hsw xl710"
4980       data-set: "vpp-compare-testbeds-ref"
4981       tag: "NIC_Intel-XL710"
4982     - title: "3n-skx xxv710"
4983       data-set: "vpp-compare-testbeds-cmp"
4984       tag: "NIC_Intel-XXV710"
4985   comparisons:
4986     - title: "Diff"
4987       reference: 1
4988       compare: 2
4989   legend:
4990     - ""
4991     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4992     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4993
4994 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4995 - type: "table"
4996   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4997   algorithm: "table_comparison"
4998   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4999   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5000   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5001   columns:
5002     - title: "3n-hsw xl710"
5003       data-set: "vpp-compare-testbeds-ref"
5004       tag: "NIC_Intel-XL710"
5005     - title: "3n-skx xxv710"
5006       data-set: "vpp-compare-testbeds-cmp"
5007       tag: "NIC_Intel-XXV710"
5008   comparisons:
5009     - title: "Diff"
5010       reference: 1
5011       compare: 2
5012   legend:
5013     - ""
5014     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5015     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5016
5017 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5018 - type: "table"
5019   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5020   algorithm: "table_comparison"
5021   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5022   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5023   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5024   columns:
5025     - title: "3n-hsw xl710"
5026       data-set: "vpp-compare-testbeds-ref"
5027       tag: "NIC_Intel-XL710"
5028     - title: "3n-skx xxv710"
5029       data-set: "vpp-compare-testbeds-cmp"
5030       tag: "NIC_Intel-XXV710"
5031   comparisons:
5032     - title: "Diff"
5033       reference: 1
5034       compare: 2
5035   legend:
5036     - ""
5037     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5038     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5039
5040 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5041 - type: "table"
5042   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5043   algorithm: "table_comparison"
5044   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5045   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5046   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5047   columns:
5048     - title: "3n-hsw xl710"
5049       data-set: "vpp-compare-testbeds-ref"
5050       tag: "NIC_Intel-XL710"
5051     - title: "3n-skx xxv710"
5052       data-set: "vpp-compare-testbeds-cmp"
5053       tag: "NIC_Intel-XXV710"
5054   comparisons:
5055     - title: "Diff"
5056       reference: 1
5057       compare: 2
5058   legend:
5059     - ""
5060     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5061     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5062
5063 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5064 - type: "table"
5065   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5066   algorithm: "table_comparison"
5067   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5069   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5070   columns:
5071     - title: "2n-skx"
5072       data-set: "vpp-compare-testbeds-skx-clx-ref"
5073     - title: "2n-clx"
5074       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5075   comparisons:
5076     - title: "Diff"
5077       reference: 1
5078       compare: 2
5079   legend:
5080     - ""
5081     - "2n-skx, 2n-clx - testbeds and NICs tested."
5082     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5083
5084 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5085 - type: "table"
5086   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5087   algorithm: "table_comparison"
5088   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5089   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5090   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5091   columns:
5092     - title: "2n-skx"
5093       data-set: "vpp-compare-testbeds-skx-clx-ref"
5094     - title: "2n-clx"
5095       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5096   comparisons:
5097     - title: "Diff"
5098       reference: 1
5099       compare: 2
5100   legend:
5101     - ""
5102     - "2n-skx, 2n-clx - testbeds and NICs tested."
5103     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5104
5105 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5106 - type: "table"
5107   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5108   algorithm: "table_comparison"
5109   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5110   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5111   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5112   columns:
5113     - title: "2n-skx"
5114       data-set: "vpp-compare-testbeds-skx-clx-ref"
5115     - title: "2n-clx"
5116       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5117   comparisons:
5118     - title: "Diff"
5119       reference: 1
5120       compare: 2
5121   legend:
5122     - ""
5123     - "2n-skx, 2n-clx - testbeds and NICs tested."
5124     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5125
5126 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5127 - type: "table"
5128   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5129   algorithm: "table_comparison"
5130   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5132   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5133   columns:
5134     - title: "2n-skx"
5135       data-set: "vpp-compare-testbeds-skx-clx-ref"
5136     - title: "2n-clx"
5137       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5138   comparisons:
5139     - title: "Diff"
5140       reference: 1
5141       compare: 2
5142   legend:
5143     - ""
5144     - "2n-skx, 2n-clx - testbeds and NICs tested."
5145     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5146
5147 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5148 - type: "table"
5149   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5150   algorithm: "table_comparison"
5151   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5152   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5153   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5154   columns:
5155     - title: "3n-hsw xl710"
5156       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5157       tag: "NIC_Intel-XL710"
5158     - title: "2n-clx xxv710"
5159       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5160       tag: "NIC_Intel-XXV710"
5161   comparisons:
5162     - title: "Diff"
5163       reference: 1
5164       compare: 2
5165   legend:
5166     - ""
5167     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5168     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5169
5170 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5171 - type: "table"
5172   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5173   algorithm: "table_comparison"
5174   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5175   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5176   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5177   columns:
5178     - title: "3n-hsw xl710"
5179       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5180       tag: "NIC_Intel-XL710"
5181     - title: "2n-clx xxv710"
5182       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5183       tag: "NIC_Intel-XXV710"
5184   comparisons:
5185     - title: "Diff"
5186       reference: 1
5187       compare: 2
5188   legend:
5189     - ""
5190     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5191     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5192
5193 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5194 - type: "table"
5195   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5196   algorithm: "table_comparison"
5197   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5199   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5200   columns:
5201     - title: "3n-hsw xl710"
5202       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5203       tag: "NIC_Intel-XL710"
5204     - title: "2n-clx xxv710"
5205       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5206       tag: "NIC_Intel-XXV710"
5207   comparisons:
5208     - title: "Diff"
5209       reference: 1
5210       compare: 2
5211   legend:
5212     - ""
5213     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5214     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5215
5216 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5217 - type: "table"
5218   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5219   algorithm: "table_comparison"
5220   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5222   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5223   columns:
5224     - title: "3n-hsw xl710"
5225       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5226       tag: "NIC_Intel-XL710"
5227     - title: "2n-clx xxv710"
5228       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5229       tag: "NIC_Intel-XXV710"
5230   comparisons:
5231     - title: "Diff"
5232       reference: 1
5233       compare: 2
5234   legend:
5235     - ""
5236     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5237     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5238
5239 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5240 - type: "table"
5241   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5242   algorithm: "table_comparison"
5243   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5245   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5246   columns:
5247     - title: "3n-skx"
5248       data-set: "vpp-compare-topologies-ref"
5249     - title: "2n-skx"
5250       data-set: "vpp-compare-topologies-cmp"
5251   comparisons:
5252     - title: "Diff"
5253       reference: 1
5254       compare: 2
5255   legend:
5256     - ""
5257     - "3n-skx, 2n-skx - topologies tested."
5258     - "Diff - difference between 3n-skx and 2n-skx topologies."
5259
5260 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5261 - type: "table"
5262   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5263   algorithm: "table_comparison"
5264   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5265   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5266   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5267   columns:
5268     - title: "3n-skx"
5269       data-set: "vpp-compare-topologies-ref"
5270     - title: "2n-skx"
5271       data-set: "vpp-compare-topologies-cmp"
5272   comparisons:
5273     - title: "Diff"
5274       reference: 1
5275       compare: 2
5276   legend:
5277     - ""
5278     - "3n-skx, 2n-skx - topologies tested."
5279     - "Diff - difference between 3n-skx and 2n-skx topologies."
5280
5281 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5282 - type: "table"
5283   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5284   algorithm: "table_comparison"
5285   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5286   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5287   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5288   columns:
5289     - title: "3n-skx"
5290       data-set: "vpp-compare-topologies-ref"
5291     - title: "2n-skx"
5292       data-set: "vpp-compare-topologies-cmp"
5293   comparisons:
5294     - title: "Diff"
5295       reference: 1
5296       compare: 2
5297   legend:
5298     - ""
5299     - "3n-skx, 2n-skx - topologies tested."
5300     - "Diff - difference between 3n-skx and 2n-skx topologies."
5301
5302 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5303 - type: "table"
5304   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5305   algorithm: "table_comparison"
5306   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5308   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5309   columns:
5310     - title: "3n-skx"
5311       data-set: "vpp-compare-topologies-ref"
5312     - title: "2n-skx"
5313       data-set: "vpp-compare-topologies-cmp"
5314   comparisons:
5315     - title: "Diff"
5316       reference: 1
5317       compare: 2
5318   legend:
5319     - ""
5320     - "3n-skx, 2n-skx - topologies tested."
5321     - "Diff - difference between 3n-skx and 2n-skx topologies."
5322
5323 # VPP Performance Changes 3n-hsw 1t1c mrr
5324 - type: "table"
5325   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5326   algorithm: "table_comparison"
5327   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5328   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5329   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5330   columns:
5331     - title: "1908.1-2"
5332       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5333     - title: "2001.0-2"
5334       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5335     - title: "2005.0-3"
5336       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5337     - title: "2005.0-4"
5338       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5339   comparisons:
5340     - title: "2005.0-4 vs 2005.0-3"
5341       reference: 3
5342       compare: 4
5343       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5344     - title: "2005.0-4 vs 2001.0-2"
5345       reference: 2
5346       compare: 4
5347       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5348   legend:
5349     - ''
5350     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5351     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5352     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5353     - '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.'
5354     - '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.'
5355
5356 # VPP Performance Changes 3n-hsw 2t2c mrr
5357 - type: "table"
5358   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5359   algorithm: "table_comparison"
5360   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5362   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5363   columns:
5364     - title: "1908.1-2"
5365       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5366     - title: "2001.0-2"
5367       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5368     - title: "2005.0-3"
5369       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5370     - title: "2005.0-4"
5371       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5372   comparisons:
5373     - title: "2005.0-4 vs 2005.0-3"
5374       reference: 3
5375       compare: 4
5376       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5377     - title: "2005.0-4 vs 2001.0-2"
5378       reference: 2
5379       compare: 4
5380       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5381   legend:
5382     - ''
5383     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5384     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5385     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5386     - '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.'
5387     - '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.'
5388
5389 # VPP Performance Changes 3n-hsw 4t4c mrr
5390 - type: "table"
5391   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5392   algorithm: "table_comparison"
5393   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5394   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5395   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5396   columns:
5397     - title: "1908.1-2"
5398       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5399     - title: "2001.0-2"
5400       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5401     - title: "2005.0-3"
5402       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5403     - title: "2005.0-4"
5404       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5405   comparisons:
5406     - title: "2005.0-4 vs 2005.0-3"
5407       reference: 3
5408       compare: 4
5409       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5410     - title: "2005.0-4 vs 2001.0-2"
5411       reference: 2
5412       compare: 4
5413       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5414   legend:
5415     - ''
5416     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5417     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5418     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5419     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5420     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5421
5422 # VPP Performance Changes 3n-skx 2t1c mrr
5423 - type: "table"
5424   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5425   algorithm: "table_comparison"
5426   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5427   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5428   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5429   columns:
5430     - title: "2001.0-2"
5431       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5432     - title: "2005.0-3"
5433       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5434     - title: "2005.0-4"
5435       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5436   comparisons:
5437     - title: "2005.0-4 vs 2005.0-3"
5438       reference: 2
5439       compare: 3
5440       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5441     - title: "2005.0-4 vs 2001.0-2"
5442       reference: 1
5443       compare: 3
5444       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5445   legend:
5446     - ''
5447     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5448     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5449     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5450     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5451     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5452
5453 # VPP Performance Changes 3n-skx 4t2c mrr
5454 - type: "table"
5455   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5456   algorithm: "table_comparison"
5457   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5458   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5459   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5460   columns:
5461     - title: "2001.0-2"
5462       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5463     - title: "2005.0-3"
5464       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5465     - title: "2005.0-4"
5466       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5467   comparisons:
5468     - title: "2005.0-4 vs 2005.0-3"
5469       reference: 2
5470       compare: 3
5471       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5472     - title: "2005.0-4 vs 2001.0-2"
5473       reference: 1
5474       compare: 3
5475       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5476   legend:
5477     - ''
5478     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5479     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5480     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5481     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5482     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5483
5484 # VPP Performance Changes 3n-skx 8t4c mrr
5485 - type: "table"
5486   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5487   algorithm: "table_comparison"
5488   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5489   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5490   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5491   columns:
5492     - title: "2001.0-2"
5493       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5494     - title: "2005.0-3"
5495       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5496     - title: "2005.0-4"
5497       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5498   comparisons:
5499     - title: "2005.0-4 vs 2005.0-3"
5500       reference: 2
5501       compare: 3
5502       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5503     - title: "2005.0-4 vs 2001.0-2"
5504       reference: 1
5505       compare: 3
5506       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5507   legend:
5508     - ''
5509     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5510     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5511     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5512     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5513     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5514
5515 # VPP Performance Changes 2n-skx 2t1c mrr
5516 - type: "table"
5517   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5518   algorithm: "table_comparison"
5519   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5520   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5521   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5522   columns:
5523     - title: "2001.0-2"
5524       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5525     - title: "2005.0-3"
5526       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5527     - title: "2005.0-4"
5528       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5529   comparisons:
5530     - title: "2005.0-4 vs 2005.0-3"
5531       reference: 2
5532       compare: 3
5533       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5534     - title: "2005.0-4 vs 2001.0-2"
5535       reference: 1
5536       compare: 3
5537       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5538   legend:
5539     - ''
5540     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5541     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5542     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5543     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5544     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5545
5546 # VPP Performance Changes 2n-skx 4t2c mrr
5547 - type: "table"
5548   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5549   algorithm: "table_comparison"
5550   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5552   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5553   columns:
5554     - title: "2001.0-2"
5555       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5556     - title: "2005.0-3"
5557       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5558     - title: "2005.0-4"
5559       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5560   comparisons:
5561     - title: "2005.0-4 vs 2005.0-3"
5562       reference: 2
5563       compare: 3
5564       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5565     - title: "2005.0-4 vs 2001.0-2"
5566       reference: 1
5567       compare: 3
5568       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5569   legend:
5570     - ''
5571     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5572     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5573     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5574     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5575     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5576
5577 # VPP Performance Changes 2n-skx 8t4c mrr
5578 - type: "table"
5579   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5580   algorithm: "table_comparison"
5581   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5583   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5584   columns:
5585     - title: "2001.0-2"
5586       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5587     - title: "2005.0-3"
5588       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5589     - title: "2005.0-4"
5590       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5591   comparisons:
5592     - title: "2005.0-4 vs 2005.0-3"
5593       reference: 2
5594       compare: 3
5595       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5596     - title: "2005.0-4 vs 2001.0-2"
5597       reference: 1
5598       compare: 3
5599       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5600   legend:
5601     - ''
5602     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5603     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5604     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5605     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5606     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5607
5608 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5609 - type: "table"
5610   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5611   algorithm: "table_comparison"
5612   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5614   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5615   columns:
5616     - title: "2001.0-2"
5617       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5618     - title: "2005.0-3"
5619       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5620     - title: "2005.0-4"
5621       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5622   comparisons:
5623     - title: "2005.0-4 vs 2005.0-3"
5624       reference: 2
5625       compare: 3
5626       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5627     - title: "2005.0-4 vs 2001.0-2"
5628       reference: 1
5629       compare: 3
5630       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5631   legend:
5632     - ''
5633     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5634     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5635     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5636     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5637     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5638
5639 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5640 - type: "table"
5641   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5642   algorithm: "table_comparison"
5643   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5644   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5645   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5646   columns:
5647     - title: "2001.0-2"
5648       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5649     - title: "2005.0-3"
5650       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5651     - title: "2005.0-4"
5652       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5653   comparisons:
5654     - title: "2005.0-4 vs 2005.0-3"
5655       reference: 2
5656       compare: 3
5657       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5658     - title: "2005.0-4 vs 2001.0-2"
5659       reference: 1
5660       compare: 3
5661       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5662   legend:
5663     - ''
5664     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5665     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5666     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5667     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5668     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5669
5670 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5671 - type: "table"
5672   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5673   algorithm: "table_comparison"
5674   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5675   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5676   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5677   columns:
5678     - title: "2001.0-2"
5679       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5680     - title: "2005.0-3"
5681       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5682     - title: "2005.0-4"
5683       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5684   comparisons:
5685     - title: "2005.0-4 vs 2005.0-3"
5686       reference: 2
5687       compare: 3
5688       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5689     - title: "2005.0-4 vs 2001.0-2"
5690       reference: 1
5691       compare: 3
5692       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5693   legend:
5694     - ''
5695     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5696     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5697     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5698     - '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.'
5699     - '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.'
5700
5701 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5702 #- type: "table"
5703 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5704 #  algorithm: "table_comparison"
5705 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5706 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5707 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5708 #  columns:
5709 #    - title: "2001"
5710 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5711 #    - title: "2005"
5712 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5713 #  comparisons:
5714 #    - title: "Diff"
5715 #      reference: 1
5716 #      compare: 2
5717 #  legend:
5718 #    - ""
5719 #    - "2001, 2005 - VPP versions tested."
5720 #    - "Diff - difference between 2001 and 2005 VPP version."
5721 #
5722 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5723 #- type: "table"
5724 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5725 #  algorithm: "table_comparison"
5726 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5727 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5728 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5729 #  columns:
5730 #    - title: "2001"
5731 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5732 #    - title: "2005"
5733 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5734 #  comparisons:
5735 #    - title: "Diff"
5736 #      reference: 1
5737 #      compare: 2
5738 #  legend:
5739 #    - ""
5740 #    - "2001, 2005 - VPP versions tested."
5741 #    - "Diff - difference between 2001 and 2005 VPP version."
5742 #
5743 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5744 #- type: "table"
5745 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5746 #  algorithm: "table_comparison"
5747 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5748 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5749 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5750 #  columns:
5751 #    - title: "2001"
5752 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5753 #    - title: "2005"
5754 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5755 #  comparisons:
5756 #    - title: "Diff"
5757 #      reference: 1
5758 #      compare: 2
5759 #  legend:
5760 #    - ""
5761 #    - "2001, 2005 - VPP versions tested."
5762 #    - "Diff - difference between 2001 and 2005 VPP version."
5763
5764 # VPP Performance Changes 2n-dnv 1t1c mrr
5765 - type: "table"
5766   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5767   algorithm: "table_comparison"
5768   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5770   filter: "'1T1C'"
5771   columns:
5772     - title: "1908.1-2"
5773       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5774     - title: "2001.0-2"
5775       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5776     - title: "2005.0-3"
5777       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5778   comparisons:
5779     - title: "2005.0-3 vs 2001.0-2"
5780       reference: 2
5781       compare: 3
5782   legend:
5783     - ''
5784     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5785     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5786     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5787     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5788
5789 # VPP Performance Changes 2n-dnv 2t2c mrr
5790 - type: "table"
5791   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5792   algorithm: "table_comparison"
5793   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5794   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5795   filter: "'2T2C'"
5796   columns:
5797     - title: "1908.1-2"
5798       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5799     - title: "2001.0-2"
5800       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5801     - title: "2005.0-3"
5802       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5803   comparisons:
5804     - title: "2005.0-3 vs 2001.0-2"
5805       reference: 2
5806       compare: 3
5807   legend:
5808     - ''
5809     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5810     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5811     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5812     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5813
5814 # VPP Performance Changes 2n-dnv 4t4c mrr
5815 - type: "table"
5816   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5817   algorithm: "table_comparison"
5818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5820   filter: "'4T4C'"
5821   columns:
5822     - title: "1908.1-2"
5823       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5824     - title: "2001.0-2"
5825       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5826     - title: "2005.0-3"
5827       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5828   comparisons:
5829     - title: "2005.0-3 vs 2001.0-2"
5830       reference: 2
5831       compare: 3
5832   legend:
5833     - ''
5834     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5835     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5836     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5837     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5838
5839 # VPP Performance Changes 3n-dnv 1t1c mrr
5840 - type: "table"
5841   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5842   algorithm: "table_comparison"
5843   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5844   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5845   filter: "'1T1C'"
5846   columns:
5847     - title: "1908.1-2"
5848       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5849     - title: "2001.0-2"
5850       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5851     - title: "2005.0-3"
5852       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5853   comparisons:
5854     - title: "2005.0-3 vs 2001.0-2"
5855       reference: 2
5856       compare: 3
5857   legend:
5858     - ''
5859     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5860     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5861     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5862     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5863
5864 # VPP Performance Changes 3n-dnv 2t2c mrr
5865 - type: "table"
5866   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5867   algorithm: "table_comparison"
5868   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5870   filter: "'2T2C'"
5871   columns:
5872     - title: "1908.1-2"
5873       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5874     - title: "2001.0-2"
5875       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5876     - title: "2005.0-3"
5877       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5878   comparisons:
5879     - title: "2005.0-3 vs 2001.0-2"
5880       reference: 2
5881       compare: 3
5882   legend:
5883     - ''
5884     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5885     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5886     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5887     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5888
5889 # VPP Performance Changes 3n-dnv 4t4c mrr
5890 - type: "table"
5891   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5892   algorithm: "table_comparison"
5893   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5894   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5895   filter: "'4T4C'"
5896   columns:
5897     - title: "1908.1-2"
5898       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5899     - title: "2001.0-2"
5900       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5901     - title: "2005.0-3"
5902       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5903   comparisons:
5904     - title: "2005.0-3 vs 2001.0-2"
5905       reference: 2
5906       compare: 3
5907   legend:
5908     - ''
5909     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5910     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5911     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5912     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5913
5914 # VPP Performance Changes 3n-tsh 1t1c mrr
5915 - type: "table"
5916   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5917   algorithm: "table_comparison"
5918   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5919   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5920   filter: "'1T1C'"
5921   columns:
5922     - title: "1908.1-2"
5923       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5924     - title: "2001.0-2"
5925       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5926     - title: "2005.0-3"
5927       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5928     - title: "2005.0-4"
5929       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5930   comparisons:
5931     - title: "2005.0-4 vs 2005.0-3"
5932       reference: 3
5933       compare: 4
5934       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5935     - title: "2005.0-4 vs 2001.0-2"
5936       reference: 2
5937       compare: 4
5938       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5939   legend:
5940     - ''
5941     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5942     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5943     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5944     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5945     - '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.'
5946
5947 # VPP Performance Changes 3n-tsh 2t2c mrr
5948 - type: "table"
5949   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5950   algorithm: "table_comparison"
5951   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5952   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5953   filter: "'2T2C'"
5954   columns:
5955     - title: "1908.1-2"
5956       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5957     - title: "2001.0-2"
5958       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5959     - title: "2005.0-3"
5960       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5961     - title: "2005.0-4"
5962       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5963   comparisons:
5964     - title: "2005.0-4 vs 2005.0-3"
5965       reference: 3
5966       compare: 4
5967       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5968     - title: "2005.0-4 vs 2001.0-2"
5969       reference: 2
5970       compare: 4
5971       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5972   legend:
5973     - ''
5974     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5975     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5976     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5977     - '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.'
5978     - '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.'
5979
5980 # VPP Performance Changes 3n-tsh 4t4c mrr
5981 - type: "table"
5982   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5983   algorithm: "table_comparison"
5984   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5985   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5986   filter: "'4T4C'"
5987   columns:
5988     - title: "1908.1-2"
5989       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5990     - title: "2001.0-2"
5991       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5992     - title: "2005.0-3"
5993       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5994     - title: "2005.0-4"
5995       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5996   comparisons:
5997     - title: "2005.0-4 vs 2005.0-3"
5998       reference: 3
5999       compare: 4
6000       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
6001     - title: "2005.0-4 vs 2001.0-2"
6002       reference: 2
6003       compare: 4
6004       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
6005   legend:
6006     - ''
6007     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6008     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
6009     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6010     - '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.'
6011     - '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.'
6012
6013 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6014 - type: "table"
6015   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6016   algorithm: "table_comparison"
6017   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6018   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6019   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6020   columns:
6021     - title: "3n-hsw xl710"
6022       data-set: "vpp-compare-testbeds-mrr-ref"
6023       tag: "NIC_Intel-XL710"
6024     - title: "3n-skx xxv710"
6025       data-set: "vpp-compare-testbeds-mrr-cmp"
6026       tag: "NIC_Intel-XXV710"
6027   comparisons:
6028     - title: "Diff"
6029       reference: 1
6030       compare: 2
6031   legend:
6032     - ""
6033     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6034     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6035
6036 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6037 - type: "table"
6038   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6039   algorithm: "table_comparison"
6040   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6041   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6042   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6043   columns:
6044     - title: "3n-hsw xl710"
6045       data-set: "vpp-compare-testbeds-mrr-ref"
6046       tag: "NIC_Intel-XL710"
6047     - title: "3n-skx xxv710"
6048       data-set: "vpp-compare-testbeds-mrr-cmp"
6049       tag: "NIC_Intel-XXV710"
6050   comparisons:
6051     - title: "Diff"
6052       reference: 1
6053       compare: 2
6054   legend:
6055     - ""
6056     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6057     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6058
6059 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6060 - type: "table"
6061   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6062   algorithm: "table_comparison"
6063   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6064   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6065   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6066   columns:
6067     - title: "3n-hsw xl710"
6068       data-set: "vpp-compare-testbeds-mrr-ref"
6069       tag: "NIC_Intel-XL710"
6070     - title: "3n-skx xxv710"
6071       data-set: "vpp-compare-testbeds-mrr-cmp"
6072       tag: "NIC_Intel-XXV710"
6073   comparisons:
6074     - title: "Diff"
6075       reference: 1
6076       compare: 2
6077   legend:
6078     - ""
6079     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6080     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6081
6082 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6083 - type: "table"
6084   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6085   algorithm: "table_comparison"
6086   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6088   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6089   columns:
6090     - title: "2n-skx"
6091       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6092     - title: "2n-clx"
6093       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6094   comparisons:
6095     - title: "Diff"
6096       reference: 1
6097       compare: 2
6098   legend:
6099     - ""
6100     - "2n-skx, 2n-clx - testbeds and NICs tested."
6101     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6102
6103 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6104 - type: "table"
6105   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6106   algorithm: "table_comparison"
6107   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6109   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6110   columns:
6111     - title: "2n-skx"
6112       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6113     - title: "2n-clx"
6114       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6115   comparisons:
6116     - title: "Diff"
6117       reference: 1
6118       compare: 2
6119   legend:
6120     - ""
6121     - "2n-skx, 2n-clx - testbeds and NICs tested."
6122     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6123
6124 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6125 - type: "table"
6126   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6127   algorithm: "table_comparison"
6128   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6129   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6130   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6131   columns:
6132     - title: "2n-skx"
6133       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6134     - title: "2n-clx"
6135       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6136   comparisons:
6137     - title: "Diff"
6138       reference: 1
6139       compare: 2
6140   legend:
6141     - ""
6142     - "2n-skx, 2n-clx - testbeds and NICs tested."
6143     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6144
6145 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6146 - type: "table"
6147   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6148   algorithm: "table_comparison"
6149   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6150   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6151   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6152   columns:
6153     - title: "3n-skx"
6154       data-set: "vpp-compare-topologies-mrr-ref"
6155     - title: "2n-skx"
6156       data-set: "vpp-compare-topologies-mrr-cmp"
6157   comparisons:
6158     - title: "Diff"
6159       reference: 1
6160       compare: 2
6161   legend:
6162     - ""
6163     - "3n-skx, 2n-skx - topologies tested."
6164     - "Diff - difference between 3n-skx and 2n-skx topologies."
6165
6166 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6167 - type: "table"
6168   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6169   algorithm: "table_comparison"
6170   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6171   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6172   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6173   columns:
6174     - title: "3n-skx"
6175       data-set: "vpp-compare-topologies-mrr-ref"
6176     - title: "2n-skx"
6177       data-set: "vpp-compare-topologies-mrr-cmp"
6178   comparisons:
6179     - title: "Diff"
6180       reference: 1
6181       compare: 2
6182   legend:
6183     - ""
6184     - "3n-skx, 2n-skx - topologies tested."
6185     - "Diff - difference between 3n-skx and 2n-skx topologies."
6186
6187 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6188 - type: "table"
6189   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6190   algorithm: "table_comparison"
6191   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6192   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6193   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6194   columns:
6195     - title: "3n-skx"
6196       data-set: "vpp-compare-topologies-mrr-ref"
6197     - title: "2n-skx"
6198       data-set: "vpp-compare-topologies-mrr-cmp"
6199   comparisons:
6200     - title: "Diff"
6201       reference: 1
6202       compare: 2
6203   legend:
6204     - ""
6205     - "3n-skx, 2n-skx - topologies tested."
6206     - "Diff - difference between 3n-skx and 2n-skx topologies."
6207
6208 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6209 - type: "table"
6210   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6211   algorithm: "table_comparison"
6212   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6213   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6214   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6215   columns:
6216     - title: "3n-hsw xl710"
6217       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6218       tag: "NIC_Intel-XL710"
6219     - title: "2n-clx xxv710"
6220       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6221       tag: "NIC_Intel-XXV710"
6222   comparisons:
6223     - title: "Diff"
6224       reference: 1
6225       compare: 2
6226   legend:
6227     - ""
6228     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6229     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6230
6231 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6232 - type: "table"
6233   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6234   algorithm: "table_comparison"
6235   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6237   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6238   columns:
6239     - title: "3n-hsw xl710"
6240       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6241       tag: "NIC_Intel-XL710"
6242     - title: "2n-clx xxv710"
6243       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6244       tag: "NIC_Intel-XXV710"
6245   comparisons:
6246     - title: "Diff"
6247       reference: 1
6248       compare: 2
6249   legend:
6250     - ""
6251     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6252     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6253
6254 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6255 - type: "table"
6256   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6257   algorithm: "table_comparison"
6258   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6260   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6261   columns:
6262     - title: "3n-hsw xl710"
6263       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6264       tag: "NIC_Intel-XL710"
6265     - title: "2n-clx xxv710"
6266       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6267       tag: "NIC_Intel-XXV710"
6268   comparisons:
6269     - title: "Diff"
6270       reference: 1
6271       compare: 2
6272   legend:
6273     - ""
6274     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6275     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6276
6277 # Detailed Test Results - VPP Performance Results 3n-hsw
6278 - type: "table"
6279   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6280   algorithm: "table_merged_details"
6281   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6282   columns:
6283     - title: " |prein| Test Name |preout| "
6284       data: "data name"
6285     - 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| "
6286       data: "data msg"
6287   data: "vpp-perf-results-3n-hsw"
6288   filter: "all"
6289   parameters:
6290   - "name"
6291   - "parent"
6292   - "msg"
6293
6294 # Detailed Test Results - VPP Performance Results 3n-skx
6295 - type: "table"
6296   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6297   algorithm: "table_merged_details"
6298   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6299   columns:
6300     - title: " |prein| Test Name |preout| "
6301       data: "data name"
6302     - 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| "
6303       data: "data msg"
6304   data: "vpp-perf-results-3n-skx"
6305   filter: "all"
6306   remove-ndr: False
6307   parameters:
6308   - "name"
6309   - "parent"
6310   - "msg"
6311
6312 # Detailed Test Results - VPP Performance Results 2n-skx
6313 - type: "table"
6314   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6315   algorithm: "table_merged_details"
6316   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6317   columns:
6318     - title: " |prein| Test Name |preout| "
6319       data: "data name"
6320     - 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| "
6321       data: "data msg"
6322   data: "vpp-perf-results-2n-skx"
6323   filter: "all"
6324   remove-ndr: False
6325   parameters:
6326   - "name"
6327   - "parent"
6328   - "msg"
6329
6330 # Detailed Test Results - VPP Performance Results 2n-clx
6331 - type: "table"
6332   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6333   algorithm: "table_merged_details"
6334   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6335   columns:
6336     - title: " |prein| Test Name |preout| "
6337       data: "data name"
6338     - 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| "
6339       data: "data msg"
6340   data: "vpp-perf-results-2n-clx"
6341   filter: "all"
6342   parameters:
6343   - "name"
6344   - "parent"
6345   - "msg"
6346
6347 # Detailed Test Results - VPP Performance Results 3n-tsh
6348 - type: "table"
6349   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6350   algorithm: "table_merged_details"
6351   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6352   columns:
6353     - title: " |prein| Test Name |preout| "
6354       data: "data name"
6355     - 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| "
6356       data: "data msg"
6357   data: "vpp-perf-results-3n-tsh"
6358   filter: "all"
6359   parameters:
6360   - "name"
6361   - "parent"
6362   - "msg"
6363
6364 # Detailed Test Results - VPP Performance Results 3n-dnv
6365 - type: "table"
6366   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6367   algorithm: "table_merged_details"
6368   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6369   columns:
6370     - title: " |prein| Test Name |preout| "
6371       data: "data name"
6372     - 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| "
6373       data: "data msg"
6374   data: "vpp-perf-results-3n-dnv"
6375   filter: "all"
6376   parameters:
6377   - "name"
6378   - "parent"
6379   - "msg"
6380
6381 # Detailed Test Results - VPP Performance Results 2n-dnv
6382 - type: "table"
6383   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6384   algorithm: "table_merged_details"
6385   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6386   columns:
6387     - title: " |prein| Test Name |preout| "
6388       data: "data name"
6389     - 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| "
6390       data: "data msg"
6391   data: "vpp-perf-results-2n-dnv"
6392   filter: "all"
6393   parameters:
6394   - "name"
6395   - "parent"
6396   - "msg"
6397
6398 # Test configuration - VPP Performance Test Configs 3n-hsw
6399 - type: "table"
6400   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6401   algorithm: "table_merged_details"
6402   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6403   columns:
6404     - title: " |prein| Test Name |preout| "
6405       data: "data name"
6406     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6407       data: "data conf-history"
6408   data: "vpp-perf-results-3n-hsw"
6409   filter: "all"
6410   parameters:
6411   - "parent"
6412   - "name"
6413   - "conf-history"
6414
6415 # Test configuration - VPP Performance Test Configs 3n-skx
6416 - type: "table"
6417   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6418   algorithm: "table_merged_details"
6419   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6420   columns:
6421     - title: " |prein| Test Name |preout| "
6422       data: "data name"
6423     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6424       data: "data conf-history"
6425   data: "vpp-perf-results-3n-skx"
6426   filter: "all"
6427   parameters:
6428   - "parent"
6429   - "name"
6430   - "conf-history"
6431
6432 # Test configuration - VPP Performance Test Configs 2n-skx
6433 - type: "table"
6434   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6435   algorithm: "table_merged_details"
6436   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6437   columns:
6438     - title: " |prein| Test Name |preout| "
6439       data: "data name"
6440     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6441       data: "data conf-history"
6442   data: "vpp-perf-results-2n-skx"
6443   filter: "all"
6444   parameters:
6445   - "parent"
6446   - "name"
6447   - "conf-history"
6448
6449 # Test configuration - VPP Performance Test Configs 2n-clx
6450 - type: "table"
6451   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6452   algorithm: "table_merged_details"
6453   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6454   columns:
6455     - title: " |prein| Test Name |preout| "
6456       data: "data name"
6457     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6458       data: "data conf-history"
6459   data: "vpp-perf-results-2n-clx"
6460   filter: "all"
6461   parameters:
6462   - "parent"
6463   - "name"
6464   - "conf-history"
6465
6466 # Test configuration - VPP Performance Test Configs 3n-tsh
6467 - type: "table"
6468   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6469   algorithm: "table_merged_details"
6470   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6471   columns:
6472     - title: " |prein| Test Name |preout| "
6473       data: "data name"
6474     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6475       data: "data conf-history"
6476   data: "vpp-perf-results-3n-tsh"
6477   filter: "all"
6478   parameters:
6479   - "parent"
6480   - "name"
6481   - "conf-history"
6482
6483 # Test configuration - VPP Performance Test Configs 3n-dnv
6484 - type: "table"
6485   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6486   algorithm: "table_merged_details"
6487   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6488   columns:
6489     - title: " |prein| Test Name |preout| "
6490       data: "data name"
6491     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6492       data: "data conf-history"
6493   data: "vpp-perf-results-3n-dnv"
6494   filter: "all"
6495   parameters:
6496   - "parent"
6497   - "name"
6498   - "conf-history"
6499
6500 # Test configuration - VPP Performance Test Configs 2n-dnv
6501 - type: "table"
6502   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6503   algorithm: "table_merged_details"
6504   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6505   columns:
6506     - title: " |prein| Test Name |preout| "
6507       data: "data name"
6508     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6509       data: "data conf-history"
6510   data: "vpp-perf-results-2n-dnv"
6511   filter: "all"
6512   parameters:
6513   - "parent"
6514   - "name"
6515   - "conf-history"
6516
6517 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6518 - type: "table"
6519   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6520   algorithm: "table_oper_data_html"
6521   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6522   data: "vpp-perf-results-3n-hsw"
6523   filter: "all"
6524
6525 # Test Operational Data - VPP Performance Operational Data 3n-skx
6526 - type: "table"
6527   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6528   algorithm: "table_oper_data_html"
6529   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6530   data: "vpp-perf-results-3n-skx"
6531   filter: "all"
6532
6533 # Test Operational Data - VPP Performance Operational Data 2n-skx
6534 - type: "table"
6535   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6536   algorithm: "table_oper_data_html"
6537   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6538   data: "vpp-perf-results-2n-skx"
6539   filter: "all"
6540
6541 # Test Operational Data - VPP Performance Operational Data 2n-clx
6542 - type: "table"
6543   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6544   algorithm: "table_oper_data_html"
6545   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6546   data: "vpp-perf-results-2n-clx"
6547   filter: "all"
6548
6549 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6550 - type: "table"
6551   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6552   algorithm: "table_oper_data_html"
6553   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6554   data: "vpp-perf-results-3n-tsh"
6555   filter: "all"
6556
6557 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6558 - type: "table"
6559   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6560   algorithm: "table_oper_data_html"
6561   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6562   data: "vpp-perf-results-3n-dnv"
6563   filter: "all"
6564
6565 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6566 - type: "table"
6567   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6568   algorithm: "table_oper_data_html"
6569   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6570   data: "vpp-perf-results-2n-dnv"
6571   filter: "all"
6572
6573 # Detailed Test Results - VPP MRR Results 3n-hsw
6574 - type: "table"
6575   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6576   algorithm: "table_merged_details"
6577   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6578   columns:
6579     - title: " |prein| Test Name |preout| "
6580       data: "data name"
6581     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6582       data: "data msg"
6583   data: "vpp-mrr-results-3n-hsw"
6584   filter: "all"
6585   parameters:
6586   - "name"
6587   - "parent"
6588   - "msg"
6589
6590 # Detailed Test Results - VPP MRR Results 3n-skx
6591 - type: "table"
6592   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6593   algorithm: "table_merged_details"
6594   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6595   columns:
6596     - title: " |prein| Test Name |preout| "
6597       data: "data name"
6598     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6599       data: "data msg"
6600   data: "vpp-mrr-results-3n-skx"
6601   filter: "all"
6602   parameters:
6603   - "name"
6604   - "parent"
6605   - "msg"
6606
6607 # Detailed Test Results - VPP MRR Results 2n-skx
6608 - type: "table"
6609   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6610   algorithm: "table_merged_details"
6611   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6612   columns:
6613     - title: " |prein| Test Name |preout| "
6614       data: "data name"
6615     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6616       data: "data msg"
6617   data: "vpp-mrr-results-2n-skx"
6618   filter: "all"
6619   parameters:
6620   - "name"
6621   - "parent"
6622   - "msg"
6623
6624 # Detailed Test Results - VPP MRR Results 2n-clx
6625 - type: "table"
6626   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6627   algorithm: "table_merged_details"
6628   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6629   columns:
6630     - title: " |prein| Test Name |preout| "
6631       data: "data name"
6632     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6633       data: "data msg"
6634   data: "vpp-mrr-results-2n-clx"
6635   filter: "all"
6636   parameters:
6637   - "name"
6638   - "parent"
6639   - "msg"
6640
6641 # Detailed Test Results - VPP MRR Results 3n-tsh
6642 - type: "table"
6643   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6644   algorithm: "table_merged_details"
6645   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6646   columns:
6647     - title: " |prein| Test Name |preout| "
6648       data: "data name"
6649     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6650       data: "data msg"
6651   data: "vpp-mrr-results-3n-tsh"
6652   filter: "all"
6653   parameters:
6654   - "name"
6655   - "parent"
6656   - "msg"
6657
6658 # Detailed Test Results - VPP MRR Results 3n-dnv
6659 - type: "table"
6660   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6661   algorithm: "table_merged_details"
6662   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6663   columns:
6664     - title: " |prein| Test Name |preout| "
6665       data: "data name"
6666     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6667       data: "data msg"
6668   data: "vpp-mrr-results-3n-dnv"
6669   filter: "all"
6670   parameters:
6671   - "name"
6672   - "parent"
6673   - "msg"
6674
6675 # Detailed Test Results - VPP MRR Results 2n-dnv
6676 - type: "table"
6677   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6678   algorithm: "table_merged_details"
6679   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6680   columns:
6681     - title: " |prein| Test Name |preout| "
6682       data: "data name"
6683     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6684       data: "data msg"
6685   data: "vpp-mrr-results-2n-dnv"
6686   filter: "all"
6687   parameters:
6688   - "name"
6689   - "parent"
6690   - "msg"
6691
6692 # Test configuration - VPP MRR Test Configs 3n-hsw
6693 - type: "table"
6694   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6695   algorithm: "table_merged_details"
6696   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6697   columns:
6698     - title: " |prein| Test Name |preout| "
6699       data: "data name"
6700     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6701       data: "data conf-history"
6702   data: "vpp-mrr-results-3n-hsw"
6703   filter: "all"
6704   parameters:
6705   - "parent"
6706   - "name"
6707   - "conf-history"
6708
6709 # Test configuration - VPP MRR Test Configs 3n-skx
6710 - type: "table"
6711   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6712   algorithm: "table_merged_details"
6713   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6714   columns:
6715     - title: " |prein| Test Name |preout| "
6716       data: "data name"
6717     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6718       data: "data conf-history"
6719   data: "vpp-mrr-results-3n-skx"
6720   filter: "all"
6721   parameters:
6722   - "parent"
6723   - "name"
6724   - "conf-history"
6725
6726 # Test configuration - VPP MRR Test Configs 2n-skx
6727 - type: "table"
6728   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6729   algorithm: "table_merged_details"
6730   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6731   columns:
6732     - title: " |prein| Test Name |preout| "
6733       data: "data name"
6734     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6735       data: "data conf-history"
6736   data: "vpp-mrr-results-2n-skx"
6737   filter: "all"
6738   parameters:
6739   - "parent"
6740   - "name"
6741   - "conf-history"
6742
6743 # Test configuration - VPP MRR Test Configs 2n-clx
6744 - type: "table"
6745   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6746   algorithm: "table_merged_details"
6747   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6748   columns:
6749     - title: " |prein| Test Name |preout| "
6750       data: "data name"
6751     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6752       data: "data conf-history"
6753   data: "vpp-mrr-results-2n-clx"
6754   filter: "all"
6755   parameters:
6756   - "parent"
6757   - "name"
6758   - "conf-history"
6759
6760 # Test configuration - VPP MRR Test Configs 3n-tsh
6761 - type: "table"
6762   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6763   algorithm: "table_merged_details"
6764   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6765   columns:
6766     - title: " |prein| Test Name |preout| "
6767       data: "data name"
6768     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6769       data: "data conf-history"
6770   data: "vpp-mrr-results-3n-tsh"
6771   filter: "all"
6772   parameters:
6773   - "parent"
6774   - "name"
6775   - "conf-history"
6776
6777 # Test configuration - VPP MRR Test Configs 3n-dnv
6778 - type: "table"
6779   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6780   algorithm: "table_merged_details"
6781   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6782   columns:
6783     - title: " |prein| Test Name |preout| "
6784       data: "data name"
6785     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6786       data: "data conf-history"
6787   data: "vpp-mrr-results-3n-dnv"
6788   filter: "all"
6789   parameters:
6790   - "parent"
6791   - "name"
6792   - "conf-history"
6793
6794 # Test configuration - VPP MRR Test Configs 2n-dnv
6795 - type: "table"
6796   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6797   algorithm: "table_merged_details"
6798   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6799   columns:
6800     - title: " |prein| Test Name |preout| "
6801       data: "data name"
6802     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6803       data: "data conf-history"
6804   data: "vpp-mrr-results-2n-dnv"
6805   filter: "all"
6806   parameters:
6807   - "parent"
6808   - "name"
6809   - "conf-history"
6810
6811 # Detailed Test Results - VPP Device Results - Ubuntu
6812 - type: "table"
6813   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6814   algorithm: "table_merged_details"
6815   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6816   columns:
6817     - title: " |prein| Test Name |preout| "
6818       data: "data name"
6819     - title: " |prein| Status |preout| "
6820       data: "data status"
6821   data: "vpp-device-results-ubuntu"
6822   filter: "all"
6823   parameters:
6824   - "name"
6825   - "parent"
6826   - "doc"
6827   - "status"
6828
6829 # Test configuration - VPP Device Test Configs - Ubuntu
6830 - type: "table"
6831   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6832   algorithm: "table_merged_details"
6833   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6834   columns:
6835     - title: " |prein| Test Name |preout| "
6836       data: "data name"
6837     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6838       data: "data conf-history"
6839   data: "vpp-device-results-ubuntu"
6840   filter: "all"
6841   parameters:
6842   - "parent"
6843   - "name"
6844   - "conf-history"
6845
6846 ################################################################################
6847
6848 # DPDK Performance Changes 3n-hsw 1t1c pdr
6849 - type: "table"
6850   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6851   algorithm: "table_comparison"
6852   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6853   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6854   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6855   columns:
6856     - title: "1908"
6857       data-set: "dpdk-performance-changes-3n-hsw-h1"
6858     - title: "2001"
6859       data-set: "dpdk-performance-changes-3n-hsw-ref"
6860     - title: "2005"
6861       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6862   comparisons:
6863     - title: "Diff"
6864       reference: 2
6865       compare: 3
6866   legend:
6867     - ""
6868     - "1908, 2001, 2005 - DPDK versions tested."
6869     - "Diff - difference between 2001 and 2005 DPDK version."
6870
6871 # DPDK Performance Changes 3n-hsw 2t2c pdr
6872 - type: "table"
6873   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6874   algorithm: "table_comparison"
6875   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6876   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6877   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6878   columns:
6879     - title: "1908"
6880       data-set: "dpdk-performance-changes-3n-hsw-h1"
6881     - title: "2001"
6882       data-set: "dpdk-performance-changes-3n-hsw-ref"
6883     - title: "2005"
6884       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6885   comparisons:
6886     - title: "Diff"
6887       reference: 2
6888       compare: 3
6889   legend:
6890     - ""
6891     - "1908, 2001, 2005 - DPDK versions tested."
6892     - "Diff - difference between 2001 and 2005 DPDK version."
6893
6894 # DPDK Performance Changes 3n-hsw 1t1c pdr
6895 - type: "table"
6896   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6897   algorithm: "table_comparison"
6898   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6900   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6901   columns:
6902     - title: "1908"
6903       data-set: "dpdk-performance-changes-3n-hsw-h1"
6904     - title: "2001"
6905       data-set: "dpdk-performance-changes-3n-hsw-ref"
6906     - title: "2005"
6907       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6908   comparisons:
6909     - title: "Diff"
6910       reference: 2
6911       compare: 3
6912   legend:
6913     - ""
6914     - "1908, 2001, 2005 - DPDK versions tested."
6915     - "Diff - difference between 2001 and 2005 DPDK version."
6916
6917 # DPDK Performance Changes 3n-hsw 2t2c ndr
6918 - type: "table"
6919   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6920   algorithm: "table_comparison"
6921   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6923   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6924   columns:
6925     - title: "1908"
6926       data-set: "dpdk-performance-changes-3n-hsw-h1"
6927     - title: "2001"
6928       data-set: "dpdk-performance-changes-3n-hsw-ref"
6929     - title: "2005"
6930       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6931   comparisons:
6932     - title: "Diff"
6933       reference: 2
6934       compare: 3
6935   legend:
6936     - ""
6937     - "1908, 2001, 2005 - DPDK versions tested."
6938     - "Diff - difference between 2001 and 2005 DPDK version."
6939
6940 # DPDK Performance Changes 3n-skx 2t1c pdr
6941 - type: "table"
6942   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6943   algorithm: "table_comparison"
6944   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6946   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6947   columns:
6948     - title: "1908"
6949       data-set: "dpdk-performance-changes-3n-skx-h1"
6950     - title: "2001"
6951       data-set: "dpdk-performance-changes-3n-skx-ref"
6952     - title: "2005"
6953       data-set: "dpdk-performance-changes-3n-skx-cmp"
6954   comparisons:
6955     - title: "Diff"
6956       reference: 2
6957       compare: 3
6958   legend:
6959     - ""
6960     - "1908, 2001, 2005 - DPDK versions tested."
6961     - "Diff - difference between 2001 and 2005 DPDK version."
6962
6963 # DPDK Performance Changes 3n-skx 4t2c pdr
6964 - type: "table"
6965   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6966   algorithm: "table_comparison"
6967   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6969   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6970   columns:
6971     - title: "1908"
6972       data-set: "dpdk-performance-changes-3n-skx-h1"
6973     - title: "2001"
6974       data-set: "dpdk-performance-changes-3n-skx-ref"
6975     - title: "2005"
6976       data-set: "dpdk-performance-changes-3n-skx-cmp"
6977   comparisons:
6978     - title: "Diff"
6979       reference: 2
6980       compare: 3
6981   legend:
6982     - ""
6983     - "1908, 2001, 2005 - DPDK versions tested."
6984     - "Diff - difference between 2001 and 2005 DPDK version."
6985
6986 # DPDK Performance Changes 3n-skx 2t1c ndr
6987 - type: "table"
6988   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6989   algorithm: "table_comparison"
6990   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6991   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6992   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6993   columns:
6994     - title: "1908"
6995       data-set: "dpdk-performance-changes-3n-skx-h1"
6996     - title: "2001"
6997       data-set: "dpdk-performance-changes-3n-skx-ref"
6998     - title: "2005"
6999       data-set: "dpdk-performance-changes-3n-skx-cmp"
7000   comparisons:
7001     - title: "Diff"
7002       reference: 2
7003       compare: 3
7004   legend:
7005     - ""
7006     - "1908, 2001, 2005 - DPDK versions tested."
7007     - "Diff - difference between 2001 and 2005 DPDK version."
7008
7009 # DPDK Performance Changes 3n-skx 4t2c ndr
7010 - type: "table"
7011   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7012   algorithm: "table_comparison"
7013   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7014   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7015   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7016   columns:
7017     - title: "1908"
7018       data-set: "dpdk-performance-changes-3n-skx-h1"
7019     - title: "2001"
7020       data-set: "dpdk-performance-changes-3n-skx-ref"
7021     - title: "2005"
7022       data-set: "dpdk-performance-changes-3n-skx-cmp"
7023   comparisons:
7024     - title: "Diff"
7025       reference: 2
7026       compare: 3
7027   legend:
7028     - ""
7029     - "1908, 2001, 2005 - DPDK versions tested."
7030     - "Diff - difference between 2001 and 2005 DPDK version."
7031
7032 # DPDK Performance Changes 2n-skx 2t1c pdr
7033 - type: "table"
7034   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7035   algorithm: "table_comparison"
7036   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7037   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7038   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7039   columns:
7040     - title: "1908"
7041       data-set: "dpdk-performance-changes-2n-skx-h1"
7042     - title: "2001"
7043       data-set: "dpdk-performance-changes-2n-skx-ref"
7044     - title: "2005"
7045       data-set: "dpdk-performance-changes-2n-skx-cmp"
7046   comparisons:
7047     - title: "Diff"
7048       reference: 2
7049       compare: 3
7050   legend:
7051     - ""
7052     - "1908, 2001, 2005 - DPDK versions tested."
7053     - "Diff - difference between 2001 and 2005 DPDK version."
7054
7055 # DPDK Performance Changes 2n-skx 4t2c pdr
7056 - type: "table"
7057   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7058   algorithm: "table_comparison"
7059   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7060   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7061   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7062   columns:
7063     - title: "1908"
7064       data-set: "dpdk-performance-changes-2n-skx-h1"
7065     - title: "2001"
7066       data-set: "dpdk-performance-changes-2n-skx-ref"
7067     - title: "2005"
7068       data-set: "dpdk-performance-changes-2n-skx-cmp"
7069   comparisons:
7070     - title: "Diff"
7071       reference: 2
7072       compare: 3
7073   legend:
7074     - ""
7075     - "1908, 2001, 2005 - DPDK versions tested."
7076     - "Diff - difference between 2001 and 2005 DPDK version."
7077
7078 # DPDK Performance Changes 2n-skx 2t1c ndr
7079 - type: "table"
7080   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7081   algorithm: "table_comparison"
7082   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7083   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7084   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7085   columns:
7086     - title: "1908"
7087       data-set: "dpdk-performance-changes-2n-skx-h1"
7088     - title: "2001"
7089       data-set: "dpdk-performance-changes-2n-skx-ref"
7090     - title: "2005"
7091       data-set: "dpdk-performance-changes-2n-skx-cmp"
7092   comparisons:
7093     - title: "Diff"
7094       reference: 2
7095       compare: 3
7096   legend:
7097     - ""
7098     - "1908, 2001, 2005 - DPDK versions tested."
7099     - "Diff - difference between 2001 and 2005 DPDK version."
7100
7101 # DPDK Performance Changes 2n-skx 4t2c ndr
7102 - type: "table"
7103   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7104   algorithm: "table_comparison"
7105   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7106   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7107   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7108   columns:
7109     - title: "1908"
7110       data-set: "dpdk-performance-changes-2n-skx-h1"
7111     - title: "2001"
7112       data-set: "dpdk-performance-changes-2n-skx-ref"
7113     - title: "2005"
7114       data-set: "dpdk-performance-changes-2n-skx-cmp"
7115   comparisons:
7116     - title: "Diff"
7117       reference: 2
7118       compare: 3
7119   legend:
7120     - ""
7121     - "1908, 2001, 2005 - DPDK versions tested."
7122     - "Diff - difference between 2001 and 2005 DPDK version."
7123
7124 # DPDK Performance Changes 2n-clx 2t1c pdr
7125 - type: "table"
7126   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7127   algorithm: "table_comparison"
7128   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7129   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7130   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7131   columns:
7132     - title: "2001"
7133       data-set: "dpdk-performance-changes-2n-clx-ref"
7134     - title: "2005"
7135       data-set: "dpdk-performance-changes-2n-clx-cmp"
7136   comparisons:
7137     - title: "Diff"
7138       reference: 1
7139       compare: 2
7140   legend:
7141     - ""
7142     - "2001, 2005 - DPDK versions tested."
7143     - "Diff - difference between 2001 and 2005 DPDK version."
7144
7145 # DPDK Performance Changes 2n-clx 4t2c pdr
7146 - type: "table"
7147   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7148   algorithm: "table_comparison"
7149   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7150   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7151   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7152   columns:
7153     - title: "2001"
7154       data-set: "dpdk-performance-changes-2n-clx-ref"
7155     - title: "2005"
7156       data-set: "dpdk-performance-changes-2n-clx-cmp"
7157   comparisons:
7158     - title: "Diff"
7159       reference: 1
7160       compare: 2
7161   legend:
7162     - ""
7163     - "2001, 2005 - DPDK versions tested."
7164     - "Diff - difference between 2001 and 2005 DPDK version."
7165
7166 # DPDK Performance Changes 2n-clx 2t1c ndr
7167 - type: "table"
7168   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7169   algorithm: "table_comparison"
7170   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7172   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7173   columns:
7174     - title: "2001"
7175       data-set: "dpdk-performance-changes-2n-clx-ref"
7176     - title: "2005"
7177       data-set: "dpdk-performance-changes-2n-clx-cmp"
7178   comparisons:
7179     - title: "Diff"
7180       reference: 1
7181       compare: 2
7182   legend:
7183     - ""
7184     - "2001, 2005 - DPDK versions tested."
7185     - "Diff - difference between 2001 and 2005 DPDK version."
7186
7187 # DPDK Performance Changes 2n-clx 4t2c ndr
7188 - type: "table"
7189   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7190   algorithm: "table_comparison"
7191   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7192   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7193   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7194   columns:
7195     - title: "2001"
7196       data-set: "dpdk-performance-changes-2n-clx-ref"
7197     - title: "2005"
7198       data-set: "dpdk-performance-changes-2n-clx-cmp"
7199   comparisons:
7200     - title: "Diff"
7201       reference: 1
7202       compare: 2
7203   legend:
7204     - ""
7205     - "2001, 2005 - DPDK versions tested."
7206     - "Diff - difference between 2001 and 2005 DPDK version."
7207
7208 # DPDK Performance Changes 2n-dnv 1t1c pdr
7209 - type: "table"
7210   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7211   algorithm: "table_comparison"
7212   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7214   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7215   columns:
7216     - title: "2001"
7217       data-set: "dpdk-performance-changes-2n-dnv-ref"
7218     - title: "2005"
7219       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7220   comparisons:
7221     - title: "Diff"
7222       reference: 1
7223       compare: 2
7224   legend:
7225     - ""
7226     - "2001, 2005 - DPDK versions tested."
7227     - "Diff - difference between 2001 and 2005 DPDK version."
7228
7229 # DPDK Performance Changes 2n-dnv 2t2c pdr
7230 - type: "table"
7231   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7232   algorithm: "table_comparison"
7233   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7234   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7235   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7236   columns:
7237     - title: "2001"
7238       data-set: "dpdk-performance-changes-2n-dnv-ref"
7239     - title: "2005"
7240       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7241   comparisons:
7242     - title: "Diff"
7243       reference: 1
7244       compare: 2
7245   legend:
7246     - ""
7247     - "2001, 2005 - DPDK versions tested."
7248     - "Diff - difference between 2001 and 2005 DPDK version."
7249
7250 # DPDK Performance Changes 2n-dnv 1t1c ndr
7251 - type: "table"
7252   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7253   algorithm: "table_comparison"
7254   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7255   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7256   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7257   columns:
7258     - title: "2001"
7259       data-set: "dpdk-performance-changes-2n-dnv-ref"
7260     - title: "2005"
7261       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7262   comparisons:
7263     - title: "Diff"
7264       reference: 1
7265       compare: 2
7266   legend:
7267     - ""
7268     - "2001, 2005 - DPDK versions tested."
7269     - "Diff - difference between 2001 and 2005 DPDK version."
7270
7271 # DPDK Performance Changes 2n-dnv 2t2c ndr
7272 - type: "table"
7273   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7274   algorithm: "table_comparison"
7275   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7276   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7277   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7278   columns:
7279     - title: "2001"
7280       data-set: "dpdk-performance-changes-2n-dnv-ref"
7281     - title: "2005"
7282       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7283   comparisons:
7284     - title: "Diff"
7285       reference: 1
7286       compare: 2
7287   legend:
7288     - ""
7289     - "2001, 2005 - DPDK versions tested."
7290     - "Diff - difference between 2001 and 2005 DPDK version."
7291
7292 # DPDK Performance Changes 3n-dnv 1t1c pdr
7293 - type: "table"
7294   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7295   algorithm: "table_comparison"
7296   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7297   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7298   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7299   columns:
7300     - title: "2001"
7301       data-set: "dpdk-performance-changes-3n-dnv-ref"
7302     - title: "2005"
7303       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7304   comparisons:
7305     - title: "Diff"
7306       reference: 1
7307       compare: 2
7308   legend:
7309     - ""
7310     - "2001, 2005 - DPDK versions tested."
7311     - "Diff - difference between 2001 and 2005 DPDK version."
7312
7313 # DPDK Performance Changes 3n-dnv 2t2c pdr
7314 - type: "table"
7315   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7316   algorithm: "table_comparison"
7317   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7318   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7319   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7320   columns:
7321     - title: "2001"
7322       data-set: "dpdk-performance-changes-3n-dnv-ref"
7323     - title: "2005"
7324       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7325   comparisons:
7326     - title: "Diff"
7327       reference: 1
7328       compare: 2
7329   legend:
7330     - ""
7331     - "2001, 2005 - DPDK versions tested."
7332     - "Diff - difference between 2001 and 2005 DPDK version."
7333
7334 # DPDK Performance Changes 3n-dnv 1t1c ndr
7335 - type: "table"
7336   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7337   algorithm: "table_comparison"
7338   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7340   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7341   columns:
7342     - title: "2001"
7343       data-set: "dpdk-performance-changes-3n-dnv-ref"
7344     - title: "2005"
7345       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7346   comparisons:
7347     - title: "Diff"
7348       reference: 1
7349       compare: 2
7350   legend:
7351     - ""
7352     - "2001, 2005 - DPDK versions tested."
7353     - "Diff - difference between 2001 and 2005 DPDK version."
7354
7355 # DPDK Performance Changes 3n-dnv 2t2c ndr
7356 - type: "table"
7357   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7358   algorithm: "table_comparison"
7359   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7361   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7362   columns:
7363     - title: "2001"
7364       data-set: "dpdk-performance-changes-3n-dnv-ref"
7365     - title: "2005"
7366       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7367   comparisons:
7368     - title: "Diff"
7369       reference: 1
7370       compare: 2
7371   legend:
7372     - ""
7373     - "2001, 2005 - DPDK versions tested."
7374     - "Diff - difference between 2001 and 2005 DPDK version."
7375
7376 # DPDK Performance Changes 3n-tsh 1t1c pdr
7377 - type: "table"
7378   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7379   algorithm: "table_comparison"
7380   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7381   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7382   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7383   columns:
7384     - title: "2001"
7385       data-set: "dpdk-performance-changes-3n-tsh-ref"
7386     - title: "2005"
7387       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7388   comparisons:
7389     - title: "Diff"
7390       reference: 1
7391       compare: 2
7392   legend:
7393     - ""
7394     - "2001, 2005 - DPDK versions tested."
7395     - "Diff - difference between 2001 and 2005 DPDK version."
7396
7397 # DPDK Performance Changes 3n-tsh 2t2c pdr
7398 - type: "table"
7399   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7400   algorithm: "table_comparison"
7401   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7403   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7404   columns:
7405     - title: "2001"
7406       data-set: "dpdk-performance-changes-3n-tsh-ref"
7407     - title: "2005"
7408       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7409   comparisons:
7410     - title: "Diff"
7411       reference: 1
7412       compare: 2
7413   legend:
7414     - ""
7415     - "2001, 2005 - DPDK versions tested."
7416     - "Diff - difference between 2001 and 2005 DPDK version."
7417
7418 # DPDK Performance Changes 3n-tsh 1t1c ndr
7419 - type: "table"
7420   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7421   algorithm: "table_comparison"
7422   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7423   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7424   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7425   columns:
7426     - title: "2001"
7427       data-set: "dpdk-performance-changes-3n-tsh-ref"
7428     - title: "2005"
7429       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7430   comparisons:
7431     - title: "Diff"
7432       reference: 1
7433       compare: 2
7434   legend:
7435     - ""
7436     - "2001, 2005 - DPDK versions tested."
7437     - "Diff - difference between 2001 and 2005 DPDK version."
7438
7439 # DPDK Performance Changes 3n-tsh 2t2c ndr
7440 - type: "table"
7441   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7442   algorithm: "table_comparison"
7443   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7444   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7445   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7446   columns:
7447     - title: "2001"
7448       data-set: "dpdk-performance-changes-3n-tsh-ref"
7449     - title: "2005"
7450       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7451   comparisons:
7452     - title: "Diff"
7453       reference: 1
7454       compare: 2
7455   legend:
7456     - ""
7457     - "2001, 2005 - DPDK versions tested."
7458     - "Diff - difference between 2001 and 2005 DPDK version."
7459
7460 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7461 - type: "table"
7462   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7463   algorithm: "table_comparison"
7464   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7466   filter: "'NIC_Intel-X710'"
7467   columns:
7468     - title: "3n-hsw x710"
7469       data-set: "dpdk-compare-testbeds-ref"
7470     - title: "3n-skx x710"
7471       data-set: "dpdk-compare-testbeds-cmp"
7472   comparisons:
7473     - title: "Diff"
7474       reference: 1
7475       compare: 2
7476   legend:
7477     - ""
7478     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7479     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7480
7481 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7482 - type: "table"
7483   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7484   algorithm: "table_comparison"
7485   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7486   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7487   filter: "'NIC_Intel-X710'"
7488   columns:
7489     - title: "3n-hsw x710"
7490       data-set: "dpdk-compare-testbeds-ref"
7491     - title: "3n-skx x710"
7492       data-set: "dpdk-compare-testbeds-cmp"
7493   comparisons:
7494     - title: "Diff"
7495       reference: 1
7496       compare: 2
7497   legend:
7498     - ""
7499     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7500     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7501
7502 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7503 - type: "table"
7504   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7505   algorithm: "table_comparison"
7506   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7508   filter: "'NIC_Intel-XXV710'"
7509   columns:
7510     - title: "2n-skx"
7511       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7512     - title: "2n-clx"
7513       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7514   comparisons:
7515     - title: "Diff"
7516       reference: 1
7517       compare: 2
7518   legend:
7519     - ""
7520     - "2n-skx, 2n-clx - testbeds and NICs tested."
7521     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7522
7523 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7524 - type: "table"
7525   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7526   algorithm: "table_comparison"
7527   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7528   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7529   filter: "'NIC_Intel-XXV710'"
7530   columns:
7531     - title: "2n-skx"
7532       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7533     - title: "2n-clx"
7534       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7535   comparisons:
7536     - title: "Diff"
7537       reference: 1
7538       compare: 2
7539   legend:
7540     - ""
7541     - "2n-skx, 2n-clx - testbeds and NICs tested."
7542     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7543
7544 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7545 - type: "table"
7546   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7547   algorithm: "table_comparison"
7548   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7550   filter: "'NIC_Intel-XXV710'"
7551   columns:
7552     - title: "3n-skx"
7553       data-set: "dpdk-compare-topologies-ref"
7554     - title: "2n-skx"
7555       data-set: "dpdk-compare-topologies-cmp"
7556   comparisons:
7557     - title: "Diff"
7558       reference: 1
7559       compare: 2
7560   legend:
7561     - ""
7562     - "3n-skx, 2n-skx - topologies tested."
7563     - "Diff - difference between 3n-skx and 2n-skx topologies."
7564
7565 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7566 - type: "table"
7567   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7568   algorithm: "table_comparison"
7569   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7570   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7571   filter: "'NIC_Intel-XXV710'"
7572   columns:
7573     - title: "3n-skx"
7574       data-set: "dpdk-compare-topologies-ref"
7575     - title: "2n-skx"
7576       data-set: "dpdk-compare-topologies-cmp"
7577   comparisons:
7578     - title: "Diff"
7579       reference: 1
7580       compare: 2
7581   legend:
7582     - ""
7583     - "3n-skx, 2n-skx - topologies tested."
7584     - "Diff - difference between 3n-skx and 2n-skx topologies."
7585
7586 # Detailed Test Results - DPDK Performance Results 3n-hsw
7587 - type: "table"
7588   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7589   algorithm: "table_merged_details"
7590   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7591   columns:
7592     - title: " |prein| Test Name |preout| "
7593       data: "data name"
7594     - 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| "
7595       data: "data msg"
7596   data: "dpdk-perf-results-3n-hsw"
7597   filter: "all"
7598   parameters:
7599   - "name"
7600   - "parent"
7601   - "msg"
7602
7603 # Detailed Test Results - DPDK Performance Results 3n-skx
7604 - type: "table"
7605   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7606   algorithm: "table_merged_details"
7607   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7608   columns:
7609     - title: " |prein| Test Name |preout| "
7610       data: "data name"
7611     - 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| "
7612       data: "data msg"
7613   data: "dpdk-perf-results-3n-skx"
7614   filter: "all"
7615   remove-ndr: False
7616   parameters:
7617   - "name"
7618   - "parent"
7619   - "msg"
7620
7621 # Detailed Test Results - DPDK Performance Results 2n-skx
7622 - type: "table"
7623   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7624   algorithm: "table_merged_details"
7625   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7626   columns:
7627     - title: " |prein| Test Name |preout| "
7628       data: "data name"
7629     - 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| "
7630       data: "data msg"
7631   data: "dpdk-perf-results-2n-skx"
7632   filter: "all"
7633   remove-ndr: False
7634   parameters:
7635   - "name"
7636   - "parent"
7637   - "msg"
7638
7639 # Detailed Test Results - DPDK Performance Results 2n-clx
7640 - type: "table"
7641   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7642   algorithm: "table_merged_details"
7643   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7644   columns:
7645     - title: " |prein| Test Name |preout| "
7646       data: "data name"
7647     - 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| "
7648       data: "data msg"
7649   data: "dpdk-perf-results-2n-clx"
7650   filter: "all"
7651   parameters:
7652   - "name"
7653   - "parent"
7654   - "msg"
7655
7656 # Detailed Test Results - DPDK Performance Results 2n-dnv
7657 - type: "table"
7658   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7659   algorithm: "table_merged_details"
7660   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7661   columns:
7662     - title: " |prein| Test Name |preout| "
7663       data: "data name"
7664     - 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| "
7665       data: "data msg"
7666   data: "dpdk-perf-results-2n-dnv"
7667   filter: "all"
7668   parameters:
7669   - "name"
7670   - "parent"
7671   - "msg"
7672
7673 # Detailed Test Results - DPDK Performance Results 3n-dnv
7674 - type: "table"
7675   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7676   algorithm: "table_merged_details"
7677   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7678   columns:
7679     - title: " |prein| Test Name |preout| "
7680       data: "data name"
7681     - 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| "
7682       data: "data msg"
7683   data: "dpdk-perf-results-3n-dnv"
7684   filter: "all"
7685   parameters:
7686   - "name"
7687   - "parent"
7688   - "msg"
7689
7690 # Detailed Test Results - DPDK Performance Results 3n-tsh
7691 - type: "table"
7692   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7693   algorithm: "table_merged_details"
7694   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7695   columns:
7696     - title: " |prein| Test Name |preout| "
7697       data: "data name"
7698     - 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| "
7699       data: "data msg"
7700   data: "dpdk-perf-results-3n-tsh"
7701   filter: "all"
7702   parameters:
7703   - "name"
7704   - "parent"
7705   - "msg"
7706
7707 ################################################################################
7708 ###                                F I L E S                                 ###
7709 ################################################################################
7710
7711 # VPP Performance Results
7712 - type: "file"
7713   title: "VPP Performance Results"
7714   algorithm: "file_details_split"
7715   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7716   dir-tables:
7717     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7718     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7719     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7720     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7721     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7722 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7723 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7724   data:
7725     - "vpp-perf-results-2n-skx"
7726     - "vpp-perf-results-3n-skx"
7727     - "vpp-perf-results-2n-clx"
7728     - "vpp-perf-results-3n-hsw"
7729     - "vpp-perf-results-3n-tsh"
7730 #    - "vpp-perf-results-2n-dnv"
7731 #    - "vpp-perf-results-3n-dnv"
7732   filter: "all"
7733   data-start-level: 4
7734   order-chapters:
7735     level-1:
7736       - "l2"
7737       - "ip4"
7738       - "ip6"
7739       - "srv6"
7740       - "ip4_tunnels"
7741       - "ip6_tunnels"
7742       - "vm_vhost"
7743       - "container_memif"
7744       - "crypto"
7745       - "vts"
7746       - "lb"
7747       - "nfv_density"
7748       - "hoststack"
7749     level-2:
7750       - "2n-skx"
7751       - "3n-skx"
7752       - "2n-clx"
7753       - "3n-hsw"
7754       - "3n-tsh"
7755       - "2n-dnv"
7756       - "3n-dnv"
7757     level-3:
7758       - "xl710"
7759       - "x520"
7760       - "xxv710"
7761       - "x710"
7762       - "x553"
7763       - "cx556a"
7764       - "vic1227"
7765       - "vic1385"
7766
7767 # VPP Performance Configuration
7768 - type: "file"
7769   title: "VPP Performance Configuration"
7770   algorithm: "file_details_split"
7771   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7772   dir-tables:
7773     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7774     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7775     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7776     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7777     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7778 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7779 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7780   data:
7781     - "vpp-perf-results-2n-skx"
7782     - "vpp-perf-results-3n-skx"
7783     - "vpp-perf-results-2n-clx"
7784     - "vpp-perf-results-3n-hsw"
7785     - "vpp-perf-results-3n-tsh"
7786 #    - "vpp-perf-results-2n-dnv"
7787 #    - "vpp-perf-results-3n-dnv"
7788   filter: "all"
7789   data-start-level: 4
7790   order-chapters:
7791     level-1:
7792       - "l2"
7793       - "ip4"
7794       - "ip6"
7795       - "srv6"
7796       - "ip4_tunnels"
7797       - "ip6_tunnels"
7798       - "vm_vhost"
7799       - "container_memif"
7800       - "crypto"
7801       - "vts"
7802       - "lb"
7803       - "nfv_density"
7804       - "hoststack"
7805     level-2:
7806       - "2n-skx"
7807       - "3n-skx"
7808       - "2n-clx"
7809       - "3n-hsw"
7810       - "3n-tsh"
7811       - "2n-dnv"
7812       - "3n-dnv"
7813     level-3:
7814       - "xl710"
7815       - "x520"
7816       - "xxv710"
7817       - "x710"
7818       - "x553"
7819       - "cx556a"
7820       - "vic1227"
7821       - "vic1385"
7822
7823 # VPP Performance Operational
7824 - type: "file"
7825   title: "VPP Performance Operational"
7826   algorithm: "file_details_split_html"
7827   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7828   dir-tables:
7829     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7830     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7831     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7832     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7833     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7834 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7835 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7836   data:
7837     - "vpp-perf-results-2n-skx"
7838     - "vpp-perf-results-3n-skx"
7839     - "vpp-perf-results-2n-clx"
7840     - "vpp-perf-results-3n-hsw"
7841     - "vpp-perf-results-3n-tsh"
7842 #    - "vpp-perf-results-2n-dnv"
7843 #    - "vpp-perf-results-3n-dnv"
7844   filter: "all"
7845   data-start-level: 4
7846   order-chapters:
7847     level-1:
7848       - "l2"
7849       - "ip4"
7850       - "ip6"
7851       - "srv6"
7852       - "ip4_tunnels"
7853       - "ip6_tunnels"
7854       - "vm_vhost"
7855       - "container_memif"
7856       - "crypto"
7857       - "vts"
7858       - "lb"
7859       - "nfv_density"
7860       - "hoststack"
7861     level-2:
7862       - "2n-skx"
7863       - "3n-skx"
7864       - "2n-clx"
7865       - "3n-hsw"
7866       - "3n-tsh"
7867       - "2n-dnv"
7868       - "3n-dnv"
7869     level-3:
7870       - "xl710"
7871       - "x520"
7872       - "xxv710"
7873       - "x710"
7874       - "x553"
7875       - "cx556a"
7876       - "vic1227"
7877       - "vic1385"
7878
7879 # VPP MRR Results
7880 - type: "file"
7881   title: "VPP MRR Results"
7882   algorithm: "file_details_split"
7883   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7884   dir-tables:
7885     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7886     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7887     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7888     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7889     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7890 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7891 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7892   data:
7893     - "vpp-mrr-results-2n-skx"
7894     - "vpp-mrr-results-3n-skx"
7895     - "vpp-mrr-results-2n-clx"
7896     - "vpp-mrr-results-3n-hsw"
7897     - "vpp-mrr-results-3n-tsh"
7898 #    - "vpp-mrr-results-2n-dnv"
7899 #    - "vpp-mrr-results-3n-dnv"
7900   filter: "all"
7901   data-start-level: 4
7902   order-chapters:
7903     level-1:
7904       - "l2"
7905       - "ip4"
7906       - "ip6"
7907       - "srv6"
7908       - "ip4_tunnels"
7909       - "ip6_tunnels"
7910       - "vm_vhost"
7911       - "container_memif"
7912       - "crypto"
7913       - "vts"
7914       - "lb"
7915       - "nfv_density"
7916       - "hoststack"
7917     level-2:
7918       - "2n-skx"
7919       - "3n-skx"
7920       - "2n-clx"
7921       - "3n-hsw"
7922       - "3n-tsh"
7923       - "2n-dnv"
7924       - "3n-dnv"
7925     level-3:
7926       - "xl710"
7927       - "x520"
7928       - "xxv710"
7929       - "x710"
7930       - "x553"
7931       - "cx556a"
7932       - "vic1227"
7933       - "vic1385"
7934
7935 # VPP MRR Configuration
7936 - type: "file"
7937   title: "VPP MRR Configuration"
7938   algorithm: "file_details_split"
7939   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7940   dir-tables:
7941     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7942     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7943     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7944     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7945     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7946     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7947     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7948   data:
7949     - "vpp-mrr-results-2n-skx"
7950     - "vpp-mrr-results-3n-skx"
7951     - "vpp-mrr-results-2n-clx"
7952     - "vpp-mrr-results-3n-hsw"
7953     - "vpp-mrr-results-3n-tsh"
7954 #    - "vpp-mrr-results-2n-dnv"
7955 #    - "vpp-mrr-results-3n-dnv"
7956   filter: "all"
7957   data-start-level: 4
7958   order-chapters:
7959     level-1:
7960       - "l2"
7961       - "ip4"
7962       - "ip6"
7963       - "srv6"
7964       - "ip4_tunnels"
7965       - "ip6_tunnels"
7966       - "vm_vhost"
7967       - "container_memif"
7968       - "crypto"
7969       - "vts"
7970       - "lb"
7971       - "nfv_density"
7972       - "hoststack"
7973     level-2:
7974       - "2n-skx"
7975       - "3n-skx"
7976       - "2n-clx"
7977       - "3n-hsw"
7978       - "3n-tsh"
7979       - "2n-dnv"
7980       - "3n-dnv"
7981     level-3:
7982       - "xl710"
7983       - "x520"
7984       - "xxv710"
7985       - "x710"
7986       - "x553"
7987       - "cx556a"
7988       - "vic1227"
7989       - "vic1385"
7990
7991 # VPP Device Results - Ubuntu
7992 - type: "file"
7993   title: "VPP Device Results - Ubuntu"
7994   algorithm: "file_test_results"
7995   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7996   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7997   data: "vpp-device-results-ubuntu"
7998   filter: "all"
7999   data-start-level: 4
8000
8001 # VPP Device Configuration - Ubuntu
8002 - type: "file"
8003   title: "VPP Device Configuration - Ubuntu"
8004   algorithm: "file_test_results"
8005   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8006   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8007   data: "vpp-device-results-ubuntu"
8008   filter: "all"
8009   data-start-level: 4
8010
8011 # DPDK Performance Results 3n-hsw
8012 - type: "file"
8013   title: "DPDK Performance Results 3n-hsw"
8014   algorithm: "file_test_results"
8015   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8016   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8017   data: "dpdk-perf-results-3n-hsw"
8018   filter: "all"
8019   data-start-level: 4
8020
8021 # DPDK Performance Results 3n-skx
8022 - type: "file"
8023   title: "DPDK Performance Results 3n-skx"
8024   algorithm: "file_test_results"
8025   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8026   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8027   data: "dpdk-perf-results-3n-skx"
8028   filter: "all"
8029   data-start-level: 4
8030
8031 # DPDK Performance Results 2n-skx
8032 - type: "file"
8033   title: "DPDK Performance Results 2n-skx"
8034   algorithm: "file_test_results"
8035   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8036   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8037   data: "dpdk-perf-results-2n-skx"
8038   filter: "all"
8039   data-start-level: 4
8040
8041 # DPDK Performance Results 2n-clx
8042 - type: "file"
8043   title: "DPDK Performance Results 2n-clx"
8044   algorithm: "file_test_results"
8045   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8046   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8047   data: "dpdk-perf-results-2n-clx"
8048   filter: "all"
8049   data-start-level: 4
8050
8051 # DPDK Performance Results 2n-dnv
8052 - type: "file"
8053   title: "DPDK Performance Results 2n-dnv"
8054   algorithm: "file_test_results"
8055   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8056   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8057   data: "dpdk-perf-results-2n-dnv"
8058   filter: "all"
8059   data-start-level: 4
8060
8061 # DPDK Performance Results 3n-dnv
8062 - type: "file"
8063   title: "DPDK Performance Results 3n-dnv"
8064   algorithm: "file_test_results"
8065   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8066   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8067   data: "dpdk-perf-results-3n-dnv"
8068   filter: "all"
8069   data-start-level: 4
8070
8071 # DPDK Performance Results 3n-tsh
8072 - type: "file"
8073   title: "DPDK Performance Results 3n-tsh"
8074   algorithm: "file_test_results"
8075   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8076   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8077   data: "dpdk-perf-results-3n-tsh"
8078   filter: "all"
8079   data-start-level: 4
8080
8081 ################################################################################
8082 ###                                P L O T S                                 ###
8083 ################################################################################
8084
8085 # Hoststack tests 3n-hsw
8086
8087 - type: "plot"
8088   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8089   algorithm: "plot_perf_box_name"
8090   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8091   data: "plot-vpp-hoststack-3n-hsw"
8092   include:
8093     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8094     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8095   layout:
8096     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8097     layout: "plot-hoststack"
8098
8099 - type: "plot"
8100   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8101   algorithm: "plot_perf_box_name"
8102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8103   data: "plot-vpp-hoststack-3n-hsw"
8104   include:
8105     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8106     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8107   layout:
8108     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8109     layout: "plot-hoststack"
8110
8111 - type: "plot"
8112   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8113   algorithm: "plot_perf_box_name"
8114   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8115   data: "plot-vpp-hoststack-3n-hsw"
8116   include:
8117     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8118     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8119     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8120     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8121   layout:
8122     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8123     layout: "plot-hoststack"
8124
8125 ################################################################################
8126
8127 # Soak Test (PLRsearch), boxes - 2n-clx
8128 - type: "plot"
8129   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8130   algorithm: "plot_perf_box_name"
8131   output-file-type: ".html"
8132   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8133   data: "plot-vpp-soak-2n-clx"
8134   include:
8135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8141   layout:
8142     title: "30 Minutes Soak Test (PLRsearch)"
8143     layout: "plot-soak-throughput"
8144
8145 # Soak Test (PLRsearch), boxes - 2n-clx
8146 - type: "plot"
8147   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8148   algorithm: "plot_perf_box_name"
8149   output-file-type: ".html"
8150   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8151   data: "plot-vpp-soak-2n-clx"
8152   include:
8153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8155     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8156     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8158     - "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"
8159   layout:
8160     title: "30 Minutes Soak Test (PLRsearch)"
8161     layout: "plot-soak-throughput"
8162
8163 # Soak Test (PLRsearch), boxes - 2n-skx
8164 - type: "plot"
8165   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8166   algorithm: "plot_perf_box_name"
8167   output-file-type: ".html"
8168   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8169   data: "plot-vpp-soak-2n-skx"
8170   include:
8171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8177   layout:
8178     title: "30 Minutes Soak Test (PLRsearch)"
8179     layout: "plot-soak-throughput"
8180
8181 # Soak Test (PLRsearch), boxes - 2n-skx
8182 - type: "plot"
8183   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8184   algorithm: "plot_perf_box_name"
8185   output-file-type: ".html"
8186   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8187   data: "plot-vpp-soak-2n-skx"
8188   include:
8189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8191     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8192     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8194     - "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"
8195   layout:
8196     title: "30 Minutes Soak Test (PLRsearch)"
8197     layout: "plot-soak-throughput"
8198
8199 ###############################################################################
8200
8201 # Reconf tests 2n-skx
8202
8203 - type: "plot"
8204   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8205   algorithm: "plot_nf_reconf_box_name"
8206   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8207   data: "plot-vpp-nfv-reconf-2n-skx"
8208   include:
8209     - "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"
8210     - "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"
8211     - "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"
8212     - "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"
8213     - "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"
8214     - "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"
8215   layout:
8216     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8217     layout: "plot-throughput"
8218
8219 - type: "plot"
8220   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8221   algorithm: "plot_nf_reconf_box_name"
8222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8223   data: "plot-vpp-nfv-reconf-2n-skx"
8224   include:
8225     - "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"
8226     - "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"
8227     - "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"
8228     - "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"
8229     - "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"
8230     - "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"
8231   layout:
8232     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8233     layout: "plot-throughput"
8234
8235 - type: "plot"
8236   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8237   algorithm: "plot_nf_reconf_box_name"
8238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8239   data: "plot-vpp-nfv-reconf-2n-skx"
8240   include:
8241     - "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"
8242     - "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"
8243     - "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"
8244     - "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"
8245     - "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"
8246     - "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"
8247   layout:
8248     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8249     layout: "plot-throughput"
8250
8251 ###############################################################################
8252
8253 # Reconf tests 2n-clx
8254
8255 - type: "plot"
8256   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8257   algorithm: "plot_nf_reconf_box_name"
8258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8259   data: "plot-vpp-nfv-reconf-2n-clx"
8260   include:
8261     - "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"
8262     - "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"
8263     - "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"
8264     - "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"
8265   layout:
8266     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8267     layout: "plot-throughput"
8268
8269 - type: "plot"
8270   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8271   algorithm: "plot_nf_reconf_box_name"
8272   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8273   data: "plot-vpp-nfv-reconf-2n-clx"
8274   include:
8275     - "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"
8276     - "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"
8277     - "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"
8278     - "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"
8279   layout:
8280     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8281     layout: "plot-throughput"
8282
8283 - type: "plot"
8284   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8285   algorithm: "plot_nf_reconf_box_name"
8286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8287   data: "plot-vpp-nfv-reconf-2n-clx"
8288   include:
8289     - "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"
8290     - "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"
8291     - "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"
8292     - "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"
8293   layout:
8294     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8295     layout: "plot-throughput"
8296
8297 ###############################################################################
8298
8299 # Plots - NF Density - VSC - MRR IMIX
8300 - type: "plot"
8301   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8302   algorithm: "plot_nf_heatmap"
8303   output-file-type: ".html"
8304   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8305   data: "plot-vpp-nfv-2n-skx-mrr"
8306   filter: "'NIC_Intel-XXV710' and
8307            'NF_DENSITY' and
8308            'VHOST' and
8309            not 'VXLAN' and
8310            'CHAIN' and
8311            'NF_VPPIP4' and
8312            'IMIX' and
8313            '2T1C' and
8314            'MRR'"
8315   parameters:
8316   - "result"
8317   - "name"
8318   - "tags"
8319   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8320   x-axis: "X = VNFs per Service Chain"
8321   y-axis: "Y = Number of Service Chains"
8322   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8323   layout:
8324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8325     layout: "plot-service-density"
8326
8327 - type: "plot"
8328   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8329   algorithm: "plot_nf_heatmap"
8330   output-file-type: ".html"
8331   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8332   data: "plot-vpp-nfv-2n-skx-mrr"
8333   filter: "'NIC_Intel-XXV710' and
8334            'NF_DENSITY' and
8335            'VHOST' and
8336            not 'VXLAN' and
8337            'CHAIN' and
8338            'NF_VPPIP4' and
8339            'IMIX' and
8340            '4T2C' and
8341            'MRR'"
8342   parameters:
8343   - "result"
8344   - "name"
8345   - "tags"
8346   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8347   x-axis: "X = VNFs per Service Chain"
8348   y-axis: "Y = Number of Service Chains"
8349   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8350   layout:
8351     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8352     layout: "plot-service-density"
8353
8354 - type: "plot"
8355   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8356   algorithm: "plot_nf_heatmap"
8357   output-file-type: ".html"
8358   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8359   data: "plot-vpp-nfv-2n-skx-mrr"
8360   filter: "'NIC_Intel-XXV710' and
8361            'NF_DENSITY' and
8362            'VHOST' and
8363            not 'VXLAN' and
8364            'CHAIN' and
8365            'NF_VPPIP4' and
8366            'IMIX' and
8367            '8T4C' and
8368            'MRR'"
8369   parameters:
8370   - "result"
8371   - "name"
8372   - "tags"
8373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8374   x-axis: "X = VNFs per Service Chain"
8375   y-axis: "Y = Number of Service Chains"
8376   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8377   layout:
8378     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8379     layout: "plot-service-density"
8380
8381 # Plots - NF Density - VSC - NDR IMIX
8382 - type: "plot"
8383   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8384   algorithm: "plot_nf_heatmap"
8385   output-file-type: ".html"
8386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8387   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8388   filter: "'NIC_Intel-XXV710' and
8389            'NF_DENSITY' and
8390            'VHOST' and
8391            not 'VXLAN' and
8392            'CHAIN' and
8393            'NF_VPPIP4' and
8394            'IMIX' and
8395            '2T1C' and
8396            'NDRPDR'"
8397   parameters:
8398   - "throughput"
8399   - "name"
8400   - "tags"
8401   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8402   x-axis: "X = VNFs per Service Chain"
8403   y-axis: "Y = Number of Service Chains"
8404   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8405   layout:
8406     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8407     layout: "plot-service-density"
8408
8409 - type: "plot"
8410   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8411   algorithm: "plot_nf_heatmap"
8412   output-file-type: ".html"
8413   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8414   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8415   filter: "'NIC_Intel-XXV710' and
8416            'NF_DENSITY' and
8417            'VHOST' and
8418            not 'VXLAN' and
8419            'CHAIN' and
8420            'NF_VPPIP4' and
8421            'IMIX' and
8422            '4T2C' and
8423            'NDRPDR'"
8424   parameters:
8425   - "throughput"
8426   - "name"
8427   - "tags"
8428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8429   x-axis: "X = VNFs per Service Chain"
8430   y-axis: "Y = Number of Service Chains"
8431   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8432   layout:
8433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8434     layout: "plot-service-density"
8435
8436 - type: "plot"
8437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8438   algorithm: "plot_nf_heatmap"
8439   output-file-type: ".html"
8440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8441   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8442   filter: "'NIC_Intel-XXV710' and
8443            'NF_DENSITY' and
8444            'VHOST' and
8445            not 'VXLAN' and
8446            'CHAIN' and
8447            'NF_VPPIP4' and
8448            'IMIX' and
8449            '8T4C' and
8450            'NDRPDR'"
8451   parameters:
8452   - "throughput"
8453   - "name"
8454   - "tags"
8455   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8456   x-axis: "X = VNFs per Service Chain"
8457   y-axis: "Y = Number of Service Chains"
8458   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8459   layout:
8460     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8461     layout: "plot-service-density"
8462
8463 # Plots - NF Density - VSC - PDR IMIX
8464 - type: "plot"
8465   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8466   algorithm: "plot_nf_heatmap"
8467   output-file-type: ".html"
8468   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8469   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8470   filter: "'NIC_Intel-XXV710' and
8471            'NF_DENSITY' and
8472            'VHOST' and
8473            not 'VXLAN' and
8474            'CHAIN' and
8475            'NF_VPPIP4' and
8476            'IMIX' and
8477            '2T1C' and
8478            'NDRPDR'"
8479   parameters:
8480   - "throughput"
8481   - "name"
8482   - "tags"
8483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8484   x-axis: "X = VNFs per Service Chain"
8485   y-axis: "Y = Number of Service Chains"
8486   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8487   layout:
8488     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8489     layout: "plot-service-density"
8490
8491 - type: "plot"
8492   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8493   algorithm: "plot_nf_heatmap"
8494   output-file-type: ".html"
8495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8496   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8497   filter: "'NIC_Intel-XXV710' and
8498            'NF_DENSITY' and
8499            'VHOST' and
8500            not 'VXLAN' and
8501            'CHAIN' and
8502            'NF_VPPIP4' and
8503            'IMIX' and
8504            '4T2C' and
8505            'NDRPDR'"
8506   parameters:
8507   - "throughput"
8508   - "name"
8509   - "tags"
8510   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8511   x-axis: "X = VNFs per Service Chain"
8512   y-axis: "Y = Number of Service Chains"
8513   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8514   layout:
8515     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8516     layout: "plot-service-density"
8517
8518 - type: "plot"
8519   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8520   algorithm: "plot_nf_heatmap"
8521   output-file-type: ".html"
8522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8523   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8524   filter: "'NIC_Intel-XXV710' and
8525            'NF_DENSITY' and
8526            'VHOST' and
8527            not 'VXLAN' and
8528            'CHAIN' and
8529            'NF_VPPIP4' and
8530            'IMIX' and
8531            '8T4C' and
8532            'NDRPDR'"
8533   parameters:
8534   - "throughput"
8535   - "name"
8536   - "tags"
8537   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8538   x-axis: "X = VNFs per Service Chain"
8539   y-axis: "Y = Number of Service Chains"
8540   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8541   layout:
8542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8543     layout: "plot-service-density"
8544
8545 ###############################################################################
8546
8547 # Plots - NF Density - VSC - MRR IMIX
8548 - type: "plot"
8549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8550   algorithm: "plot_nf_heatmap"
8551   output-file-type: ".html"
8552   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8553   data: "plot-vpp-nfv-2n-skx-mrr"
8554   filter: "'NIC_Intel-XXV710' and
8555            'NF_DENSITY' and
8556            'VHOST' and
8557            'VXLAN' and
8558            'CHAIN' and
8559            'IMIX' and
8560            '2T1C' and
8561            'MRR'"
8562   parameters:
8563   - "result"
8564   - "name"
8565   - "tags"
8566   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8567   x-axis: "X = VNFs per Service Chain"
8568   y-axis: "Y = Number of Service Chains"
8569   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8570   layout:
8571     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8572     layout: "plot-service-density"
8573
8574 - type: "plot"
8575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8576   algorithm: "plot_nf_heatmap"
8577   output-file-type: ".html"
8578   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8579   data: "plot-vpp-nfv-2n-skx-mrr"
8580   filter: "'NIC_Intel-XXV710' and
8581            'NF_DENSITY' and
8582            'VHOST' and
8583            'VXLAN' and
8584            'CHAIN' and
8585            'IMIX' and
8586            '4T2C' and
8587            'MRR'"
8588   parameters:
8589   - "result"
8590   - "name"
8591   - "tags"
8592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8593   x-axis: "X = VNFs per Service Chain"
8594   y-axis: "Y = Number of Service Chains"
8595   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8596   layout:
8597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8598     layout: "plot-service-density"
8599
8600 - type: "plot"
8601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8602   algorithm: "plot_nf_heatmap"
8603   output-file-type: ".html"
8604   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8605   data: "plot-vpp-nfv-2n-skx-mrr"
8606   filter: "'NIC_Intel-XXV710' and
8607            'NF_DENSITY' and
8608            'VHOST' and
8609            'VXLAN' and
8610            'CHAIN' and
8611            'IMIX' and
8612            '8T4C' and
8613            'MRR'"
8614   parameters:
8615   - "result"
8616   - "name"
8617   - "tags"
8618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8619   x-axis: "X = VNFs per Service Chain"
8620   y-axis: "Y = Number of Service Chains"
8621   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8622   layout:
8623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8624     layout: "plot-service-density"
8625
8626 # Plots - NF Density - VSC - NDR IMIX
8627 - type: "plot"
8628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8629   algorithm: "plot_nf_heatmap"
8630   output-file-type: ".html"
8631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8632   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8633   filter: "'NIC_Intel-XXV710' and
8634            'NF_DENSITY' and
8635            'VHOST' and
8636            'VXLAN' and
8637            'CHAIN' and
8638            'IMIX' and
8639            '2T1C' and
8640            'NDRPDR'"
8641   parameters:
8642   - "throughput"
8643   - "name"
8644   - "tags"
8645   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8646   x-axis: "X = VNFs per Service Chain"
8647   y-axis: "Y = Number of Service Chains"
8648   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8649   layout:
8650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8651     layout: "plot-service-density"
8652
8653 - type: "plot"
8654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8655   algorithm: "plot_nf_heatmap"
8656   output-file-type: ".html"
8657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8658   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8659   filter: "'NIC_Intel-XXV710' and
8660            'NF_DENSITY' and
8661            'VHOST' and
8662            'VXLAN' and
8663            'CHAIN' and
8664            'IMIX' and
8665            '4T2C' and
8666            'NDRPDR'"
8667   parameters:
8668   - "throughput"
8669   - "name"
8670   - "tags"
8671   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8672   x-axis: "X = VNFs per Service Chain"
8673   y-axis: "Y = Number of Service Chains"
8674   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8675   layout:
8676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8677     layout: "plot-service-density"
8678
8679 - type: "plot"
8680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8681   algorithm: "plot_nf_heatmap"
8682   output-file-type: ".html"
8683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8684   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8685   filter: "'NIC_Intel-XXV710' and
8686            'NF_DENSITY' and
8687            'VHOST' and
8688            'VXLAN' and
8689            'CHAIN' and
8690            'IMIX' and
8691            '8T4C' and
8692            'NDRPDR'"
8693   parameters:
8694   - "throughput"
8695   - "name"
8696   - "tags"
8697   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8698   x-axis: "X = VNFs per Service Chain"
8699   y-axis: "Y = Number of Service Chains"
8700   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8701   layout:
8702     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8703     layout: "plot-service-density"
8704
8705 # Plots - NF Density - VSC - PDR IMIX
8706 - type: "plot"
8707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8708   algorithm: "plot_nf_heatmap"
8709   output-file-type: ".html"
8710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8711   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8712   filter: "'NIC_Intel-XXV710' and
8713            'NF_DENSITY' and
8714            'VHOST' and
8715            'VXLAN' and
8716            'CHAIN' and
8717            'IMIX' and
8718            '2T1C' and
8719            'NDRPDR'"
8720   parameters:
8721   - "throughput"
8722   - "name"
8723   - "tags"
8724   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8725   x-axis: "X = VNFs per Service Chain"
8726   y-axis: "Y = Number of Service Chains"
8727   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8728   layout:
8729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8730     layout: "plot-service-density"
8731
8732 - type: "plot"
8733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8734   algorithm: "plot_nf_heatmap"
8735   output-file-type: ".html"
8736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8737   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8738   filter: "'NIC_Intel-XXV710' and
8739            'NF_DENSITY' and
8740            'VHOST' and
8741            'VXLAN' and
8742            'CHAIN' and
8743            'IMIX' and
8744            '4T2C' and
8745            'NDRPDR'"
8746   parameters:
8747   - "throughput"
8748   - "name"
8749   - "tags"
8750   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8751   x-axis: "X = VNFs per Service Chain"
8752   y-axis: "Y = Number of Service Chains"
8753   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8754   layout:
8755     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8756     layout: "plot-service-density"
8757
8758 - type: "plot"
8759   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8760   algorithm: "plot_nf_heatmap"
8761   output-file-type: ".html"
8762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8763   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8764   filter: "'NIC_Intel-XXV710' and
8765            'NF_DENSITY' and
8766            'VHOST' and
8767            'VXLAN' and
8768            'CHAIN' and
8769            'IMIX' and
8770            '8T4C' and
8771            'NDRPDR'"
8772   parameters:
8773   - "throughput"
8774   - "name"
8775   - "tags"
8776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8777   x-axis: "X = VNFs per Service Chain"
8778   y-axis: "Y = Number of Service Chains"
8779   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8780   layout:
8781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8782     layout: "plot-service-density"
8783
8784 ###############################################################################
8785
8786 # Plots - NF Density - CSC - MRR IMIX
8787 - type: "plot"
8788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8789   algorithm: "plot_nf_heatmap"
8790   output-file-type: ".html"
8791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8792   data: "plot-vpp-nfv-2n-skx-mrr"
8793   filter: "'NIC_Intel-XXV710' and
8794            'NF_DENSITY' and
8795            'DOCKER' and
8796            'CHAIN' and
8797            'NF_VPPIP4' and
8798            'IMIX' and
8799            '2T1C' and
8800            'MRR'"
8801   parameters:
8802   - "result"
8803   - "name"
8804   - "tags"
8805   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8806   x-axis: "X = CNFs per Service Chain"
8807   y-axis: "Y = Number of Service Chains"
8808   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8809   layout:
8810     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8811     layout: "plot-service-density"
8812
8813 - type: "plot"
8814   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8815   algorithm: "plot_nf_heatmap"
8816   output-file-type: ".html"
8817   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8818   data: "plot-vpp-nfv-2n-skx-mrr"
8819   filter: "'NIC_Intel-XXV710' and
8820            'NF_DENSITY' and
8821            'DOCKER' and
8822            'CHAIN' and
8823            'NF_VPPIP4' and
8824            'IMIX' and
8825            '4T2C' and
8826            'MRR'"
8827   parameters:
8828   - "result"
8829   - "name"
8830   - "tags"
8831   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8832   x-axis: "X = CNFs per Service Chain"
8833   y-axis: "Y = Number of Service Chains"
8834   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8835   layout:
8836     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8837     layout: "plot-service-density"
8838
8839 - type: "plot"
8840   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8841   algorithm: "plot_nf_heatmap"
8842   output-file-type: ".html"
8843   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8844   data: "plot-vpp-nfv-2n-skx-mrr"
8845   filter: "'NIC_Intel-XXV710' and
8846            'NF_DENSITY' and
8847            'DOCKER' and
8848            'CHAIN' and
8849            'NF_VPPIP4' and
8850            'IMIX' and
8851            '8T4C' and
8852            'MRR'"
8853   parameters:
8854   - "result"
8855   - "name"
8856   - "tags"
8857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8858   x-axis: "X = CNFs per Service Chain"
8859   y-axis: "Y = Number of Service Chains"
8860   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8861   layout:
8862     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8863     layout: "plot-service-density"
8864
8865 # Plots - NF Density - CSC - NDR IMIX
8866 - type: "plot"
8867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8868   algorithm: "plot_nf_heatmap"
8869   output-file-type: ".html"
8870   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8871   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8872   filter: "'NIC_Intel-XXV710' and
8873            'NF_DENSITY' and
8874            'DOCKER' and
8875            'CHAIN' and
8876            'NF_VPPIP4' and
8877            'IMIX' and
8878            '2T1C' and
8879            'NDRPDR'"
8880   parameters:
8881   - "throughput"
8882   - "name"
8883   - "tags"
8884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8885   x-axis: "X = CNFs per Service Chain"
8886   y-axis: "Y = Number of Service Chains"
8887   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8888   layout:
8889     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8890     layout: "plot-service-density"
8891
8892 - type: "plot"
8893   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8894   algorithm: "plot_nf_heatmap"
8895   output-file-type: ".html"
8896   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8897   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8898   filter: "'NIC_Intel-XXV710' and
8899            'NF_DENSITY' and
8900            'DOCKER' and
8901            'CHAIN' and
8902            'NF_VPPIP4' and
8903            'IMIX' and
8904            '4T2C' and
8905            'NDRPDR'"
8906   parameters:
8907   - "throughput"
8908   - "name"
8909   - "tags"
8910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8911   x-axis: "X = CNFs per Service Chain"
8912   y-axis: "Y = Number of Service Chains"
8913   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8914   layout:
8915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8916     layout: "plot-service-density"
8917
8918 - type: "plot"
8919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8920   algorithm: "plot_nf_heatmap"
8921   output-file-type: ".html"
8922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8923   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8924   filter: "'NIC_Intel-XXV710' and
8925            'NF_DENSITY' and
8926            'DOCKER' and
8927            'CHAIN' and
8928            'NF_VPPIP4' and
8929            'IMIX' and
8930            '8T4C' and
8931            'NDRPDR'"
8932   parameters:
8933   - "throughput"
8934   - "name"
8935   - "tags"
8936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8937   x-axis: "X = CNFs per Service Chain"
8938   y-axis: "Y = Number of Service Chains"
8939   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8940   layout:
8941     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8942     layout: "plot-service-density"
8943
8944 # Plots - NF Density - CSC - PDR IMIX
8945 - type: "plot"
8946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8947   algorithm: "plot_nf_heatmap"
8948   output-file-type: ".html"
8949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8950   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8951   filter: "'NIC_Intel-XXV710' and
8952            'NF_DENSITY' and
8953            'DOCKER' and
8954            'CHAIN' and
8955            'NF_VPPIP4' and
8956            'IMIX' and
8957            '2T1C' and
8958            'NDRPDR'"
8959   parameters:
8960   - "throughput"
8961   - "name"
8962   - "tags"
8963   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8964   x-axis: "X = CNFs per Service Chain"
8965   y-axis: "Y = Number of Service Chains"
8966   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8967   layout:
8968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8969     layout: "plot-service-density"
8970
8971 - type: "plot"
8972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8973   algorithm: "plot_nf_heatmap"
8974   output-file-type: ".html"
8975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8976   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8977   filter: "'NIC_Intel-XXV710' and
8978            'NF_DENSITY' and
8979            'DOCKER' and
8980            'CHAIN' and
8981            'NF_VPPIP4' and
8982            'IMIX' and
8983            '4T2C' and
8984            'NDRPDR'"
8985   parameters:
8986   - "throughput"
8987   - "name"
8988   - "tags"
8989   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8990   x-axis: "X = CNFs per Service Chain"
8991   y-axis: "Y = Number of Service Chains"
8992   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8993   layout:
8994     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8995     layout: "plot-service-density"
8996
8997 - type: "plot"
8998   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8999   algorithm: "plot_nf_heatmap"
9000   output-file-type: ".html"
9001   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9002   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9003   filter: "'NIC_Intel-XXV710' and
9004            'NF_DENSITY' and
9005            'DOCKER' and
9006            'CHAIN' and
9007            'NF_VPPIP4' and
9008            'IMIX' and
9009            '8T4C' and
9010            'NDRPDR'"
9011   parameters:
9012   - "throughput"
9013   - "name"
9014   - "tags"
9015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9016   x-axis: "X = CNFs per Service Chain"
9017   y-axis: "Y = Number of Service Chains"
9018   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9019   layout:
9020     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9021     layout: "plot-service-density"
9022
9023 ################################################################################
9024 #
9025 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9026 #- type: "plot"
9027 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9028 #  algorithm: "plot_nf_heatmap"
9029 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9030 #  data: "plot-vpp-nfv-3n-skx-mrr"
9031 #  filter: "'NIC_Intel-XXV710' and
9032 #           'NF_DENSITY' and
9033 #           'DOCKER' and
9034 #           'CHAIN' and
9035 #           'NF_VPPIP4' and
9036 #           'IPSEC' and
9037 #           'TNL_4' and
9038 #           'IMIX' and
9039 #           '2T1C' and
9040 #           'MRR'"
9041 #  parameters:
9042 #  - "result"
9043 #  - "name"
9044 #  - "tags"
9045 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9046 #  x-axis: "X = CNFs per Service Chain"
9047 #  y-axis: "Y = Number of Service Chains"
9048 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9049 #  layout:
9050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9051 #    layout: "plot-service-density"
9052 #
9053 #- type: "plot"
9054 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9055 #  algorithm: "plot_nf_heatmap"
9056 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9057 #  data: "plot-vpp-nfv-3n-skx-mrr"
9058 #  filter: "'NIC_Intel-XXV710' and
9059 #           'NF_DENSITY' and
9060 #           'DOCKER' and
9061 #           'CHAIN' and
9062 #           'NF_VPPIP4' and
9063 #           'IPSEC' and
9064 #           'TNL_4' and
9065 #           'IMIX' and
9066 #           '4T2C' and
9067 #           'MRR'"
9068 #  parameters:
9069 #  - "result"
9070 #  - "name"
9071 #  - "tags"
9072 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9073 #  x-axis: "X = CNFs per Service Chain"
9074 #  y-axis: "Y = Number of Service Chains"
9075 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9076 #  layout:
9077 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9078 #    layout: "plot-service-density"
9079 #
9080 #- type: "plot"
9081 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9082 #  algorithm: "plot_nf_heatmap"
9083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9084 #  data: "plot-vpp-nfv-3n-skx-mrr"
9085 #  filter: "'NIC_Intel-XXV710' and
9086 #           'NF_DENSITY' and
9087 #           'DOCKER' and
9088 #           'CHAIN' and
9089 #           'NF_VPPIP4' and
9090 #           'IPSEC' and
9091 #           'TNL_4' and
9092 #           'IMIX' and
9093 #           '8T4C' and
9094 #           'MRR'"
9095 #  parameters:
9096 #  - "result"
9097 #  - "name"
9098 #  - "tags"
9099 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9100 #  x-axis: "X = CNFs per Service Chain"
9101 #  y-axis: "Y = Number of Service Chains"
9102 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9103 #  layout:
9104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9105 #    layout: "plot-service-density"
9106
9107 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9108 - type: "plot"
9109   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9110   algorithm: "plot_nf_heatmap"
9111   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9112   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9113   filter: "'NIC_Intel-XXV710' and
9114            'NF_DENSITY' and
9115            'DOCKER' and
9116            'CHAIN' and
9117            'NF_VPPIP4' and
9118            'IPSEC' and
9119            'TNL_4' and
9120            'IMIX' and
9121            '2T1C' and
9122            'NDRPDR'"
9123   parameters:
9124   - "throughput"
9125   - "name"
9126   - "tags"
9127   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9128   x-axis: "X = CNFs per Service Chain"
9129   y-axis: "Y = Number of Service Chains"
9130   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9131   layout:
9132     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9133     layout: "plot-service-density"
9134
9135 - type: "plot"
9136   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9137   algorithm: "plot_nf_heatmap"
9138   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9139   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9140   filter: "'NIC_Intel-XXV710' and
9141            'NF_DENSITY' and
9142            'DOCKER' and
9143            'CHAIN' and
9144            'NF_VPPIP4' and
9145            'IPSEC' and
9146            'TNL_4' and
9147            'IMIX' and
9148            '4T2C' and
9149            'NDRPDR'"
9150   parameters:
9151   - "throughput"
9152   - "name"
9153   - "tags"
9154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9155   x-axis: "X = CNFs per Service Chain"
9156   y-axis: "Y = Number of Service Chains"
9157   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9158   layout:
9159     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9160     layout: "plot-service-density"
9161
9162 - type: "plot"
9163   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9164   algorithm: "plot_nf_heatmap"
9165   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9166   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9167   filter: "'NIC_Intel-XXV710' and
9168            'NF_DENSITY' and
9169            'DOCKER' and
9170            'CHAIN' and
9171            'NF_VPPIP4' and
9172            'IPSEC' and
9173            'TNL_4' and
9174            'IMIX' and
9175            '8T4C' and
9176            'NDRPDR'"
9177   parameters:
9178   - "throughput"
9179   - "name"
9180   - "tags"
9181   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9182   x-axis: "X = CNFs per Service Chain"
9183   y-axis: "Y = Number of Service Chains"
9184   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9185   layout:
9186     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9187     layout: "plot-service-density"
9188
9189 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9190 - type: "plot"
9191   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9192   algorithm: "plot_nf_heatmap"
9193   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9194   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9195   filter: "'NIC_Intel-XXV710' and
9196            'NF_DENSITY' and
9197            'DOCKER' and
9198            'CHAIN' and
9199            'NF_VPPIP4' and
9200            'IPSEC' and
9201            'TNL_4' and
9202            'IMIX' and
9203            '2T1C' and
9204            'NDRPDR'"
9205   parameters:
9206   - "throughput"
9207   - "name"
9208   - "tags"
9209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9210   x-axis: "X = CNFs per Service Chain"
9211   y-axis: "Y = Number of Service Chains"
9212   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9213   layout:
9214     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9215     layout: "plot-service-density"
9216
9217 - type: "plot"
9218   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9219   algorithm: "plot_nf_heatmap"
9220   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9221   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9222   filter: "'NIC_Intel-XXV710' and
9223            'NF_DENSITY' and
9224            'DOCKER' and
9225            'CHAIN' and
9226            'NF_VPPIP4' and
9227            'IPSEC' and
9228            'TNL_4' and
9229            'IMIX' and
9230            '4T2C' and
9231            'NDRPDR'"
9232   parameters:
9233   - "throughput"
9234   - "name"
9235   - "tags"
9236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9237   x-axis: "X = CNFs per Service Chain"
9238   y-axis: "Y = Number of Service Chains"
9239   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9240   layout:
9241     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9242     layout: "plot-service-density"
9243
9244 - type: "plot"
9245   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9246   algorithm: "plot_nf_heatmap"
9247   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9248   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9249   filter: "'NIC_Intel-XXV710' and
9250            'NF_DENSITY' and
9251            'DOCKER' and
9252            'CHAIN' and
9253            'NF_VPPIP4' and
9254            'IPSEC' and
9255            'TNL_4' and
9256            'IMIX' and
9257            '8T4C' and
9258            'NDRPDR'"
9259   parameters:
9260   - "throughput"
9261   - "name"
9262   - "tags"
9263   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9264   x-axis: "X = CNFs per Service Chain"
9265   y-axis: "Y = Number of Service Chains"
9266   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9267   layout:
9268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9269     layout: "plot-service-density"
9270
9271 ###############################################################################
9272
9273 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9274 #- type: "plot"
9275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9276 #  algorithm: "plot_nf_heatmap"
9277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9278 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9279 #  filter: "'NIC_Intel-XL710' and
9280 #           'NF_DENSITY' and
9281 #           'DOCKER' and
9282 #           'CHAIN' and
9283 #           'NF_VPPIP4' and
9284 #           'IMIX' and
9285 #           'TNL_4' and
9286 #           '1T1C' and
9287 #           'MRR'"
9288 #  parameters:
9289 #  - "result"
9290 #  - "name"
9291 #  - "tags"
9292 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9293 #  x-axis: "X = CNFs per Service Chain"
9294 #  y-axis: "Y = Number of Service Chains"
9295 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9296 #  layout:
9297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9298 #    layout: "plot-service-density"
9299 #
9300 #- type: "plot"
9301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9302 #  algorithm: "plot_nf_heatmap"
9303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9304 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9305 #  filter: "'NIC_Intel-XL710' and
9306 #           'NF_DENSITY' and
9307 #           'DOCKER' and
9308 #           'CHAIN' and
9309 #           'NF_VPPIP4' and
9310 #           'IPSEC' and
9311 #           'TNL_4' and
9312 #           'IMIX' and
9313 #           '2T2C' and
9314 #           'MRR'"
9315 #  parameters:
9316 #  - "result"
9317 #  - "name"
9318 #  - "tags"
9319 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9320 #  x-axis: "X = CNFs per Service Chain"
9321 #  y-axis: "Y = Number of Service Chains"
9322 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9323 #  layout:
9324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9325 #    layout: "plot-service-density"
9326 #
9327 #- type: "plot"
9328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9329 #  algorithm: "plot_nf_heatmap"
9330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9331 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9332 #  filter: "'NIC_Intel-XL710' and
9333 #           'NF_DENSITY' and
9334 #           'DOCKER' and
9335 #           'CHAIN' and
9336 #           'NF_VPPIP4' and
9337 #           'IPSEC' and
9338 #           'TNL_4' and
9339 #           'IMIX' and
9340 #           '4T4C' and
9341 #           'MRR'"
9342 #  parameters:
9343 #  - "result"
9344 #  - "name"
9345 #  - "tags"
9346 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9347 #  x-axis: "X = CNFs per Service Chain"
9348 #  y-axis: "Y = Number of Service Chains"
9349 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9350 #  layout:
9351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9352 #    layout: "plot-service-density"
9353
9354 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9355 #- type: "plot"
9356 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9357 #  algorithm: "plot_nf_heatmap"
9358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9359 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9360 #  filter: "'NIC_Intel-XL710' and
9361 #           'NF_DENSITY' and
9362 #           'DOCKER' and
9363 #           'CHAIN' and
9364 #           'NF_VPPIP4' and
9365 #           'IPSEC' and
9366 #           'TNL_4' and
9367 #           'IMIX' and
9368 #           '1T1C' and
9369 #           'NDRPDR'"
9370 #  parameters:
9371 #  - "throughput"
9372 #  - "name"
9373 #  - "tags"
9374 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9375 #  x-axis: "X = CNFs per Service Chain"
9376 #  y-axis: "Y = Number of Service Chains"
9377 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9378 #  layout:
9379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9380 #    layout: "plot-service-density"
9381 #
9382 #- type: "plot"
9383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9384 #  algorithm: "plot_nf_heatmap"
9385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9386 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9387 #  filter: "'NIC_Intel-XL710' and
9388 #           'NF_DENSITY' and
9389 #           'DOCKER' and
9390 #           'CHAIN' and
9391 #           'NF_VPPIP4' and
9392 #           'IPSEC' and
9393 #           'TNL_4' and
9394 #           'IMIX' and
9395 #           '2T2C' and
9396 #           'NDRPDR'"
9397 #  parameters:
9398 #  - "throughput"
9399 #  - "name"
9400 #  - "tags"
9401 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9402 #  x-axis: "X = CNFs per Service Chain"
9403 #  y-axis: "Y = Number of Service Chains"
9404 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9405 #  layout:
9406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9407 #    layout: "plot-service-density"
9408 #
9409 #- type: "plot"
9410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9411 #  algorithm: "plot_nf_heatmap"
9412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9413 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9414 #  filter: "'NIC_Intel-XL710' and
9415 #           'NF_DENSITY' and
9416 #           'DOCKER' and
9417 #           'CHAIN' and
9418 #           'NF_VPPIP4' and
9419 #           'IPSEC' and
9420 #           'TNL_4' and
9421 #           'IMIX' and
9422 #           '4T4C' and
9423 #           'NDRPDR'"
9424 #  parameters:
9425 #  - "throughput"
9426 #  - "name"
9427 #  - "tags"
9428 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9429 #  x-axis: "X = CNFs per Service Chain"
9430 #  y-axis: "Y = Number of Service Chains"
9431 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9432 #  layout:
9433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9434 #    layout: "plot-service-density"
9435 #
9436 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9437 #- type: "plot"
9438 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9439 #  algorithm: "plot_nf_heatmap"
9440 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9441 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9442 #  filter: "'NIC_Intel-XL710' and
9443 #           'NF_DENSITY' and
9444 #           'DOCKER' and
9445 #           'CHAIN' and
9446 #           'NF_VPPIP4' and
9447 #           'IPSEC' and
9448 #           'TNL_4' and
9449 #           'IMIX' and
9450 #           '1T1C' and
9451 #           'NDRPDR'"
9452 #  parameters:
9453 #  - "throughput"
9454 #  - "name"
9455 #  - "tags"
9456 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9457 #  x-axis: "X = CNFs per Service Chain"
9458 #  y-axis: "Y = Number of Service Chains"
9459 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9460 #  layout:
9461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9462 #    layout: "plot-service-density"
9463 #
9464 #- type: "plot"
9465 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9466 #  algorithm: "plot_nf_heatmap"
9467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9468 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9469 #  filter: "'NIC_Intel-XL710' and
9470 #           'NF_DENSITY' and
9471 #           'DOCKER' and
9472 #           'CHAIN' and
9473 #           'NF_VPPIP4' and
9474 #           'IPSEC' and
9475 #           'TNL_4' and
9476 #           'IMIX' and
9477 #           '2T2C' and
9478 #           'NDRPDR'"
9479 #  parameters:
9480 #  - "throughput"
9481 #  - "name"
9482 #  - "tags"
9483 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9484 #  x-axis: "X = CNFs per Service Chain"
9485 #  y-axis: "Y = Number of Service Chains"
9486 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9487 #  layout:
9488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9489 #    layout: "plot-service-density"
9490 #
9491 #- type: "plot"
9492 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9493 #  algorithm: "plot_nf_heatmap"
9494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9495 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9496 #  filter: "'NIC_Intel-XL710' and
9497 #           'NF_DENSITY' and
9498 #           'DOCKER' and
9499 #           'CHAIN' and
9500 #           'NF_VPPIP4' and
9501 #           'IPSEC' and
9502 #           'TNL_4' and
9503 #           'IMIX' and
9504 #           '4T4C' and
9505 #           'NDRPDR'"
9506 #  parameters:
9507 #  - "throughput"
9508 #  - "name"
9509 #  - "tags"
9510 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9511 #  x-axis: "X = CNFs per Service Chain"
9512 #  y-axis: "Y = Number of Service Chains"
9513 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9514 #  layout:
9515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9516 #    layout: "plot-service-density"
9517
9518 ###############################################################################
9519
9520 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9521 #- type: "plot"
9522 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9523 #  algorithm: "plot_nf_heatmap"
9524 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9525 #  data: "plot-vpp-nfv-3n-skx-mrr"
9526 #  filter: "'NIC_Intel-XXV710' and
9527 #           'NF_DENSITY' and
9528 #           'DOCKER' and
9529 #           'CHAIN' and
9530 #           'NF_VPPIP4' and
9531 #           'IPSEC' and
9532 #           'TNL_1000' and
9533 #           'IMIX' and
9534 #           '2T1C' and
9535 #           'MRR'"
9536 #  parameters:
9537 #  - "result"
9538 #  - "name"
9539 #  - "tags"
9540 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9541 #  x-axis: "X = CNFs per Service Chain"
9542 #  y-axis: "Y = Number of Service Chains"
9543 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9544 #  layout:
9545 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9546 #    layout: "plot-service-density"
9547 #
9548 #- type: "plot"
9549 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9550 #  algorithm: "plot_nf_heatmap"
9551 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9552 #  data: "plot-vpp-nfv-3n-skx-mrr"
9553 #  filter: "'NIC_Intel-XXV710' and
9554 #           'NF_DENSITY' and
9555 #           'DOCKER' and
9556 #           'CHAIN' and
9557 #           'NF_VPPIP4' and
9558 #           'IPSEC' and
9559 #           'TNL_1000' and
9560 #           'IMIX' and
9561 #           '4T2C' and
9562 #           'MRR'"
9563 #  parameters:
9564 #  - "result"
9565 #  - "name"
9566 #  - "tags"
9567 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9568 #  x-axis: "X = CNFs per Service Chain"
9569 #  y-axis: "Y = Number of Service Chains"
9570 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9571 #  layout:
9572 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9573 #    layout: "plot-service-density"
9574 #
9575 #- type: "plot"
9576 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9577 #  algorithm: "plot_nf_heatmap"
9578 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9579 #  data: "plot-vpp-nfv-3n-skx-mrr"
9580 #  filter: "'NIC_Intel-XXV710' and
9581 #           'NF_DENSITY' and
9582 #           'DOCKER' and
9583 #           'CHAIN' and
9584 #           'NF_VPPIP4' and
9585 #           'IPSEC' and
9586 #           'TNL_1000' and
9587 #           'IMIX' and
9588 #           '8T4C' and
9589 #           'MRR'"
9590 #  parameters:
9591 #  - "result"
9592 #  - "name"
9593 #  - "tags"
9594 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9595 #  x-axis: "X = CNFs per Service Chain"
9596 #  y-axis: "Y = Number of Service Chains"
9597 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9598 #  layout:
9599 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9600 #    layout: "plot-service-density"
9601
9602 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9603 - type: "plot"
9604   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9605   algorithm: "plot_nf_heatmap"
9606   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9607   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9608   filter: "'NIC_Intel-XXV710' and
9609            'NF_DENSITY' and
9610            'DOCKER' and
9611            'CHAIN' and
9612            'NF_VPPIP4' and
9613            'IPSEC' and
9614            'TNL_1000' and
9615            'IMIX' and
9616            '2T1C' and
9617            'NDRPDR'"
9618   parameters:
9619   - "throughput"
9620   - "name"
9621   - "tags"
9622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9623   x-axis: "X = CNFs per Service Chain"
9624   y-axis: "Y = Number of Service Chains"
9625   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9626   layout:
9627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9628     layout: "plot-service-density"
9629
9630 - type: "plot"
9631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9632   algorithm: "plot_nf_heatmap"
9633   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9634   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9635   filter: "'NIC_Intel-XXV710' and
9636            'NF_DENSITY' and
9637            'DOCKER' and
9638            'CHAIN' and
9639            'NF_VPPIP4' and
9640            'IPSEC' and
9641            'TNL_1000' and
9642            'IMIX' and
9643            '4T2C' and
9644            'NDRPDR'"
9645   parameters:
9646   - "throughput"
9647   - "name"
9648   - "tags"
9649   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9650   x-axis: "X = CNFs per Service Chain"
9651   y-axis: "Y = Number of Service Chains"
9652   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9653   layout:
9654     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9655     layout: "plot-service-density"
9656
9657 - type: "plot"
9658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9659   algorithm: "plot_nf_heatmap"
9660   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9661   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9662   filter: "'NIC_Intel-XXV710' and
9663            'NF_DENSITY' and
9664            'DOCKER' and
9665            'CHAIN' and
9666            'NF_VPPIP4' and
9667            'IPSEC' and
9668            'TNL_1000' and
9669            'IMIX' and
9670            '8T4C' and
9671            'NDRPDR'"
9672   parameters:
9673   - "throughput"
9674   - "name"
9675   - "tags"
9676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9677   x-axis: "X = CNFs per Service Chain"
9678   y-axis: "Y = Number of Service Chains"
9679   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9680   layout:
9681     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9682     layout: "plot-service-density"
9683
9684 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9685 - type: "plot"
9686   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9687   algorithm: "plot_nf_heatmap"
9688   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9689   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9690   filter: "'NIC_Intel-XXV710' and
9691            'NF_DENSITY' and
9692            'DOCKER' and
9693            'CHAIN' and
9694            'NF_VPPIP4' and
9695            'IPSEC' and
9696            'TNL_1000' and
9697            'IMIX' and
9698            '2T1C' and
9699            'NDRPDR'"
9700   parameters:
9701   - "throughput"
9702   - "name"
9703   - "tags"
9704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9705   x-axis: "X = CNFs per Service Chain"
9706   y-axis: "Y = Number of Service Chains"
9707   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9708   layout:
9709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9710     layout: "plot-service-density"
9711
9712 - type: "plot"
9713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9714   algorithm: "plot_nf_heatmap"
9715   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9716   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9717   filter: "'NIC_Intel-XXV710' and
9718            'NF_DENSITY' and
9719            'DOCKER' and
9720            'CHAIN' and
9721            'NF_VPPIP4' and
9722            'IPSEC' and
9723            'TNL_1000' and
9724            'IMIX' and
9725            '4T2C' and
9726            'NDRPDR'"
9727   parameters:
9728   - "throughput"
9729   - "name"
9730   - "tags"
9731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9732   x-axis: "X = CNFs per Service Chain"
9733   y-axis: "Y = Number of Service Chains"
9734   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9735   layout:
9736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9737     layout: "plot-service-density"
9738
9739 - type: "plot"
9740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9741   algorithm: "plot_nf_heatmap"
9742   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9743   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9744   filter: "'NIC_Intel-XXV710' and
9745            'NF_DENSITY' and
9746            'DOCKER' and
9747            'CHAIN' and
9748            'NF_VPPIP4' and
9749            'IPSEC' and
9750            'TNL_1000' and
9751            'IMIX' and
9752            '8T4C' and
9753            'NDRPDR'"
9754   parameters:
9755   - "throughput"
9756   - "name"
9757   - "tags"
9758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9759   x-axis: "X = CNFs per Service Chain"
9760   y-axis: "Y = Number of Service Chains"
9761   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9762   layout:
9763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9764     layout: "plot-service-density"
9765
9766 ###############################################################################
9767
9768 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9769 #- type: "plot"
9770 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9771 #  algorithm: "plot_nf_heatmap"
9772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9773 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9774 #  filter: "'NIC_Intel-XL710' and
9775 #           'NF_DENSITY' and
9776 #           'DOCKER' and
9777 #           'CHAIN' and
9778 #           'NF_VPPIP4' and
9779 #           'IMIX' and
9780 #           'TNL_1000' and
9781 #           '1T1C' and
9782 #           'MRR'"
9783 #  parameters:
9784 #  - "result"
9785 #  - "name"
9786 #  - "tags"
9787 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9788 #  x-axis: "X = CNFs per Service Chain"
9789 #  y-axis: "Y = Number of Service Chains"
9790 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9791 #  layout:
9792 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9793 #    layout: "plot-service-density"
9794 #
9795 #- type: "plot"
9796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9797 #  algorithm: "plot_nf_heatmap"
9798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9799 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9800 #  filter: "'NIC_Intel-XL710' and
9801 #           'NF_DENSITY' and
9802 #           'DOCKER' and
9803 #           'CHAIN' and
9804 #           'NF_VPPIP4' and
9805 #           'IPSEC' and
9806 #           'TNL_1000' and
9807 #           'IMIX' and
9808 #           '2T2C' and
9809 #           'MRR'"
9810 #  parameters:
9811 #  - "result"
9812 #  - "name"
9813 #  - "tags"
9814 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9815 #  x-axis: "X = CNFs per Service Chain"
9816 #  y-axis: "Y = Number of Service Chains"
9817 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9818 #  layout:
9819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9820 #    layout: "plot-service-density"
9821 #
9822 #- type: "plot"
9823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9824 #  algorithm: "plot_nf_heatmap"
9825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9826 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9827 #  filter: "'NIC_Intel-XL710' and
9828 #           'NF_DENSITY' and
9829 #           'DOCKER' and
9830 #           'CHAIN' and
9831 #           'NF_VPPIP4' and
9832 #           'IPSEC' and
9833 #           'TNL_1000' and
9834 #           'IMIX' and
9835 #           '4T4C' and
9836 #           'MRR'"
9837 #  parameters:
9838 #  - "result"
9839 #  - "name"
9840 #  - "tags"
9841 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9842 #  x-axis: "X = CNFs per Service Chain"
9843 #  y-axis: "Y = Number of Service Chains"
9844 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9845 #  layout:
9846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9847 #    layout: "plot-service-density"
9848
9849 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9850 #- type: "plot"
9851 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9852 #  algorithm: "plot_nf_heatmap"
9853 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9854 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9855 #  filter: "'NIC_Intel-XL710' and
9856 #           'NF_DENSITY' and
9857 #           'DOCKER' and
9858 #           'CHAIN' and
9859 #           'NF_VPPIP4' and
9860 #           'IPSEC' and
9861 #           'TNL_1000' and
9862 #           'IMIX' and
9863 #           '1T1C' and
9864 #           'NDRPDR'"
9865 #  parameters:
9866 #  - "throughput"
9867 #  - "name"
9868 #  - "tags"
9869 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9870 #  x-axis: "X = CNFs per Service Chain"
9871 #  y-axis: "Y = Number of Service Chains"
9872 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9873 #  layout:
9874 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9875 #    layout: "plot-service-density"
9876 #
9877 #- type: "plot"
9878 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9879 #  algorithm: "plot_nf_heatmap"
9880 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9881 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9882 #  filter: "'NIC_Intel-XL710' and
9883 #           'NF_DENSITY' and
9884 #           'DOCKER' and
9885 #           'CHAIN' and
9886 #           'NF_VPPIP4' and
9887 #           'IPSEC' and
9888 #           'TNL_1000' and
9889 #           'IMIX' and
9890 #           '2T2C' and
9891 #           'NDRPDR'"
9892 #  parameters:
9893 #  - "throughput"
9894 #  - "name"
9895 #  - "tags"
9896 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9897 #  x-axis: "X = CNFs per Service Chain"
9898 #  y-axis: "Y = Number of Service Chains"
9899 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9900 #  layout:
9901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9902 #    layout: "plot-service-density"
9903 #
9904 #- type: "plot"
9905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9906 #  algorithm: "plot_nf_heatmap"
9907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9908 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9909 #  filter: "'NIC_Intel-XL710' and
9910 #           'NF_DENSITY' and
9911 #           'DOCKER' and
9912 #           'CHAIN' and
9913 #           'NF_VPPIP4' and
9914 #           'IPSEC' and
9915 #           'TNL_1000' and
9916 #           'IMIX' and
9917 #           '4T4C' and
9918 #           'NDRPDR'"
9919 #  parameters:
9920 #  - "throughput"
9921 #  - "name"
9922 #  - "tags"
9923 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9924 #  x-axis: "X = CNFs per Service Chain"
9925 #  y-axis: "Y = Number of Service Chains"
9926 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9927 #  layout:
9928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9929 #    layout: "plot-service-density"
9930 #
9931 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9932 #- type: "plot"
9933 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9934 #  algorithm: "plot_nf_heatmap"
9935 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9936 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9937 #  filter: "'NIC_Intel-XL710' and
9938 #           'NF_DENSITY' and
9939 #           'DOCKER' and
9940 #           'CHAIN' and
9941 #           'NF_VPPIP4' and
9942 #           'IPSEC' and
9943 #           'TNL_1000' and
9944 #           'IMIX' and
9945 #           '1T1C' and
9946 #           'NDRPDR'"
9947 #  parameters:
9948 #  - "throughput"
9949 #  - "name"
9950 #  - "tags"
9951 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9952 #  x-axis: "X = CNFs per Service Chain"
9953 #  y-axis: "Y = Number of Service Chains"
9954 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9955 #  layout:
9956 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9957 #    layout: "plot-service-density"
9958 #
9959 #- type: "plot"
9960 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9961 #  algorithm: "plot_nf_heatmap"
9962 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9963 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9964 #  filter: "'NIC_Intel-XL710' and
9965 #           'NF_DENSITY' and
9966 #           'DOCKER' and
9967 #           'CHAIN' and
9968 #           'NF_VPPIP4' and
9969 #           'IPSEC' and
9970 #           'TNL_1000' and
9971 #           'IMIX' and
9972 #           '2T2C' and
9973 #           'NDRPDR'"
9974 #  parameters:
9975 #  - "throughput"
9976 #  - "name"
9977 #  - "tags"
9978 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9979 #  x-axis: "X = CNFs per Service Chain"
9980 #  y-axis: "Y = Number of Service Chains"
9981 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9982 #  layout:
9983 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9984 #    layout: "plot-service-density"
9985 #
9986 #- type: "plot"
9987 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9988 #  algorithm: "plot_nf_heatmap"
9989 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9990 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9991 #  filter: "'NIC_Intel-XL710' and
9992 #           'NF_DENSITY' and
9993 #           'DOCKER' and
9994 #           'CHAIN' and
9995 #           'NF_VPPIP4' and
9996 #           'IPSEC' and
9997 #           'TNL_1000' and
9998 #           'IMIX' and
9999 #           '4T4C' and
10000 #           'NDRPDR'"
10001 #  parameters:
10002 #  - "throughput"
10003 #  - "name"
10004 #  - "tags"
10005 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10006 #  x-axis: "X = CNFs per Service Chain"
10007 #  y-axis: "Y = Number of Service Chains"
10008 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10009 #  layout:
10010 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10011 #    layout: "plot-service-density"
10012
10013 ###############################################################################
10014
10015 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10016 #- type: "plot"
10017 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10018 #  algorithm: "plot_nf_heatmap"
10019 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10020 #  data: "plot-vpp-nfv-3n-skx-mrr"
10021 #  filter: "'NIC_Intel-XXV710' and
10022 #           'NF_DENSITY' and
10023 #           'DOCKER' and
10024 #           'CHAIN' and
10025 #           'NF_VPPIP4' and
10026 #           'IPSEC' and
10027 #           'TNL_10000' and
10028 #           'IMIX' and
10029 #           '2T1C' and
10030 #           'MRR'"
10031 #  parameters:
10032 #  - "result"
10033 #  - "name"
10034 #  - "tags"
10035 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10036 #  x-axis: "X = CNFs per Service Chain"
10037 #  y-axis: "Y = Number of Service Chains"
10038 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10039 #  layout:
10040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10041 #    layout: "plot-service-density"
10042 #
10043 #- type: "plot"
10044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10045 #  algorithm: "plot_nf_heatmap"
10046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10047 #  data: "plot-vpp-nfv-3n-skx-mrr"
10048 #  filter: "'NIC_Intel-XXV710' and
10049 #           'NF_DENSITY' and
10050 #           'DOCKER' and
10051 #           'CHAIN' and
10052 #           'NF_VPPIP4' and
10053 #           'IPSEC' and
10054 #           'TNL_10000' and
10055 #           'IMIX' and
10056 #           '4T2C' and
10057 #           'MRR'"
10058 #  parameters:
10059 #  - "result"
10060 #  - "name"
10061 #  - "tags"
10062 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10063 #  x-axis: "X = CNFs per Service Chain"
10064 #  y-axis: "Y = Number of Service Chains"
10065 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10066 #  layout:
10067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10068 #    layout: "plot-service-density"
10069 #
10070 #- type: "plot"
10071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10072 #  algorithm: "plot_nf_heatmap"
10073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10074 #  data: "plot-vpp-nfv-3n-skx-mrr"
10075 #  filter: "'NIC_Intel-XXV710' and
10076 #           'NF_DENSITY' and
10077 #           'DOCKER' and
10078 #           'CHAIN' and
10079 #           'NF_VPPIP4' and
10080 #           'IPSEC' and
10081 #           'TNL_10000' and
10082 #           'IMIX' and
10083 #           '8T4C' and
10084 #           'MRR'"
10085 #  parameters:
10086 #  - "result"
10087 #  - "name"
10088 #  - "tags"
10089 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10090 #  x-axis: "X = CNFs per Service Chain"
10091 #  y-axis: "Y = Number of Service Chains"
10092 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10093 #  layout:
10094 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10095 #    layout: "plot-service-density"
10096
10097 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10098 - type: "plot"
10099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10100   algorithm: "plot_nf_heatmap"
10101   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10102   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10103   filter: "'NIC_Intel-XXV710' and
10104            'NF_DENSITY' and
10105            'DOCKER' and
10106            'CHAIN' and
10107            'NF_VPPIP4' and
10108            'IPSEC' and
10109            'TNL_10000' and
10110            'IMIX' and
10111            '2T1C' and
10112            'NDRPDR'"
10113   parameters:
10114   - "throughput"
10115   - "name"
10116   - "tags"
10117   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10118   x-axis: "X = CNFs per Service Chain"
10119   y-axis: "Y = Number of Service Chains"
10120   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10121   layout:
10122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10123     layout: "plot-service-density"
10124
10125 - type: "plot"
10126   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10127   algorithm: "plot_nf_heatmap"
10128   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10129   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10130   filter: "'NIC_Intel-XXV710' and
10131            'NF_DENSITY' and
10132            'DOCKER' and
10133            'CHAIN' and
10134            'NF_VPPIP4' and
10135            'IPSEC' and
10136            'TNL_10000' and
10137            'IMIX' and
10138            '4T2C' and
10139            'NDRPDR'"
10140   parameters:
10141   - "throughput"
10142   - "name"
10143   - "tags"
10144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10145   x-axis: "X = CNFs per Service Chain"
10146   y-axis: "Y = Number of Service Chains"
10147   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10148   layout:
10149     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10150     layout: "plot-service-density"
10151
10152 - type: "plot"
10153   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10154   algorithm: "plot_nf_heatmap"
10155   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10156   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10157   filter: "'NIC_Intel-XXV710' and
10158            'NF_DENSITY' and
10159            'DOCKER' and
10160            'CHAIN' and
10161            'NF_VPPIP4' and
10162            'IPSEC' and
10163            'TNL_10000' and
10164            'IMIX' and
10165            '8T4C' and
10166            'NDRPDR'"
10167   parameters:
10168   - "throughput"
10169   - "name"
10170   - "tags"
10171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10172   x-axis: "X = CNFs per Service Chain"
10173   y-axis: "Y = Number of Service Chains"
10174   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10175   layout:
10176     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10177     layout: "plot-service-density"
10178
10179 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10180 - type: "plot"
10181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10182   algorithm: "plot_nf_heatmap"
10183   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10184   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10185   filter: "'NIC_Intel-XXV710' and
10186            'NF_DENSITY' and
10187            'DOCKER' and
10188            'CHAIN' and
10189            'NF_VPPIP4' and
10190            'IPSEC' and
10191            'TNL_10000' and
10192            'IMIX' and
10193            '2T1C' and
10194            'NDRPDR'"
10195   parameters:
10196   - "throughput"
10197   - "name"
10198   - "tags"
10199   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10200   x-axis: "X = CNFs per Service Chain"
10201   y-axis: "Y = Number of Service Chains"
10202   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10203   layout:
10204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10205     layout: "plot-service-density"
10206
10207 - type: "plot"
10208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10209   algorithm: "plot_nf_heatmap"
10210   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10211   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10212   filter: "'NIC_Intel-XXV710' and
10213            'NF_DENSITY' and
10214            'DOCKER' and
10215            'CHAIN' and
10216            'NF_VPPIP4' and
10217            'IPSEC' and
10218            'TNL_10000' and
10219            'IMIX' and
10220            '4T2C' and
10221            'NDRPDR'"
10222   parameters:
10223   - "throughput"
10224   - "name"
10225   - "tags"
10226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10227   x-axis: "X = CNFs per Service Chain"
10228   y-axis: "Y = Number of Service Chains"
10229   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10230   layout:
10231     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10232     layout: "plot-service-density"
10233
10234 - type: "plot"
10235   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10236   algorithm: "plot_nf_heatmap"
10237   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10238   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10239   filter: "'NIC_Intel-XXV710' and
10240            'NF_DENSITY' and
10241            'DOCKER' and
10242            'CHAIN' and
10243            'NF_VPPIP4' and
10244            'IPSEC' and
10245            'TNL_10000' and
10246            'IMIX' and
10247            '8T4C' and
10248            'NDRPDR'"
10249   parameters:
10250   - "throughput"
10251   - "name"
10252   - "tags"
10253   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10254   x-axis: "X = CNFs per Service Chain"
10255   y-axis: "Y = Number of Service Chains"
10256   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10257   layout:
10258     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10259     layout: "plot-service-density"
10260
10261 ###############################################################################
10262
10263 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10264 #- type: "plot"
10265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10266 #  algorithm: "plot_nf_heatmap"
10267 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10268 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10269 #  filter: "'NIC_Intel-XL710' and
10270 #           'NF_DENSITY' and
10271 #           'DOCKER' and
10272 #           'CHAIN' and
10273 #           'NF_VPPIP4' and
10274 #           'IMIX' and
10275 #           'TNL_10000' and
10276 #           '1T1C' and
10277 #           'MRR'"
10278 #  parameters:
10279 #  - "result"
10280 #  - "name"
10281 #  - "tags"
10282 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10283 #  x-axis: "X = CNFs per Service Chain"
10284 #  y-axis: "Y = Number of Service Chains"
10285 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10286 #  layout:
10287 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10288 #    layout: "plot-service-density"
10289 #
10290 #- type: "plot"
10291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10292 #  algorithm: "plot_nf_heatmap"
10293 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10294 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10295 #  filter: "'NIC_Intel-XL710' and
10296 #           'NF_DENSITY' and
10297 #           'DOCKER' and
10298 #           'CHAIN' and
10299 #           'NF_VPPIP4' and
10300 #           'IPSEC' and
10301 #           'TNL_10000' and
10302 #           'IMIX' and
10303 #           '2T2C' and
10304 #           'MRR'"
10305 #  parameters:
10306 #  - "result"
10307 #  - "name"
10308 #  - "tags"
10309 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10310 #  x-axis: "X = CNFs per Service Chain"
10311 #  y-axis: "Y = Number of Service Chains"
10312 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10313 #  layout:
10314 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10315 #    layout: "plot-service-density"
10316 #
10317 #- type: "plot"
10318 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10319 #  algorithm: "plot_nf_heatmap"
10320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10321 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10322 #  filter: "'NIC_Intel-XL710' and
10323 #           'NF_DENSITY' and
10324 #           'DOCKER' and
10325 #           'CHAIN' and
10326 #           'NF_VPPIP4' and
10327 #           'IPSEC' and
10328 #           'TNL_10000' and
10329 #           'IMIX' and
10330 #           '4T4C' and
10331 #           'MRR'"
10332 #  parameters:
10333 #  - "result"
10334 #  - "name"
10335 #  - "tags"
10336 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10337 #  x-axis: "X = CNFs per Service Chain"
10338 #  y-axis: "Y = Number of Service Chains"
10339 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10340 #  layout:
10341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10342 #    layout: "plot-service-density"
10343
10344 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10345 #- type: "plot"
10346 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10347 #  algorithm: "plot_nf_heatmap"
10348 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10349 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10350 #  filter: "'NIC_Intel-XL710' and
10351 #           'NF_DENSITY' and
10352 #           'DOCKER' and
10353 #           'CHAIN' and
10354 #           'NF_VPPIP4' and
10355 #           'IPSEC' and
10356 #           'TNL_10000' and
10357 #           'IMIX' and
10358 #           '1T1C' and
10359 #           'NDRPDR'"
10360 #  parameters:
10361 #  - "throughput"
10362 #  - "name"
10363 #  - "tags"
10364 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10365 #  x-axis: "X = CNFs per Service Chain"
10366 #  y-axis: "Y = Number of Service Chains"
10367 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10368 #  layout:
10369 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10370 #    layout: "plot-service-density"
10371 #
10372 #- type: "plot"
10373 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10374 #  algorithm: "plot_nf_heatmap"
10375 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10376 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10377 #  filter: "'NIC_Intel-XL710' and
10378 #           'NF_DENSITY' and
10379 #           'DOCKER' and
10380 #           'CHAIN' and
10381 #           'NF_VPPIP4' and
10382 #           'IPSEC' and
10383 #           'TNL_10000' and
10384 #           'IMIX' and
10385 #           '2T2C' and
10386 #           'NDRPDR'"
10387 #  parameters:
10388 #  - "throughput"
10389 #  - "name"
10390 #  - "tags"
10391 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10392 #  x-axis: "X = CNFs per Service Chain"
10393 #  y-axis: "Y = Number of Service Chains"
10394 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10395 #  layout:
10396 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10397 #    layout: "plot-service-density"
10398 #
10399 #- type: "plot"
10400 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10401 #  algorithm: "plot_nf_heatmap"
10402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10403 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10404 #  filter: "'NIC_Intel-XL710' and
10405 #           'NF_DENSITY' and
10406 #           'DOCKER' and
10407 #           'CHAIN' and
10408 #           'NF_VPPIP4' and
10409 #           'IPSEC' and
10410 #           'TNL_10000' and
10411 #           'IMIX' and
10412 #           '4T4C' and
10413 #           'NDRPDR'"
10414 #  parameters:
10415 #  - "throughput"
10416 #  - "name"
10417 #  - "tags"
10418 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10419 #  x-axis: "X = CNFs per Service Chain"
10420 #  y-axis: "Y = Number of Service Chains"
10421 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10422 #  layout:
10423 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10424 #    layout: "plot-service-density"
10425 #
10426 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10427 #- type: "plot"
10428 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10429 #  algorithm: "plot_nf_heatmap"
10430 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10431 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10432 #  filter: "'NIC_Intel-XL710' and
10433 #           'NF_DENSITY' and
10434 #           'DOCKER' and
10435 #           'CHAIN' and
10436 #           'NF_VPPIP4' and
10437 #           'IPSEC' and
10438 #           'TNL_10000' and
10439 #           'IMIX' and
10440 #           '1T1C' and
10441 #           'NDRPDR'"
10442 #  parameters:
10443 #  - "throughput"
10444 #  - "name"
10445 #  - "tags"
10446 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10447 #  x-axis: "X = CNFs per Service Chain"
10448 #  y-axis: "Y = Number of Service Chains"
10449 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10450 #  layout:
10451 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10452 #    layout: "plot-service-density"
10453 #
10454 #- type: "plot"
10455 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10456 #  algorithm: "plot_nf_heatmap"
10457 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10458 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10459 #  filter: "'NIC_Intel-XL710' and
10460 #           'NF_DENSITY' and
10461 #           'DOCKER' and
10462 #           'CHAIN' and
10463 #           'NF_VPPIP4' and
10464 #           'IPSEC' and
10465 #           'TNL_10000' and
10466 #           'IMIX' and
10467 #           '2T2C' and
10468 #           'NDRPDR'"
10469 #  parameters:
10470 #  - "throughput"
10471 #  - "name"
10472 #  - "tags"
10473 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10474 #  x-axis: "X = CNFs per Service Chain"
10475 #  y-axis: "Y = Number of Service Chains"
10476 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10477 #  layout:
10478 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10479 #    layout: "plot-service-density"
10480 #
10481 #- type: "plot"
10482 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10483 #  algorithm: "plot_nf_heatmap"
10484 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10485 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10486 #  filter: "'NIC_Intel-XL710' and
10487 #           'NF_DENSITY' and
10488 #           'DOCKER' and
10489 #           'CHAIN' and
10490 #           'NF_VPPIP4' and
10491 #           'IPSEC' and
10492 #           'TNL_10000' and
10493 #           'IMIX' and
10494 #           '4T4C' and
10495 #           'NDRPDR'"
10496 #  parameters:
10497 #  - "throughput"
10498 #  - "name"
10499 #  - "tags"
10500 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10501 #  x-axis: "X = CNFs per Service Chain"
10502 #  y-axis: "Y = Number of Service Chains"
10503 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10504 #  layout:
10505 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10506 #    layout: "plot-service-density"
10507
10508 ###############################################################################
10509
10510 # Plots - NF Density - CSP - MRR IMIX
10511 - type: "plot"
10512   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10513   algorithm: "plot_nf_heatmap"
10514   output-file-type: ".html"
10515   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10516   data: "plot-vpp-nfv-2n-skx-mrr"
10517   filter: "'NIC_Intel-XXV710' and
10518            'NF_DENSITY' and
10519            'DOCKER' and
10520            'PIPELINE' and
10521            'NF_VPPIP4' and
10522            'IMIX' and
10523            '2T1C' and
10524            'MRR'"
10525   parameters:
10526   - "result"
10527   - "name"
10528   - "tags"
10529   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10530   x-axis: "X = CNFs per Service Pipeline"
10531   y-axis: "Y = Number of Service Pipelines"
10532   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10533   layout:
10534     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10535     layout: "plot-service-density"
10536
10537 - type: "plot"
10538   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10539   algorithm: "plot_nf_heatmap"
10540   output-file-type: ".html"
10541   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10542   data: "plot-vpp-nfv-2n-skx-mrr"
10543   filter: "'NIC_Intel-XXV710' and
10544            'NF_DENSITY' and
10545            'DOCKER' and
10546            'PIPELINE' and
10547            'NF_VPPIP4' and
10548            'IMIX' and
10549            '4T2C' and
10550            'MRR'"
10551   parameters:
10552   - "result"
10553   - "name"
10554   - "tags"
10555   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10556   x-axis: "X = CNFs per Service Pipeline"
10557   y-axis: "Y = Number of Service Pipelines"
10558   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10559   layout:
10560     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10561     layout: "plot-service-density"
10562
10563 - type: "plot"
10564   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10565   algorithm: "plot_nf_heatmap"
10566   output-file-type: ".html"
10567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10568   data: "plot-vpp-nfv-2n-skx-mrr"
10569   filter: "'NIC_Intel-XXV710' and
10570            'NF_DENSITY' and
10571            'DOCKER' and
10572            'PIPELINE' and
10573            'NF_VPPIP4' and
10574            'IMIX' and
10575            '8T4C' and
10576            'MRR'"
10577   parameters:
10578   - "result"
10579   - "name"
10580   - "tags"
10581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10582   x-axis: "X = CNFs per Service Pipeline"
10583   y-axis: "Y = Number of Service Pipelines"
10584   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10585   layout:
10586     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10587     layout: "plot-service-density"
10588
10589 # Plots - NF Density - CSP - NDR IMIX
10590 - type: "plot"
10591   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10592   algorithm: "plot_nf_heatmap"
10593   output-file-type: ".html"
10594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10595   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10596   filter: "'NIC_Intel-XXV710' and
10597            'NF_DENSITY' and
10598            'DOCKER' and
10599            'PIPELINE' and
10600            'NF_VPPIP4' and
10601            'IMIX' and
10602            '2T1C' and
10603            'NDRPDR'"
10604   parameters:
10605   - "throughput"
10606   - "name"
10607   - "tags"
10608   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10609   x-axis: "X = CNFs per Service Pipeline"
10610   y-axis: "Y = Number of Service Pipelines"
10611   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10612   layout:
10613     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10614     layout: "plot-service-density"
10615
10616 - type: "plot"
10617   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10618   algorithm: "plot_nf_heatmap"
10619   output-file-type: ".html"
10620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10621   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10622   filter: "'NIC_Intel-XXV710' and
10623            'NF_DENSITY' and
10624            'DOCKER' and
10625            'PIPELINE' and
10626            'NF_VPPIP4' and
10627            'IMIX' and
10628            '4T2C' and
10629            'NDRPDR'"
10630   parameters:
10631   - "throughput"
10632   - "name"
10633   - "tags"
10634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10635   x-axis: "X = CNFs per Service Pipeline"
10636   y-axis: "Y = Number of Service Pipelines"
10637   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10638   layout:
10639     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10640     layout: "plot-service-density"
10641
10642 - type: "plot"
10643   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10644   algorithm: "plot_nf_heatmap"
10645   output-file-type: ".html"
10646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10647   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10648   filter: "'NIC_Intel-XXV710' and
10649            'NF_DENSITY' and
10650            'DOCKER' and
10651            'PIPELINE' and
10652            'NF_VPPIP4' and
10653            'IMIX' and
10654            '8T4C' and
10655            'NDRPDR'"
10656   parameters:
10657   - "throughput"
10658   - "name"
10659   - "tags"
10660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10661   x-axis: "X = CNFs per Service Pipeline"
10662   y-axis: "Y = Number of Service Pipelines"
10663   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10664   layout:
10665     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10666     layout: "plot-service-density"
10667
10668 # Plots - NF Density - CSP - PDR IMIX
10669 - type: "plot"
10670   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10671   algorithm: "plot_nf_heatmap"
10672   output-file-type: ".html"
10673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10674   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10675   filter: "'NIC_Intel-XXV710' and
10676            'NF_DENSITY' and
10677            'DOCKER' and
10678            'PIPELINE' and
10679            'NF_VPPIP4' and
10680            'IMIX' and
10681            '2T1C' and
10682            'NDRPDR'"
10683   parameters:
10684   - "throughput"
10685   - "name"
10686   - "tags"
10687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10688   x-axis: "X = CNFs per Service Pipeline"
10689   y-axis: "Y = Number of Service Pipelines"
10690   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10691   layout:
10692     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10693     layout: "plot-service-density"
10694
10695 - type: "plot"
10696   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10697   algorithm: "plot_nf_heatmap"
10698   output-file-type: ".html"
10699   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10700   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10701   filter: "'NIC_Intel-XXV710' and
10702            'NF_DENSITY' and
10703            'DOCKER' and
10704            'PIPELINE' and
10705            'NF_VPPIP4' and
10706            'IMIX' and
10707            '4T2C' and
10708            'NDRPDR'"
10709   parameters:
10710   - "throughput"
10711   - "name"
10712   - "tags"
10713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10714   x-axis: "X = CNFs per Service Pipeline"
10715   y-axis: "Y = Number of Service Pipelines"
10716   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10717   layout:
10718     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10719     layout: "plot-service-density"
10720
10721 - type: "plot"
10722   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10723   algorithm: "plot_nf_heatmap"
10724   output-file-type: ".html"
10725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10726   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10727   filter: "'NIC_Intel-XXV710' and
10728            'NF_DENSITY' and
10729            'DOCKER' and
10730            'PIPELINE' and
10731            'NF_VPPIP4' and
10732            'IMIX' and
10733            '8T4C' and
10734            'NDRPDR'"
10735   parameters:
10736   - "throughput"
10737   - "name"
10738   - "tags"
10739   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10740   x-axis: "X = CNFs per Service Pipeline"
10741   y-axis: "Y = Number of Service Pipelines"
10742   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10743   layout:
10744     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10745     layout: "plot-service-density"
10746
10747 ###############################################################################
10748 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10749
10750 - type: "plot"
10751   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10752   algorithm: "plot_nf_heatmap"
10753   output-file-type: ".html"
10754   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10755   data: "plot-vpp-nfv-2n-clx-mrr"
10756   filter: "'NIC_Intel-XXV710' and
10757            'NF_DENSITY' and
10758            'VHOST' and
10759            not 'VXLAN' and
10760            'CHAIN' and
10761            'NF_VPPIP4' and
10762            'IMIX' and
10763            '2T1C' and
10764            'MRR'"
10765   parameters:
10766   - "result"
10767   - "name"
10768   - "tags"
10769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10770   x-axis: "X = VNFs per Service Chain"
10771   y-axis: "Y = Number of Service Chains"
10772   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10773   layout:
10774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10775     layout: "plot-service-density"
10776
10777 - type: "plot"
10778   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10779   algorithm: "plot_nf_heatmap"
10780   output-file-type: ".html"
10781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10782   data: "plot-vpp-nfv-2n-clx-mrr"
10783   filter: "'NIC_Intel-XXV710' and
10784            'NF_DENSITY' and
10785            'VHOST' and
10786            not 'VXLAN' and
10787            'CHAIN' and
10788            'NF_VPPIP4' and
10789            'IMIX' and
10790            '4T2C' and
10791            'MRR'"
10792   parameters:
10793   - "result"
10794   - "name"
10795   - "tags"
10796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10797   x-axis: "X = VNFs per Service Chain"
10798   y-axis: "Y = Number of Service Chains"
10799   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10800   layout:
10801     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10802     layout: "plot-service-density"
10803
10804 - type: "plot"
10805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10806   algorithm: "plot_nf_heatmap"
10807   output-file-type: ".html"
10808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10809   data: "plot-vpp-nfv-2n-clx-mrr"
10810   filter: "'NIC_Intel-XXV710' and
10811            'NF_DENSITY' and
10812            'VHOST' and
10813            not 'VXLAN' and
10814            'CHAIN' and
10815            'NF_VPPIP4' and
10816            'IMIX' and
10817            '8T4C' and
10818            'MRR'"
10819   parameters:
10820   - "result"
10821   - "name"
10822   - "tags"
10823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10824   x-axis: "X = VNFs per Service Chain"
10825   y-axis: "Y = Number of Service Chains"
10826   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10827   layout:
10828     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10829     layout: "plot-service-density"
10830
10831 # Plots - NF Density - VSC - NDR IMIX
10832 - type: "plot"
10833   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10834   algorithm: "plot_nf_heatmap"
10835   output-file-type: ".html"
10836   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10837   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10838   filter: "'NIC_Intel-XXV710' and
10839            'NF_DENSITY' and
10840            'VHOST' and
10841            not 'VXLAN' and
10842            'CHAIN' and
10843            'NF_VPPIP4' and
10844            'IMIX' and
10845            '2T1C' and
10846            'NDRPDR'"
10847   parameters:
10848   - "throughput"
10849   - "name"
10850   - "tags"
10851   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10852   x-axis: "X = VNFs per Service Chain"
10853   y-axis: "Y = Number of Service Chains"
10854   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10855   layout:
10856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10857     layout: "plot-service-density"
10858
10859 - type: "plot"
10860   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10861   algorithm: "plot_nf_heatmap"
10862   output-file-type: ".html"
10863   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10864   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10865   filter: "'NIC_Intel-XXV710' and
10866            'NF_DENSITY' and
10867            'VHOST' and
10868            not 'VXLAN' and
10869            'CHAIN' and
10870            'NF_VPPIP4' and
10871            'IMIX' and
10872            '4T2C' and
10873            'NDRPDR'"
10874   parameters:
10875   - "throughput"
10876   - "name"
10877   - "tags"
10878   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10879   x-axis: "X = VNFs per Service Chain"
10880   y-axis: "Y = Number of Service Chains"
10881   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10882   layout:
10883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10884     layout: "plot-service-density"
10885
10886 - type: "plot"
10887   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10888   algorithm: "plot_nf_heatmap"
10889   output-file-type: ".html"
10890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10891   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10892   filter: "'NIC_Intel-XXV710' and
10893            'NF_DENSITY' and
10894            'VHOST' and
10895            not 'VXLAN' and
10896            'CHAIN' and
10897            'NF_VPPIP4' and
10898            'IMIX' and
10899            '8T4C' and
10900            'NDRPDR'"
10901   parameters:
10902   - "throughput"
10903   - "name"
10904   - "tags"
10905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10906   x-axis: "X = VNFs per Service Chain"
10907   y-axis: "Y = Number of Service Chains"
10908   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10909   layout:
10910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10911     layout: "plot-service-density"
10912
10913 # Plots - NF Density - VSC - PDR IMIX
10914 - type: "plot"
10915   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10916   algorithm: "plot_nf_heatmap"
10917   output-file-type: ".html"
10918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10919   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10920   filter: "'NIC_Intel-XXV710' and
10921            'NF_DENSITY' and
10922            'VHOST' and
10923            not 'VXLAN' and
10924            'CHAIN' and
10925            'NF_VPPIP4' and
10926            'IMIX' and
10927            '2T1C' and
10928            'NDRPDR'"
10929   parameters:
10930   - "throughput"
10931   - "name"
10932   - "tags"
10933   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10934   x-axis: "X = VNFs per Service Chain"
10935   y-axis: "Y = Number of Service Chains"
10936   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10937   layout:
10938     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10939     layout: "plot-service-density"
10940
10941 - type: "plot"
10942   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10943   algorithm: "plot_nf_heatmap"
10944   output-file-type: ".html"
10945   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10946   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10947   filter: "'NIC_Intel-XXV710' and
10948            'NF_DENSITY' and
10949            'VHOST' and
10950            not 'VXLAN' and
10951            'CHAIN' and
10952            'NF_VPPIP4' and
10953            'IMIX' and
10954            '4T2C' and
10955            'NDRPDR'"
10956   parameters:
10957   - "throughput"
10958   - "name"
10959   - "tags"
10960   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10961   x-axis: "X = VNFs per Service Chain"
10962   y-axis: "Y = Number of Service Chains"
10963   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10964   layout:
10965     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10966     layout: "plot-service-density"
10967
10968 - type: "plot"
10969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10970   algorithm: "plot_nf_heatmap"
10971   output-file-type: ".html"
10972   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10973   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10974   filter: "'NIC_Intel-XXV710' and
10975            'NF_DENSITY' and
10976            'VHOST' and
10977            not 'VXLAN' and
10978            'CHAIN' and
10979            'NF_VPPIP4' and
10980            'IMIX' and
10981            '8T4C' and
10982            'NDRPDR'"
10983   parameters:
10984   - "throughput"
10985   - "name"
10986   - "tags"
10987   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10988   x-axis: "X = VNFs per Service Chain"
10989   y-axis: "Y = Number of Service Chains"
10990   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10991   layout:
10992     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10993     layout: "plot-service-density"
10994
10995 # Plots - NF Density - VSC - MRR IMIX
10996 - type: "plot"
10997   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10998   algorithm: "plot_nf_heatmap"
10999   output-file-type: ".html"
11000   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11001   data: "plot-vpp-nfv-2n-clx-mrr"
11002   filter: "'NIC_Intel-XXV710' and
11003            'NF_DENSITY' and
11004            'VHOST' and
11005            'VXLAN' and
11006            'CHAIN' and
11007            'IMIX' and
11008            '2T1C' and
11009            'MRR'"
11010   parameters:
11011   - "result"
11012   - "name"
11013   - "tags"
11014   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11015   x-axis: "X = VNFs per Service Chain"
11016   y-axis: "Y = Number of Service Chains"
11017   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11018   layout:
11019     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11020     layout: "plot-service-density"
11021
11022 - type: "plot"
11023   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11024   algorithm: "plot_nf_heatmap"
11025   output-file-type: ".html"
11026   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11027   data: "plot-vpp-nfv-2n-clx-mrr"
11028   filter: "'NIC_Intel-XXV710' and
11029            'NF_DENSITY' and
11030            'VHOST' and
11031            'VXLAN' and
11032            'CHAIN' and
11033            'IMIX' and
11034            '4T2C' and
11035            'MRR'"
11036   parameters:
11037   - "result"
11038   - "name"
11039   - "tags"
11040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11041   x-axis: "X = VNFs per Service Chain"
11042   y-axis: "Y = Number of Service Chains"
11043   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11044   layout:
11045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11046     layout: "plot-service-density"
11047
11048 - type: "plot"
11049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11050   algorithm: "plot_nf_heatmap"
11051   output-file-type: ".html"
11052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11053   data: "plot-vpp-nfv-2n-clx-mrr"
11054   filter: "'NIC_Intel-XXV710' and
11055            'NF_DENSITY' and
11056            'VHOST' and
11057            'VXLAN' and
11058            'CHAIN' and
11059            'IMIX' and
11060            '8T4C' and
11061            'MRR'"
11062   parameters:
11063   - "result"
11064   - "name"
11065   - "tags"
11066   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11067   x-axis: "X = VNFs per Service Chain"
11068   y-axis: "Y = Number of Service Chains"
11069   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11070   layout:
11071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11072     layout: "plot-service-density"
11073
11074 # Plots - NF Density - VSC - NDR IMIX
11075 - type: "plot"
11076   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11077   algorithm: "plot_nf_heatmap"
11078   output-file-type: ".html"
11079   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11080   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11081   filter: "'NIC_Intel-XXV710' and
11082            'NF_DENSITY' and
11083            'VHOST' and
11084            'VXLAN' and
11085            'CHAIN' and
11086            'IMIX' and
11087            '2T1C' and
11088            'NDRPDR'"
11089   parameters:
11090   - "throughput"
11091   - "name"
11092   - "tags"
11093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11094   x-axis: "X = VNFs per Service Chain"
11095   y-axis: "Y = Number of Service Chains"
11096   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11097   layout:
11098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11099     layout: "plot-service-density"
11100
11101 - type: "plot"
11102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11103   algorithm: "plot_nf_heatmap"
11104   output-file-type: ".html"
11105   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11106   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11107   filter: "'NIC_Intel-XXV710' and
11108            'NF_DENSITY' and
11109            'VHOST' and
11110            'VXLAN' and
11111            'CHAIN' and
11112            'IMIX' and
11113            '4T2C' and
11114            'NDRPDR'"
11115   parameters:
11116   - "throughput"
11117   - "name"
11118   - "tags"
11119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11120   x-axis: "X = VNFs per Service Chain"
11121   y-axis: "Y = Number of Service Chains"
11122   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11123   layout:
11124     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11125     layout: "plot-service-density"
11126
11127 - type: "plot"
11128   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11129   algorithm: "plot_nf_heatmap"
11130   output-file-type: ".html"
11131   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11132   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11133   filter: "'NIC_Intel-XXV710' and
11134            'NF_DENSITY' and
11135            'VHOST' and
11136            'VXLAN' and
11137            'CHAIN' and
11138            'IMIX' and
11139            '8T4C' and
11140            'NDRPDR'"
11141   parameters:
11142   - "throughput"
11143   - "name"
11144   - "tags"
11145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11146   x-axis: "X = VNFs per Service Chain"
11147   y-axis: "Y = Number of Service Chains"
11148   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11149   layout:
11150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11151     layout: "plot-service-density"
11152
11153 # Plots - NF Density - VSC - PDR IMIX
11154 - type: "plot"
11155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11156   algorithm: "plot_nf_heatmap"
11157   output-file-type: ".html"
11158   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11159   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11160   filter: "'NIC_Intel-XXV710' and
11161            'NF_DENSITY' and
11162            'VHOST' and
11163            'VXLAN' and
11164            'CHAIN' and
11165            'IMIX' and
11166            '2T1C' and
11167            'NDRPDR'"
11168   parameters:
11169   - "throughput"
11170   - "name"
11171   - "tags"
11172   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11173   x-axis: "X = VNFs per Service Chain"
11174   y-axis: "Y = Number of Service Chains"
11175   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11176   layout:
11177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11178     layout: "plot-service-density"
11179
11180 - type: "plot"
11181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11182   algorithm: "plot_nf_heatmap"
11183   output-file-type: ".html"
11184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11185   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11186   filter: "'NIC_Intel-XXV710' and
11187            'NF_DENSITY' and
11188            'VHOST' and
11189            'VXLAN' and
11190            'CHAIN' and
11191            'IMIX' and
11192            '4T2C' and
11193            'NDRPDR'"
11194   parameters:
11195   - "throughput"
11196   - "name"
11197   - "tags"
11198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11199   x-axis: "X = VNFs per Service Chain"
11200   y-axis: "Y = Number of Service Chains"
11201   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11202   layout:
11203     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11204     layout: "plot-service-density"
11205
11206 - type: "plot"
11207   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11208   algorithm: "plot_nf_heatmap"
11209   output-file-type: ".html"
11210   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11211   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11212   filter: "'NIC_Intel-XXV710' and
11213            'NF_DENSITY' and
11214            'VHOST' and
11215            'VXLAN' and
11216            'CHAIN' and
11217            'IMIX' and
11218            '8T4C' and
11219            'NDRPDR'"
11220   parameters:
11221   - "throughput"
11222   - "name"
11223   - "tags"
11224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11225   x-axis: "X = VNFs per Service Chain"
11226   y-axis: "Y = Number of Service Chains"
11227   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11228   layout:
11229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11230     layout: "plot-service-density"
11231
11232 # Plots - NF Density - CSC - MRR IMIX
11233 - type: "plot"
11234   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11235   algorithm: "plot_nf_heatmap"
11236   output-file-type: ".html"
11237   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11238   data: "plot-vpp-nfv-2n-clx-mrr"
11239   filter: "'NIC_Intel-XXV710' and
11240            'NF_DENSITY' and
11241            'DOCKER' and
11242            'CHAIN' and
11243            'NF_VPPIP4' and
11244            'IMIX' and
11245            '2T1C' and
11246            'MRR'"
11247   parameters:
11248   - "result"
11249   - "name"
11250   - "tags"
11251   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11252   x-axis: "X = CNFs per Service Chain"
11253   y-axis: "Y = Number of Service Chains"
11254   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11255   layout:
11256     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11257     layout: "plot-service-density"
11258
11259 - type: "plot"
11260   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11261   algorithm: "plot_nf_heatmap"
11262   output-file-type: ".html"
11263   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11264   data: "plot-vpp-nfv-2n-clx-mrr"
11265   filter: "'NIC_Intel-XXV710' and
11266            'NF_DENSITY' and
11267            'DOCKER' and
11268            'CHAIN' and
11269            'NF_VPPIP4' and
11270            'IMIX' and
11271            '4T2C' and
11272            'MRR'"
11273   parameters:
11274   - "result"
11275   - "name"
11276   - "tags"
11277   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11278   x-axis: "X = CNFs per Service Chain"
11279   y-axis: "Y = Number of Service Chains"
11280   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11281   layout:
11282     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11283     layout: "plot-service-density"
11284
11285 - type: "plot"
11286   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11287   algorithm: "plot_nf_heatmap"
11288   output-file-type: ".html"
11289   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11290   data: "plot-vpp-nfv-2n-clx-mrr"
11291   filter: "'NIC_Intel-XXV710' and
11292            'NF_DENSITY' and
11293            'DOCKER' and
11294            'CHAIN' and
11295            'NF_VPPIP4' and
11296            'IMIX' and
11297            '8T4C' and
11298            'MRR'"
11299   parameters:
11300   - "result"
11301   - "name"
11302   - "tags"
11303   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11304   x-axis: "X = CNFs per Service Chain"
11305   y-axis: "Y = Number of Service Chains"
11306   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11307   layout:
11308     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11309     layout: "plot-service-density"
11310
11311 # Plots - NF Density - CSC - NDR IMIX
11312 - type: "plot"
11313   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11314   algorithm: "plot_nf_heatmap"
11315   output-file-type: ".html"
11316   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11317   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11318   filter: "'NIC_Intel-XXV710' and
11319            'NF_DENSITY' and
11320            'DOCKER' and
11321            'CHAIN' and
11322            'NF_VPPIP4' and
11323            'IMIX' and
11324            '2T1C' and
11325            'NDRPDR'"
11326   parameters:
11327   - "throughput"
11328   - "name"
11329   - "tags"
11330   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11331   x-axis: "X = CNFs per Service Chain"
11332   y-axis: "Y = Number of Service Chains"
11333   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11334   layout:
11335     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11336     layout: "plot-service-density"
11337
11338 - type: "plot"
11339   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11340   algorithm: "plot_nf_heatmap"
11341   output-file-type: ".html"
11342   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11343   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11344   filter: "'NIC_Intel-XXV710' and
11345            'NF_DENSITY' and
11346            'DOCKER' and
11347            'CHAIN' and
11348            'NF_VPPIP4' and
11349            'IMIX' and
11350            '4T2C' and
11351            'NDRPDR'"
11352   parameters:
11353   - "throughput"
11354   - "name"
11355   - "tags"
11356   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11357   x-axis: "X = CNFs per Service Chain"
11358   y-axis: "Y = Number of Service Chains"
11359   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11360   layout:
11361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11362     layout: "plot-service-density"
11363
11364 - type: "plot"
11365   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11366   algorithm: "plot_nf_heatmap"
11367   output-file-type: ".html"
11368   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11369   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11370   filter: "'NIC_Intel-XXV710' and
11371            'NF_DENSITY' and
11372            'DOCKER' and
11373            'CHAIN' and
11374            'NF_VPPIP4' and
11375            'IMIX' and
11376            '8T4C' and
11377            'NDRPDR'"
11378   parameters:
11379   - "throughput"
11380   - "name"
11381   - "tags"
11382   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11383   x-axis: "X = CNFs per Service Chain"
11384   y-axis: "Y = Number of Service Chains"
11385   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11386   layout:
11387     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11388     layout: "plot-service-density"
11389
11390 # Plots - NF Density - CSC - PDR IMIX
11391 - type: "plot"
11392   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11393   algorithm: "plot_nf_heatmap"
11394   output-file-type: ".html"
11395   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11396   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11397   filter: "'NIC_Intel-XXV710' and
11398            'NF_DENSITY' and
11399            'DOCKER' and
11400            'CHAIN' and
11401            'NF_VPPIP4' and
11402            'IMIX' and
11403            '2T1C' and
11404            'NDRPDR'"
11405   parameters:
11406   - "throughput"
11407   - "name"
11408   - "tags"
11409   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11410   x-axis: "X = CNFs per Service Chain"
11411   y-axis: "Y = Number of Service Chains"
11412   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11413   layout:
11414     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11415     layout: "plot-service-density"
11416
11417 - type: "plot"
11418   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11419   algorithm: "plot_nf_heatmap"
11420   output-file-type: ".html"
11421   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11422   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11423   filter: "'NIC_Intel-XXV710' and
11424            'NF_DENSITY' and
11425            'DOCKER' and
11426            'CHAIN' and
11427            'NF_VPPIP4' and
11428            'IMIX' and
11429            '4T2C' and
11430            'NDRPDR'"
11431   parameters:
11432   - "throughput"
11433   - "name"
11434   - "tags"
11435   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11436   x-axis: "X = CNFs per Service Chain"
11437   y-axis: "Y = Number of Service Chains"
11438   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11439   layout:
11440     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11441     layout: "plot-service-density"
11442
11443 - type: "plot"
11444   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11445   algorithm: "plot_nf_heatmap"
11446   output-file-type: ".html"
11447   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11448   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11449   filter: "'NIC_Intel-XXV710' and
11450            'NF_DENSITY' and
11451            'DOCKER' and
11452            'CHAIN' and
11453            'NF_VPPIP4' and
11454            'IMIX' and
11455            '8T4C' and
11456            'NDRPDR'"
11457   parameters:
11458   - "throughput"
11459   - "name"
11460   - "tags"
11461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11462   x-axis: "X = CNFs per Service Chain"
11463   y-axis: "Y = Number of Service Chains"
11464   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11465   layout:
11466     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11467     layout: "plot-service-density"
11468
11469 # Plots - NF Density - CSP - MRR IMIX
11470 - type: "plot"
11471   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11472   algorithm: "plot_nf_heatmap"
11473   output-file-type: ".html"
11474   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11475   data: "plot-vpp-nfv-2n-clx-mrr"
11476   filter: "'NIC_Intel-XXV710' and
11477            'NF_DENSITY' and
11478            'DOCKER' and
11479            'PIPELINE' and
11480            'NF_VPPIP4' and
11481            'IMIX' and
11482            '2T1C' and
11483            'MRR'"
11484   parameters:
11485   - "result"
11486   - "name"
11487   - "tags"
11488   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11489   x-axis: "X = CNFs per Service Pipeline"
11490   y-axis: "Y = Number of Service Pipelines"
11491   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11492   layout:
11493     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11494     layout: "plot-service-density"
11495
11496 - type: "plot"
11497   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11498   algorithm: "plot_nf_heatmap"
11499   output-file-type: ".html"
11500   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11501   data: "plot-vpp-nfv-2n-clx-mrr"
11502   filter: "'NIC_Intel-XXV710' and
11503            'NF_DENSITY' and
11504            'DOCKER' and
11505            'PIPELINE' and
11506            'NF_VPPIP4' and
11507            'IMIX' and
11508            '4T2C' and
11509            'MRR'"
11510   parameters:
11511   - "result"
11512   - "name"
11513   - "tags"
11514   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11515   x-axis: "X = CNFs per Service Pipeline"
11516   y-axis: "Y = Number of Service Pipelines"
11517   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11518   layout:
11519     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11520     layout: "plot-service-density"
11521
11522 - type: "plot"
11523   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11524   algorithm: "plot_nf_heatmap"
11525   output-file-type: ".html"
11526   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11527   data: "plot-vpp-nfv-2n-clx-mrr"
11528   filter: "'NIC_Intel-XXV710' and
11529            'NF_DENSITY' and
11530            'DOCKER' and
11531            'PIPELINE' and
11532            'NF_VPPIP4' and
11533            'IMIX' and
11534            '8T4C' and
11535            'MRR'"
11536   parameters:
11537   - "result"
11538   - "name"
11539   - "tags"
11540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11541   x-axis: "X = CNFs per Service Pipeline"
11542   y-axis: "Y = Number of Service Pipelines"
11543   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11544   layout:
11545     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11546     layout: "plot-service-density"
11547
11548 # Plots - NF Density - CSP - NDR IMIX
11549 - type: "plot"
11550   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11551   algorithm: "plot_nf_heatmap"
11552   output-file-type: ".html"
11553   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11554   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11555   filter: "'NIC_Intel-XXV710' and
11556            'NF_DENSITY' and
11557            'DOCKER' and
11558            'PIPELINE' and
11559            'NF_VPPIP4' and
11560            'IMIX' and
11561            '2T1C' and
11562            'NDRPDR'"
11563   parameters:
11564   - "throughput"
11565   - "name"
11566   - "tags"
11567   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11568   x-axis: "X = CNFs per Service Pipeline"
11569   y-axis: "Y = Number of Service Pipelines"
11570   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11571   layout:
11572     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11573     layout: "plot-service-density"
11574
11575 - type: "plot"
11576   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11577   algorithm: "plot_nf_heatmap"
11578   output-file-type: ".html"
11579   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11580   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11581   filter: "'NIC_Intel-XXV710' and
11582            'NF_DENSITY' and
11583            'DOCKER' and
11584            'PIPELINE' and
11585            'NF_VPPIP4' and
11586            'IMIX' and
11587            '4T2C' and
11588            'NDRPDR'"
11589   parameters:
11590   - "throughput"
11591   - "name"
11592   - "tags"
11593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11594   x-axis: "X = CNFs per Service Pipeline"
11595   y-axis: "Y = Number of Service Pipelines"
11596   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11597   layout:
11598     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11599     layout: "plot-service-density"
11600
11601 - type: "plot"
11602   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11603   algorithm: "plot_nf_heatmap"
11604   output-file-type: ".html"
11605   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11606   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11607   filter: "'NIC_Intel-XXV710' and
11608            'NF_DENSITY' and
11609            'DOCKER' and
11610            'PIPELINE' and
11611            'NF_VPPIP4' and
11612            'IMIX' and
11613            '8T4C' and
11614            'NDRPDR'"
11615   parameters:
11616   - "throughput"
11617   - "name"
11618   - "tags"
11619   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11620   x-axis: "X = CNFs per Service Pipeline"
11621   y-axis: "Y = Number of Service Pipelines"
11622   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11623   layout:
11624     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11625     layout: "plot-service-density"
11626
11627 # Plots - NF Density - CSP - PDR IMIX
11628 - type: "plot"
11629   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11630   algorithm: "plot_nf_heatmap"
11631   output-file-type: ".html"
11632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11633   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11634   filter: "'NIC_Intel-XXV710' and
11635            'NF_DENSITY' and
11636            'DOCKER' and
11637            'PIPELINE' and
11638            'NF_VPPIP4' and
11639            'IMIX' and
11640            '2T1C' and
11641            'NDRPDR'"
11642   parameters:
11643   - "throughput"
11644   - "name"
11645   - "tags"
11646   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11647   x-axis: "X = CNFs per Service Pipeline"
11648   y-axis: "Y = Number of Service Pipelines"
11649   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11650   layout:
11651     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11652     layout: "plot-service-density"
11653
11654 - type: "plot"
11655   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11656   algorithm: "plot_nf_heatmap"
11657   output-file-type: ".html"
11658   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11659   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11660   filter: "'NIC_Intel-XXV710' and
11661            'NF_DENSITY' and
11662            'DOCKER' and
11663            'PIPELINE' and
11664            'NF_VPPIP4' and
11665            'IMIX' and
11666            '4T2C' and
11667            'NDRPDR'"
11668   parameters:
11669   - "throughput"
11670   - "name"
11671   - "tags"
11672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11673   x-axis: "X = CNFs per Service Pipeline"
11674   y-axis: "Y = Number of Service Pipelines"
11675   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11676   layout:
11677     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11678     layout: "plot-service-density"
11679
11680 - type: "plot"
11681   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11682   algorithm: "plot_nf_heatmap"
11683   output-file-type: ".html"
11684   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11685   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11686   filter: "'NIC_Intel-XXV710' and
11687            'NF_DENSITY' and
11688            'DOCKER' and
11689            'PIPELINE' and
11690            'NF_VPPIP4' and
11691            'IMIX' and
11692            '8T4C' and
11693            'NDRPDR'"
11694   parameters:
11695   - "throughput"
11696   - "name"
11697   - "tags"
11698   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11699   x-axis: "X = CNFs per Service Pipeline"
11700   y-axis: "Y = Number of Service Pipelines"
11701   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11702   layout:
11703     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11704     layout: "plot-service-density"
11705
11706 ################################################################################
11707
11708 # Packet Throughput
11709
11710 - type: "plot"
11711   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11712   algorithm: "plot_perf_box_name"
11713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11715   include:
11716     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11717     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11719     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11720   layout:
11721     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11722     layout: "plot-throughput"
11723
11724 - type: "plot"
11725   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11726   algorithm: "plot_perf_box_name"
11727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11729   include:
11730     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11731     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11732     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11733     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11734   layout:
11735     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11736     layout: "plot-throughput"
11737
11738 - type: "plot"
11739   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11740   algorithm: "plot_perf_box_name"
11741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11743   include:
11744     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11745     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11746     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11747     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11748   layout:
11749     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11757   include:
11758     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11759     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11760     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11761     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11762   layout:
11763     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11764     layout: "plot-throughput"
11765
11766 - type: "plot"
11767   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11768   algorithm: "plot_perf_box_name"
11769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11771   include:
11772     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11773     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11774     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11775     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11776     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11777   layout:
11778     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11779     layout: "plot-throughput"
11780
11781 - type: "plot"
11782   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11783   algorithm: "plot_perf_box_name"
11784   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11786   include:
11787     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11788     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11789     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11790     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11791     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11792   layout:
11793     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11794     layout: "plot-throughput"
11795
11796 - type: "plot"
11797   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11798   algorithm: "plot_perf_box_name"
11799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11801   include:
11802     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11803     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11804     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11805     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11806     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11807   layout:
11808     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11809     layout: "plot-throughput"
11810
11811 - type: "plot"
11812   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11813   algorithm: "plot_perf_box_name"
11814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11816   include:
11817     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11818     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11819     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11820     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11821     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11822   layout:
11823     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11824     layout: "plot-throughput"
11825
11826 - type: "plot"
11827   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11828   algorithm: "plot_perf_box_name"
11829   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11830   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11831   include:
11832     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11833     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11834     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11835     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11836     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11837   layout:
11838     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11839     layout: "plot-throughput"
11840
11841 - type: "plot"
11842   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11843   algorithm: "plot_perf_box_name"
11844   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11845   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11846   include:
11847     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11848     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11849     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11850     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11851     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11852   layout:
11853     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11854     layout: "plot-throughput"
11855
11856 - type: "plot"
11857   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11858   algorithm: "plot_perf_box_name"
11859   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11861   include:
11862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11868   layout:
11869     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11877   include:
11878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11884   layout:
11885     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11886     layout: "plot-throughput"
11887
11888 - type: "plot"
11889   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11890   algorithm: "plot_perf_box_name"
11891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11893   include:
11894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11899   layout:
11900     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11901     layout: "plot-throughput"
11902
11903 - type: "plot"
11904   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11905   algorithm: "plot_perf_box_name"
11906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11908   include:
11909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11914   layout:
11915     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11916     layout: "plot-throughput"
11917
11918 - type: "plot"
11919   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11920   algorithm: "plot_perf_box_name"
11921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11923   include:
11924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11927   layout:
11928     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11929     layout: "plot-throughput"
11930
11931 - type: "plot"
11932   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11933   algorithm: "plot_perf_box_name"
11934   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11935   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11936   include:
11937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11940   layout:
11941     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11942     layout: "plot-throughput"
11943
11944 - type: "plot"
11945   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11946   algorithm: "plot_perf_box_name"
11947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11949   include:
11950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11955   layout:
11956     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11957     layout: "plot-throughput"
11958
11959 - type: "plot"
11960   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11961   algorithm: "plot_perf_box_name"
11962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11964   include:
11965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11970   layout:
11971     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11972     layout: "plot-throughput"
11973
11974 - type: "plot"
11975   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11976   algorithm: "plot_perf_box_name"
11977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11979   include:
11980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11983   layout:
11984     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11985     layout: "plot-throughput"
11986
11987 - type: "plot"
11988   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11989   algorithm: "plot_perf_box_name"
11990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11992   include:
11993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11996   layout:
11997     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11998     layout: "plot-throughput"
11999
12000 - type: "plot"
12001   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12002   algorithm: "plot_perf_box_name"
12003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12005   include:
12006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12012   layout:
12013     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12014     layout: "plot-throughput"
12015
12016 - type: "plot"
12017   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12018   algorithm: "plot_perf_box_name"
12019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12021   include:
12022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12028   layout:
12029     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12030     layout: "plot-throughput"
12031
12032 - type: "plot"
12033   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12034   algorithm: "plot_perf_box_name"
12035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12037   include:
12038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12044   layout:
12045     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12046     layout: "plot-throughput"
12047
12048 - type: "plot"
12049   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12050   algorithm: "plot_perf_box_name"
12051   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12053   include:
12054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12060   layout:
12061     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12062     layout: "plot-throughput"
12063
12064 - type: "plot"
12065   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12066   algorithm: "plot_perf_box_name"
12067   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12069   include:
12070     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12073   layout:
12074     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12075     layout: "plot-throughput"
12076
12077 - type: "plot"
12078   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12079   algorithm: "plot_perf_box_name"
12080   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12082   include:
12083     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12086   layout:
12087     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12088     layout: "plot-throughput"
12089
12090 - type: "plot"
12091   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12092   algorithm: "plot_perf_box_name"
12093   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12095   include:
12096     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12098 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12099 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12100 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12101   layout:
12102     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12103     layout: "plot-throughput"
12104
12105 - type: "plot"
12106   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12107   algorithm: "plot_perf_box_name"
12108   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12110   include:
12111     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12113 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12114 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12115 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12116   layout:
12117     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12118     layout: "plot-throughput"
12119
12120 - type: "plot"
12121   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12122   algorithm: "plot_perf_box_name"
12123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12125   include:
12126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12131   layout:
12132     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12133     layout: "plot-throughput"
12134
12135 - type: "plot"
12136   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12137   algorithm: "plot_perf_box_name"
12138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12140   include:
12141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12146   layout:
12147     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12148     layout: "plot-throughput"
12149
12150 - type: "plot"
12151   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12152   algorithm: "plot_perf_box_name"
12153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12155   include:
12156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12161   layout:
12162     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12163     layout: "plot-throughput"
12164
12165 - type: "plot"
12166   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12167   algorithm: "plot_perf_box_name"
12168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12170   include:
12171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12176   layout:
12177     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12178     layout: "plot-throughput"
12179
12180 - type: "plot"
12181   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12182   algorithm: "plot_perf_box_name"
12183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12185   include:
12186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12192   layout:
12193     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12194     layout: "plot-throughput"
12195
12196 - type: "plot"
12197   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12198   algorithm: "plot_perf_box_name"
12199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12201   include:
12202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12208   layout:
12209     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12210     layout: "plot-throughput"
12211
12212 - type: "plot"
12213   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12214   algorithm: "plot_perf_box_name"
12215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12217   include:
12218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12224   layout:
12225     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12226     layout: "plot-throughput"
12227
12228 - type: "plot"
12229   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12230   algorithm: "plot_perf_box_name"
12231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12233   include:
12234     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12240   layout:
12241     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12242     layout: "plot-throughput"
12243
12244 - type: "plot"
12245   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12246   algorithm: "plot_perf_box_name"
12247   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12248   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12249   include:
12250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12255   layout:
12256     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12257     layout: "plot-throughput"
12258
12259 - type: "plot"
12260   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12261   algorithm: "plot_perf_box_name"
12262   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12263   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12264   include:
12265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12270   layout:
12271     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12272     layout: "plot-throughput"
12273
12274 - type: "plot"
12275   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12276   algorithm: "plot_perf_box_name"
12277   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12278   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12279   include:
12280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12286   layout:
12287     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12294   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12295   include:
12296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12302   layout:
12303     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12304     layout: "plot-throughput"
12305
12306 - type: "plot"
12307   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12308   algorithm: "plot_perf_box_name"
12309   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12310   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12311   include:
12312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12317   layout:
12318     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12319     layout: "plot-throughput"
12320
12321 - type: "plot"
12322   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12323   algorithm: "plot_perf_box_name"
12324   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12325   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12326   include:
12327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12332   layout:
12333     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12334     layout: "plot-throughput"
12335
12336 - type: "plot"
12337   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12338   algorithm: "plot_perf_box_name"
12339   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12340   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12341   include:
12342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12348   layout:
12349     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12350     layout: "plot-throughput"
12351
12352 - type: "plot"
12353   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12354   algorithm: "plot_perf_box_name"
12355   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12356   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12357   include:
12358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12364   layout:
12365     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12366     layout: "plot-throughput"
12367
12368 - type: "plot"
12369   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12370   algorithm: "plot_perf_box_name"
12371   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12372   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12373   include:
12374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12379   layout:
12380     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12381     layout: "plot-throughput"
12382
12383 - type: "plot"
12384   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12385   algorithm: "plot_perf_box_name"
12386   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12387   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12388   include:
12389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12394   layout:
12395     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12396     layout: "plot-throughput"
12397
12398 - type: "plot"
12399   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12400   algorithm: "plot_perf_box_name"
12401   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12402   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12403   include:
12404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12410   layout:
12411     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12412     layout: "plot-throughput"
12413
12414 - type: "plot"
12415   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12416   algorithm: "plot_perf_box_name"
12417   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12418   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12419   include:
12420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12426   layout:
12427     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12428     layout: "plot-throughput"
12429
12430 - type: "plot"
12431   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12432   algorithm: "plot_perf_box_name"
12433   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
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-ndr"
12440     layout: "plot-throughput"
12441
12442 - type: "plot"
12443   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12444   algorithm: "plot_perf_box_name"
12445   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12446   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12447   include:
12448     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12450   layout:
12451     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12459   include:
12460     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12464   layout:
12465     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12473   include:
12474     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12478   layout:
12479     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12480     layout: "plot-throughput"
12481
12482 - type: "plot"
12483   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12484   algorithm: "plot_perf_box_name"
12485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12487   include:
12488     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12492   layout:
12493     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12494     layout: "plot-throughput"
12495
12496 - type: "plot"
12497   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12498   algorithm: "plot_perf_box_name"
12499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12501   include:
12502     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12503     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12506   layout:
12507     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12508     layout: "plot-throughput"
12509
12510 - type: "plot"
12511   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12512   algorithm: "plot_perf_box_name"
12513   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12514   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12515   include:
12516     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12517     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12520   layout:
12521     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12522     layout: "plot-throughput"
12523
12524 - type: "plot"
12525   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12526   algorithm: "plot_perf_box_name"
12527   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12528   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12529   include:
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12533     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12534   layout:
12535     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12536     layout: "plot-throughput"
12537
12538 - type: "plot"
12539   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12540   algorithm: "plot_perf_box_name"
12541   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12542   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12543   include:
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12547     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12548   layout:
12549     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12550     layout: "plot-throughput"
12551
12552 - type: "plot"
12553   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12554   algorithm: "plot_perf_box_name"
12555   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12556   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12557   include:
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12562   layout:
12563     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12571   include:
12572     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12578   layout:
12579     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12584   algorithm: "plot_perf_box_name"
12585   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12587   include:
12588     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12592     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12593     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12594   layout:
12595     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12596     layout: "plot-throughput"
12597
12598 - type: "plot"
12599   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12600   algorithm: "plot_perf_box_name"
12601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12603   include:
12604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12609   layout:
12610     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12611     layout: "plot-throughput"
12612
12613 - type: "plot"
12614   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12615   algorithm: "plot_perf_box_name"
12616   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12618   include:
12619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12624   layout:
12625     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12626     layout: "plot-throughput"
12627
12628 - type: "plot"
12629   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12630   algorithm: "plot_perf_box_name"
12631   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12633   include:
12634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12639   layout:
12640     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12641     layout: "plot-throughput"
12642
12643 - type: "plot"
12644   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12645   algorithm: "plot_perf_box_name"
12646   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12648   include:
12649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12654   layout:
12655     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12656     layout: "plot-throughput"
12657
12658 - type: "plot"
12659   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12660   algorithm: "plot_perf_box_name"
12661   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12662   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12663   include:
12664     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12665     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12667   layout:
12668     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12669     layout: "plot-throughput"
12670
12671 - type: "plot"
12672   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12673   algorithm: "plot_perf_box_name"
12674   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12675   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12676   include:
12677     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12680   layout:
12681     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12689   include:
12690     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12693   layout:
12694     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12695     layout: "plot-throughput"
12696
12697 - type: "plot"
12698   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12699   algorithm: "plot_perf_box_name"
12700   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12702   include:
12703     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12704     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12705     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12706   layout:
12707     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12708     layout: "plot-throughput"
12709
12710 - type: "plot"
12711   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12712   algorithm: "plot_perf_box_name"
12713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12715   include:
12716     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12717     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12718     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12719     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12720     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12721   layout:
12722     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12723     layout: "plot-throughput"
12724
12725 - type: "plot"
12726   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12727   algorithm: "plot_perf_box_name"
12728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12730   include:
12731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12734     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12735     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12736   layout:
12737     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12738     layout: "plot-throughput"
12739
12740 - type: "plot"
12741   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12742   algorithm: "plot_perf_box_name"
12743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12745   include:
12746     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12748     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12749     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12750     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12751   layout:
12752     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12753     layout: "plot-throughput"
12754
12755 - type: "plot"
12756   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12757   algorithm: "plot_perf_box_name"
12758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12760   include:
12761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12763     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12764     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12765     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12766   layout:
12767     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12768     layout: "plot-throughput"
12769
12770 - type: "plot"
12771   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12772   algorithm: "plot_perf_box_name"
12773   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12774   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12775   include:
12776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12778     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12779     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12781   layout:
12782     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12783     layout: "plot-throughput"
12784
12785 - type: "plot"
12786   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12787   algorithm: "plot_perf_box_name"
12788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12790   include:
12791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12793     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12795     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12796   layout:
12797     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12798     layout: "plot-throughput"
12799
12800 - type: "plot"
12801   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12802   algorithm: "plot_perf_box_name"
12803   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12804   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12805   include:
12806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12808     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12811   layout:
12812     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12813     layout: "plot-throughput"
12814
12815 - type: "plot"
12816   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12817   algorithm: "plot_perf_box_name"
12818   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12819   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12820   include:
12821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12826   layout:
12827     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12828     layout: "plot-throughput"
12829
12830 - type: "plot"
12831   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12832   algorithm: "plot_perf_box_name"
12833   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12834   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12835   include:
12836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12837     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12838     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12839     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12841   layout:
12842     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12843     layout: "plot-throughput"
12844
12845 - type: "plot"
12846   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12847   algorithm: "plot_perf_box_name"
12848   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12849   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12850   include:
12851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12853     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12856   layout:
12857     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12858     layout: "plot-throughput"
12859
12860 - type: "plot"
12861   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12862   algorithm: "plot_perf_box_name"
12863   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12865   include:
12866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12872   layout:
12873     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12874     layout: "plot-throughput"
12875
12876 - type: "plot"
12877   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12878   algorithm: "plot_perf_box_name"
12879   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12881   include:
12882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12888   layout:
12889     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12890     layout: "plot-throughput"
12891
12892 - type: "plot"
12893   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12894   algorithm: "plot_perf_box_name"
12895   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12896   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12897   include:
12898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12899     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12902   layout:
12903     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12904     layout: "plot-throughput"
12905
12906 - type: "plot"
12907   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12908   algorithm: "plot_perf_box_name"
12909   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12910   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12911   include:
12912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12914     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12915     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12916   layout:
12917     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12918     layout: "plot-throughput"
12919
12920 - type: "plot"
12921   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12922   algorithm: "plot_perf_box_name"
12923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12925   include:
12926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12932   layout:
12933     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12934     layout: "plot-throughput"
12935
12936 - type: "plot"
12937   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12938   algorithm: "plot_perf_box_name"
12939   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12941   include:
12942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12948   layout:
12949     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12950     layout: "plot-throughput"
12951
12952 - type: "plot"
12953   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12954   algorithm: "plot_perf_box_name"
12955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12957   include:
12958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12964   layout:
12965     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12966     layout: "plot-throughput"
12967
12968 - type: "plot"
12969   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12970   algorithm: "plot_perf_box_name"
12971   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12972   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12973   include:
12974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12980   layout:
12981     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12982     layout: "plot-throughput"
12983
12984 - type: "plot"
12985   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12986   algorithm: "plot_perf_box_name"
12987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12989   include:
12990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12996   layout:
12997     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12998     layout: "plot-throughput"
12999
13000 - type: "plot"
13001   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13002   algorithm: "plot_perf_box_name"
13003   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13005   include:
13006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13012   layout:
13013     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13014     layout: "plot-throughput"
13015
13016 - type: "plot"
13017   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13018   algorithm: "plot_perf_box_name"
13019   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13020   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13021   include:
13022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13028   layout:
13029     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13030     layout: "plot-throughput"
13031
13032 - type: "plot"
13033   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13034   algorithm: "plot_perf_box_name"
13035   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13036   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13037   include:
13038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13042     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13043     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13044   layout:
13045     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13046     layout: "plot-throughput"
13047
13048 - type: "plot"
13049   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13050   algorithm: "plot_perf_box_name"
13051   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13052   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13053   include:
13054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13057     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13058     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13059     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13060   layout:
13061     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13062     layout: "plot-throughput"
13063
13064 - type: "plot"
13065   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13066   algorithm: "plot_perf_box_name"
13067   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13068   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13069   include:
13070     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13071     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13072     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13073     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13074     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13075     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13076   layout:
13077     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13078     layout: "plot-throughput"
13079
13080 - type: "plot"
13081   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13082   algorithm: "plot_perf_box_name"
13083   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13085   include:
13086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13092   layout:
13093     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13094     layout: "plot-throughput"
13095
13096 - type: "plot"
13097   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13098   algorithm: "plot_perf_box_name"
13099   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13101   include:
13102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13108   layout:
13109     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13110     layout: "plot-throughput"
13111
13112 - type: "plot"
13113   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13114   algorithm: "plot_perf_box_name"
13115   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13116   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13117   include:
13118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13124   layout:
13125     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13126     layout: "plot-throughput"
13127
13128 - type: "plot"
13129   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13130   algorithm: "plot_perf_box_name"
13131   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13132   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13133   include:
13134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13140   layout:
13141     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13142     layout: "plot-throughput"
13143
13144 - type: "plot"
13145   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13146   algorithm: "plot_perf_box_name"
13147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13149   include:
13150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13156   layout:
13157     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13158     layout: "plot-throughput"
13159
13160 - type: "plot"
13161   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13162   algorithm: "plot_perf_box_name"
13163   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13164   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13165   include:
13166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13172   layout:
13173     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13174     layout: "plot-throughput"
13175
13176 - type: "plot"
13177   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13178   algorithm: "plot_perf_box_name"
13179   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13181   include:
13182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13186   layout:
13187     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13188     layout: "plot-throughput"
13189
13190 - type: "plot"
13191   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13192   algorithm: "plot_perf_box_name"
13193   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13195   include:
13196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13200   layout:
13201     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13202     layout: "plot-throughput"
13203
13204 - type: "plot"
13205   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13206   algorithm: "plot_perf_box_name"
13207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13209   include:
13210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13214   layout:
13215     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13216     layout: "plot-throughput"
13217
13218 - type: "plot"
13219   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13220   algorithm: "plot_perf_box_name"
13221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13223   include:
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13228   layout:
13229     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13230     layout: "plot-throughput"
13231
13232 - type: "plot"
13233   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13234   algorithm: "plot_perf_box_name"
13235   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13236   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13237   include:
13238     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13242     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13243     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13244   layout:
13245     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13246     layout: "plot-throughput"
13247
13248 - type: "plot"
13249   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13250   algorithm: "plot_perf_box_name"
13251   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13253   include:
13254     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13257     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13258     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13259     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13260   layout:
13261     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13262     layout: "plot-throughput"
13263
13264 - type: "plot"
13265   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13266   algorithm: "plot_perf_box_name"
13267   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13269   include:
13270     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13271     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13272     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13273     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13274     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13275   layout:
13276     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13277     layout: "plot-throughput"
13278
13279 - type: "plot"
13280   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13281   algorithm: "plot_perf_box_name"
13282   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13284   include:
13285     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13287     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13288     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13289     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13290   layout:
13291     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13292     layout: "plot-throughput"
13293
13294 - type: "plot"
13295   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13296   algorithm: "plot_perf_box_name"
13297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13299   include:
13300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13305   layout:
13306     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13307     layout: "plot-throughput"
13308
13309 - type: "plot"
13310   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13311   algorithm: "plot_perf_box_name"
13312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13314   include:
13315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13320   layout:
13321     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13322     layout: "plot-throughput"
13323
13324 - type: "plot"
13325   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13326   algorithm: "plot_perf_box_name"
13327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13329   include:
13330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13334   layout:
13335     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13336     layout: "plot-throughput"
13337
13338 - type: "plot"
13339   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13340   algorithm: "plot_perf_box_name"
13341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13343   include:
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13348   layout:
13349     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13350     layout: "plot-throughput"
13351
13352 - type: "plot"
13353   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13354   algorithm: "plot_perf_box_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357   include:
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13364   layout:
13365     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13366     layout: "plot-throughput"
13367
13368 - type: "plot"
13369   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13370   algorithm: "plot_perf_box_name"
13371   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13373   include:
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13380   layout:
13381     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13382     layout: "plot-throughput"
13383
13384 - type: "plot"
13385   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13386   algorithm: "plot_perf_box_name"
13387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13389   include:
13390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13396   layout:
13397     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13398     layout: "plot-throughput"
13399
13400 - type: "plot"
13401   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13402   algorithm: "plot_perf_box_name"
13403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13405   include:
13406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13412   layout:
13413     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13414     layout: "plot-throughput"
13415
13416 - type: "plot"
13417   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13418   algorithm: "plot_perf_box_name"
13419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13421   include:
13422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13428   layout:
13429     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13430     layout: "plot-throughput"
13431
13432 - type: "plot"
13433   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13434   algorithm: "plot_perf_box_name"
13435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13437   include:
13438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13444   layout:
13445     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13446     layout: "plot-throughput"
13447
13448 - type: "plot"
13449   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13450   algorithm: "plot_perf_box_name"
13451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13453   include:
13454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13460   layout:
13461     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13462     layout: "plot-throughput"
13463
13464 - type: "plot"
13465   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13466   algorithm: "plot_perf_box_name"
13467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13469   include:
13470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13476   layout:
13477     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13478     layout: "plot-throughput"
13479
13480 - type: "plot"
13481   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13482   algorithm: "plot_perf_box_name"
13483   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13484   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13485   include:
13486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13490   layout:
13491     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13492     layout: "plot-throughput"
13493
13494 - type: "plot"
13495   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13496   algorithm: "plot_perf_box_name"
13497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13499   include:
13500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13504   layout:
13505     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13506     layout: "plot-throughput"
13507
13508 - type: "plot"
13509   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13510   algorithm: "plot_perf_box_name"
13511   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13512   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13513   include:
13514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13520   layout:
13521     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13522     layout: "plot-throughput"
13523
13524 - type: "plot"
13525   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13526   algorithm: "plot_perf_box_name"
13527   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13528   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13529   include:
13530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13536   layout:
13537     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13538     layout: "plot-throughput"
13539
13540 - type: "plot"
13541   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13542   algorithm: "plot_perf_box_name"
13543   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13544   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13545   include:
13546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13552   layout:
13553     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13554     layout: "plot-throughput"
13555
13556 - type: "plot"
13557   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13558   algorithm: "plot_perf_box_name"
13559   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13560   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13561   include:
13562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13568   layout:
13569     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13570     layout: "plot-throughput"
13571
13572 #- type: "plot"
13573 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13574 #  algorithm: "plot_perf_box_name"
13575 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13576 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13577 #  include:
13578 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13579 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13580 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13581 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13582 #  layout:
13583 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13584 #    layout: "plot-throughput"
13585 #
13586 #- type: "plot"
13587 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13588 #  algorithm: "plot_perf_box_name"
13589 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13590 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13591 #  include:
13592 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13593 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13594 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13595 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13596 #  layout:
13597 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13598 #    layout: "plot-throughput"
13599
13600 - type: "plot"
13601   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13602   algorithm: "plot_perf_box_name"
13603   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13604   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13605   include:
13606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13612   layout:
13613     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13614     layout: "plot-throughput"
13615
13616 - type: "plot"
13617   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13618   algorithm: "plot_perf_box_name"
13619   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13620   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13621   include:
13622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13628   layout:
13629     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13630     layout: "plot-throughput"
13631
13632 #- type: "plot"
13633 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13634 #  algorithm: "plot_perf_box_name"
13635 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13636 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13637 #  include:
13638 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13639 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13640 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13641 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13642 #  layout:
13643 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13644 #    layout: "plot-throughput"
13645 #
13646 #- type: "plot"
13647 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13648 #  algorithm: "plot_perf_box_name"
13649 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13650 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13651 #  include:
13652 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13653 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13654 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13655 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13656 #  layout:
13657 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13658 #    layout: "plot-throughput"
13659
13660 - type: "plot"
13661   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13662   algorithm: "plot_perf_box_name"
13663   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13664   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13665   include:
13666     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13667     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13668     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13669     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13670     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13671     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13672   layout:
13673     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13674     layout: "plot-throughput"
13675
13676 - type: "plot"
13677   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13678   algorithm: "plot_perf_box_name"
13679   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13680   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13681   include:
13682     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13683     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13684     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13685     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13686     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13687     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13688   layout:
13689     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13690     layout: "plot-throughput"
13691
13692 #- type: "plot"
13693 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13694 #  algorithm: "plot_perf_box_name"
13695 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13696 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13697 #  include:
13698 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13699 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13700 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13701 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13702 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13703 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13704 #  layout:
13705 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13706 #    layout: "plot-throughput"
13707 #
13708 #- type: "plot"
13709 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13710 #  algorithm: "plot_perf_box_name"
13711 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13712 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13713 #  include:
13714 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13715 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13716 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13717 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13718 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13719 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13720 #  layout:
13721 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13722 #    layout: "plot-throughput"
13723
13724 - type: "plot"
13725   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13726   algorithm: "plot_perf_box_name"
13727   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13728   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13729   include:
13730     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13731     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13732     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13733     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13734     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13735     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13736   layout:
13737     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13738     layout: "plot-throughput"
13739
13740 - type: "plot"
13741   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13742   algorithm: "plot_perf_box_name"
13743   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13744   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13745   include:
13746     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13747     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13748     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13749     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13750     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13751     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13752   layout:
13753     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13754     layout: "plot-throughput"
13755
13756 - type: "plot"
13757   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13758   algorithm: "plot_perf_box_name"
13759   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13761   include:
13762     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13763     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13764     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13765 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13766 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13767 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13768   layout:
13769     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13770     layout: "plot-throughput"
13771
13772 - type: "plot"
13773   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13774   algorithm: "plot_perf_box_name"
13775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13777   include:
13778     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13779     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13780     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13781 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13782 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13783 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13784   layout:
13785     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13786     layout: "plot-throughput"
13787
13788 - type: "plot"
13789   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13790   algorithm: "plot_perf_box_name"
13791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13793   include:
13794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13795     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13796     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13797     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13799     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13800   layout:
13801     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13802     layout: "plot-throughput"
13803
13804 - type: "plot"
13805   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13806   algorithm: "plot_perf_box_name"
13807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13809   include:
13810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13815     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13816   layout:
13817     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13818     layout: "plot-throughput"
13819
13820 - type: "plot"
13821   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13822   algorithm: "plot_perf_box_name"
13823   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13824   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13825   include:
13826     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13827     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13828     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13829     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13830     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13831     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13832   layout:
13833     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13834     layout: "plot-throughput"
13835
13836 - type: "plot"
13837   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13838   algorithm: "plot_perf_box_name"
13839   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13840   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13841   include:
13842     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13843     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13844     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13845     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13846     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13847     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13848   layout:
13849     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13850     layout: "plot-throughput"
13851
13852 #- type: "plot"
13853 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13854 #  algorithm: "plot_perf_box_name"
13855 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13856 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13857 #  include:
13858 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13859 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13860 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13861 #  layout:
13862 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13863 #    layout: "plot-throughput"
13864 #
13865 #- type: "plot"
13866 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13867 #  algorithm: "plot_perf_box_name"
13868 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13869 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13870 #  include:
13871 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13872 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13873 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13874 #  layout:
13875 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13876 #    layout: "plot-throughput"
13877
13878 - type: "plot"
13879   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13880   algorithm: "plot_perf_box_name"
13881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13883   include:
13884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13889   layout:
13890     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13891     layout: "plot-throughput"
13892
13893 - type: "plot"
13894   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13895   algorithm: "plot_perf_box_name"
13896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13898   include:
13899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13904   layout:
13905     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13906     layout: "plot-throughput"
13907
13908 - type: "plot"
13909   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13910   algorithm: "plot_perf_box_name"
13911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13913   include:
13914     - "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"
13915     - "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"
13916     - "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"
13917     - "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"
13918     - "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"
13919   layout:
13920     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13921     layout: "plot-throughput"
13922
13923 - type: "plot"
13924   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13925   algorithm: "plot_perf_box_name"
13926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13928   include:
13929     - "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"
13930     - "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"
13931     - "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"
13932     - "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"
13933     - "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"
13934   layout:
13935     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13936     layout: "plot-throughput"
13937
13938 - type: "plot"
13939   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13940   algorithm: "plot_perf_box_name"
13941   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13943   include:
13944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13949   layout:
13950     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13951     layout: "plot-throughput"
13952
13953 - type: "plot"
13954   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13955   algorithm: "plot_perf_box_name"
13956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13958   include:
13959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13964   layout:
13965     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13966     layout: "plot-throughput"
13967
13968 - type: "plot"
13969   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13970   algorithm: "plot_perf_box_name"
13971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13973   include:
13974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13979   layout:
13980     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13981     layout: "plot-throughput"
13982
13983 - type: "plot"
13984   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13985   algorithm: "plot_perf_box_name"
13986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13988   include:
13989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13994   layout:
13995     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13996     layout: "plot-throughput"
13997
13998 - type: "plot"
13999   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14000   algorithm: "plot_perf_box_name"
14001   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14003   include:
14004     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14009   layout:
14010     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14011     layout: "plot-throughput"
14012
14013 - type: "plot"
14014   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14015   algorithm: "plot_perf_box_name"
14016   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14018   include:
14019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14024   layout:
14025     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14026     layout: "plot-throughput"
14027
14028 - type: "plot"
14029   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14030   algorithm: "plot_perf_box_name"
14031   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14032   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14033   include:
14034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14039   layout:
14040     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14041     layout: "plot-throughput"
14042
14043 - type: "plot"
14044   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14045   algorithm: "plot_perf_box_name"
14046   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14048   include:
14049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14053     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14054   layout:
14055     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14056     layout: "plot-throughput"
14057
14058 - type: "plot"
14059   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14060   algorithm: "plot_perf_box_name"
14061   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14063   include:
14064     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14065     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14066     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14067     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14068   layout:
14069     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14070     layout: "plot-throughput"
14071
14072 - type: "plot"
14073   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14074   algorithm: "plot_perf_box_name"
14075   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14077   include:
14078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14079     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14080     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14081     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14082   layout:
14083     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14084     layout: "plot-throughput"
14085
14086 - type: "plot"
14087   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14088   algorithm: "plot_perf_box_name"
14089   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14091   include:
14092     - "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"
14093     - "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"
14094     - "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"
14095     - "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"
14096   layout:
14097     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14098     layout: "plot-throughput"
14099
14100 - type: "plot"
14101   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14102   algorithm: "plot_perf_box_name"
14103   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14105   include:
14106     - "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"
14107     - "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"
14108     - "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"
14109     - "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"
14110   layout:
14111     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14112     layout: "plot-throughput"
14113
14114 - type: "plot"
14115   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14116   algorithm: "plot_perf_box_name"
14117   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14119   include:
14120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14126   layout:
14127     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14128     layout: "plot-throughput"
14129
14130 - type: "plot"
14131   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14132   algorithm: "plot_perf_box_name"
14133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14135   include:
14136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14142   layout:
14143     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14144     layout: "plot-throughput"
14145
14146 - type: "plot"
14147   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14148   algorithm: "plot_perf_box_name"
14149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14151   include:
14152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14158   layout:
14159     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14160     layout: "plot-throughput"
14161
14162 - type: "plot"
14163   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14164   algorithm: "plot_perf_box_name"
14165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14167   include:
14168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14174   layout:
14175     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14176     layout: "plot-throughput"
14177
14178 - type: "plot"
14179   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14180   algorithm: "plot_perf_box_name"
14181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14183   include:
14184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14190   layout:
14191     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14192     layout: "plot-throughput"
14193
14194 - type: "plot"
14195   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14196   algorithm: "plot_perf_box_name"
14197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14199   include:
14200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14206   layout:
14207     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14208     layout: "plot-throughput"
14209
14210 - type: "plot"
14211   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14212   algorithm: "plot_perf_box_name"
14213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14215   include:
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14221   layout:
14222     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14223     layout: "plot-throughput"
14224
14225 - type: "plot"
14226   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14227   algorithm: "plot_perf_box_name"
14228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14230   include:
14231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14236   layout:
14237     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14238     layout: "plot-throughput"
14239
14240 - type: "plot"
14241   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14242   algorithm: "plot_perf_box_name"
14243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
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-ndr"
14250     layout: "plot-throughput"
14251
14252 - type: "plot"
14253   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14254   algorithm: "plot_perf_box_name"
14255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
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-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14260   layout:
14261     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14262     layout: "plot-throughput"
14263
14264 - type: "plot"
14265   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14266   algorithm: "plot_perf_box_name"
14267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
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-ndr"
14274     layout: "plot-throughput"
14275
14276 - type: "plot"
14277   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14278   algorithm: "plot_perf_box_name"
14279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14281   include:
14282     - "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"
14283     - "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"
14284   layout:
14285     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14286     layout: "plot-throughput"
14287
14288 - type: "plot"
14289   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14290   algorithm: "plot_perf_box_name"
14291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
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-ndr"
14298     layout: "plot-throughput"
14299
14300 - type: "plot"
14301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14302   algorithm: "plot_perf_box_name"
14303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14305   include:
14306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14308   layout:
14309     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14310     layout: "plot-throughput"
14311
14312 - type: "plot"
14313   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14314   algorithm: "plot_perf_box_name"
14315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
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-ndr"
14322     layout: "plot-throughput"
14323
14324 - type: "plot"
14325   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14326   algorithm: "plot_perf_box_name"
14327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14329   include:
14330     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14331     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14332   layout:
14333     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14334     layout: "plot-throughput"
14335
14336 - type: "plot"
14337   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14338   algorithm: "plot_perf_box_name"
14339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14341   include:
14342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14343     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14348   layout:
14349     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14350     layout: "plot-throughput"
14351
14352 - type: "plot"
14353   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14354   algorithm: "plot_perf_box_name"
14355   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14356   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14357   include:
14358     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14364   layout:
14365     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14366     layout: "plot-throughput"
14367
14368 - type: "plot"
14369   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14370   algorithm: "plot_perf_box_name"
14371   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14372   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14373   include:
14374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14377     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14378     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14379     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14380   layout:
14381     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14382     layout: "plot-throughput"
14383
14384 - type: "plot"
14385   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14386   algorithm: "plot_perf_box_name"
14387   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14388   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14389   include:
14390     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14391     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14392     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14393     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14394     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14395     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14396   layout:
14397     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14398     layout: "plot-throughput"
14399
14400 #- type: "plot"
14401 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14402 #  algorithm: "plot_perf_box_name"
14403 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14404 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14405 #  include:
14406 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14408 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14409 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14410 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14411 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14412 #  layout:
14413 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14414 #    layout: "plot-throughput"
14415 #
14416 #- type: "plot"
14417 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14418 #  algorithm: "plot_perf_box_name"
14419 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14420 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14421 #  include:
14422 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14425 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14426 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14427 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14428 #  layout:
14429 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14430 #    layout: "plot-throughput"
14431
14432 - type: "plot"
14433   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14434   algorithm: "plot_perf_box_name"
14435   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14436   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14437   include:
14438     - "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"
14439     - "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"
14440     - "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"
14441     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14442     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14443     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14444   layout:
14445     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14446     layout: "plot-throughput"
14447
14448 - type: "plot"
14449   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14450   algorithm: "plot_perf_box_name"
14451   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14453   include:
14454     - "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"
14455     - "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"
14456     - "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"
14457     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14458     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14459     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14460   layout:
14461     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14462     layout: "plot-throughput"
14463
14464 ################################################################################
14465
14466 # Packet Speedup
14467
14468 - type: "plot"
14469   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14470   algorithm: "plot_tsa_name"
14471   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14473   include:
14474     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14475     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14476     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14477     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14478   layout:
14479     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14480     layout: "plot-throughput-speedup-analysis"
14481
14482 - type: "plot"
14483   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14484   algorithm: "plot_tsa_name"
14485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14487   include:
14488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14489     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14490     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14491     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14492   layout:
14493     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14494     layout: "plot-throughput-speedup-analysis"
14495
14496 - type: "plot"
14497   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14498   algorithm: "plot_tsa_name"
14499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14501   include:
14502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14506   layout:
14507     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14508     layout: "plot-throughput-speedup-analysis"
14509
14510 - type: "plot"
14511   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14512   algorithm: "plot_tsa_name"
14513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14515   include:
14516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14520   layout:
14521     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14522     layout: "plot-throughput-speedup-analysis"
14523
14524 - type: "plot"
14525   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14526   algorithm: "plot_tsa_name"
14527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14529   include:
14530     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14531     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14532     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14533     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14534     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14535   layout:
14536     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14537     layout: "plot-throughput-speedup-analysis"
14538
14539 - type: "plot"
14540   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14541   algorithm: "plot_tsa_name"
14542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14544   include:
14545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14546     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14547     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14548     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14549     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14550   layout:
14551     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14559   include:
14560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14561     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14562     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14563     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14564     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14565   layout:
14566     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 - type: "plot"
14570   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14571   algorithm: "plot_tsa_name"
14572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14574   include:
14575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14577     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14578     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14579     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14580   layout:
14581     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14582     layout: "plot-throughput-speedup-analysis"
14583
14584 - type: "plot"
14585   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14586   algorithm: "plot_tsa_name"
14587   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14588   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14589   include:
14590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14596   layout:
14597     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14598     layout: "plot-throughput-speedup-analysis"
14599
14600 - type: "plot"
14601   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14602   algorithm: "plot_tsa_name"
14603   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14605   include:
14606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14612   layout:
14613     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14621   include:
14622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14627   layout:
14628     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14629     layout: "plot-throughput-speedup-analysis"
14630
14631 - type: "plot"
14632   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14633   algorithm: "plot_tsa_name"
14634   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14636   include:
14637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14642   layout:
14643     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14644     layout: "plot-throughput-speedup-analysis"
14645
14646 - type: "plot"
14647   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14648   algorithm: "plot_tsa_name"
14649   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14651   include:
14652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14655   layout:
14656     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14657     layout: "plot-throughput-speedup-analysis"
14658
14659 - type: "plot"
14660   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14661   algorithm: "plot_tsa_name"
14662   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14664   include:
14665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14668   layout:
14669     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14670     layout: "plot-throughput-speedup-analysis"
14671
14672 - type: "plot"
14673   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14674   algorithm: "plot_tsa_name"
14675   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14677   include:
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14683   layout:
14684     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14685     layout: "plot-throughput-speedup-analysis"
14686
14687 - type: "plot"
14688   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14689   algorithm: "plot_tsa_name"
14690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14692   include:
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14698   layout:
14699     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14700     layout: "plot-throughput-speedup-analysis"
14701
14702 - type: "plot"
14703   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14704   algorithm: "plot_tsa_name"
14705   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14707   include:
14708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14711   layout:
14712     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14713     layout: "plot-throughput-speedup-analysis"
14714
14715 - type: "plot"
14716   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14717   algorithm: "plot_tsa_name"
14718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14720   include:
14721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14724   layout:
14725     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14726     layout: "plot-throughput-speedup-analysis"
14727
14728 - type: "plot"
14729   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14730   algorithm: "plot_tsa_name"
14731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14733   include:
14734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14740   layout:
14741     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14742     layout: "plot-throughput-speedup-analysis"
14743
14744 - type: "plot"
14745   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14746   algorithm: "plot_tsa_name"
14747   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14748   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14749   include:
14750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14756   layout:
14757     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14758     layout: "plot-throughput-speedup-analysis"
14759
14760 - type: "plot"
14761   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14762   algorithm: "plot_tsa_name"
14763   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14764   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14765   include:
14766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14772   layout:
14773     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14774     layout: "plot-throughput-speedup-analysis"
14775
14776 - type: "plot"
14777   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14778   algorithm: "plot_tsa_name"
14779   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14780   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14781   include:
14782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14788   layout:
14789     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14790     layout: "plot-throughput-speedup-analysis"
14791
14792 - type: "plot"
14793   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14794   algorithm: "plot_tsa_name"
14795   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14797   include:
14798     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14801   layout:
14802     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14803     layout: "plot-throughput-speedup-analysis"
14804
14805 - type: "plot"
14806   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14807   algorithm: "plot_tsa_name"
14808   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14810   include:
14811     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14813     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14814   layout:
14815     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14816     layout: "plot-throughput-speedup-analysis"
14817
14818 - type: "plot"
14819   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14820   algorithm: "plot_tsa_name"
14821   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14823   include:
14824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14827 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14828 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14829   layout:
14830     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14831     layout: "plot-throughput-speedup-analysis"
14832
14833 - type: "plot"
14834   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14835   algorithm: "plot_tsa_name"
14836   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14838   include:
14839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14842 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14843 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14844   layout:
14845     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14846     layout: "plot-throughput-speedup-analysis"
14847
14848 - type: "plot"
14849   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14850   algorithm: "plot_tsa_name"
14851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14853   include:
14854     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14859   layout:
14860     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14861     layout: "plot-throughput-speedup-analysis"
14862
14863 - type: "plot"
14864   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14865   algorithm: "plot_tsa_name"
14866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14868   include:
14869     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14874   layout:
14875     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14876     layout: "plot-throughput-speedup-analysis"
14877
14878 - type: "plot"
14879   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14880   algorithm: "plot_tsa_name"
14881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14883   include:
14884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14889   layout:
14890     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14891     layout: "plot-throughput-speedup-analysis"
14892
14893 - type: "plot"
14894   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14895   algorithm: "plot_tsa_name"
14896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14898   include:
14899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14903     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14904   layout:
14905     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14906     layout: "plot-throughput-speedup-analysis"
14907
14908 - type: "plot"
14909   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14910   algorithm: "plot_tsa_name"
14911   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14913   include:
14914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14920   layout:
14921     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14922     layout: "plot-throughput-speedup-analysis"
14923
14924 - type: "plot"
14925   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14926   algorithm: "plot_tsa_name"
14927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14929   include:
14930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14935     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14936   layout:
14937     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14938     layout: "plot-throughput-speedup-analysis"
14939
14940 - type: "plot"
14941   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14942   algorithm: "plot_tsa_name"
14943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14945   include:
14946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14952   layout:
14953     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14954     layout: "plot-throughput-speedup-analysis"
14955
14956 - type: "plot"
14957   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14958   algorithm: "plot_tsa_name"
14959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14961   include:
14962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14968   layout:
14969     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14970     layout: "plot-throughput-speedup-analysis"
14971
14972 - type: "plot"
14973   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14974   algorithm: "plot_tsa_name"
14975   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-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-ndr"
14982     layout: "plot-throughput-speedup-analysis"
14983
14984 - type: "plot"
14985   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14986   algorithm: "plot_tsa_name"
14987   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14989   include:
14990     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14992   layout:
14993     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14994     layout: "plot-throughput-speedup-analysis"
14995
14996 - type: "plot"
14997   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14998   algorithm: "plot_tsa_name"
14999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15001   include:
15002     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15006   layout:
15007     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15015   include:
15016     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15020   layout:
15021     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15029   include:
15030     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15034   layout:
15035     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15036     layout: "plot-throughput-speedup-analysis"
15037
15038 - type: "plot"
15039   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15040   algorithm: "plot_tsa_name"
15041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15043   include:
15044     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15048   layout:
15049     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15064   layout:
15065     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15066     layout: "plot-throughput-speedup-analysis"
15067
15068 - type: "plot"
15069   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15070   algorithm: "plot_tsa_name"
15071   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15073   include:
15074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15077     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15078     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15079     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15080   layout:
15081     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15082     layout: "plot-throughput-speedup-analysis"
15083
15084 - type: "plot"
15085   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15086   algorithm: "plot_tsa_name"
15087   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15089   include:
15090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15092     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15095   layout:
15096     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15097     layout: "plot-throughput-speedup-analysis"
15098
15099 - type: "plot"
15100   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15101   algorithm: "plot_tsa_name"
15102   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15103   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15104   include:
15105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15110   layout:
15111     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15112     layout: "plot-throughput-speedup-analysis"
15113
15114 - type: "plot"
15115   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15116   algorithm: "plot_tsa_name"
15117   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15119   include:
15120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15125   layout:
15126     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15127     layout: "plot-throughput-speedup-analysis"
15128
15129 - type: "plot"
15130   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15131   algorithm: "plot_tsa_name"
15132   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15134   include:
15135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15137     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15138     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15139     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15140   layout:
15141     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15142     layout: "plot-throughput-speedup-analysis"
15143
15144 - type: "plot"
15145   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15146   algorithm: "plot_tsa_name"
15147   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15148   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15149   include:
15150     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15151     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15153   layout:
15154     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15155     layout: "plot-throughput-speedup-analysis"
15156
15157 - type: "plot"
15158   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15159   algorithm: "plot_tsa_name"
15160   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15162   include:
15163     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15166   layout:
15167     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15168     layout: "plot-throughput-speedup-analysis"
15169
15170 - type: "plot"
15171   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15172   algorithm: "plot_tsa_name"
15173   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15175   include:
15176     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15177     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15179   layout:
15180     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15188   include:
15189     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15192   layout:
15193     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15194     layout: "plot-throughput-speedup-analysis"
15195
15196 - type: "plot"
15197   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15198   algorithm: "plot_tsa_name"
15199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15201   include:
15202     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15207   layout:
15208     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15209     layout: "plot-throughput-speedup-analysis"
15210
15211 - type: "plot"
15212   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15213   algorithm: "plot_tsa_name"
15214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15216   include:
15217     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15221     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15222   layout:
15223     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15224     layout: "plot-throughput-speedup-analysis"
15225
15226 - type: "plot"
15227   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15228   algorithm: "plot_tsa_name"
15229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15231   include:
15232     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15235     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15237   layout:
15238     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15239     layout: "plot-throughput-speedup-analysis"
15240
15241 - type: "plot"
15242   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15243   algorithm: "plot_tsa_name"
15244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15246   include:
15247     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15250     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15251     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15252   layout:
15253     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15254     layout: "plot-throughput-speedup-analysis"
15255
15256 - type: "plot"
15257   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15258   algorithm: "plot_tsa_name"
15259   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15261   include:
15262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15263     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15264     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15265     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
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   layout:
15269     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15270     layout: "plot-throughput-speedup-analysis"
15271
15272 - type: "plot"
15273   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15274   algorithm: "plot_tsa_name"
15275   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15277   include:
15278     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15279     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15280     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15281     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15282     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15283     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15284   layout:
15285     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15286     layout: "plot-throughput-speedup-analysis"
15287
15288 - type: "plot"
15289   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15290   algorithm: "plot_tsa_name"
15291   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15293   include:
15294     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15295     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15296     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15297     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15298   layout:
15299     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15300     layout: "plot-throughput-speedup-analysis"
15301
15302 - type: "plot"
15303   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15304   algorithm: "plot_tsa_name"
15305   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15307   include:
15308     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15309     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15310     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15311     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15312   layout:
15313     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15314     layout: "plot-throughput-speedup-analysis"
15315
15316 - type: "plot"
15317   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15318   algorithm: "plot_tsa_name"
15319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15321   include:
15322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15325     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15326     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15327     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15328   layout:
15329     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15330     layout: "plot-throughput-speedup-analysis"
15331
15332 - type: "plot"
15333   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15334   algorithm: "plot_tsa_name"
15335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15337   include:
15338     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15339     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15340     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15341     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15342     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15343     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15344   layout:
15345     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15346     layout: "plot-throughput-speedup-analysis"
15347
15348 - type: "plot"
15349   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15350   algorithm: "plot_tsa_name"
15351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15353   include:
15354     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15355     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15356     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15357     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15358     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15359     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15360   layout:
15361     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 - type: "plot"
15365   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15366   algorithm: "plot_tsa_name"
15367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15369   include:
15370     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15371     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15372     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15373     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15374     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15375     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15376   layout:
15377     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15378     layout: "plot-throughput-speedup-analysis"
15379
15380 - type: "plot"
15381   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15382   algorithm: "plot_tsa_name"
15383   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15385   include:
15386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15392   layout:
15393     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15394     layout: "plot-throughput-speedup-analysis"
15395
15396 - type: "plot"
15397   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15398   algorithm: "plot_tsa_name"
15399   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15400   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15401   include:
15402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15408   layout:
15409     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15410     layout: "plot-throughput-speedup-analysis"
15411
15412 - type: "plot"
15413   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15414   algorithm: "plot_tsa_name"
15415   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15416   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15417   include:
15418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15424   layout:
15425     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 - type: "plot"
15429   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15430   algorithm: "plot_tsa_name"
15431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15433   include:
15434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15440   layout:
15441     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15442     layout: "plot-throughput-speedup-analysis"
15443
15444 - type: "plot"
15445   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15446   algorithm: "plot_tsa_name"
15447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15449   include:
15450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15456   layout:
15457     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15458     layout: "plot-throughput-speedup-analysis"
15459
15460 - type: "plot"
15461   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15462   algorithm: "plot_tsa_name"
15463   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15464   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15465   include:
15466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15472   layout:
15473     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15474     layout: "plot-throughput-speedup-analysis"
15475
15476 - type: "plot"
15477   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15478   algorithm: "plot_tsa_name"
15479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15481   include:
15482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15486   layout:
15487     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15488     layout: "plot-throughput-speedup-analysis"
15489
15490 - type: "plot"
15491   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15492   algorithm: "plot_tsa_name"
15493   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15494   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15495   include:
15496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15500   layout:
15501     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15502     layout: "plot-throughput-speedup-analysis"
15503
15504 - type: "plot"
15505   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15506   algorithm: "plot_tsa_name"
15507   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15509   include:
15510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15514   layout:
15515     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15516     layout: "plot-throughput-speedup-analysis"
15517
15518 - type: "plot"
15519   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15520   algorithm: "plot_tsa_name"
15521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15523   include:
15524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15528   layout:
15529     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15530     layout: "plot-throughput-speedup-analysis"
15531
15532 - type: "plot"
15533   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15534   algorithm: "plot_tsa_name"
15535   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15537   include:
15538     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15544   layout:
15545     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15546     layout: "plot-throughput-speedup-analysis"
15547
15548 - type: "plot"
15549   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15550   algorithm: "plot_tsa_name"
15551   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15552   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15553   include:
15554     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15558     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15560   layout:
15561     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15562     layout: "plot-throughput-speedup-analysis"
15563
15564 - type: "plot"
15565   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15566   algorithm: "plot_tsa_name"
15567   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15569   include:
15570     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15573     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15574     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15575   layout:
15576     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15577     layout: "plot-throughput-speedup-analysis"
15578
15579 - type: "plot"
15580   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15581   algorithm: "plot_tsa_name"
15582   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15584   include:
15585     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15587     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15588     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15589     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15590   layout:
15591     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15592     layout: "plot-throughput-speedup-analysis"
15593
15594 - type: "plot"
15595   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15596   algorithm: "plot_tsa_name"
15597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15599   include:
15600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15605   layout:
15606     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15607     layout: "plot-throughput-speedup-analysis"
15608
15609 - type: "plot"
15610   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15611   algorithm: "plot_tsa_name"
15612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15614   include:
15615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15617     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15618     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15620   layout:
15621     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15622     layout: "plot-throughput-speedup-analysis"
15623
15624 - type: "plot"
15625   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15626   algorithm: "plot_tsa_name"
15627   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15629   include:
15630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15634   layout:
15635     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15636     layout: "plot-throughput-speedup-analysis"
15637
15638 - type: "plot"
15639   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15640   algorithm: "plot_tsa_name"
15641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15643   include:
15644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15648   layout:
15649     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15650     layout: "plot-throughput-speedup-analysis"
15651
15652 - type: "plot"
15653   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15654   algorithm: "plot_tsa_name"
15655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15657   include:
15658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15664   layout:
15665     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15666     layout: "plot-throughput-speedup-analysis"
15667
15668 - type: "plot"
15669   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15670   algorithm: "plot_tsa_name"
15671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15673   include:
15674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15680   layout:
15681     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15682     layout: "plot-throughput-speedup-analysis"
15683
15684 - type: "plot"
15685   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15686   algorithm: "plot_tsa_name"
15687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15689   include:
15690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15696   layout:
15697     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15698     layout: "plot-throughput-speedup-analysis"
15699
15700 - type: "plot"
15701   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15702   algorithm: "plot_tsa_name"
15703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15705   include:
15706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15712   layout:
15713     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15714     layout: "plot-throughput-speedup-analysis"
15715
15716 - type: "plot"
15717   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15718   algorithm: "plot_tsa_name"
15719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15721   include:
15722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15728   layout:
15729     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15730     layout: "plot-throughput-speedup-analysis"
15731
15732 - type: "plot"
15733   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15734   algorithm: "plot_tsa_name"
15735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15737   include:
15738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15744   layout:
15745     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15746     layout: "plot-throughput-speedup-analysis"
15747
15748 - type: "plot"
15749   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15750   algorithm: "plot_tsa_name"
15751   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15753   include:
15754     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15755     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15756     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15757     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15758     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15759     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15760   layout:
15761     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15762     layout: "plot-throughput-speedup-analysis"
15763
15764 - type: "plot"
15765   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15766   algorithm: "plot_tsa_name"
15767   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15768   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15769   include:
15770     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15771     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15772     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15773     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15774     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15775     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15776   layout:
15777     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15778     layout: "plot-throughput-speedup-analysis"
15779
15780 - type: "plot"
15781   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15782   algorithm: "plot_tsa_name"
15783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15785   include:
15786     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15787     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15788     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15789     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15790     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15791     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15792   layout:
15793     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15794     layout: "plot-throughput-speedup-analysis"
15795
15796 - type: "plot"
15797   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15798   algorithm: "plot_tsa_name"
15799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15801   include:
15802     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15803     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15804     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15805     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15806     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15807     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15808   layout:
15809     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15810     layout: "plot-throughput-speedup-analysis"
15811
15812 - type: "plot"
15813   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15814   algorithm: "plot_tsa_name"
15815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15817   include:
15818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15823   layout:
15824     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15825     layout: "plot-throughput-speedup-analysis"
15826
15827 - type: "plot"
15828   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15829   algorithm: "plot_tsa_name"
15830   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15831   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15832   include:
15833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15838   layout:
15839     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15840     layout: "plot-throughput-speedup-analysis"
15841
15842 - type: "plot"
15843   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15844   algorithm: "plot_tsa_name"
15845   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15846   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15847   include:
15848     - "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"
15849     - "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"
15850     - "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"
15851     - "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"
15852     - "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"
15853   layout:
15854     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15855     layout: "plot-throughput-speedup-analysis"
15856
15857 - type: "plot"
15858   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15859   algorithm: "plot_tsa_name"
15860   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15862   include:
15863     - "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"
15864     - "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"
15865     - "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"
15866     - "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"
15867     - "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"
15868   layout:
15869     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15870     layout: "plot-throughput-speedup-analysis"
15871
15872 - type: "plot"
15873   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15874   algorithm: "plot_tsa_name"
15875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15877   include:
15878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15883   layout:
15884     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15885     layout: "plot-throughput-speedup-analysis"
15886
15887 - type: "plot"
15888   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15889   algorithm: "plot_tsa_name"
15890   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15892   include:
15893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15898   layout:
15899     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15900     layout: "plot-throughput-speedup-analysis"
15901
15902 - type: "plot"
15903   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15904   algorithm: "plot_tsa_name"
15905   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15907   include:
15908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15913   layout:
15914     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15915     layout: "plot-throughput-speedup-analysis"
15916
15917 - type: "plot"
15918   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15919   algorithm: "plot_tsa_name"
15920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15922   include:
15923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15928   layout:
15929     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15930     layout: "plot-throughput-speedup-analysis"
15931
15932 - type: "plot"
15933   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15934   algorithm: "plot_tsa_name"
15935   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15937   include:
15938     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15939     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15940     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15941     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15942     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15943   layout:
15944     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15945     layout: "plot-throughput-speedup-analysis"
15946
15947 - type: "plot"
15948   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15949   algorithm: "plot_tsa_name"
15950   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15951   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15952   include:
15953     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15954     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15955     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15956     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15957     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15958   layout:
15959     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15960     layout: "plot-throughput-speedup-analysis"
15961
15962 - type: "plot"
15963   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15964   algorithm: "plot_tsa_name"
15965   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15966   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15967   include:
15968     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15970     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15971     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15972     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15973   layout:
15974     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15975     layout: "plot-throughput-speedup-analysis"
15976
15977 - type: "plot"
15978   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15979   algorithm: "plot_tsa_name"
15980   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15981   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15982   include:
15983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15985     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15986     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15987     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15988   layout:
15989     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15990     layout: "plot-throughput-speedup-analysis"
15991
15992 - type: "plot"
15993   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15994   algorithm: "plot_tsa_name"
15995   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15997   include:
15998     - "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"
15999     - "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"
16000     - "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"
16001     - "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"
16002   layout:
16003     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16004     layout: "plot-throughput-speedup-analysis"
16005
16006 - type: "plot"
16007   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16008   algorithm: "plot_tsa_name"
16009   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16011   include:
16012     - "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"
16013     - "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"
16014     - "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"
16015     - "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"
16016   layout:
16017     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16018     layout: "plot-throughput-speedup-analysis"
16019
16020 - type: "plot"
16021   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16022   algorithm: "plot_tsa_name"
16023   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16025   include:
16026     - "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"
16027     - "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"
16028     - "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"
16029     - "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"
16030   layout:
16031     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16032     layout: "plot-throughput-speedup-analysis"
16033
16034 - type: "plot"
16035   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16036   algorithm: "plot_tsa_name"
16037   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16039   include:
16040     - "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"
16041     - "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"
16042     - "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"
16043     - "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"
16044   layout:
16045     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16046     layout: "plot-throughput-speedup-analysis"
16047
16048 - type: "plot"
16049   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16050   algorithm: "plot_tsa_name"
16051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16053   include:
16054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16060   layout:
16061     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16062     layout: "plot-throughput-speedup-analysis"
16063
16064 - type: "plot"
16065   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16066   algorithm: "plot_tsa_name"
16067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16069   include:
16070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16076   layout:
16077     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16078     layout: "plot-throughput-speedup-analysis"
16079
16080 - type: "plot"
16081   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16082   algorithm: "plot_tsa_name"
16083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16085   include:
16086     - "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"
16087     - "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"
16088     - "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"
16089     - "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"
16090     - "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"
16091     - "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"
16092   layout:
16093     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16094     layout: "plot-throughput-speedup-analysis"
16095
16096 - type: "plot"
16097   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16098   algorithm: "plot_tsa_name"
16099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16101   include:
16102     - "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"
16103     - "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"
16104     - "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"
16105     - "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"
16106     - "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"
16107     - "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"
16108   layout:
16109     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16110     layout: "plot-throughput-speedup-analysis"
16111
16112 - type: "plot"
16113   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16114   algorithm: "plot_tsa_name"
16115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16117   include:
16118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16124   layout:
16125     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16126     layout: "plot-throughput-speedup-analysis"
16127
16128 - type: "plot"
16129   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16130   algorithm: "plot_tsa_name"
16131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16133   include:
16134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16140   layout:
16141     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16142     layout: "plot-throughput-speedup-analysis"
16143
16144 - type: "plot"
16145   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16146   algorithm: "plot_tsa_name"
16147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16149   include:
16150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16155   layout:
16156     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16157     layout: "plot-throughput-speedup-analysis"
16158
16159 - type: "plot"
16160   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16161   algorithm: "plot_tsa_name"
16162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16164   include:
16165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16170   layout:
16171     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16172     layout: "plot-throughput-speedup-analysis"
16173
16174 - type: "plot"
16175   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16176   algorithm: "plot_tsa_name"
16177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-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-ndr"
16184     layout: "plot-throughput-speedup-analysis"
16185
16186 - type: "plot"
16187   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16188   algorithm: "plot_tsa_name"
16189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-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-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16193     - "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"
16194   layout:
16195     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16196     layout: "plot-throughput-speedup-analysis"
16197
16198 - type: "plot"
16199   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16200   algorithm: "plot_tsa_name"
16201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-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-ndr"
16208     layout: "plot-throughput-speedup-analysis"
16209
16210 - type: "plot"
16211   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16212   algorithm: "plot_tsa_name"
16213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16215   include:
16216     - "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"
16217     - "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"
16218   layout:
16219     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16220     layout: "plot-throughput-speedup-analysis"
16221
16222 - type: "plot"
16223   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16224   algorithm: "plot_tsa_name"
16225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16227   include:
16228     - "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"
16229     - "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"
16230     - "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"
16231     - "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"
16232     - "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"
16233     - "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"
16234   layout:
16235     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16236     layout: "plot-throughput-speedup-analysis"
16237
16238 - type: "plot"
16239   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16240   algorithm: "plot_tsa_name"
16241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16243   include:
16244     - "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"
16245     - "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"
16246     - "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"
16247     - "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"
16248     - "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"
16249     - "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"
16250   layout:
16251     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16252     layout: "plot-throughput-speedup-analysis"
16253
16254 - type: "plot"
16255   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16256   algorithm: "plot_tsa_name"
16257   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16258   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16259   include:
16260     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16261     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16262     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16263     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16264     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16265   layout:
16266     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16267     layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16274   include:
16275     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16276     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16277     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16278     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16279     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16280   layout:
16281     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16282     layout: "plot-throughput-speedup-analysis"
16283
16284 - type: "plot"
16285   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16286   algorithm: "plot_tsa_name"
16287   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16288   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16289   include:
16290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16295   layout:
16296     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16297     layout: "plot-throughput-speedup-analysis"
16298
16299 - type: "plot"
16300   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16301   algorithm: "plot_tsa_name"
16302   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16303   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16304   include:
16305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16310   layout:
16311     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16312     layout: "plot-throughput-speedup-analysis"
16313
16314 - type: "plot"
16315   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16316   algorithm: "plot_tsa_name"
16317   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16318   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16319   include:
16320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16326   layout:
16327     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16328     layout: "plot-throughput-speedup-analysis"
16329
16330 - type: "plot"
16331   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16332   algorithm: "plot_tsa_name"
16333   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16334   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16335   include:
16336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16342   layout:
16343     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16344     layout: "plot-throughput-speedup-analysis"
16345
16346 - type: "plot"
16347   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16348   algorithm: "plot_tsa_name"
16349   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16350   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16351   include:
16352     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16353     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16354     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16355     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16356   layout:
16357     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16358     layout: "plot-throughput-speedup-analysis"
16359
16360 - type: "plot"
16361   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16362   algorithm: "plot_tsa_name"
16363   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16364   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16365   include:
16366     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16367     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16368     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16369     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16370   layout:
16371     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16372     layout: "plot-throughput-speedup-analysis"
16373
16374 - type: "plot"
16375   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16376   algorithm: "plot_tsa_name"
16377   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16378   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16379   include:
16380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16382     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16383     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16385   layout:
16386     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16387     layout: "plot-throughput-speedup-analysis"
16388
16389 - type: "plot"
16390   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16391   algorithm: "plot_tsa_name"
16392   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16393   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16394   include:
16395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16398     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16400   layout:
16401     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16402     layout: "plot-throughput-speedup-analysis"
16403
16404 - type: "plot"
16405   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16406   algorithm: "plot_tsa_name"
16407   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16408   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16409   include:
16410     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16413     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16416   layout:
16417     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16418     layout: "plot-throughput-speedup-analysis"
16419
16420 - type: "plot"
16421   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16422   algorithm: "plot_tsa_name"
16423   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16424   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16425   include:
16426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16432   layout:
16433     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16434     layout: "plot-throughput-speedup-analysis"
16435
16436 - type: "plot"
16437   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16438   algorithm: "plot_tsa_name"
16439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16440   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16441   include:
16442     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16443     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16444     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16445     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16446   layout:
16447     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16448     layout: "plot-throughput-speedup-analysis"
16449
16450 - type: "plot"
16451   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16452   algorithm: "plot_tsa_name"
16453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16455   include:
16456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16457     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16458     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16459     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16460   layout:
16461     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16462     layout: "plot-throughput-speedup-analysis"
16463
16464 - type: "plot"
16465   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16466   algorithm: "plot_tsa_name"
16467   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16468   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16469   include:
16470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16476   layout:
16477     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16478     layout: "plot-throughput-speedup-analysis"
16479
16480 - type: "plot"
16481   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16482   algorithm: "plot_tsa_name"
16483   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16484   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16485   include:
16486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16492   layout:
16493     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16494     layout: "plot-throughput-speedup-analysis"
16495
16496 - type: "plot"
16497   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16498   algorithm: "plot_tsa_name"
16499   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16500   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16501   include:
16502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16508   layout:
16509     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16510     layout: "plot-throughput-speedup-analysis"
16511
16512 - type: "plot"
16513   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16514   algorithm: "plot_tsa_name"
16515   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16516   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16517   include:
16518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16524   layout:
16525     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16526     layout: "plot-throughput-speedup-analysis"
16527
16528 - type: "plot"
16529   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16530   algorithm: "plot_tsa_name"
16531   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16532   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16533   include:
16534     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16535     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16536     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16537     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16538     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16539     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16540   layout:
16541     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16542     layout: "plot-throughput-speedup-analysis"
16543
16544 - type: "plot"
16545   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16546   algorithm: "plot_tsa_name"
16547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16549   include:
16550     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16551     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16552     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16553     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16554     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16555     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16556   layout:
16557     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16558     layout: "plot-throughput-speedup-analysis"
16559
16560 - type: "plot"
16561   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16562   algorithm: "plot_tsa_name"
16563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16565   include:
16566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16569     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16570     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16571     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16572   layout:
16573     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16574     layout: "plot-throughput-speedup-analysis"
16575
16576 - type: "plot"
16577   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16578   algorithm: "plot_tsa_name"
16579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16581   include:
16582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16587     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16588   layout:
16589     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16590     layout: "plot-throughput-speedup-analysis"
16591
16592 - type: "plot"
16593   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16594   algorithm: "plot_tsa_name"
16595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16597   include:
16598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16599     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16600     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16601     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16602     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16603     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16604   layout:
16605     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16606     layout: "plot-throughput-speedup-analysis"
16607
16608 - type: "plot"
16609   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16610   algorithm: "plot_tsa_name"
16611   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16612   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16613   include:
16614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16616     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16617     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16620   layout:
16621     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16622     layout: "plot-throughput-speedup-analysis"
16623
16624 #- type: "plot"
16625 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16626 #  algorithm: "plot_tsa_name"
16627 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16628 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16629 #  include:
16630 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16631 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16632 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16633 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16634 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16635 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16636 #  layout:
16637 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16638 #    layout: "plot-throughput-speedup-analysis"
16639 #
16640 #- type: "plot"
16641 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16642 #  algorithm: "plot_tsa_name"
16643 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16644 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16645 #  include:
16646 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16647 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16648 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16649 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16650 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16651 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16652 #  layout:
16653 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16654 #    layout: "plot-throughput-speedup-analysis"
16655
16656 - type: "plot"
16657   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16658   algorithm: "plot_tsa_name"
16659   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16660   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16661   include:
16662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16667   layout:
16668     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16669     layout: "plot-throughput-speedup-analysis"
16670
16671 - type: "plot"
16672   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16673   algorithm: "plot_tsa_name"
16674   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16675   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16676   include:
16677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16682   layout:
16683     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16684     layout: "plot-throughput-speedup-analysis"
16685
16686 - type: "plot"
16687   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16688   algorithm: "plot_tsa_name"
16689   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16690   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16691   include:
16692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16698   layout:
16699     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16700     layout: "plot-throughput-speedup-analysis"
16701
16702 - type: "plot"
16703   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16704   algorithm: "plot_tsa_name"
16705   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16706   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16707   include:
16708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16714   layout:
16715     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16716     layout: "plot-throughput-speedup-analysis"
16717
16718 - type: "plot"
16719   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16720   algorithm: "plot_tsa_name"
16721   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16722   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16723   include:
16724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16725     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16726     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16727     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16729   layout:
16730     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16731     layout: "plot-throughput-speedup-analysis"
16732
16733 - type: "plot"
16734   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16735   algorithm: "plot_tsa_name"
16736   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16737   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16738   include:
16739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16741     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16742     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16743     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16744   layout:
16745     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16746     layout: "plot-throughput-speedup-analysis"
16747
16748 #- type: "plot"
16749 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16750 #  algorithm: "plot_tsa_name"
16751 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16752 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16753 #  include:
16754 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16755 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16756 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16757 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16758 #  layout:
16759 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16760 #    layout: "plot-throughput-speedup-analysis"
16761 #
16762 #- type: "plot"
16763 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16764 #  algorithm: "plot_tsa_name"
16765 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16766 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16767 #  include:
16768 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16769 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16770 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16771 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16772 #  layout:
16773 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16774 #    layout: "plot-throughput-speedup-analysis"
16775
16776 - type: "plot"
16777   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16778   algorithm: "plot_tsa_name"
16779   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16780   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16781   include:
16782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16788   layout:
16789     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16790     layout: "plot-throughput-speedup-analysis"
16791
16792 - type: "plot"
16793   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16794   algorithm: "plot_tsa_name"
16795   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16796   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16797   include:
16798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16804   layout:
16805     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16806     layout: "plot-throughput-speedup-analysis"
16807
16808 - type: "plot"
16809   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16810   algorithm: "plot_tsa_name"
16811   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16812   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16813   include:
16814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16819   layout:
16820     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16821     layout: "plot-throughput-speedup-analysis"
16822
16823 - type: "plot"
16824   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16825   algorithm: "plot_tsa_name"
16826   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16827   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16828   include:
16829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16834   layout:
16835     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16836     layout: "plot-throughput-speedup-analysis"
16837
16838 - type: "plot"
16839   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16840   algorithm: "plot_tsa_name"
16841   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16842   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16843   include:
16844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16850   layout:
16851     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16852     layout: "plot-throughput-speedup-analysis"
16853
16854 - type: "plot"
16855   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16856   algorithm: "plot_tsa_name"
16857   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16858   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16859   include:
16860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16866   layout:
16867     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16868     layout: "plot-throughput-speedup-analysis"
16869
16870 - type: "plot"
16871   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16872   algorithm: "plot_tsa_name"
16873   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16874   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16875   include:
16876     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16877     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16878     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16879     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16880   layout:
16881     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16882     layout: "plot-throughput-speedup-analysis"
16883
16884 - type: "plot"
16885   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16886   algorithm: "plot_tsa_name"
16887   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16888   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16889   include:
16890     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16891     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16892     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16893     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16894   layout:
16895     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16896     layout: "plot-throughput-speedup-analysis"
16897
16898 - type: "plot"
16899   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16900   algorithm: "plot_tsa_name"
16901   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16902   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16903   include:
16904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16909   layout:
16910     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16911     layout: "plot-throughput-speedup-analysis"
16912
16913 - type: "plot"
16914   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16915   algorithm: "plot_tsa_name"
16916   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16917   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16918   include:
16919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16924   layout:
16925     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16926     layout: "plot-throughput-speedup-analysis"
16927
16928 - type: "plot"
16929   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16930   algorithm: "plot_tsa_name"
16931   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16932   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16933   include:
16934     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16935     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16936     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16937     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16938     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16940   layout:
16941     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16942     layout: "plot-throughput-speedup-analysis"
16943
16944 - type: "plot"
16945   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16946   algorithm: "plot_tsa_name"
16947   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16948   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16949   include:
16950     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16951     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16952     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16953     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16956   layout:
16957     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16958     layout: "plot-throughput-speedup-analysis"
16959
16960 #- type: "plot"
16961 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16962 #  algorithm: "plot_tsa_name"
16963 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16964 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16965 #  include:
16966 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16967 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16968 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16969 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16970 #  layout:
16971 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16972 #    layout: "plot-throughput-speedup-analysis"
16973 #
16974 #- type: "plot"
16975 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16976 #  algorithm: "plot_tsa_name"
16977 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16978 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16979 #  include:
16980 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16981 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16982 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16983 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16984 #  layout:
16985 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16986 #    layout: "plot-throughput-speedup-analysis"
16987
16988 - type: "plot"
16989   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16990   algorithm: "plot_tsa_name"
16991   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16992   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16993   include:
16994     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16995     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17000   layout:
17001     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17002     layout: "plot-throughput-speedup-analysis"
17003
17004 - type: "plot"
17005   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17006   algorithm: "plot_tsa_name"
17007   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17008   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17009   include:
17010     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17016   layout:
17017     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17018     layout: "plot-throughput-speedup-analysis"
17019
17020 #- type: "plot"
17021 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17022 #  algorithm: "plot_tsa_name"
17023 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17024 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17025 #  include:
17026 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17027 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17028 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17029 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17030 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17031 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17032 #  layout:
17033 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17034 #    layout: "plot-throughput-speedup-analysis"
17035 #
17036 #- type: "plot"
17037 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17038 #  algorithm: "plot_tsa_name"
17039 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17040 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17041 #  include:
17042 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17043 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17044 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17045 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17046 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17047 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17048 #  layout:
17049 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17050 #    layout: "plot-throughput-speedup-analysis"
17051
17052 #- type: "plot"
17053 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17054 #  algorithm: "plot_tsa_name"
17055 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17056 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17057 #  include:
17058 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17059 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17060 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17061 #  layout:
17062 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17063 #    layout: "plot-throughput-speedup-analysis"
17064 #
17065 #- type: "plot"
17066 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17067 #  algorithm: "plot_tsa_name"
17068 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17069 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17070 #  include:
17071 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17072 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17073 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17074 #  layout:
17075 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17076 #    layout: "plot-throughput-speedup-analysis"
17077
17078 ################################################################################
17079
17080 # Packet Throughput - DPDK
17081
17082 # 2n-skx-xxv710
17083
17084 - type: "plot"
17085   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17086   algorithm: "plot_perf_box_name"
17087   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17088   data: "plot-dpdk-throughput-latency-2n-skx"
17089   include:
17090     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17091     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17092   layout:
17093     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17094     layout: "plot-throughput"
17095
17096 - type: "plot"
17097   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17098   algorithm: "plot_perf_box_name"
17099   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17100   data: "plot-dpdk-throughput-latency-2n-skx"
17101   include:
17102     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17103     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17104   layout:
17105     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17106     layout: "plot-throughput"
17107
17108 - type: "plot"
17109   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17110   algorithm: "plot_perf_box_name"
17111   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17112   data: "plot-dpdk-throughput-latency-2n-skx"
17113   include:
17114     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17115     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17116   layout:
17117     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17118     layout: "plot-throughput"
17119
17120 - type: "plot"
17121   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17122   algorithm: "plot_perf_box_name"
17123   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17124   data: "plot-dpdk-throughput-latency-2n-skx"
17125   include:
17126     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17127     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17128   layout:
17129     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17130     layout: "plot-throughput"
17131
17132 # 2n-skx-x710
17133
17134 - type: "plot"
17135   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17136   algorithm: "plot_perf_box_name"
17137   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17138   data: "plot-dpdk-throughput-latency-2n-skx"
17139   include:
17140     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17141     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17142   layout:
17143     title: "2n-skx-x710-64b-2t1c-base-ndr"
17144     layout: "plot-throughput"
17145
17146 - type: "plot"
17147   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17148   algorithm: "plot_perf_box_name"
17149   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17150   data: "plot-dpdk-throughput-latency-2n-skx"
17151   include:
17152     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17153     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17154   layout:
17155     title: "2n-skx-x710-64b-4t2c-base-ndr"
17156     layout: "plot-throughput"
17157
17158 - type: "plot"
17159   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17160   algorithm: "plot_perf_box_name"
17161   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17162   data: "plot-dpdk-throughput-latency-2n-skx"
17163   include:
17164     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17165     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17166   layout:
17167     title: "2n-skx-x710-64b-2t1c-base-pdr"
17168     layout: "plot-throughput"
17169
17170 - type: "plot"
17171   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17172   algorithm: "plot_perf_box_name"
17173   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17174   data: "plot-dpdk-throughput-latency-2n-skx"
17175   include:
17176     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17177     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17178   layout:
17179     title: "2n-skx-x710-64b-4t2c-base-pdr"
17180     layout: "plot-throughput"
17181
17182 # 3n-skx-xxv710
17183
17184 - type: "plot"
17185   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17186   algorithm: "plot_perf_box_name"
17187   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17188   data: "plot-dpdk-throughput-latency-3n-skx"
17189   include:
17190     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17191     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17192   layout:
17193     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17194     layout: "plot-throughput"
17195
17196 - type: "plot"
17197   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17198   algorithm: "plot_perf_box_name"
17199   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17200   data: "plot-dpdk-throughput-latency-3n-skx"
17201   include:
17202     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17203     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17204   layout:
17205     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17206     layout: "plot-throughput"
17207
17208 - type: "plot"
17209   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17210   algorithm: "plot_perf_box_name"
17211   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17212   data: "plot-dpdk-throughput-latency-3n-skx"
17213   include:
17214     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17215     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17216   layout:
17217     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17218     layout: "plot-throughput"
17219
17220 - type: "plot"
17221   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17222   algorithm: "plot_perf_box_name"
17223   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17224   data: "plot-dpdk-throughput-latency-3n-skx"
17225   include:
17226     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17227     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17228   layout:
17229     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17230     layout: "plot-throughput"
17231
17232 # 3n-skx-x710
17233
17234 - type: "plot"
17235   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17236   algorithm: "plot_perf_box_name"
17237   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17238   data: "plot-dpdk-throughput-latency-3n-skx"
17239   include:
17240     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17241     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17242   layout:
17243     title: "3n-skx-x710-64b-2t1c-base-ndr"
17244     layout: "plot-throughput"
17245
17246 - type: "plot"
17247   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17248   algorithm: "plot_perf_box_name"
17249   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17250   data: "plot-dpdk-throughput-latency-3n-skx"
17251   include:
17252     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17253     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17254   layout:
17255     title: "3n-skx-x710-64b-4t2c-base-ndr"
17256     layout: "plot-throughput"
17257
17258 - type: "plot"
17259   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17260   algorithm: "plot_perf_box_name"
17261   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17262   data: "plot-dpdk-throughput-latency-3n-skx"
17263   include:
17264     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17265     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17266   layout:
17267     title: "3n-skx-x710-64b-2t1c-base-pdr"
17268     layout: "plot-throughput"
17269
17270 - type: "plot"
17271   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17272   algorithm: "plot_perf_box_name"
17273   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17274   data: "plot-dpdk-throughput-latency-3n-skx"
17275   include:
17276     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17277     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17278   layout:
17279     title: "3n-skx-x710-64b-4t2c-base-pdr"
17280     layout: "plot-throughput"
17281
17282 # 3n-hsw-xl710
17283
17284 - type: "plot"
17285   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17286   algorithm: "plot_perf_box_name"
17287   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17288   data: "plot-dpdk-throughput-latency-3n-hsw"
17289   include:
17290     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17291     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17292   layout:
17293     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17294     layout: "plot-throughput"
17295
17296 - type: "plot"
17297   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17298   algorithm: "plot_perf_box_name"
17299   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17300   data: "plot-dpdk-throughput-latency-3n-hsw"
17301   include:
17302     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17303     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17304   layout:
17305     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17306     layout: "plot-throughput"
17307
17308 - type: "plot"
17309   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17310   algorithm: "plot_perf_box_name"
17311   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17312   data: "plot-dpdk-throughput-latency-3n-hsw"
17313   include:
17314     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17315     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17316   layout:
17317     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17318     layout: "plot-throughput"
17319
17320 - type: "plot"
17321   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17322   algorithm: "plot_perf_box_name"
17323   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17324   data: "plot-dpdk-throughput-latency-3n-hsw"
17325   include:
17326     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17327     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17328   layout:
17329     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17330     layout: "plot-throughput"
17331
17332 # 3n-hsw-x710
17333
17334 - type: "plot"
17335   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17336   algorithm: "plot_perf_box_name"
17337   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17338   data: "plot-dpdk-throughput-latency-3n-hsw"
17339   include:
17340     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17341     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17342   layout:
17343     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17344     layout: "plot-throughput"
17345
17346 - type: "plot"
17347   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17348   algorithm: "plot_perf_box_name"
17349   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17350   data: "plot-dpdk-throughput-latency-3n-hsw"
17351   include:
17352     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17353     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17354   layout:
17355     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17356     layout: "plot-throughput"
17357
17358 - type: "plot"
17359   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17360   algorithm: "plot_perf_box_name"
17361   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17362   data: "plot-dpdk-throughput-latency-3n-hsw"
17363   include:
17364     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17365     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17366   layout:
17367     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17368     layout: "plot-throughput"
17369
17370 - type: "plot"
17371   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17372   algorithm: "plot_perf_box_name"
17373   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17374   data: "plot-dpdk-throughput-latency-3n-hsw"
17375   include:
17376     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17377     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17378   layout:
17379     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17380     layout: "plot-throughput"
17381
17382 # 2n-dnv-x553
17383
17384 - type: "plot"
17385   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17386   algorithm: "plot_perf_box_name"
17387   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17388   data: "plot-dpdk-throughput-latency-2n-dnv"
17389   include:
17390     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17391     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17392   layout:
17393     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17394     layout: "plot-throughput"
17395
17396 - type: "plot"
17397   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17398   algorithm: "plot_perf_box_name"
17399   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17400   data: "plot-dpdk-throughput-latency-2n-dnv"
17401   include:
17402     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17403     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17404   layout:
17405     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17406     layout: "plot-throughput"
17407
17408 - type: "plot"
17409   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17410   algorithm: "plot_perf_box_name"
17411   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17412   data: "plot-dpdk-throughput-latency-2n-dnv"
17413   include:
17414     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17415     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17416   layout:
17417     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17418     layout: "plot-throughput"
17419
17420 - type: "plot"
17421   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17422   algorithm: "plot_perf_box_name"
17423   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17424   data: "plot-dpdk-throughput-latency-2n-dnv"
17425   include:
17426     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17427     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17428   layout:
17429     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17430     layout: "plot-throughput"
17431
17432 # 3n-dnv-x553
17433
17434 - type: "plot"
17435   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17436   algorithm: "plot_perf_box_name"
17437   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17438   data: "plot-dpdk-throughput-latency-3n-dnv"
17439   include:
17440     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17441     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17442   layout:
17443     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17444     layout: "plot-throughput"
17445
17446 - type: "plot"
17447   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17448   algorithm: "plot_perf_box_name"
17449   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17450   data: "plot-dpdk-throughput-latency-3n-dnv"
17451   include:
17452     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17453     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17454   layout:
17455     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17456     layout: "plot-throughput"
17457
17458 - type: "plot"
17459   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17460   algorithm: "plot_perf_box_name"
17461   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17462   data: "plot-dpdk-throughput-latency-3n-dnv"
17463   include:
17464     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17465     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17466   layout:
17467     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17468     layout: "plot-throughput"
17469
17470 - type: "plot"
17471   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17472   algorithm: "plot_perf_box_name"
17473   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17474   data: "plot-dpdk-throughput-latency-3n-dnv"
17475   include:
17476     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17477     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17478   layout:
17479     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17480     layout: "plot-throughput"
17481
17482 # 3n-tsh-x520
17483
17484 - type: "plot"
17485   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17486   algorithm: "plot_perf_box_name"
17487   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17488   data: "plot-dpdk-throughput-latency-3n-tsh"
17489   include:
17490     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17491     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17492   layout:
17493     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17494     layout: "plot-throughput"
17495
17496 - type: "plot"
17497   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17498   algorithm: "plot_perf_box_name"
17499   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17500   data: "plot-dpdk-throughput-latency-3n-tsh"
17501   include:
17502     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17503     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17504   layout:
17505     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17506     layout: "plot-throughput"
17507
17508 - type: "plot"
17509   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17510   algorithm: "plot_perf_box_name"
17511   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17512   data: "plot-dpdk-throughput-latency-3n-tsh"
17513   include:
17514     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17515     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17516   layout:
17517     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17518     layout: "plot-throughput"
17519
17520 - type: "plot"
17521   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17522   algorithm: "plot_perf_box_name"
17523   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17524   data: "plot-dpdk-throughput-latency-3n-tsh"
17525   include:
17526     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17527     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17528   layout:
17529     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17530     layout: "plot-throughput"
17531
17532 ################################################################################
17533 ###   2n-clx                                                                 ###
17534 ################################################################################
17535
17536 # Packet Throughput
17537
17538 - type: "plot"
17539   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17540   algorithm: "plot_perf_box_name"
17541   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17543   include:
17544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17545     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17548   layout:
17549     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17550     layout: "plot-throughput"
17551
17552 - type: "plot"
17553   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17554   algorithm: "plot_perf_box_name"
17555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17557   include:
17558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17562   layout:
17563     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17564     layout: "plot-throughput"
17565
17566 - type: "plot"
17567   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17568   algorithm: "plot_perf_box_name"
17569   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17571   include:
17572     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17573     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17576   layout:
17577     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17578     layout: "plot-throughput"
17579
17580 - type: "plot"
17581   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17582   algorithm: "plot_perf_box_name"
17583   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17585   include:
17586     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17587     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17590   layout:
17591     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17592     layout: "plot-throughput"
17593
17594 - type: "plot"
17595   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17596   algorithm: "plot_perf_box_name"
17597   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17599   include:
17600 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17601     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17602     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17603     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17604   layout:
17605     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17606     layout: "plot-throughput"
17607
17608 - type: "plot"
17609   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17610   algorithm: "plot_perf_box_name"
17611   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17613   include:
17614 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17615     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17616     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17617     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17618   layout:
17619     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17620     layout: "plot-throughput"
17621
17622 - type: "plot"
17623   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17624   algorithm: "plot_perf_box_name"
17625   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17627   include:
17628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17634   layout:
17635     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17636     layout: "plot-throughput"
17637
17638 - type: "plot"
17639   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17640   algorithm: "plot_perf_box_name"
17641   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17643   include:
17644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17650   layout:
17651     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17652     layout: "plot-throughput"
17653
17654 - type: "plot"
17655   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17656   algorithm: "plot_perf_box_name"
17657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17659   include:
17660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17664   layout:
17665     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17666     layout: "plot-throughput"
17667
17668 - type: "plot"
17669   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17670   algorithm: "plot_perf_box_name"
17671   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17673   include:
17674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17678   layout:
17679     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17680     layout: "plot-throughput"
17681
17682 - type: "plot"
17683   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17684   algorithm: "plot_perf_box_name"
17685   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17687   include:
17688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17691   layout:
17692     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17693     layout: "plot-throughput"
17694
17695 - type: "plot"
17696   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17697   algorithm: "plot_perf_box_name"
17698   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17700   include:
17701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17704   layout:
17705     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17706     layout: "plot-throughput"
17707
17708 - type: "plot"
17709   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17710   algorithm: "plot_perf_box_name"
17711   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17713   include:
17714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17719   layout:
17720     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17721     layout: "plot-throughput"
17722
17723 - type: "plot"
17724   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17725   algorithm: "plot_perf_box_name"
17726   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17728   include:
17729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17734   layout:
17735     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17736     layout: "plot-throughput"
17737
17738 - type: "plot"
17739   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17740   algorithm: "plot_perf_box_name"
17741   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17743   include:
17744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17747   layout:
17748     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17749     layout: "plot-throughput"
17750
17751 - type: "plot"
17752   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17753   algorithm: "plot_perf_box_name"
17754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17756   include:
17757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17760   layout:
17761     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17762     layout: "plot-throughput"
17763
17764 - type: "plot"
17765   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17766   algorithm: "plot_perf_box_name"
17767   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17769   include:
17770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17776   layout:
17777     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17778     layout: "plot-throughput"
17779
17780 - type: "plot"
17781   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17782   algorithm: "plot_perf_box_name"
17783   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17785   include:
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17792   layout:
17793     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17794     layout: "plot-throughput"
17795
17796 - type: "plot"
17797   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17798   algorithm: "plot_perf_box_name"
17799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17801   include:
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17808   layout:
17809     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17810     layout: "plot-throughput"
17811
17812 - type: "plot"
17813   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17814   algorithm: "plot_perf_box_name"
17815   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17817   include:
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17824   layout:
17825     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17826     layout: "plot-throughput"
17827
17828 - type: "plot"
17829   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17830   algorithm: "plot_perf_box_name"
17831   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
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-ndr"
17838     layout: "plot-throughput"
17839
17840 - type: "plot"
17841   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17842   algorithm: "plot_perf_box_name"
17843   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17845   include:
17846     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17848   layout:
17849     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17850     layout: "plot-throughput"
17851
17852 - type: "plot"
17853   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17854   algorithm: "plot_perf_box_name"
17855   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17857   include:
17858     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17864   layout:
17865     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17866     layout: "plot-throughput"
17867
17868 - type: "plot"
17869   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17870   algorithm: "plot_perf_box_name"
17871   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17873   include:
17874     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17880   layout:
17881     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17882     layout: "plot-throughput"
17883
17884 - type: "plot"
17885   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17886   algorithm: "plot_perf_box_name"
17887   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17889   include:
17890     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17895 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17896   layout:
17897     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17898     layout: "plot-throughput"
17899
17900 - type: "plot"
17901   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17902   algorithm: "plot_perf_box_name"
17903   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17905   include:
17906     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17910     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17911 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17912   layout:
17913     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17914     layout: "plot-throughput"
17915
17916 - type: "plot"
17917   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17918   algorithm: "plot_perf_box_name"
17919   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17921   include:
17922     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17925     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17926     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17927     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17928   layout:
17929     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17930     layout: "plot-throughput"
17931
17932 - type: "plot"
17933   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17934   algorithm: "plot_perf_box_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17937   include:
17938     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17943     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17944   layout:
17945     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17946     layout: "plot-throughput"
17947
17948 - type: "plot"
17949   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17950   algorithm: "plot_perf_box_name"
17951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17953   include:
17954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17959   layout:
17960     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17961     layout: "plot-throughput"
17962
17963 - type: "plot"
17964   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17965   algorithm: "plot_perf_box_name"
17966   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17968   include:
17969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17974   layout:
17975     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17976     layout: "plot-throughput"
17977
17978 - type: "plot"
17979   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17980   algorithm: "plot_perf_box_name"
17981   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17983   include:
17984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17989   layout:
17990     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17991     layout: "plot-throughput"
17992
17993 - type: "plot"
17994   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17995   algorithm: "plot_perf_box_name"
17996   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17998   include:
17999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18004   layout:
18005     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18006     layout: "plot-throughput"
18007
18008 - type: "plot"
18009   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18010   algorithm: "plot_perf_box_name"
18011   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18013   include:
18014     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18015     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18019   layout:
18020     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18021     layout: "plot-throughput"
18022
18023 - type: "plot"
18024   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18025   algorithm: "plot_perf_box_name"
18026   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18028   include:
18029     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18034   layout:
18035     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18036     layout: "plot-throughput"
18037
18038 - type: "plot"
18039   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18040   algorithm: "plot_perf_box_name"
18041   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18043   include:
18044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18046     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18049   layout:
18050     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18051     layout: "plot-throughput"
18052
18053 - type: "plot"
18054   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18055   algorithm: "plot_perf_box_name"
18056   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18058   include:
18059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18061     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18064   layout:
18065     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18066     layout: "plot-throughput"
18067
18068 - type: "plot"
18069   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18070   algorithm: "plot_perf_box_name"
18071   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18073   include:
18074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18079   layout:
18080     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18081     layout: "plot-throughput"
18082
18083 - type: "plot"
18084   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18085   algorithm: "plot_perf_box_name"
18086   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18088   include:
18089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18094   layout:
18095     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18096     layout: "plot-throughput"
18097
18098 - type: "plot"
18099   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18100   algorithm: "plot_perf_box_name"
18101   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18103   include:
18104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18110   layout:
18111     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18112     layout: "plot-throughput"
18113
18114 - type: "plot"
18115   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18116   algorithm: "plot_perf_box_name"
18117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18119   include:
18120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18126   layout:
18127     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18128     layout: "plot-throughput"
18129
18130 - type: "plot"
18131   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18132   algorithm: "plot_perf_box_name"
18133   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18135   include:
18136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18140   layout:
18141     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18142     layout: "plot-throughput"
18143
18144 - type: "plot"
18145   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18146   algorithm: "plot_perf_box_name"
18147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18149   include:
18150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18154   layout:
18155     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18156     layout: "plot-throughput"
18157
18158 - type: "plot"
18159   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18160   algorithm: "plot_perf_box_name"
18161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18163   include:
18164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18170   layout:
18171     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18172     layout: "plot-throughput"
18173
18174 - type: "plot"
18175   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18176   algorithm: "plot_perf_box_name"
18177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18179   include:
18180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18186   layout:
18187     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18188     layout: "plot-throughput"
18189
18190 - type: "plot"
18191   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18192   algorithm: "plot_perf_box_name"
18193   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18195   include:
18196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18200   layout:
18201     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18202     layout: "plot-throughput"
18203
18204 - type: "plot"
18205   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18206   algorithm: "plot_perf_box_name"
18207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18209   include:
18210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18214   layout:
18215     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18216     layout: "plot-throughput"
18217
18218 - type: "plot"
18219   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18220   algorithm: "plot_perf_box_name"
18221   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18223   include:
18224     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18226     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18227     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18228     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18229     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18230   layout:
18231     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18232     layout: "plot-throughput"
18233
18234 - type: "plot"
18235   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18236   algorithm: "plot_perf_box_name"
18237   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18239   include:
18240     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18242     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18243     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18244     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18245     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18246   layout:
18247     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18248     layout: "plot-throughput"
18249
18250 - type: "plot"
18251   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18252   algorithm: "plot_perf_box_name"
18253   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18255   include:
18256     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18257     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18258     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18260   layout:
18261     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18262     layout: "plot-throughput"
18263
18264 - type: "plot"
18265   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18266   algorithm: "plot_perf_box_name"
18267   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18269   include:
18270     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18273     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18274   layout:
18275     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18276     layout: "plot-throughput"
18277
18278 - type: "plot"
18279   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18280   algorithm: "plot_perf_box_name"
18281   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18283   include:
18284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18289   layout:
18290     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18291     layout: "plot-throughput"
18292
18293 - type: "plot"
18294   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18295   algorithm: "plot_perf_box_name"
18296   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18298   include:
18299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18304   layout:
18305     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18306     layout: "plot-throughput"
18307
18308 - type: "plot"
18309   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18310   algorithm: "plot_perf_box_name"
18311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18313   include:
18314     - "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"
18315     - "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"
18316     - "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"
18317     - "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"
18318     - "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"
18319   layout:
18320     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18321     layout: "plot-throughput"
18322
18323 - type: "plot"
18324   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18325   algorithm: "plot_perf_box_name"
18326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18328   include:
18329     - "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"
18330     - "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"
18331     - "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"
18332     - "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"
18333     - "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"
18334   layout:
18335     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18336     layout: "plot-throughput"
18337
18338 - type: "plot"
18339   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18340   algorithm: "plot_perf_box_name"
18341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18343   include:
18344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18349   layout:
18350     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18351     layout: "plot-throughput"
18352
18353 - type: "plot"
18354   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18355   algorithm: "plot_perf_box_name"
18356   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18358   include:
18359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18364   layout:
18365     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18366     layout: "plot-throughput"
18367
18368 - type: "plot"
18369   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18370   algorithm: "plot_perf_box_name"
18371   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18373   include:
18374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18379   layout:
18380     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18381     layout: "plot-throughput"
18382
18383 - type: "plot"
18384   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18385   algorithm: "plot_perf_box_name"
18386   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18388   include:
18389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18394   layout:
18395     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18396     layout: "plot-throughput"
18397
18398 - type: "plot"
18399   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18400   algorithm: "plot_perf_box_name"
18401   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18403   include:
18404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18408   layout:
18409     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18410     layout: "plot-throughput"
18411
18412 - type: "plot"
18413   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18414   algorithm: "plot_perf_box_name"
18415   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18417   include:
18418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18422   layout:
18423     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18424     layout: "plot-throughput"
18425
18426 - type: "plot"
18427   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18428   algorithm: "plot_perf_box_name"
18429   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18431   include:
18432     - "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"
18433     - "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"
18434     - "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"
18435     - "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"
18436   layout:
18437     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18438     layout: "plot-throughput"
18439
18440 - type: "plot"
18441   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18442   algorithm: "plot_perf_box_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "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"
18447     - "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"
18448     - "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"
18449     - "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"
18450   layout:
18451     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18452     layout: "plot-throughput"
18453
18454 - type: "plot"
18455   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18456   algorithm: "plot_perf_box_name"
18457   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18459   include:
18460     - "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"
18461     - "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"
18462     - "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"
18463     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18464     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18465     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18466   layout:
18467     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18468     layout: "plot-throughput"
18469
18470 - type: "plot"
18471   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18472   algorithm: "plot_perf_box_name"
18473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18475   include:
18476     - "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"
18477     - "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"
18478     - "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"
18479     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18480     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18481     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18482   layout:
18483     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18484     layout: "plot-throughput"
18485
18486 ################################################################################
18487
18488 # Packet Speedup
18489
18490 - type: "plot"
18491   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18492   algorithm: "plot_tsa_name"
18493   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18495   include:
18496     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18497     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18500   layout:
18501     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18502     layout: "plot-throughput-speedup-analysis"
18503
18504 - type: "plot"
18505   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18506   algorithm: "plot_tsa_name"
18507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18509   include:
18510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18511     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18514   layout:
18515     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18516     layout: "plot-throughput-speedup-analysis"
18517
18518 - type: "plot"
18519   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18520   algorithm: "plot_tsa_name"
18521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18523   include:
18524     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18525     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18528   layout:
18529     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18530     layout: "plot-throughput-speedup-analysis"
18531
18532 - type: "plot"
18533   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18534   algorithm: "plot_tsa_name"
18535   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18536   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18537   include:
18538     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18539     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18542   layout:
18543     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18544     layout: "plot-throughput-speedup-analysis"
18545
18546 - type: "plot"
18547   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18548   algorithm: "plot_tsa_name"
18549   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18551   include:
18552     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18553     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18554     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18555     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18556   layout:
18557     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18558     layout: "plot-throughput-speedup-analysis"
18559
18560 - type: "plot"
18561   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18562   algorithm: "plot_tsa_name"
18563   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18565   include:
18566     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18567     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18568     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18569     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18570   layout:
18571     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18572     layout: "plot-throughput-speedup-analysis"
18573
18574 - type: "plot"
18575   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18576   algorithm: "plot_tsa_name"
18577   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18579   include:
18580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18582     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18583     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18584     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18585     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18586   layout:
18587     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18588     layout: "plot-throughput-speedup-analysis"
18589
18590 - type: "plot"
18591   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18592   algorithm: "plot_tsa_name"
18593   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18595   include:
18596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18602   layout:
18603     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18604     layout: "plot-throughput-speedup-analysis"
18605
18606 - type: "plot"
18607   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18608   algorithm: "plot_tsa_name"
18609   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18611   include:
18612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18616   layout:
18617     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18618     layout: "plot-throughput-speedup-analysis"
18619
18620 - type: "plot"
18621   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18622   algorithm: "plot_tsa_name"
18623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18625   include:
18626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18630   layout:
18631     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18632     layout: "plot-throughput-speedup-analysis"
18633
18634 - type: "plot"
18635   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18636   algorithm: "plot_tsa_name"
18637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18639   include:
18640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18643   layout:
18644     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18645     layout: "plot-throughput-speedup-analysis"
18646
18647 - type: "plot"
18648   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18649   algorithm: "plot_tsa_name"
18650   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18652   include:
18653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18656   layout:
18657     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18658     layout: "plot-throughput-speedup-analysis"
18659
18660 - type: "plot"
18661   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18662   algorithm: "plot_tsa_name"
18663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18665   include:
18666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18671   layout:
18672     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18673     layout: "plot-throughput-speedup-analysis"
18674
18675 - type: "plot"
18676   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18677   algorithm: "plot_tsa_name"
18678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18680   include:
18681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18686   layout:
18687     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18688     layout: "plot-throughput-speedup-analysis"
18689
18690 - type: "plot"
18691   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18692   algorithm: "plot_tsa_name"
18693   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18695   include:
18696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18699   layout:
18700     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18701     layout: "plot-throughput-speedup-analysis"
18702
18703 - type: "plot"
18704   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18705   algorithm: "plot_tsa_name"
18706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18708   include:
18709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18712   layout:
18713     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18714     layout: "plot-throughput-speedup-analysis"
18715
18716 - type: "plot"
18717   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18718   algorithm: "plot_tsa_name"
18719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18721   include:
18722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18728   layout:
18729     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18730     layout: "plot-throughput-speedup-analysis"
18731
18732 - type: "plot"
18733   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18734   algorithm: "plot_tsa_name"
18735   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18737   include:
18738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18744   layout:
18745     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18746     layout: "plot-throughput-speedup-analysis"
18747
18748 - type: "plot"
18749   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18750   algorithm: "plot_tsa_name"
18751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18753   include:
18754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18760   layout:
18761     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18762     layout: "plot-throughput-speedup-analysis"
18763
18764 - type: "plot"
18765   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18766   algorithm: "plot_tsa_name"
18767   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18769   include:
18770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18776   layout:
18777     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18778     layout: "plot-throughput-speedup-analysis"
18779
18780 - type: "plot"
18781   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18782   algorithm: "plot_tsa_name"
18783   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-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-ndr"
18790     layout: "plot-throughput-speedup-analysis"
18791
18792 - type: "plot"
18793   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18794   algorithm: "plot_tsa_name"
18795   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18797   include:
18798     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18800   layout:
18801     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18802     layout: "plot-throughput-speedup-analysis"
18803
18804 - type: "plot"
18805   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18806   algorithm: "plot_tsa_name"
18807   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18809   include:
18810     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18816   layout:
18817     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18818     layout: "plot-throughput-speedup-analysis"
18819
18820 - type: "plot"
18821   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18822   algorithm: "plot_tsa_name"
18823   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18825   include:
18826     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18832   layout:
18833     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18834     layout: "plot-throughput-speedup-analysis"
18835
18836 - type: "plot"
18837   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18838   algorithm: "plot_tsa_name"
18839   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18841   include:
18842     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18846     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18847     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18848   layout:
18849     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18850     layout: "plot-throughput-speedup-analysis"
18851
18852 - type: "plot"
18853   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18854   algorithm: "plot_tsa_name"
18855   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18857   include:
18858     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18860     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18861     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18862     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18864   layout:
18865     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18866     layout: "plot-throughput-speedup-analysis"
18867
18868 - type: "plot"
18869   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18870   algorithm: "plot_tsa_name"
18871   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18873   include:
18874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18880   layout:
18881     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18882     layout: "plot-throughput-speedup-analysis"
18883
18884 - type: "plot"
18885   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18886   algorithm: "plot_tsa_name"
18887   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18889   include:
18890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18896   layout:
18897     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18898     layout: "plot-throughput-speedup-analysis"
18899
18900 - type: "plot"
18901   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18902   algorithm: "plot_tsa_name"
18903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18905   include:
18906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18911   layout:
18912     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18913     layout: "plot-throughput-speedup-analysis"
18914
18915 - type: "plot"
18916   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18917   algorithm: "plot_tsa_name"
18918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18920   include:
18921     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18926   layout:
18927     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18928     layout: "plot-throughput-speedup-analysis"
18929
18930 - type: "plot"
18931   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18932   algorithm: "plot_tsa_name"
18933   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18935   include:
18936     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18937     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18938     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18940     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18941   layout:
18942     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18943     layout: "plot-throughput-speedup-analysis"
18944
18945 - type: "plot"
18946   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18947   algorithm: "plot_tsa_name"
18948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18950   include:
18951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18955     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18956   layout:
18957     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18958     layout: "plot-throughput-speedup-analysis"
18959
18960 - type: "plot"
18961   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18962   algorithm: "plot_tsa_name"
18963   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18965   include:
18966     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18967     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18968     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18969     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18970     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18971   layout:
18972     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18973     layout: "plot-throughput-speedup-analysis"
18974
18975 - type: "plot"
18976   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18977   algorithm: "plot_tsa_name"
18978   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18980   include:
18981     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18982     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18983     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18984     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18985     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18986   layout:
18987     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18988     layout: "plot-throughput-speedup-analysis"
18989
18990 - type: "plot"
18991   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18992   algorithm: "plot_tsa_name"
18993   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18995   include:
18996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19001   layout:
19002     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19003     layout: "plot-throughput-speedup-analysis"
19004
19005 - type: "plot"
19006   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19007   algorithm: "plot_tsa_name"
19008   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19010   include:
19011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19016   layout:
19017     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19018     layout: "plot-throughput-speedup-analysis"
19019
19020 - type: "plot"
19021   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19022   algorithm: "plot_tsa_name"
19023   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19025   include:
19026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19031   layout:
19032     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19033     layout: "plot-throughput-speedup-analysis"
19034
19035 - type: "plot"
19036   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19037   algorithm: "plot_tsa_name"
19038   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19040   include:
19041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19046   layout:
19047     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19048     layout: "plot-throughput-speedup-analysis"
19049
19050 - type: "plot"
19051   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19052   algorithm: "plot_tsa_name"
19053   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19055   include:
19056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19062   layout:
19063     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19064     layout: "plot-throughput-speedup-analysis"
19065
19066 - type: "plot"
19067   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19068   algorithm: "plot_tsa_name"
19069   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19071   include:
19072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19078   layout:
19079     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19080     layout: "plot-throughput-speedup-analysis"
19081
19082 - type: "plot"
19083   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19084   algorithm: "plot_tsa_name"
19085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19087   include:
19088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19092   layout:
19093     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19094     layout: "plot-throughput-speedup-analysis"
19095
19096 - type: "plot"
19097   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19098   algorithm: "plot_tsa_name"
19099   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19101   include:
19102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19106   layout:
19107     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19108     layout: "plot-throughput-speedup-analysis"
19109
19110 - type: "plot"
19111   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19112   algorithm: "plot_tsa_name"
19113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19115   include:
19116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19122   layout:
19123     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19124     layout: "plot-throughput-speedup-analysis"
19125
19126 - type: "plot"
19127   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19128   algorithm: "plot_tsa_name"
19129   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19131   include:
19132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19138   layout:
19139     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19140     layout: "plot-throughput-speedup-analysis"
19141
19142 - type: "plot"
19143   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19144   algorithm: "plot_tsa_name"
19145   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19146   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19147   include:
19148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19152   layout:
19153     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19154     layout: "plot-throughput-speedup-analysis"
19155
19156 - type: "plot"
19157   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19158   algorithm: "plot_tsa_name"
19159   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19161   include:
19162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19166   layout:
19167     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19168     layout: "plot-throughput-speedup-analysis"
19169
19170 - type: "plot"
19171   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19172   algorithm: "plot_tsa_name"
19173   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19175   include:
19176     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19177     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19178     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19179     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19181     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19182   layout:
19183     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19184     layout: "plot-throughput-speedup-analysis"
19185
19186 - type: "plot"
19187   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19188   algorithm: "plot_tsa_name"
19189   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19191   include:
19192     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19194     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19195     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19196     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19197     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19198   layout:
19199     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19200     layout: "plot-throughput-speedup-analysis"
19201
19202 - type: "plot"
19203   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19204   algorithm: "plot_tsa_name"
19205   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19207   include:
19208     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19209     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19210     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19211     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19212   layout:
19213     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19214     layout: "plot-throughput-speedup-analysis"
19215
19216 - type: "plot"
19217   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19218   algorithm: "plot_tsa_name"
19219   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19221   include:
19222     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19223     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19224     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19225     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19226   layout:
19227     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19228     layout: "plot-throughput-speedup-analysis"
19229
19230 - type: "plot"
19231   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19232   algorithm: "plot_tsa_name"
19233   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19235   include:
19236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19237     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19238     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19241   layout:
19242     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19243     layout: "plot-throughput-speedup-analysis"
19244
19245 - type: "plot"
19246   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19247   algorithm: "plot_tsa_name"
19248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19250   include:
19251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19256   layout:
19257     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19258     layout: "plot-throughput-speedup-analysis"
19259
19260 - type: "plot"
19261   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19262   algorithm: "plot_tsa_name"
19263   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19265   include:
19266     - "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"
19267     - "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"
19268     - "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"
19269     - "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"
19270     - "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"
19271   layout:
19272     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19273     layout: "plot-throughput-speedup-analysis"
19274
19275 - type: "plot"
19276   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19277   algorithm: "plot_tsa_name"
19278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19280   include:
19281     - "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"
19282     - "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"
19283     - "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"
19284     - "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"
19285     - "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"
19286   layout:
19287     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19288     layout: "plot-throughput-speedup-analysis"
19289
19290 - type: "plot"
19291   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19292   algorithm: "plot_tsa_name"
19293   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19295   include:
19296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19301   layout:
19302     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19303     layout: "plot-throughput-speedup-analysis"
19304
19305 - type: "plot"
19306   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19307   algorithm: "plot_tsa_name"
19308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19310   include:
19311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19316   layout:
19317     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19318     layout: "plot-throughput-speedup-analysis"
19319
19320 - type: "plot"
19321   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19322   algorithm: "plot_tsa_name"
19323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19325   include:
19326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19331   layout:
19332     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19333     layout: "plot-throughput-speedup-analysis"
19334
19335 - type: "plot"
19336   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19337   algorithm: "plot_tsa_name"
19338   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19340   include:
19341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19346   layout:
19347     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19348     layout: "plot-throughput-speedup-analysis"
19349
19350 - type: "plot"
19351   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19352   algorithm: "plot_tsa_name"
19353   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19355   include:
19356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19360   layout:
19361     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19362     layout: "plot-throughput-speedup-analysis"
19363
19364 - type: "plot"
19365   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19366   algorithm: "plot_tsa_name"
19367   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19369   include:
19370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19374   layout:
19375     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19376     layout: "plot-throughput-speedup-analysis"
19377
19378 - type: "plot"
19379   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19380   algorithm: "plot_tsa_name"
19381   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19383   include:
19384     - "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"
19385     - "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"
19386     - "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"
19387     - "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"
19388   layout:
19389     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19390     layout: "plot-throughput-speedup-analysis"
19391
19392 - type: "plot"
19393   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19394   algorithm: "plot_tsa_name"
19395   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19397   include:
19398     - "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"
19399     - "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"
19400     - "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"
19401     - "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"
19402   layout:
19403     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19404     layout: "plot-throughput-speedup-analysis"
19405
19406 - type: "plot"
19407   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19408   algorithm: "plot_tsa_name"
19409   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19411   include:
19412     - "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"
19413     - "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"
19414     - "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"
19415     - "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"
19416     - "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"
19417     - "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"
19418   layout:
19419     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19420     layout: "plot-throughput-speedup-analysis"
19421
19422 - type: "plot"
19423   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19424   algorithm: "plot_tsa_name"
19425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19427   include:
19428     - "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"
19429     - "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"
19430     - "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"
19431     - "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"
19432     - "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"
19433     - "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"
19434   layout:
19435     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19436     layout: "plot-throughput-speedup-analysis"
19437
19438 ################################################################################
19439
19440 # Packet Throughput - DPDK
19441
19442 # 2n-clx-xxv710
19443
19444 - type: "plot"
19445   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19446   algorithm: "plot_perf_box_name"
19447   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19448   data: "plot-dpdk-throughput-latency-2n-clx"
19449   include:
19450     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19451     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19452   layout:
19453     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19454     layout: "plot-throughput"
19455
19456 - type: "plot"
19457   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19458   algorithm: "plot_perf_box_name"
19459   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19460   data: "plot-dpdk-throughput-latency-2n-clx"
19461   include:
19462     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19463     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19464   layout:
19465     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19466     layout: "plot-throughput"
19467
19468 - type: "plot"
19469   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19470   algorithm: "plot_perf_box_name"
19471   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19472   data: "plot-dpdk-throughput-latency-2n-clx"
19473   include:
19474     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19475     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19476   layout:
19477     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19478     layout: "plot-throughput"
19479
19480 - type: "plot"
19481   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19482   algorithm: "plot_perf_box_name"
19483   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19484   data: "plot-dpdk-throughput-latency-2n-clx"
19485   include:
19486     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19487     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19488   layout:
19489     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19490     layout: "plot-throughput"
19491
19492 # 2n-clx-x710
19493
19494 - type: "plot"
19495   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19496   algorithm: "plot_perf_box_name"
19497   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19498   data: "plot-dpdk-throughput-latency-2n-clx"
19499   include:
19500     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19501     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19502   layout:
19503     title: "2n-clx-x710-64b-2t1c-base-ndr"
19504     layout: "plot-throughput"
19505
19506 - type: "plot"
19507   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19508   algorithm: "plot_perf_box_name"
19509   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19510   data: "plot-dpdk-throughput-latency-2n-clx"
19511   include:
19512     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19513     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19514   layout:
19515     title: "2n-clx-x710-64b-4t2c-base-ndr"
19516     layout: "plot-throughput"
19517
19518 - type: "plot"
19519   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19520   algorithm: "plot_perf_box_name"
19521   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19522   data: "plot-dpdk-throughput-latency-2n-clx"
19523   include:
19524     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19525     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19526   layout:
19527     title: "2n-clx-x710-64b-2t1c-base-pdr"
19528     layout: "plot-throughput"
19529
19530 - type: "plot"
19531   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19532   algorithm: "plot_perf_box_name"
19533   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19534   data: "plot-dpdk-throughput-latency-2n-clx"
19535   include:
19536     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19537     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19538   layout:
19539     title: "2n-clx-x710-64b-4t2c-base-pdr"
19540     layout: "plot-throughput"
19541
19542 ################################################################################
19543
19544 - type: "plot"
19545   title: "Latency by percentile: 2n-skx"
19546   algorithm: "plot_hdrh_lat_by_percentile"
19547   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19548   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19549   target-links: "../../_static/vpp"
19550   data: "plot-vpp-hdrh-lat-2n-skx"
19551   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19552   layout:
19553     layout: "plot-hdrh-latency-by-percentile"
19554
19555 - type: "plot"
19556   title: "Latency by percentile: 3n-skx"
19557   algorithm: "plot_hdrh_lat_by_percentile"
19558   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19559   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19560   target-links: "../../_static/vpp"
19561   data: "plot-vpp-hdrh-lat-3n-skx"
19562   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19563   layout:
19564     layout: "plot-hdrh-latency-by-percentile"
19565
19566 - type: "plot"
19567   title: "Latency by percentile: 2n-clx"
19568   algorithm: "plot_hdrh_lat_by_percentile"
19569   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19570   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19571   target-links: "../../_static/vpp"
19572   data: "plot-vpp-hdrh-lat-2n-clx"
19573   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19574   layout:
19575     layout: "plot-hdrh-latency-by-percentile"
19576
19577 - type: "plot"
19578   title: "Latency by percentile: 3n-hsw"
19579   algorithm: "plot_hdrh_lat_by_percentile"
19580   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19581   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19582   target-links: "../../_static/vpp"
19583   data: "plot-vpp-hdrh-lat-3n-hsw"
19584   filter: "'1T1C' and 'NIC_Intel-XL710'"
19585   layout:
19586     layout: "plot-hdrh-latency-by-percentile"
19587
19588 - type: "plot"
19589   title: "Latency by percentile: 3n-tsh"
19590   algorithm: "plot_hdrh_lat_by_percentile"
19591   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19592   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19593   target-links: "../../_static/vpp"
19594   data: "plot-vpp-hdrh-lat-3n-tsh"
19595   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19596   layout:
19597     layout: "plot-hdrh-latency-by-percentile"
19598
19599 - type: "plot"
19600   title: "Latency by percentile: DPDK 2n-skx"
19601   algorithm: "plot_hdrh_lat_by_percentile"
19602   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19603   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19604   target-links: "../../_static/dpdk"
19605   data: "plot-dpdk-hdrh-lat-2n-skx"
19606   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19607   layout:
19608     layout: "plot-hdrh-latency-by-percentile"
19609
19610 - type: "plot"
19611   title: "Latency by percentile: DPDK 3n-skx"
19612   algorithm: "plot_hdrh_lat_by_percentile"
19613   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19614   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19615   target-links: "../../_static/dpdk"
19616   data: "plot-dpdk-hdrh-lat-3n-skx"
19617   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19618   layout:
19619     layout: "plot-hdrh-latency-by-percentile"
19620
19621 - type: "plot"
19622   title: "Latency by percentile: DPDK 2n-clx"
19623   algorithm: "plot_hdrh_lat_by_percentile"
19624   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19625   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19626   target-links: "../../_static/dpdk"
19627   data: "plot-dpdk-hdrh-lat-2n-clx"
19628   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19629   layout:
19630     layout: "plot-hdrh-latency-by-percentile"
19631
19632 - type: "plot"
19633   title: "Latency by percentile: DPDK 3n-hsw"
19634   algorithm: "plot_hdrh_lat_by_percentile"
19635   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19636   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19637   target-links: "../../_static/dpdk"
19638   data: "plot-dpdk-hdrh-lat-3n-hsw"
19639   filter: "'1T1C' and 'NIC_Intel-XL710'"
19640   layout:
19641     layout: "plot-hdrh-latency-by-percentile"
19642
19643 - type: "plot"
19644   title: "Latency by percentile: DPDK 3n-tsh"
19645   algorithm: "plot_hdrh_lat_by_percentile"
19646   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19647   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19648   target-links: "../../_static/dpdk"
19649   data: "plot-dpdk-hdrh-lat-3n-tsh"
19650   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19651   layout:
19652     layout: "plot-hdrh-latency-by-percentile"