Report 2005: Add NFV tests
[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         - 49  # Soak
279         - 54  # 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         - 44  # Soak
367         - 49  # 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         - 43  # NDRPDR sel
1039         - 38  # NDRPDR sel
1040         - 7   # NDRPDR sel
1041         - 65  # NDRPDR sel
1042         - 47  # NDRPDR sel
1043         - 55  # NDRPDR sel
1044         - 67  # NDRPDR sel
1045         - 75  # NDRPDR sel
1046         - 76  # NDRPDR sel
1047         - 73  # NDRPDR sel
1048     vpp-soak-vs-ndr-2n-skx-cmp:
1049       csit-vpp-perf-report-iterative-2005-2n-skx:
1050         - 49  # Soak
1051         - 54  # Soak
1052     vpp-soak-vs-ndr-2n-skx:
1053       csit-vpp-perf-report-iterative-2005-2n-skx:
1054         - 43  # NDRPDR sel
1055         - 38  # NDRPDR sel
1056         - 7   # NDRPDR sel
1057         - 65  # NDRPDR sel
1058         - 47  # NDRPDR sel
1059         - 55  # NDRPDR sel
1060         - 67  # NDRPDR sel
1061         - 75  # NDRPDR sel
1062         - 76  # NDRPDR sel
1063         - 73  # NDRPDR sel
1064         - 49  # Soak
1065         - 54  # Soak
1066
1067     vpp-soak-vs-ndr-2n-clx-ref:
1068       csit-vpp-perf-report-iterative-2005-2n-clx:
1069         - 7   # NDRPDR sel
1070         - 38  # NDRPDR sel
1071         - 9   # NDRPDR sel
1072         - 32  # NDRPDR sel ???
1073         - 33  # NDRPDR sel ???
1074         - 39  # NDRPDR sel
1075         - 40  # NDRPDR sel
1076         - 43  # NDRPDR sel
1077         - 50  # NDRPDR sel
1078         - 51  # NDRPDR sel
1079     vpp-soak-vs-ndr-2n-clx-cmp:
1080       csit-vpp-perf-report-iterative-2005-2n-clx:
1081         - 44  # Soak
1082         - 49  # Soak
1083     vpp-soak-vs-ndr-2n-clx:
1084       csit-vpp-perf-report-iterative-2005-2n-clx:
1085         - 7   # NDRPDR sel
1086         - 38  # NDRPDR sel
1087         - 9   # NDRPDR sel
1088         - 32  # NDRPDR sel ???
1089         - 33  # NDRPDR sel ???
1090         - 39  # NDRPDR sel
1091         - 40  # NDRPDR sel
1092         - 43  # NDRPDR sel
1093         - 50  # NDRPDR sel
1094         - 51  # NDRPDR sel
1095         - 44  # Soak
1096         - 49  # Soak
1097
1098     vpp-performance-changes-3n-hsw-mrr-h1:
1099       csit-vpp-perf-verify-1908-3n-hsw:
1100         - 39  # MRR sel
1101     vpp-performance-changes-3n-hsw-mrr-ref:
1102       csit-vpp-perf-verify-2001-3n-hsw:
1103         - 17  # MRR sel
1104     vpp-performance-changes-3n-hsw-mrr-cmp:
1105       csit-vpp-perf-report-iterative-2005-3n-hsw:
1106         - 13  # MRR
1107     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1108       csit-vpp-perf-report-iterative-2005-3n-hsw:
1109         - 30  # MRR env 4
1110
1111 #    vpp-performance-changes-3n-skx-mrr-h1:
1112 #      csit-vpp-perf-verify-1908-3n-skx:
1113 #        - 36  # MRR sel
1114     vpp-performance-changes-3n-skx-mrr-ref:
1115       csit-vpp-perf-verify-2001-3n-skx:
1116         - 50  # MRR sel
1117         - 53  # MRR sel addition
1118     vpp-performance-changes-3n-skx-mrr-cmp:
1119       csit-vpp-perf-report-iterative-2005-3n-skx:
1120         - 6   # MRR sel
1121     vpp-performance-changes-3n-skx-mrr-cmp-2:
1122       csit-vpp-perf-report-iterative-2005-3n-skx:
1123         - 49  # MRR sel env 4
1124
1125 #    vpp-performance-changes-2n-skx-mrr-h1:
1126 #      csit-vpp-perf-verify-1908-2n-skx:
1127 #        - 69  # MRR sel
1128     vpp-performance-changes-2n-skx-mrr-ref:
1129       csit-vpp-perf-verify-2001-2n-skx:
1130         - 101 # MRR sel
1131         - 128 # MRR sel addition
1132     vpp-performance-changes-2n-skx-mrr-cmp:
1133       csit-vpp-perf-report-iterative-2005-2n-skx:
1134         - 42  # MRR sel
1135     vpp-performance-changes-2n-skx-mrr-cmp-2:
1136       csit-vpp-perf-report-iterative-2005-2n-skx:
1137         - 99  # MRR sel env 4
1138
1139     vpp-performance-changes-2n-clx-mrr-ref:
1140       csit-vpp-perf-verify-2001-2n-clx:
1141         - 39  # MRR
1142     vpp-performance-changes-2n-clx-mrr-cmp:
1143       csit-vpp-perf-report-iterative-2005-2n-clx:
1144         - 12   # MRR
1145     vpp-performance-changes-2n-clx-mrr-cmp-2:
1146       csit-vpp-perf-report-iterative-2005-2n-clx:
1147         - 72   # MRR sel env 4
1148
1149 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1150 #      csit-vpp-perf-verify-1908-2n-skx:
1151 #        - 71  # NFV MRR
1152 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1153 #      # csit-vpp-perf-verify-2001-2n-skx:
1154 #      csit-vpp-perf-verify-1908-2n-skx:
1155 #        - 71  # NFV MRR
1156
1157     vpp-performance-changes-2n-dnv-mrr-h1:
1158       csit-vpp-perf-verify-1908-2n-dnv:
1159         - 11  # MRR sel
1160     vpp-performance-changes-2n-dnv-mrr-ref:
1161       csit-vpp-perf-verify-2001-2n-dnv:
1162         - 12  # MRR sel
1163     vpp-performance-changes-2n-dnv-mrr-cmp:
1164       csit-vpp-perf-report-iterative-2005-2n-dnv:
1165         - 15  # MRR sel
1166
1167     vpp-performance-changes-3n-dnv-mrr-h1:
1168       csit-vpp-perf-verify-1908-3n-dnv:
1169         - 17  # MRR sel
1170     vpp-performance-changes-3n-dnv-mrr-ref:
1171       csit-vpp-perf-verify-2001-3n-dnv:
1172         - 11  # MRR sel
1173     vpp-performance-changes-3n-dnv-mrr-cmp:
1174       csit-vpp-perf-report-iterative-2005-3n-dnv:
1175         - 8   # MRR
1176
1177     vpp-performance-changes-3n-tsh-mrr-h1:
1178       csit-vpp-perf-verify-1908-3n-tsh:
1179         - 17  # MRR sel
1180     vpp-performance-changes-3n-tsh-mrr-ref:
1181       csit-vpp-perf-verify-2001-3n-tsh:
1182         - 9   # MRR sel
1183     vpp-performance-changes-3n-tsh-mrr-cmp:
1184       csit-vpp-perf-report-iterative-2005-3n-tsh:
1185         - 10  # MRR sel
1186     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1187       csit-vpp-perf-report-iterative-2005-3n-tsh:
1188         - 27  # MRR sel env 4
1189
1190     dpdk-performance-changes-3n-hsw-h1:
1191       csit-dpdk-perf-verify-1908-3n-hsw:
1192         - 2   # NDRPDR sel
1193         - 3   # NDRPDR sel
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     dpdk-performance-changes-3n-hsw-ref:
1203       csit-dpdk-perf-verify-2001-3n-hsw:
1204         - 4   # NDRPDR sel
1205         - 5   # NDRPDR sel
1206         - 6   # NDRPDR sel
1207         - 7   # NDRPDR sel
1208         - 8   # NDRPDR sel
1209         - 9   # NDRPDR sel
1210         - 10  # NDRPDR sel
1211         - 11  # NDRPDR sel
1212         - 12  # NDRPDR sel
1213         - 13  # NDRPDR sel
1214         - 15  # NDRPDR sel
1215         - 16  # NDRPDR sel
1216         - 17  # NDRPDR sel
1217         - 18  # NDRPDR sel
1218         - 19  # NDRPDR sel
1219         - 20  # NDRPDR sel
1220         - 21  # NDRPDR sel
1221         - 22  # NDRPDR sel
1222         - 23  # NDRPDR sel
1223         - 24  # NDRPDR sel
1224     dpdk-performance-changes-3n-hsw-cmp:
1225       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1226         - 25  # NDRPDR iter
1227         - 26  # NDRPDR iter
1228         - 27  # NDRPDR iter
1229         - 28  # NDRPDR iter
1230         - 29  # NDRPDR iter
1231         - 30  # NDRPDR iter
1232         - 31  # NDRPDR iter
1233         - 32  # NDRPDR iter
1234         - 33  # NDRPDR iter
1235         - 34  # NDRPDR iter
1236
1237     dpdk-performance-changes-3n-skx-h1:
1238       csit-dpdk-perf-verify-1908-3n-skx:
1239         - 3   # NDRPDR sel
1240         - 4   # NDRPDR sel
1241         - 5   # NDRPDR sel
1242         - 6   # NDRPDR sel
1243         - 7   # NDRPDR sel
1244         - 8   # NDRPDR sel
1245         - 9   # NDRPDR sel
1246         - 10  # NDRPDR sel
1247         - 11  # NDRPDR sel
1248         - 12  # NDRPDR sel
1249     dpdk-performance-changes-3n-skx-ref:
1250       csit-dpdk-perf-verify-2001-3n-skx:
1251         - 29  # NDRPDR sel xxv710
1252         - 33  # NDRPDR sel xxv710
1253         - 34  # NDRPDR sel xxv710
1254         - 35  # NDRPDR sel xxv710
1255         - 36  # NDRPDR sel xxv710
1256         - 37  # NDRPDR sel xxv710
1257         - 41  # NDRPDR sel xxv710
1258         - 42  # NDRPDR sel xxv710
1259         - 43  # NDRPDR sel xxv710
1260         - 45  # NDRPDR sel xxv710
1261         - 30  # NDRPDR sel x710
1262         - 31  # NDRPDR sel x710
1263         - 32  # NDRPDR sel x710
1264         - 38  # NDRPDR sel x710
1265         - 39  # NDRPDR sel x710
1266         - 40  # NDRPDR sel x710
1267         - 44  # NDRPDR sel x710
1268         - 46  # NDRPDR sel x710
1269         - 47  # NDRPDR sel x710
1270         - 48  # NDRPDR sel x710
1271     dpdk-performance-changes-3n-skx-cmp:
1272       csit-dpdk-perf-report-iterative-2005-3n-skx:
1273         - 28  # NDRPDR iter
1274         - 29  # NDRPDR iter
1275         - 30  # NDRPDR iter
1276         - 31  # NDRPDR iter
1277         - 32  # NDRPDR iter
1278         - 33  # NDRPDR iter
1279         - 34  # NDRPDR iter
1280         - 35  # NDRPDR iter
1281         - 36  # NDRPDR iter
1282         - 37  # NDRPDR iter
1283
1284     dpdk-performance-changes-2n-skx-h1:
1285       csit-dpdk-perf-verify-1908-2n-skx:
1286         - 2   # NDRPDR sel
1287         - 3   # NDRPDR sel
1288         - 4   # NDRPDR sel
1289         - 5   # NDRPDR sel
1290         - 7   # NDRPDR sel
1291         - 8   # NDRPDR sel
1292         - 9   # NDRPDR sel
1293         - 10  # NDRPDR sel
1294         - 11  # NDRPDR sel
1295         - 12  # NDRPDR sel
1296     dpdk-performance-changes-2n-skx-ref:
1297       csit-dpdk-perf-verify-2001-2n-skx:
1298         - 35  # NDRPDR sel xxv710
1299         - 36  # NDRPDR sel xxv710
1300         - 37  # NDRPDR sel xxv710
1301         - 41  # NDRPDR sel xxv710
1302         - 42  # NDRPDR sel xxv710
1303         - 43  # NDRPDR sel xxv710
1304         - 46  # NDRPDR sel xxv710
1305         - 47  # NDRPDR sel xxv710
1306         - 52  # NDRPDR sel xxv710
1307         - 53  # NDRPDR sel xxv710
1308         - 38  # NDRPDR sel x710
1309         - 39  # NDRPDR sel x710
1310         - 40  # NDRPDR sel x710
1311         - 44  # NDRPDR sel x710
1312         - 45  # NDRPDR sel x710
1313         - 48  # NDRPDR sel x710
1314         - 49  # NDRPDR sel x710
1315         - 50  # NDRPDR sel x710
1316         - 51  # NDRPDR sel x710
1317         - 54  # NDRPDR sel x710
1318     dpdk-performance-changes-2n-skx-cmp:
1319       csit-dpdk-perf-report-iterative-2005-2n-skx:
1320         - 20  # NDRPDR iter
1321         - 21  # NDRPDR iter
1322         - 22  # NDRPDR iter
1323         - 23  # NDRPDR iter
1324         - 24  # NDRPDR iter
1325         - 25  # NDRPDR iter
1326         - 26  # NDRPDR iter
1327         - 27  # NDRPDR iter
1328         - 28  # NDRPDR iter
1329         - 29  # NDRPDR iter
1330
1331     dpdk-performance-changes-2n-clx-ref:
1332       csit-dpdk-perf-verify-2001-2n-clx:
1333         - 15  # NDRPDR sel
1334         - 16  # NDRPDR sel
1335         - 17  # NDRPDR sel
1336         - 18  # NDRPDR sel
1337         - 19  # NDRPDR sel
1338         - 20  # NDRPDR sel
1339         - 21  # NDRPDR sel
1340         - 22  # NDRPDR sel
1341         - 23  # NDRPDR sel
1342         - 24  # NDRPDR sel
1343         - 25  # NDRPDR sel
1344         - 26  # NDRPDR sel
1345         - 27  # NDRPDR sel
1346         - 28  # NDRPDR sel
1347         - 29  # NDRPDR sel
1348         - 30  # NDRPDR sel
1349         - 31  # NDRPDR sel
1350         - 32  # NDRPDR sel
1351         - 33  # NDRPDR sel
1352         - 34  # NDRPDR sel
1353     dpdk-performance-changes-2n-clx-cmp:
1354       csit-dpdk-perf-report-iterative-2005-2n-clx:
1355         - 20  # NDRPDR iter
1356         - 21  # NDRPDR iter
1357         - 22  # NDRPDR iter
1358         - 23  # NDRPDR iter
1359         - 24  # NDRPDR iter
1360         - 25  # NDRPDR iter
1361         - 26  # NDRPDR iter
1362         - 27  # NDRPDR iter
1363         - 28  # NDRPDR iter
1364         - 29  # NDRPDR iter
1365
1366     dpdk-performance-changes-2n-dnv-ref:
1367       csit-dpdk-perf-verify-2001-2n-dnv:
1368         - 9   # NDRPDR sel
1369         - 10  # NDRPDR sel
1370         - 11  # NDRPDR sel
1371         - 12  # NDRPDR sel
1372         - 13  # NDRPDR sel
1373         - 14  # NDRPDR sel
1374         - 15  # NDRPDR sel
1375         - 16  # NDRPDR sel
1376         - 17  # NDRPDR sel
1377         - 18  # NDRPDR sel
1378     dpdk-performance-changes-2n-dnv-cmp:
1379       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1380         - 8   # NDRPDR sel
1381         - 9   # NDRPDR sel
1382         - 10  # NDRPDR sel
1383         - 11  # NDRPDR sel
1384         - 12  # NDRPDR sel
1385         - 13  # NDRPDR sel
1386         - 14  # NDRPDR sel
1387         - 15  # NDRPDR sel
1388         - 16  # NDRPDR sel
1389         - 17  # NDRPDR sel
1390
1391     dpdk-performance-changes-3n-dnv-ref:
1392       csit-dpdk-perf-verify-2001-3n-dnv:
1393         - 12  # NDRPDR sel
1394         - 13  # NDRPDR sel
1395         - 14  # NDRPDR sel
1396         - 15  # NDRPDR sel
1397         - 16  # NDRPDR sel
1398         - 17  # NDRPDR sel
1399         - 18  # NDRPDR sel
1400         - 19  # NDRPDR sel
1401         - 20  # NDRPDR sel
1402         - 22  # NDRPDR sel
1403     dpdk-performance-changes-3n-dnv-cmp:
1404       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1405         - 6   # NDRPDR sel
1406         - 7   # NDRPDR sel
1407         - 8   # NDRPDR sel
1408         - 9   # NDRPDR sel
1409         - 10  # NDRPDR sel
1410         - 11  # NDRPDR sel
1411         - 12  # NDRPDR sel
1412         - 13  # NDRPDR sel
1413         - 14  # NDRPDR sel
1414         - 16  # NDRPDR sel
1415
1416     dpdk-performance-changes-3n-tsh-ref:
1417       csit-dpdk-perf-verify-2001-3n-tsh:
1418         - 3   # NDRPDR sel
1419         - 4   # NDRPDR sel
1420         - 5   # NDRPDR sel
1421         - 9   # NDRPDR sel
1422         - 10  # NDRPDR sel
1423         - 11  # NDRPDR sel
1424         - 12  # NDRPDR sel
1425         - 14  # NDRPDR sel
1426         - 15  # NDRPDR sel
1427         - 18  # NDRPDR sel
1428     dpdk-performance-changes-3n-tsh-cmp:
1429       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1430         - 5   # NDRPDR sel
1431
1432     # Compare testbeds
1433
1434     vpp-compare-testbeds-ref:
1435       csit-vpp-perf-report-iterative-2005-3n-hsw:
1436         - 20  # NDRPDR sel env 4
1437         - 21  # NDRPDR sel env 4
1438         - 22  # NDRPDR sel env 4
1439         - 23  # NDRPDR sel env 4
1440         - 24  # NDRPDR sel env 4
1441         - 25  # NDRPDR sel env 4
1442         - 26  # NDRPDR sel env 4
1443         - 27  # NDRPDR sel env 4
1444         - 28  # NDRPDR sel env 4
1445         - 29  # NDRPDR sel env 4
1446     vpp-compare-testbeds-cmp:
1447       csit-vpp-perf-report-iterative-2005-3n-skx:
1448         - 42  # NDRPDR sel env 4
1449         - 43  # NDRPDR sel env 4
1450         - 44  # NDRPDR sel env 4
1451         - 45  # NDRPDR sel env 4
1452         - 47  # NDRPDR sel env 4
1453
1454     vpp-compare-testbeds-skx-clx-ref:
1455       csit-vpp-perf-report-iterative-2005-2n-skx:
1456         - 88  # NDRPDR sel env 4
1457         - 89  # NDRPDR sel env 4
1458         - 90  # NDRPDR sel env 4
1459         - 91  # NDRPDR sel env 4
1460         - 92  # NDRPDR sel env 4
1461         - 93  # NDRPDR sel env 4
1462         - 94  # NDRPDR sel env 4
1463     vpp-compare-testbeds-skx-clx-cmp:
1464       csit-vpp-perf-report-iterative-2005-2n-clx:
1465         - 62  # NDRPDR sel env 4
1466         - 63  # NDRPDR sel env 4
1467         - 64  # NDRPDR sel env 4
1468         - 65  # NDRPDR sel env 4
1469         - 66  # NDRPDR sel env 4
1470         - 68  # NDRPDR sel env 4
1471         - 69  # NDRPDR sel env 4
1472         - 70  # NDRPDR sel env 4
1473
1474     vpp-compare-testbeds-hsw-clx-ref:
1475       csit-vpp-perf-report-iterative-2005-3n-hsw:
1476         - 20  # NDRPDR sel env 4
1477         - 21  # NDRPDR sel env 4
1478         - 22  # NDRPDR sel env 4
1479         - 23  # NDRPDR sel env 4
1480         - 24  # NDRPDR sel env 4
1481         - 25  # NDRPDR sel env 4
1482         - 26  # NDRPDR sel env 4
1483         - 27  # NDRPDR sel env 4
1484         - 28  # NDRPDR sel env 4
1485         - 29  # NDRPDR sel env 4
1486     vpp-compare-testbeds-hsw-clx-cmp:
1487       csit-vpp-perf-report-iterative-2005-2n-clx:
1488         - 62  # NDRPDR sel env 4
1489         - 63  # NDRPDR sel env 4
1490         - 64  # NDRPDR sel env 4
1491         - 65  # NDRPDR sel env 4
1492         - 66  # NDRPDR sel env 4
1493         - 68  # NDRPDR sel env 4
1494         - 69  # NDRPDR sel env 4
1495         - 70  # NDRPDR sel env 4
1496
1497     vpp-compare-testbeds-mrr-ref:
1498       csit-vpp-perf-report-iterative-2005-3n-hsw:
1499         - 30  # MRR env 4
1500     vpp-compare-testbeds-mrr-cmp:
1501       csit-vpp-perf-report-iterative-2005-3n-skx:
1502         - 49  # MRR sel env 4
1503
1504     vpp-compare-testbeds-mrr-skx-clx-ref:
1505       csit-vpp-perf-report-iterative-2005-2n-skx:
1506         - 99  # MRR sel env 4
1507     vpp-compare-testbeds-mrr-skx-clx-cmp:
1508       csit-vpp-perf-report-iterative-2005-2n-clx:
1509         - 72  # MRR env 4
1510
1511     vpp-compare-testbeds-mrr-hsw-clx-ref:
1512       csit-vpp-perf-report-iterative-2005-3n-hsw:
1513         - 30  # MRR env 4
1514     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1515       csit-vpp-perf-report-iterative-2005-2n-clx:
1516         - 72  # MRR env 4
1517
1518     dpdk-compare-testbeds-ref:
1519       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1520         - 25  # NDRPDR iter
1521         - 26  # NDRPDR iter
1522         - 27  # NDRPDR iter
1523         - 28  # NDRPDR iter
1524         - 29  # NDRPDR iter
1525         - 30  # NDRPDR iter
1526         - 31  # NDRPDR iter
1527         - 32  # NDRPDR iter
1528         - 33  # NDRPDR iter
1529         - 34  # NDRPDR iter
1530     dpdk-compare-testbeds-cmp:
1531       csit-dpdk-perf-report-iterative-2005-3n-skx:
1532         - 28  # NDRPDR iter
1533         - 29  # NDRPDR iter
1534         - 30  # NDRPDR iter
1535         - 31  # NDRPDR iter
1536         - 32  # NDRPDR iter
1537         - 33  # NDRPDR iter
1538         - 34  # NDRPDR iter
1539         - 35  # NDRPDR iter
1540         - 36  # NDRPDR iter
1541         - 37  # NDRPDR iter
1542
1543     dpdk-compare-testbeds-skx-clx-ref:
1544       csit-dpdk-perf-report-iterative-2005-2n-skx:
1545         - 20  # NDRPDR iter
1546         - 21  # NDRPDR iter
1547         - 22  # NDRPDR iter
1548         - 23  # NDRPDR iter
1549         - 24  # NDRPDR iter
1550         - 25  # NDRPDR iter
1551         - 26  # NDRPDR iter
1552         - 27  # NDRPDR iter
1553         - 28  # NDRPDR iter
1554         - 29  # NDRPDR iter
1555     dpdk-compare-testbeds-skx-clx-cmp:
1556       csit-dpdk-perf-report-iterative-2005-2n-clx:
1557         - 20  # NDRPDR iter
1558         - 21  # NDRPDR iter
1559         - 22  # NDRPDR iter
1560         - 23  # NDRPDR iter
1561         - 24  # NDRPDR iter
1562         - 25  # NDRPDR iter
1563         - 26  # NDRPDR iter
1564         - 27  # NDRPDR iter
1565         - 28  # NDRPDR iter
1566         - 29  # NDRPDR iter
1567
1568     # Compare topologies
1569
1570     vpp-compare-topologies-ref:
1571       csit-vpp-perf-report-iterative-2005-3n-skx:
1572         - 42  # NDRPDR sel env 4
1573         - 43  # NDRPDR sel env 4
1574         - 44  # NDRPDR sel env 4
1575         - 45  # NDRPDR sel env 4
1576         - 47  # NDRPDR sel env 4
1577     vpp-compare-topologies-cmp:
1578       csit-vpp-perf-report-iterative-2005-2n-skx:
1579         - 88  # NDRPDR sel env 4
1580         - 89  # NDRPDR sel env 4
1581         - 90  # NDRPDR sel env 4
1582         - 91  # NDRPDR sel env 4
1583         - 92  # NDRPDR sel env 4
1584         - 93  # NDRPDR sel env 4
1585         - 94  # NDRPDR sel env 4
1586
1587     vpp-compare-topologies-mrr-ref:
1588       csit-vpp-perf-report-iterative-2005-3n-skx:
1589         - 49  # MRR sel env 4
1590     vpp-compare-topologies-mrr-cmp:
1591       csit-vpp-perf-report-iterative-2005-2n-skx:
1592         - 99  # MRR sel env 4
1593
1594     dpdk-compare-topologies-ref:
1595       csit-dpdk-perf-report-iterative-2005-3n-skx:
1596         - 28  # NDRPDR iter
1597         - 29  # NDRPDR iter
1598         - 30  # NDRPDR iter
1599         - 31  # NDRPDR iter
1600         - 32  # NDRPDR iter
1601         - 33  # NDRPDR iter
1602         - 34  # NDRPDR iter
1603         - 35  # NDRPDR iter
1604         - 36  # NDRPDR iter
1605         - 37  # NDRPDR iter
1606     dpdk-compare-topologies-cmp:
1607       csit-dpdk-perf-report-iterative-2005-2n-skx:
1608         - 20  # NDRPDR iter
1609         - 21  # NDRPDR iter
1610         - 22  # NDRPDR iter
1611         - 23  # NDRPDR iter
1612         - 24  # NDRPDR iter
1613         - 25  # NDRPDR iter
1614         - 26  # NDRPDR iter
1615         - 27  # NDRPDR iter
1616         - 28  # NDRPDR iter
1617         - 29  # NDRPDR iter
1618
1619   plot-layouts:
1620
1621     plot-soak-throughput:
1622       titlefont:
1623         size: 18
1624       xaxis:
1625         title: "<b>Test Cases [Index]</b>"
1626         titlefont:
1627           size: 16
1628         autorange: True
1629         fixedrange: False
1630         gridcolor: "rgb(230, 230, 230)"
1631         linecolor: "rgb(220, 220, 220)"
1632         linewidth: 1
1633         showgrid: True
1634         showline: True
1635         showticklabels: True
1636         tickcolor: "rgb(220, 220, 220)"
1637         tickmode: "linear"
1638         tickfont:
1639           size: 16
1640         zeroline: False
1641       yaxis:
1642         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1643         titlefont:
1644           size: 16
1645         gridcolor: "rgb(230, 230, 230)"
1646         hoverformat: ".4r"
1647         tickformat: ".3r"
1648         linecolor: "rgb(220, 220, 220)"
1649         linewidth: 1
1650         showgrid: True
1651         showline: True
1652         showticklabels: True
1653         tickcolor: "rgb(220, 220, 220)"
1654         tickfont:
1655           size: 16
1656         zeroline: False
1657         range: [0,50]
1658       autosize: False
1659       margin:
1660         t: 50
1661         b: 0
1662         l: 80
1663         r: 20
1664       showlegend: True
1665       legend:
1666         orientation: "h"
1667         font:
1668           size: 16
1669       width: 700
1670       height: 900
1671       paper_bgcolor: "#fff"
1672       plot_bgcolor: "#fff"
1673       hoverlabel:
1674         namelength: -1
1675
1676     plot-service-density:
1677       titlefont:
1678         size: 18
1679       xaxis:
1680         side: "top"
1681         autorange: True
1682         fixedrange: False
1683         showgrid: False
1684         showline: False
1685         showticklabels: False
1686         ticks: ""
1687         ticklen: 0
1688         tickwidth: 0
1689         zeroline: False
1690       yaxis:
1691         autorange: "reversed"
1692         showgrid: False
1693         showline: False
1694         showticklabels: False
1695         ticks: ""
1696         ticklen: 0
1697         tickwidth: 0
1698         zeroline: False
1699       showlegend: False
1700       paper_bgcolor: "#fff"
1701       plot_bgcolor: "#fff"
1702       width: 700
1703       height: 700
1704       hoverlabel:
1705         namelength: -1
1706
1707     plot-hoststack:
1708       titlefont:
1709         size: 16
1710       xaxis:
1711         title: "<b>Test Cases [Index]</b>"
1712         titlefont:
1713           size: 14
1714         autorange: True
1715         fixedrange: False
1716         gridcolor: "rgb(230, 230, 230)"
1717         linecolor: "rgb(220, 220, 220)"
1718         linewidth: 1
1719         showgrid: True
1720         showline: True
1721         showticklabels: True
1722         tickcolor: "rgb(220, 220, 220)"
1723         tickmode: "linear"
1724         tickfont:
1725           size: 14
1726         zeroline: False
1727       yaxis:
1728         title: "<b>Bandwidth [Gbps]</b>"
1729         titlefont:
1730           size: 14
1731         gridcolor: "rgb(230, 230, 230)"
1732         hoverformat: ".4s"
1733         linecolor: "rgb(220, 220, 220)"
1734         linewidth: 1
1735         rangemode: "tozero"
1736         showgrid: True
1737         showline: True
1738         showticklabels: True
1739         tickcolor: "rgb(230, 230, 230)"
1740         tickformat: ".3s"
1741         tickfont:
1742           size: 14
1743         zeroline: False
1744       boxmode: "group"
1745       boxgroupgap: 0.5
1746       autosize: False
1747       margin:
1748         t: 50
1749         b: 20
1750         l: 80
1751         r: 20
1752       showlegend: True
1753       legend:
1754         orientation: "h"
1755         font:
1756           size: 14
1757       width: 700
1758       height: 800
1759       paper_bgcolor: "#fff"
1760       plot_bgcolor: "#fff"
1761       hoverlabel:
1762         namelength: -1
1763
1764     plot-throughput:
1765       titlefont:
1766         size: 18
1767       xaxis:
1768         title: "<b>Test Cases [Index]</b>"
1769         titlefont:
1770           size: 16
1771         autorange: True
1772         fixedrange: False
1773         gridcolor: "rgb(230, 230, 230)"
1774         linecolor: "rgb(220, 220, 220)"
1775         linewidth: 1
1776         showgrid: True
1777         showline: True
1778         showticklabels: True
1779         tickcolor: "rgb(220, 220, 220)"
1780         tickmode: "linear"
1781         tickfont:
1782           size: 16
1783         zeroline: False
1784       yaxis:
1785         title: "<b>Packet Throughput [Mpps]</b>"
1786         titlefont:
1787           size: 16
1788         gridcolor: "rgb(230, 230, 230)"
1789         hoverformat: ".4r"
1790         tickformat: ".3r"
1791         linecolor: "rgb(220, 220, 220)"
1792         linewidth: 1
1793         showgrid: True
1794         showline: True
1795         showticklabels: True
1796         tickcolor: "rgb(220, 220, 220)"
1797         tickfont:
1798           size: 16
1799         zeroline: False
1800         range: [0,50]
1801       autosize: False
1802       margin:
1803         t: 50
1804         b: 0
1805         l: 80
1806         r: 20
1807       showlegend: True
1808       legend:
1809         orientation: "h"
1810         font:
1811           size: 16
1812       width: 700
1813       height: 900
1814       paper_bgcolor: "#fff"
1815       plot_bgcolor: "#fff"
1816       hoverlabel:
1817         namelength: -1
1818
1819     plot-throughput-speedup-analysis:
1820       titlefont:
1821         size: 18
1822       xaxis:
1823         title: "<b>Number of Cores [Qty]</b>"
1824         titlefont:
1825           size: 16
1826         autorange: True
1827         fixedrange: False
1828         gridcolor: "rgb(230, 230, 230)"
1829         linecolor: "rgb(220, 220, 220)"
1830         linewidth: 1
1831         showgrid: True
1832         showline: True
1833         showticklabels: True
1834         tickcolor: "rgb(238, 238, 238)"
1835         tickmode: "linear"
1836         tickfont:
1837           size: 16
1838         zeroline: False
1839       yaxis:
1840         title: "<b>Packet Throughput [Mpps]</b>"
1841         titlefont:
1842           size: 16
1843         type: "linear"
1844         gridcolor: "rgb(230, 230, 230)"
1845         hoverformat: ".4s"
1846         linecolor: "rgb(220, 220, 220)"
1847         linewidth: 1
1848         showgrid: True
1849         showline: True
1850         showticklabels: True
1851         tickcolor: "rgb(220, 220, 220)"
1852         tickformat: ".4s"
1853         tickfont:
1854           size: 16
1855         zeroline: True
1856         rangemode: "tozero"
1857         range: [0,100]
1858       legend:
1859         orientation: "h"
1860         font:
1861           size: 16
1862         xanchor: "left"
1863         yanchor: "top"
1864         x: 0
1865         y: -0.2
1866         bgcolor: "rgba(255, 255, 255, 0)"
1867         bordercolor: "rgba(255, 255, 255, 0)"
1868         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1869       autosize: False
1870       margin:
1871           't': 50
1872           'b': 150
1873           'l': 85
1874           'r': 10
1875       showlegend: True
1876       width: 700
1877       height: 700
1878       paper_bgcolor: "#fff"
1879       plot_bgcolor: "#fff"
1880       hoverlabel:
1881         namelength: -1
1882       annotations: [
1883         {
1884           text: "_ _          __          ...",
1885           align: "left",
1886           showarrow: False,
1887           xref: "paper",
1888           yref: "paper",
1889           xanchor: "left",
1890           yanchor: "top",
1891           x: 0,
1892           y: -0.13,
1893           font: {
1894             family: "Consolas, Courier New",
1895             size: 15
1896           },
1897         },
1898         {
1899           text: "    Perfect     Measured     Limit",
1900           align: "left",
1901           showarrow: False,
1902           xref: "paper",
1903           yref: "paper",
1904           xanchor: "left",
1905           yanchor: "top",
1906           x: 0,
1907           y: -0.15,
1908           font: {
1909             family: "Consolas, Courier New",
1910             size: 15
1911           },
1912         },
1913       ]
1914
1915     plot-latency:
1916       titlefont:
1917         size: 18
1918       xaxis:
1919         title: "<b>Direction</b>"
1920         titlefont:
1921           size: 16
1922         autorange: True
1923         fixedrange: False
1924         gridcolor: "rgb(230, 230, 230)"
1925         linecolor: "rgb(220, 220, 220)"
1926         linewidth: 1
1927         showgrid: True
1928         showline: True
1929         showticklabels: False
1930         tickcolor: "rgb(220, 220, 220)"
1931         tickmode: "linear"
1932         tickfont:
1933           size: 16
1934         zeroline: False
1935       yaxis:
1936         title: "<b>Packet Latency [uSec]</b>"
1937         titlefont:
1938           size: 16
1939         type: "linear"
1940         gridcolor: "rgb(230, 230, 230)"
1941         hoverformat: ".4s"
1942         linecolor: "rgb(220, 220, 220)"
1943         linewidth: 1
1944         showgrid: True
1945         showline: True
1946         showticklabels: True
1947         tickcolor: "rgb(220, 220, 220)"
1948         tickformat: ".4s"
1949         tickfont:
1950           size: 16
1951         zeroline: True
1952         rangemode: "tozero"
1953       legend:
1954         orientation: "h"
1955         font:
1956           size: 16
1957         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1958       autosize: False
1959       margin:
1960           't': 50
1961           'b': 150
1962           'l': 80
1963           'r': 10
1964       showlegend: True
1965       width: 700
1966       height: 700
1967       paper_bgcolor: "#fff"
1968       plot_bgcolor: "#fff"
1969       hoverlabel:
1970         namelength: -1
1971
1972     plot-hdrh-latency:
1973       title:
1974         text: ""
1975         xanchor: "center"
1976         x: 0.5
1977         font:
1978           size: 16
1979       width: 700
1980       plot_bgcolor: "white"
1981       annotations:
1982         - font:
1983             size: 14
1984           showarrow: False
1985           text: "<b>Packet Latency [uSec]</b>"
1986           x: 1
1987           xanchor: "right"
1988           xref: "paper"
1989           y: -0.045
1990           yanchor: "top"
1991           yref: "paper"
1992         - font:
1993             size: 14
1994           showarrow: False
1995           text: "<b>Probability [%]</b>"
1996           textangle: 270
1997           x: -0.06
1998           xanchor: "center"
1999           xref: "paper"
2000           y: 0.5
2001           yanchor: "middle"
2002           yref: "paper"
2003         - font:
2004             size: 14
2005           showarrow: False
2006           text: "<b>Direction: E-W</b>"
2007           x: 0.24
2008           xanchor: "center"
2009           xref: "paper"
2010           y: 1.05
2011           yanchor: "bottom"
2012           yref: "paper"
2013         - font:
2014             size: 14
2015           showarrow: False
2016           text: "<b>Direction: W-E</b>"
2017           x: 0.74
2018           xanchor: "center"
2019           xref: "paper"
2020           y: 1.05
2021           yanchor: "bottom"
2022           yref: "paper"
2023
2024     plot-hdrh-latency-percentile:
2025       title:
2026         text: ""
2027         xanchor: "center"
2028         x: 0.5
2029         font:
2030           size: 18
2031       xaxis:
2032         type: "log"
2033         title: "<b>Percentile [%]</b>"
2034         titlefont:
2035           size: 16
2036         autorange: True
2037         fixedrange: False
2038         gridcolor: "rgb(230, 230, 230)"
2039         linecolor: "rgb(220, 220, 220)"
2040         linewidth: 1
2041         showgrid: True
2042         showline: True
2043         showticklabels: True
2044         tickcolor: "rgb(220, 220, 220)"
2045         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2046         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2047         tickfont:
2048           size: 16
2049       yaxis:
2050         title: "<b>Packet Latency [uSec]</b>"
2051         titlefont:
2052           size: 16
2053         gridcolor: "rgb(230, 230, 230)"
2054         linecolor: "rgb(220, 220, 220)"
2055         linewidth: 1
2056         showgrid: True
2057         showline: True
2058         showticklabels: True
2059         tickcolor: "rgb(220, 220, 220)"
2060         tickfont:
2061           size: 16
2062       autosize: False
2063       showlegend: True
2064       legend:
2065         traceorder: "normal"
2066         orientation: "h"
2067         font:
2068           size: 16
2069         xanchor: "left"
2070         yanchor: "top"
2071         x: 0
2072         y: -0.15
2073         bgcolor: "rgba(255, 255, 255, 0)"
2074         bordercolor: "rgba(255, 255, 255, 0)"
2075       width: 700
2076       height: 700
2077       paper_bgcolor: "white"
2078       plot_bgcolor: "white"
2079
2080     plot-hdrh-latency-by-percentile:
2081       title:
2082         text: "<b>Latency by Percentile Distribution</b>"
2083         xanchor: "center"
2084         x: 0.5
2085         font:
2086           size: 18
2087       showlegend: True
2088       legend:
2089         traceorder: "normal"
2090         orientation: "h"
2091         font:
2092           size: 16
2093         xanchor: "left"
2094         yanchor: "top"
2095         x: 0
2096         y: -0.2
2097         bgcolor: "rgba(255, 255, 255, 0)"
2098         bordercolor: "rgba(255, 255, 255, 0)"
2099       xaxis:
2100         type: "linear"
2101         title: "<b>Percentile [%]</b>"
2102         titlefont:
2103           size: 14
2104         autorange: False
2105         fixedrange: False
2106         range: [0, 100]
2107         gridcolor: "rgb(230, 230, 230)"
2108         linecolor: "rgb(220, 220, 220)"
2109         linewidth: 1
2110         showgrid: True
2111         showline: True
2112         showticklabels: True
2113         tickcolor: "rgb(220, 220, 220)"
2114         tickvals: [0, 25, 50, 75, 100]
2115         ticktext: [0, 25, 50, 75, 100]
2116         tickfont:
2117           size: 14
2118       yaxis:
2119         title: "<b>One-Way Latency per Direction [uSec]</b>"
2120         titlefont:
2121           size: 14
2122         gridcolor: "rgb(230, 230, 230)"
2123         linecolor: "rgb(220, 220, 220)"
2124         linewidth: 1
2125         showgrid: True
2126         showline: True
2127         showticklabels: True
2128         tickcolor: "rgb(220, 220, 220)"
2129         tickfont:
2130           size: 14
2131       width: 700
2132       height: 700
2133       paper_bgcolor: "white"
2134       plot_bgcolor: "white"
2135
2136 - type: "static"
2137   src-path: "{DIR[RST]}"
2138   dst-path: "{DIR[WORKING,SRC]}"
2139
2140 - type: "input"
2141   general:
2142     file-name: "output_info.xml.gz"
2143     file-format: ".gz"
2144     arch-file-format:
2145       - ".gz"
2146       - ".zip"
2147     download-path: "{job}/{build}/archives/{filename}"
2148     extract: "output.xml"
2149
2150     zip-file-name: "robot-plugin.zip"
2151     zip-file-format: ".zip"
2152     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2153     zip-extract: "robot-plugin/output.xml"
2154
2155   builds:
2156
2157     csit-vpp-perf-verify-1908-3n-hsw:
2158       - 12  # NDRPDR sel
2159       - 13  # NDRPDR sel
2160       - 14  # NDRPDR sel
2161       - 15  # NDRPDR sel
2162       - 16  # NDRPDR sel
2163       - 17  # NDRPDR sel
2164       - 18  # NDRPDR sel
2165       - 19  # NDRPDR sel
2166       - 20  # NDRPDR sel
2167       - 21  # NDRPDR sel
2168       - 39  # MRR sel
2169     csit-vpp-perf-verify-2001-3n-hsw:
2170       - 21  # NDRPDR sel
2171       - 22  # NDRPDR sel
2172       - 23  # NDRPDR sel
2173       - 24  # NDRPDR sel
2174       - 25  # NDRPDR sel
2175       - 29  # NDRPDR sel
2176       - 30  # NDRPDR sel
2177       - 31  # NDRPDR sel
2178       - 32  # NDRPDR sel
2179       - 34  # NDRPDR sel
2180       - 17  # MRR sel
2181     csit-vpp-perf-report-iterative-2005-3n-hsw:
2182       - 3   # NDRPDR sel
2183       - 4   # NDRPDR sel
2184       - 5   # NDRPDR sel
2185       - 10  # NDRPDR sel
2186       - 11  # NDRPDR sel
2187       - 12  # NDRPDR sel
2188       - 15  # NDRPDR sel
2189       - 16  # NDRPDR sel
2190       - 18  # NDRPDR sel
2191       - 19  # NDRPDR sel
2192       - 20  # NDRPDR sel env 4
2193       - 21  # NDRPDR sel env 4
2194       - 22  # NDRPDR sel env 4
2195       - 23  # NDRPDR sel env 4
2196       - 24  # NDRPDR sel env 4
2197       - 25  # NDRPDR sel env 4
2198       - 26  # NDRPDR sel env 4
2199       - 27  # NDRPDR sel env 4
2200       - 28  # NDRPDR sel env 4
2201       - 29  # NDRPDR sel env 4
2202       - 13  # MRR
2203       - 30  # MRR env 4
2204       - 31  # NDRPDR sel 2001.0-4
2205       - 32  # NDRPDR sel 2001.0-4
2206       - 33  # NDRPDR sel 2001.0-4
2207       - 34  # NDRPDR sel 2001.0-4
2208       - 35  # NDRPDR sel 2001.0-4
2209       - 36  # NDRPDR sel 2001.0-4
2210       - 38  # NDRPDR sel 2001.0-4
2211     csit-vpp-perf-verify-2005-3n-hsw:
2212       - 3   # hoststack
2213       - 5   # hoststack
2214       - 6   # hoststack
2215       - 7   # hoststack
2216       - 8   # hoststack
2217       - 9   # hoststack
2218       - 10  # hoststack
2219       - 11  # hoststack
2220       - 12  # hoststack
2221       - 13  # hoststack
2222     csit-vpp-perf-report-coverage-2005-3n-hsw:
2223       - 74  # crypto-00
2224       - 75  # crypto-01
2225       - 76  # crypto-02
2226       - 77  # crypto-03
2227       - 78  # ip4-00
2228       - 79  # ip4-01
2229       - 80  # ip4-02
2230       - 81  # ip4-03
2231       - 73  # ip4-04
2232       - 82  # ip4-05
2233       - 83  # ip4-06
2234       - 84  # ip4-07
2235       - 85  # ip4-08
2236       - 86  # ip4tun-00
2237       - 87  # ip4tun-01
2238       - 88  # ip4tun-02
2239       - 89  # ip6-00
2240       - 90  # ip6-01
2241       - 91  # ip6tun-00
2242       - 92  # l2-00
2243       - 93  # l2-01
2244       - 94  # l2-02
2245       - 95  # l2-03
2246       - 96  # l2-04
2247       - 97  # l2-05
2248       - 98  # l2-06
2249       - 99  # l2-07
2250       - 100 # l2-08
2251       - 101 # l2-09
2252       - 102 # l2-10
2253       - 103 # memif-00
2254       - 104 # srv6-00
2255       - 105 # srv6-01
2256       - 106 # vhost-00
2257       - 107 # vhost-01
2258       - 109 # vhost-02
2259
2260     csit-vpp-perf-verify-1908_1-3n-skx:
2261       - 26  # NDRPDR sel - new1908.1
2262       - 27  # NDRPDR sel - new1908.1
2263       - 28  # NDRPDR sel - new1908.1
2264       - 29  # NDRPDR sel - new1908.1
2265       - 30  # NDRPDR sel - new1908.1
2266       - 31  # NDRPDR sel - new1908.1
2267       - 33  # NDRPDR sel - new1908.1
2268       - 34  # NDRPDR sel - new1908.1
2269       - 35  # NDRPDR sel - new1908.1
2270       - 36  # NDRPDR sel - new1908.1
2271     csit-vpp-perf-verify-2001-3n-skx:
2272       - 69  # NDRPDR sel - new2001.0
2273       - 71  # NDRPDR sel - new2001.0
2274       - 72  # NDRPDR sel - new2001.0
2275       - 76  # NDRPDR sel - new2001.0
2276       - 77  # NDRPDR sel - new2001.0
2277       - 78  # NDRPDR sel - new2001.0
2278       - 80  # NDRPDR sel - new2001.0
2279       - 50  # MRR sel
2280       - 53  # MRR sel addition
2281     csit-vpp-perf-report-iterative-2005-3n-skx:
2282       - 4   # NDRPDR sel
2283       - 5   # NDRPDR sel ??? all x710 failed
2284       - 33  # NDRPDR sel
2285       - 28  # NDRPDR sel
2286       - 34  # NDRPDR sel
2287       - 36  # NDRPDR sel
2288       - 37  # NDRPDR sel
2289       - 38  # NDRPDR sel
2290       - 39  # NDRPDR sel
2291       - 41  # NDRPDR sel
2292       - 42  # NDRPDR sel env 4
2293       - 43  # NDRPDR sel env 4
2294       - 44  # NDRPDR sel env 4
2295       - 45  # NDRPDR sel env 4
2296       - 47  # NDRPDR sel env 4
2297       - 50  # NDRPDR sel 2001.0-4
2298       - 51  # NDRPDR sel 2001.0-4
2299       - 52  # NDRPDR sel 2001.0-4
2300       - 53  # NDRPDR sel 2001.0-4
2301       - 54  # NDRPDR sel 2001.0-4
2302       - 6   # MRR sel
2303       - 49  # MRR sel env 4
2304 #    csit-vpp-perf-report-coverage-2005-3n-skx:
2305 #      - 10  # perf-full-3n-skx-crypto_I
2306 #      - 11  # perf-full-3n-skx-crypto_II
2307 #      - 12  # perf-full-3n-skx-crypto_III
2308 #      - 5   # perf-full-3n-skx-ip4_I
2309 #      - 14  # perf-full-3n-skx-ip4_II
2310 #      - 7   # perf-full-3n-skx-ip4_III
2311 #      - 15  # perf-full-3n-skx-ip4_IV
2312 #      - 16  # perf-full-3n-skx-ip4_V
2313 #      - 17  # perf-full-3n-skx-ip4_VI
2314 #      - 18  # perf-full-3n-skx-ip4_VII
2315 #      - 19  # perf-full-3n-skx-ip4_VIII
2316 #      - 20  # perf-full-3n-skx-ip4_IX
2317 #      - 24  # perf-full-3n-skx-ip6_I
2318 #      - 25  # perf-full-3n-skx-ip6_II
2319 #      - 21  # perf-full-3n-skx-ip4tunnels-I
2320 #      - 22  # perf-full-3n-skx-ip4tunnels-II
2321 #      - 23  # perf-full-3n-skx-ip4tunnels-III
2322 #      - 26  # perf-full-3n-skx-ip6tunnels-I
2323 #      - 28  # perf-full-3n-skx-l2_II
2324 #      - 29  # perf-full-3n-skx-l2_III
2325 #      - 30  # perf-full-3n-skx-l2_IV
2326 #      - 32  # perf-full-3n-skx-l2_VI
2327 #      - 33  # perf-full-3n-skx-l2_VII
2328 #      - 34  # perf-full-3n-skx-l2_VIII
2329 #      - 35  # perf-full-3n-skx-l2_IX
2330 #      - 36  # perf-full-3n-skx-l2_X
2331 #      - 37  # perf-full-3n-skx-l2_XI
2332 #      - 38  # perf-full-3n-skx-memif
2333 #      - 39  # perf-full-3n-skx-srv6-I
2334 #      - 40  # perf-full-3n-skx-srv6-II
2335 #      - 43  # perf-full-3n-skx-vhost-III
2336
2337     csit-vpp-perf-verify-1908_1-2n-skx:
2338       - 39  # NDRPDR sel - new1908.1
2339       - 40  # NDRPDR sel - new1908.1
2340       - 41  # NDRPDR sel - new1908.1
2341       - 43  # NDRPDR sel - new1908.1
2342       - 44  # NDRPDR sel - new1908.1
2343       - 45  # NDRPDR sel - new1908.1
2344       - 46  # NDRPDR sel - new1908.1
2345       - 47  # NDRPDR sel - new1908.1
2346       - 48  # NDRPDR sel - new1908.1
2347       - 49  # NDRPDR sel - new1908.1
2348     csit-vpp-perf-verify-2001-2n-skx:
2349       - 143  # NDRPDR sel - new2001.0
2350       - 146  # NDRPDR sel - new2001.0
2351       - 147  # NDRPDR sel - new2001.0
2352       - 148  # NDRPDR sel - new2001.0
2353       - 149  # NDRPDR sel - new2001.0
2354       - 150  # NDRPDR sel - new2001.0
2355       - 151  # NDRPDR sel - new2001.0
2356       - 152  # NDRPDR sel - new2001.0
2357       - 153  # NDRPDR sel - new2001.0
2358       - 154  # NDRPDR sel - new2001.0
2359       - 101  # MRR sel - old
2360       - 128  # MRR sel addition - old
2361     csit-vpp-perf-report-iterative-2005-2n-skx:
2362       - 43  # NDRPDR sel
2363       - 38  # NDRPDR sel
2364       - 7   # NDRPDR sel
2365       - 65  # NDRPDR sel
2366       - 47  # NDRPDR sel
2367       - 55  # NDRPDR sel
2368       - 67  # NDRPDR sel
2369       - 75  # NDRPDR sel
2370       - 76  # NDRPDR sel
2371       - 73  # NDRPDR sel
2372       - 88  # NDRPDR sel env 4
2373       - 89  # NDRPDR sel env 4
2374       - 90  # NDRPDR sel env 4
2375       - 91  # NDRPDR sel env 4
2376       - 92  # NDRPDR sel env 4
2377       - 93  # NDRPDR sel env 4
2378       - 94  # NDRPDR sel env 4
2379       - 100 # NDRPDR sel 2001.0-4
2380       - 101 # NDRPDR sel 2001.0-4
2381       - 102 # NDRPDR sel 2001.0-4
2382       - 103 # NDRPDR sel 2001.0-4
2383       - 104 # NDRPDR sel 2001.0-4
2384       - 105 # NDRPDR sel 2001.0-4
2385       - 42  # MRR sel
2386       - 99  # MRR sel env 4
2387       - 106 # Reconf env 4
2388       - 107 # Reconf env 4
2389       - 108 # Reconf env 4
2390       - 109 # Reconf env 4
2391       - 110 # Reconf env 4
2392       - 111 # Reconf env 4
2393       - 112 # Reconf env 4
2394       - 118 # Reconf env 4
2395       - 120 # Reconf env 4
2396       - 121 # Reconf env 4
2397       - 49  # Soak
2398       - 54  # Soak
2399       - 113 # nf-density-sel env 4
2400       - 114 # nf-density-sel env 4
2401       - 115 # MRR nf-density-sel env 4
2402 #    csit-vpp-perf-report-coverage-2005-2n-skx:
2403 #      - 11  # perf-full-2n-skx-ip4_I
2404 #      - 3   # perf-full-2n-skx-ip4_II
2405 #      - 18  # perf-full-2n-skx-ip4_III
2406 #      - 19  # perf-full-2n-skx-ip4_IV
2407 #      - 5   # perf-full-2n-skx-ip4_V
2408 #      - 20  # perf-full-2n-skx-ip4_VI
2409 #      - 7   # perf-full-2n-skx-ip6_I
2410 #      - 21  # perf-full-2n-skx-ip6_II
2411 #      - 9   # perf-full-2n-skx-l2_I
2412 #      - 22  # perf-full-2n-skx-l2_II
2413 #      - 23  # perf-full-2n-skx-memif
2414 #      - 24  # perf-full-2n-skx-loadbalancer
2415 #      - 25  # perf-full-2n-skx-vhost I
2416 #      - 26  # perf-full-2n-skx-vhost II
2417 #      - 27  # perf-full-2n-skx-vts
2418
2419     csit-vpp-perf-verify-1908_1-2n-clx:
2420       - 5  # NDRPDR sel
2421       - 6  # NDRPDR sel
2422       - 7  # NDRPDR sel
2423       - 8  # NDRPDR sel
2424       - 9  # NDRPDR sel
2425     csit-vpp-perf-verify-2001-2n-clx:
2426       - 28  # NDRPDR sel
2427       - 29  # NDRPDR sel
2428       - 32  # NDRPDR sel
2429       - 40  # NDRPDR sel
2430       - 43  # NDRPDR sel
2431       - 44  # NDRPDR sel
2432       - 45  # NDRPDR sel
2433       - 47  # NDRPDR sel
2434       - 48  # NDRPDR sel
2435       - 49  # NDRPDR sel
2436       - 39  # MRR
2437     csit-vpp-perf-report-iterative-2005-2n-clx:
2438       - 7   # NDRPDR sel
2439       - 38  # NDRPDR sel
2440       - 9   # NDRPDR sel
2441       - 32  # NDRPDR sel ???
2442       - 33  # NDRPDR sel ???
2443       - 39  # NDRPDR sel
2444       - 40  # NDRPDR sel
2445       - 43  # NDRPDR sel
2446       - 50  # NDRPDR sel
2447       - 51  # NDRPDR sel
2448       - 62  # NDRPDR sel env 4
2449       - 63  # NDRPDR sel env 4
2450       - 64  # NDRPDR sel env 4
2451       - 65  # NDRPDR sel env 4
2452       - 66  # NDRPDR sel env 4
2453       - 68  # NDRPDR sel env 4
2454       - 69  # NDRPDR sel env 4
2455       - 70  # NDRPDR sel env 4
2456       - 73  # NDRPDR sel 2001.0-4
2457       - 74  # NDRPDR sel 2001.0-4
2458       - 75  # NDRPDR sel 2001.0-4
2459       - 76  # NDRPDR sel 2001.0-4
2460       - 77  # NDRPDR sel 2001.0-4
2461       - 78  # NDRPDR sel 2001.0-4
2462       - 79  # NDRPDR sel 2001.0-4
2463       - 80  # NDRPDR sel 2001.0-4
2464       - 12  # MRR
2465       - 72  # MRR env 4
2466       - 81  # Reconf env 4
2467       - 82  # Reconf env 4
2468       - 83  # Reconf env 4
2469       - 84  # Reconf env 4
2470       - 85  # Reconf env 4
2471       - 86  # Reconf env 4
2472       - 87  # Reconf env 4
2473       - 88  # Reconf env 4
2474       - 89  # Reconf env 4
2475       - 90  # Reconf env 4
2476       - 44  # Soak
2477       - 49  # Soak
2478       - 91  # nfv-density-00 env 4
2479       - 92  # nfv-density-00 env 4
2480       - 93  # nfv-density-00 env 4
2481       - 97  # nfv-density-00 env 4
2482       - 98  # nfv-density-00 env 4
2483       - 99  # nfv-density-00 env 4
2484       - 100 # nfv-density-00 env 4
2485       - 96  # MRR nfv-density-00 env 4
2486 #    csit-vpp-perf-report-coverage-2005-2n-clx:
2487 #      - 21  # perf-full-2n-clx-ip4_I
2488 #      - 2   # perf-full-2n-clx-ip4_II
2489 #      - 3   # perf-full-2n-clx-ip4_III
2490 #      - 4   # perf-full-2n-clx-ip4_IV
2491 #      - 5   # perf-full-2n-clx-ip4_V
2492 #      - 6   # perf-full-2n-clx-ip4_VI
2493 #      - 7   # perf-full-2n-clx-ip6_I
2494 #      - 16  # perf-full-2n-clx-ip6_II
2495 #      - 23  # perf-full-2n-clx-l2_I
2496 #      - 10  # perf-full-2n-clx-l2_II
2497 #      - 11  # perf-full-2n-clx-memif
2498 #      - 12  # perf-full-2n-clx-loadbalancer
2499 #      - 13  # perf-full-2n-clx-vhost I
2500 #      - 22  # perf-full-2n-clx-vhost II
2501 #      - 15  # perf-full-2n-clx-vts
2502
2503     csit-vpp-perf-verify-1908-3n-tsh:
2504       - 7   # NDRPDR sel
2505       - 8   # NDRPDR sel
2506       - 9   # NDRPDR sel
2507       - 10  # NDRPDR sel
2508       - 11  # NDRPDR sel
2509       - 12  # NDRPDR sel
2510       - 13  # NDRPDR sel
2511       - 14  # NDRPDR sel
2512       - 15  # NDRPDR sel
2513       - 16  # NDRPDR sel
2514       - 17  # MRR sel
2515     csit-vpp-perf-verify-2001-3n-tsh:
2516       - 3   # NDRPDR sel
2517       - 4   # NDRPDR sel
2518       - 7   # NDRPDR sel
2519       - 8   # NDRPDR sel
2520       - 10  # NDRPDR sel
2521       - 12  # NDRPDR sel
2522       - 13  # NDRPDR sel
2523       - 14  # NDRPDR sel
2524       - 15  # NDRPDR sel
2525       - 21  # NDRPDR sel
2526       - 9   # MRR sel
2527     csit-vpp-perf-report-iterative-2005-3n-tsh:
2528       - 9   # NDRPDR sel
2529       - 11  # NDRPDR sel
2530       - 12  # NDRPDR sel
2531       - 20  # NDRPDR sel
2532       - 14  # NDRPDR sel
2533       - 21  # NDRPDR sel
2534       - 23  # NDRPDR sel env 4
2535       - 25  # NDRPDR sel env 4
2536       - 33  # NDRPDR sel env 4
2537       - 34  # NDRPDR sel env 4
2538       - 28  # NDRPDR sel 2001.0-4
2539       - 29  # NDRPDR sel 2001.0-4
2540       - 31  # NDRPDR sel 2001.0-4
2541       - 10  # MRR sel
2542       - 27  # MRR sel env 4
2543
2544     csit-vpp-perf-verify-1908-3n-dnv:
2545       - 6   # NDRPDR sel
2546       - 7   # NDRPDR sel
2547       - 8   # NDRPDR sel
2548       - 9   # NDRPDR sel
2549       - 10  # NDRPDR sel
2550       - 12  # NDRPDR sel
2551       - 13  # NDRPDR sel
2552       - 14  # NDRPDR sel
2553       - 15  # NDRPDR sel
2554       - 16  # NDRPDR sel
2555       - 17  # MRR sel
2556     csit-vpp-perf-verify-2001-3n-dnv:
2557       - 5   # NDRPDR sel
2558       - 6   # NDRPDR sel
2559       - 7   # NDRPDR sel
2560       - 8   # NDRPDR sel
2561       - 9   # NDRPDR sel
2562       - 10  # NDRPDR sel
2563       - 12  # NDRPDR sel
2564       - 16  # NDRPDR sel
2565       - 17  # NDRPDR sel
2566       - 18  # NDRPDR sel
2567       - 11  # MRR sel
2568     csit-vpp-perf-report-iterative-2005-3n-dnv:
2569       - 2   # NDRPDR sel
2570       - 3   # NDRPDR sel
2571       - 4   # NDRPDR sel
2572       - 5   # NDRPDR sel
2573       - 6   # NDRPDR sel
2574       - 7   # NDRPDR sel
2575       - 9   # NDRPDR sel
2576       - 10  # NDRPDR sel
2577       - 11  # NDRPDR sel
2578       - 12  # NDRPDR sel
2579       - 8   # MRR
2580     csit-vpp-perf-report-coverage-2005-3n-dnv:
2581       - 1   # perf-full-3n-dnv-crypto_I
2582       - 24  # perf-full-3n-dnv-crypto_II
2583       - 5   # perf-full-3n-dnv-ip4_I
2584       - 13  # perf-full-3n-dnv-ip4_II
2585       - 17  # perf-full-3n-dnv-ip6_I
2586       - 18  # perf-full-3n-dnv-ip6_II
2587       - 21  # perf-full-3n-dnv-l2_I
2588       - 22  # perf-full-3n-dnv-l2_II
2589       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2590
2591     csit-vpp-perf-verify-1908-2n-dnv:
2592       - 1   # NDRPDR sel
2593       - 2   # NDRPDR sel
2594       - 3   # NDRPDR sel
2595       - 4   # NDRPDR sel
2596       - 5   # NDRPDR sel
2597       - 6   # NDRPDR sel
2598       - 7   # NDRPDR sel
2599       - 8   # NDRPDR sel
2600       - 9   # NDRPDR sel
2601       - 10  # NDRPDR sel
2602       - 11  # MRR sel
2603     csit-vpp-perf-verify-2001-2n-dnv:
2604       - 4   # NDRPDR sel
2605       - 5   # NDRPDR sel
2606       - 6   # NDRPDR sel
2607       - 7   # NDRPDR sel
2608       - 8   # NDRPDR sel
2609       - 9   # NDRPDR sel
2610       - 10  # NDRPDR sel
2611       - 11  # NDRPDR sel
2612       - 13  # NDRPDR sel
2613       - 16  # NDRPDR sel
2614       - 12  # MRR sel
2615     csit-vpp-perf-report-iterative-2005-2n-dnv:
2616       - 3   # NDRPDR sel
2617       - 6   # NDRPDR sel
2618       - 7   # NDRPDR sel
2619       - 8   # NDRPDR sel
2620       - 9   # NDRPDR sel
2621       - 10  # NDRPDR sel
2622       - 11  # NDRPDR sel
2623       - 12  # NDRPDR sel
2624       - 13  # NDRPDR sel
2625       - 14  # NDRPDR sel
2626       - 15  # MRR sel
2627     csit-vpp-perf-report-coverage-2005-2n-dnv:
2628       - 1   # perf-full-2n-dnv-ip4_I
2629       - 2   # perf-full-2n-dnv-ip4_II
2630       - 3   # perf-full-2n-dnv-ip6_I
2631       - 4   # perf-full-2n-dnv-ip6_II
2632       - 5   # perf-full-2n-dnv-l2_I
2633       - 6   # perf-full-2n-dnv-l2_II
2634
2635     csit-dpdk-perf-verify-1908-3n-hsw:
2636       - 2   # NDRPDR sel
2637       - 3   # NDRPDR sel
2638       - 4   # NDRPDR sel
2639       - 5   # NDRPDR sel
2640       - 6   # NDRPDR sel
2641       - 7   # NDRPDR sel
2642       - 8   # NDRPDR sel
2643       - 9   # NDRPDR sel
2644       - 10  # NDRPDR sel
2645       - 11  # NDRPDR sel
2646     csit-dpdk-perf-verify-2001-3n-hsw:
2647       - 4   # NDRPDR sel
2648       - 5   # NDRPDR sel
2649       - 6   # NDRPDR sel
2650       - 7   # NDRPDR sel
2651       - 8   # NDRPDR sel
2652       - 9   # NDRPDR sel
2653       - 10  # NDRPDR sel
2654       - 11  # NDRPDR sel
2655       - 12  # NDRPDR sel
2656       - 13  # NDRPDR sel
2657       - 15  # NDRPDR sel
2658       - 16  # NDRPDR sel
2659       - 17  # NDRPDR sel
2660       - 18  # NDRPDR sel
2661       - 19  # NDRPDR sel
2662       - 20  # NDRPDR sel
2663       - 21  # NDRPDR sel
2664       - 22  # NDRPDR sel
2665       - 23  # NDRPDR sel
2666       - 24  # NDRPDR sel
2667     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2668       - 25  # NDRPDR iter
2669       - 26  # NDRPDR iter
2670       - 27  # NDRPDR iter
2671       - 28  # NDRPDR iter
2672       - 29  # NDRPDR iter
2673       - 30  # NDRPDR iter
2674       - 31  # NDRPDR iter
2675       - 32  # NDRPDR iter
2676       - 33  # NDRPDR iter
2677       - 34  # NDRPDR iter
2678
2679     csit-dpdk-perf-verify-1908-3n-skx:
2680       - 3   # NDRPDR sel
2681       - 4   # NDRPDR sel
2682       - 5   # NDRPDR sel
2683       - 6   # NDRPDR sel
2684       - 7   # NDRPDR sel
2685       - 8   # NDRPDR sel
2686       - 9   # NDRPDR sel
2687       - 10  # NDRPDR sel
2688       - 11  # NDRPDR sel
2689       - 12  # NDRPDR sel
2690     csit-dpdk-perf-verify-2001-3n-skx:
2691       - 29  # NDRPDR sel xxv710
2692       - 33  # NDRPDR sel xxv710
2693       - 34  # NDRPDR sel xxv710
2694       - 35  # NDRPDR sel xxv710
2695       - 36  # NDRPDR sel xxv710
2696       - 37  # NDRPDR sel xxv710
2697       - 41  # NDRPDR sel xxv710
2698       - 42  # NDRPDR sel xxv710
2699       - 43  # NDRPDR sel xxv710
2700       - 45  # NDRPDR sel xxv710
2701       - 30  # NDRPDR sel x710
2702       - 31  # NDRPDR sel x710
2703       - 32  # NDRPDR sel x710
2704       - 38  # NDRPDR sel x710
2705       - 39  # NDRPDR sel x710
2706       - 40  # NDRPDR sel x710
2707       - 44  # NDRPDR sel x710
2708       - 46  # NDRPDR sel x710
2709       - 47  # NDRPDR sel x710
2710       - 48  # NDRPDR sel x710
2711     csit-dpdk-perf-report-iterative-2005-3n-skx:
2712       - 28  # NDRPDR iter
2713       - 29  # NDRPDR iter
2714       - 30  # NDRPDR iter
2715       - 31  # NDRPDR iter
2716       - 32  # NDRPDR iter
2717       - 33  # NDRPDR iter
2718       - 34  # NDRPDR iter
2719       - 35  # NDRPDR iter
2720       - 36  # NDRPDR iter
2721       - 37  # NDRPDR iter
2722
2723     csit-dpdk-perf-verify-1908-2n-skx:
2724       - 2   # NDRPDR sel
2725       - 3   # NDRPDR sel
2726       - 4   # NDRPDR sel
2727       - 5   # NDRPDR sel
2728       - 7   # NDRPDR sel
2729       - 8   # NDRPDR sel
2730       - 9   # NDRPDR sel
2731       - 10  # NDRPDR sel
2732       - 11  # NDRPDR sel
2733       - 12  # NDRPDR sel
2734     csit-dpdk-perf-verify-2001-2n-skx:
2735       - 35  # NDRPDR sel xxv710
2736       - 36  # NDRPDR sel xxv710
2737       - 37  # NDRPDR sel xxv710
2738       - 41  # NDRPDR sel xxv710
2739       - 42  # NDRPDR sel xxv710
2740       - 43  # NDRPDR sel xxv710
2741       - 46  # NDRPDR sel xxv710
2742       - 47  # NDRPDR sel xxv710
2743       - 52  # NDRPDR sel xxv710
2744       - 53  # NDRPDR sel xxv710
2745       - 38  # NDRPDR sel x710
2746       - 39  # NDRPDR sel x710
2747       - 40  # NDRPDR sel x710
2748       - 44  # NDRPDR sel x710
2749       - 45  # NDRPDR sel x710
2750       - 48  # NDRPDR sel x710
2751       - 49  # NDRPDR sel x710
2752       - 50  # NDRPDR sel x710
2753       - 51  # NDRPDR sel x710
2754       - 54  # NDRPDR sel x710
2755     csit-dpdk-perf-report-iterative-2005-2n-skx:
2756       - 20  # NDRPDR iter
2757       - 21  # NDRPDR iter
2758       - 22  # NDRPDR iter
2759       - 23  # NDRPDR iter
2760       - 24  # NDRPDR iter
2761       - 25  # NDRPDR iter
2762       - 26  # NDRPDR iter
2763       - 27  # NDRPDR iter
2764       - 28  # NDRPDR iter
2765       - 29  # NDRPDR iter
2766
2767     csit-dpdk-perf-verify-2001-2n-clx:
2768       - 15  # NDRPDR sel
2769       - 16  # NDRPDR sel
2770       - 17  # NDRPDR sel
2771       - 18  # NDRPDR sel
2772       - 19  # NDRPDR sel
2773       - 20  # NDRPDR sel
2774       - 21  # NDRPDR sel
2775       - 22  # NDRPDR sel
2776       - 23  # NDRPDR sel
2777       - 24  # NDRPDR sel
2778       - 25  # NDRPDR sel
2779       - 26  # NDRPDR sel
2780       - 27  # NDRPDR sel
2781       - 28  # NDRPDR sel
2782       - 29  # NDRPDR sel
2783       - 30  # NDRPDR sel
2784       - 31  # NDRPDR sel
2785       - 32  # NDRPDR sel
2786       - 33  # NDRPDR sel
2787       - 34  # NDRPDR sel
2788     csit-dpdk-perf-report-iterative-2005-2n-clx:
2789       - 20  # NDRPDR iter
2790       - 21  # NDRPDR iter
2791       - 22  # NDRPDR iter
2792       - 23  # NDRPDR iter
2793       - 24  # NDRPDR iter
2794       - 25  # NDRPDR iter
2795       - 26  # NDRPDR iter
2796       - 27  # NDRPDR iter
2797       - 28  # NDRPDR iter
2798       - 29  # NDRPDR iter
2799
2800     csit-dpdk-perf-verify-2001-2n-dnv:
2801       - 9   # NDRPDR sel
2802       - 10  # NDRPDR sel
2803       - 11  # NDRPDR sel
2804       - 12  # NDRPDR sel
2805       - 13  # NDRPDR sel
2806       - 14  # NDRPDR sel
2807       - 15  # NDRPDR sel
2808       - 16  # NDRPDR sel
2809       - 17  # NDRPDR sel
2810       - 18  # NDRPDR sel
2811     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2812       - 8   # NDRPDR sel
2813       - 9   # NDRPDR sel
2814       - 10  # NDRPDR sel
2815       - 11  # NDRPDR sel
2816       - 12  # NDRPDR sel
2817       - 13  # NDRPDR sel
2818       - 14  # NDRPDR sel
2819       - 15  # NDRPDR sel
2820       - 16  # NDRPDR sel
2821       - 17  # NDRPDR sel
2822
2823     csit-dpdk-perf-verify-2001-3n-dnv:
2824       - 12  # NDRPDR sel
2825       - 13  # NDRPDR sel
2826       - 14  # NDRPDR sel
2827       - 15  # NDRPDR sel
2828       - 16  # NDRPDR sel
2829       - 17  # NDRPDR sel
2830       - 18  # NDRPDR sel
2831       - 19  # NDRPDR sel
2832       - 20  # NDRPDR sel
2833       - 22  # NDRPDR sel
2834     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2835       - 6   # NDRPDR sel
2836       - 7   # NDRPDR sel
2837       - 8   # NDRPDR sel
2838       - 9   # NDRPDR sel
2839       - 10  # NDRPDR sel
2840       - 11  # NDRPDR sel
2841       - 12  # NDRPDR sel
2842       - 13  # NDRPDR sel
2843       - 14  # NDRPDR sel
2844       - 16  # NDRPDR sel
2845
2846     csit-dpdk-perf-verify-2001-3n-tsh:
2847       - 3   # NDRPDR sel
2848       - 4   # NDRPDR sel
2849       - 5   # NDRPDR sel
2850       - 9   # NDRPDR sel
2851       - 10  # NDRPDR sel
2852       - 11  # NDRPDR sel
2853       - 12  # NDRPDR sel
2854       - 14  # NDRPDR sel
2855       - 15  # NDRPDR sel
2856       - 18  # NDRPDR sel
2857     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2858       - 5   # NDRPDR sel
2859
2860     csit-vpp-device-2005-ubuntu1804-1n-skx:
2861       - 35
2862
2863 - type: "output"
2864   output: "report"
2865   format:
2866     html:
2867     - full
2868 #    pdf:
2869 #    - minimal
2870
2871 ################################################################################
2872 ###                               T A B L E S                                ###
2873 ################################################################################
2874
2875 # VPP Soak vs NDR - 2n-skx
2876 - type: "table"
2877   title: "VPP Soak vs NDR 2n-skx"
2878   algorithm: "table_soak_vs_ndr"
2879   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2880   reference:
2881     title: "NDR"
2882     data: "vpp-soak-vs-ndr-2n-skx-ref"
2883   compare:
2884     title: "Soak"
2885     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2886   data: "vpp-soak-vs-ndr-2n-skx"
2887   include-tests: "NDR"
2888   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2889   parameters:
2890     - "throughput"
2891     - "name"
2892     - "parent"
2893
2894 # VPP Soak vs NDR - 2n-clx
2895 - type: "table"
2896   title: "VPP Soak vs NDR 2n-clx"
2897   algorithm: "table_soak_vs_ndr"
2898   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2899   reference:
2900     title: "NDR"
2901     data: "vpp-soak-vs-ndr-2n-clx-ref"
2902   compare:
2903     title: "Soak"
2904     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2905   data: "vpp-soak-vs-ndr-2n-clx"
2906   include-tests: "NDR"
2907   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2908   parameters:
2909     - "throughput"
2910     - "name"
2911     - "parent"
2912
2913 ################################################################################
2914
2915 # VPP Compare NICs 3n-skx 2t1c ndr
2916 - type: "table"
2917   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2918   algorithm: "table_comparison"
2919   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2921   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2922   columns:
2923     - title: "x710"
2924       data-set: "vpp-nic-comparison-3n-skx"
2925       tag: "NIC_Intel-X710"
2926     - title: "xxv710"
2927       data-set: "vpp-nic-comparison-3n-skx"
2928       tag: "NIC_Intel-XXV710"
2929   comparisons:
2930     - title: "Diff"
2931       reference: 1
2932       compare: 2
2933   legend:
2934     - ""
2935     - "x710, xxv710 - NICs tested."
2936     - "Diff - difference between x710 and xxv710 NIC."
2937
2938 # VPP Compare NICs 3n-skx 4t2c ndr
2939 - type: "table"
2940   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2941   algorithm: "table_comparison"
2942   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2944   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2945   columns:
2946     - title: "x710"
2947       data-set: "vpp-nic-comparison-3n-skx"
2948       tag: "NIC_Intel-X710"
2949     - title: "xxv710"
2950       data-set: "vpp-nic-comparison-3n-skx"
2951       tag: "NIC_Intel-XXV710"
2952   comparisons:
2953     - title: "Diff"
2954       reference: 1
2955       compare: 2
2956   legend:
2957     - ""
2958     - "x710, xxv710 - NICs tested."
2959     - "Diff - difference between x710 and xxv710 NIC."
2960
2961 # VPP Compare NICs 3n-skx 2t1c pdr
2962 - type: "table"
2963   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2964   algorithm: "table_comparison"
2965   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2967   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2968   columns:
2969     - title: "x710"
2970       data-set: "vpp-nic-comparison-3n-skx"
2971       tag: "NIC_Intel-X710"
2972     - title: "xxv710"
2973       data-set: "vpp-nic-comparison-3n-skx"
2974       tag: "NIC_Intel-XXV710"
2975   comparisons:
2976     - title: "Diff"
2977       reference: 1
2978       compare: 2
2979   legend:
2980     - ""
2981     - "x710, xxv710 - NICs tested."
2982     - "Diff - difference between x710 and xxv710 NIC."
2983
2984 # VPP Compare NICs 3n-skx 4t2c pdr
2985 - type: "table"
2986   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2987   algorithm: "table_comparison"
2988   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2989   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2990   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2991   columns:
2992     - title: "x710"
2993       data-set: "vpp-nic-comparison-3n-skx"
2994       tag: "NIC_Intel-X710"
2995     - title: "xxv710"
2996       data-set: "vpp-nic-comparison-3n-skx"
2997       tag: "NIC_Intel-XXV710"
2998   comparisons:
2999     - title: "Diff"
3000       reference: 1
3001       compare: 2
3002   legend:
3003     - ""
3004     - "x710, xxv710 - NICs tested."
3005     - "Diff - difference between x710 and xxv710 NIC."
3006
3007 ## VPP Compare NICs 3n-skx 2t1c mrr
3008 #- type: "table"
3009 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3010 #  algorithm: "table_comparison"
3011 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3012 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3013 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3014 #  columns:
3015 #    - title: "x710"
3016 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3017 #      tag: "NIC_Intel-X710"
3018 #    - title: "xxv710"
3019 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3020 #      tag: "NIC_Intel-XXV710"
3021 #  comparisons:
3022 #    - title: "Diff"
3023 #      reference: 1
3024 #      compare: 2
3025 #  legend:
3026 #    - ""
3027 #    - "x710, xxv710 - NICs tested."
3028 #    - "Diff - difference between x710 and xxv710 NIC."
3029 #
3030 ## VPP Compare NICs 3n-skx 4t2c mrr
3031 #- type: "table"
3032 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3033 #  algorithm: "table_comparison"
3034 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3035 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3036 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3037 #  columns:
3038 #    - title: "x710"
3039 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3040 #      tag: "NIC_Intel-X710"
3041 #    - title: "xxv710"
3042 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3043 #      tag: "NIC_Intel-XXV710"
3044 #  comparisons:
3045 #    - title: "Diff"
3046 #      reference: 1
3047 #      compare: 2
3048 #  legend:
3049 #    - ""
3050 #    - "x710, xxv710 - NICs tested."
3051 #    - "Diff - difference between x710 and xxv710 NIC."
3052 #
3053 ## VPP Compare NICs 3n-skx 8t4c mrr
3054 #- type: "table"
3055 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3056 #  algorithm: "table_comparison"
3057 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3058 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3059 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3060 #  columns:
3061 #    - title: "x710"
3062 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3063 #      tag: "NIC_Intel-X710"
3064 #    - title: "xxv710"
3065 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3066 #      tag: "NIC_Intel-XXV710"
3067 #  comparisons:
3068 #    - title: "Diff"
3069 #      reference: 1
3070 #      compare: 2
3071 #  legend:
3072 #    - ""
3073 #    - "x710, xxv710 - NICs tested."
3074 #    - "Diff - difference between x710 and xxv710 NIC."
3075
3076 # VPP Compare NICs 2n-skx 2t1c ndr
3077 - type: "table"
3078   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3079   algorithm: "table_comparison"
3080   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3082   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3083   columns:
3084     - title: "x710"
3085       data-set: "vpp-nic-comparison-2n-skx"
3086       tag: "NIC_Intel-X710"
3087     - title: "xxv710"
3088       data-set: "vpp-nic-comparison-2n-skx"
3089       tag: "NIC_Intel-XXV710"
3090   comparisons:
3091     - title: "Diff"
3092       reference: 1
3093       compare: 2
3094   legend:
3095     - ""
3096     - "x710, xxv710 - NICs tested."
3097     - "Diff - difference between x710 and xxv710 NIC."
3098
3099 # VPP Compare NICs 2n-skx 4t2c ndr
3100 - type: "table"
3101   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3102   algorithm: "table_comparison"
3103   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3105   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3106   columns:
3107     - title: "x710"
3108       data-set: "vpp-nic-comparison-2n-skx"
3109       tag: "NIC_Intel-X710"
3110     - title: "xxv710"
3111       data-set: "vpp-nic-comparison-2n-skx"
3112       tag: "NIC_Intel-XXV710"
3113   comparisons:
3114     - title: "Diff"
3115       reference: 1
3116       compare: 2
3117   legend:
3118     - ""
3119     - "x710, xxv710 - NICs tested."
3120     - "Diff - difference between x710 and xxv710 NIC."
3121
3122 # VPP Compare NICs 2n-skx 2t1c pdr
3123 - type: "table"
3124   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3125   algorithm: "table_comparison"
3126   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3128   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3129   columns:
3130     - title: "x710"
3131       data-set: "vpp-nic-comparison-2n-skx"
3132       tag: "NIC_Intel-X710"
3133     - title: "xxv710"
3134       data-set: "vpp-nic-comparison-2n-skx"
3135       tag: "NIC_Intel-XXV710"
3136   comparisons:
3137     - title: "Diff"
3138       reference: 1
3139       compare: 2
3140   legend:
3141     - ""
3142     - "x710, xxv710 - NICs tested."
3143     - "Diff - difference between x710 and xxv710 NIC."
3144
3145 # VPP Compare NICs 2n-skx 4t2c pdr
3146 - type: "table"
3147   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3148   algorithm: "table_comparison"
3149   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3150   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3151   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3152   columns:
3153     - title: "x710"
3154       data-set: "vpp-nic-comparison-2n-skx"
3155       tag: "NIC_Intel-X710"
3156     - title: "xxv710"
3157       data-set: "vpp-nic-comparison-2n-skx"
3158       tag: "NIC_Intel-XXV710"
3159   comparisons:
3160     - title: "Diff"
3161       reference: 1
3162       compare: 2
3163   legend:
3164     - ""
3165     - "x710, xxv710 - NICs tested."
3166     - "Diff - difference between x710 and xxv710 NIC."
3167
3168 # VPP Compare NICs 2n-skx 2t1c mrr
3169 - type: "table"
3170   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3171   algorithm: "table_comparison"
3172   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3173   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3174   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3175   columns:
3176     - title: "x710"
3177       data-set: "vpp-nic-comparison-2n-skx-mrr"
3178       tag: "NIC_Intel-X710"
3179     - title: "xxv710"
3180       data-set: "vpp-nic-comparison-2n-skx-mrr"
3181       tag: "NIC_Intel-XXV710"
3182   comparisons:
3183     - title: "Diff"
3184       reference: 1
3185       compare: 2
3186   legend:
3187     - ""
3188     - "x710, xxv710 - NICs tested."
3189     - "Diff - difference between x710 and xxv710 NIC."
3190
3191 # VPP Compare NICs 2n-skx 4t2c mrr
3192 - type: "table"
3193   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3194   algorithm: "table_comparison"
3195   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3196   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3197   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3198   columns:
3199     - title: "x710"
3200       data-set: "vpp-nic-comparison-2n-skx-mrr"
3201       tag: "NIC_Intel-X710"
3202     - title: "xxv710"
3203       data-set: "vpp-nic-comparison-2n-skx-mrr"
3204       tag: "NIC_Intel-XXV710"
3205   comparisons:
3206     - title: "Diff"
3207       reference: 1
3208       compare: 2
3209   legend:
3210     - ""
3211     - "x710, xxv710 - NICs tested."
3212     - "Diff - difference between x710 and xxv710 NIC."
3213
3214 # VPP Compare NICs 2n-skx 8t4c mrr
3215 - type: "table"
3216   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3217   algorithm: "table_comparison"
3218   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3219   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3220   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3221   columns:
3222     - title: "x710"
3223       data-set: "vpp-nic-comparison-2n-skx-mrr"
3224       tag: "NIC_Intel-X710"
3225     - title: "xxv710"
3226       data-set: "vpp-nic-comparison-2n-skx-mrr"
3227       tag: "NIC_Intel-XXV710"
3228   comparisons:
3229     - title: "Diff"
3230       reference: 1
3231       compare: 2
3232   legend:
3233     - ""
3234     - "x710, xxv710 - NICs tested."
3235     - "Diff - difference between x710 and xxv710 NIC."
3236
3237 ################################################################################
3238 # VPP
3239
3240 # VPP Performance Changes 3n-hsw 1t1c pdr
3241 - type: "table"
3242   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3243   algorithm: "table_comparison"
3244   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3245   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3246   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3247   columns:
3248     - title: "1908.1-2"
3249       data-set: "vpp-performance-changes-3n-hsw-h1"
3250     - title: "2001.0-2"
3251       data-set: "vpp-performance-changes-3n-hsw-ref"
3252     - title: "2001.0-4"
3253       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3254     - title: "2005.0-4"
3255       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3256   comparisons:
3257     - title: "2001.0-4 vs 2001.0-2"
3258       reference: 2
3259       compare: 3
3260       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3261     - title: "2005.0-4 vs 2001.0-4"
3262       reference: 3
3263       compare: 4
3264       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3265   legend:
3266     - ''
3267     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3268     - '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).'
3269     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3270     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3271     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3272
3273 # VPP Performance Changes 3n-hsw 2t2c pdr
3274 - type: "table"
3275   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3276   algorithm: "table_comparison"
3277   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3279   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3280   columns:
3281     - title: "1908.1-2"
3282       data-set: "vpp-performance-changes-3n-hsw-h1"
3283     - title: "2001.0-2"
3284       data-set: "vpp-performance-changes-3n-hsw-ref"
3285     - title: "2001.0-4"
3286       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3287     - title: "2005.0-4"
3288       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3289   comparisons:
3290     - title: "2001.0-4 vs 2001.0-2"
3291       reference: 2
3292       compare: 3
3293       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3294     - title: "2005.0-4 vs 2001.0-4"
3295       reference: 3
3296       compare: 4
3297       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3298   legend:
3299     - ''
3300     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3301     - '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).'
3302     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3303     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3304     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3305
3306 # VPP Performance Changes 3n-hsw 1t1c ndr
3307 - type: "table"
3308   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3309   algorithm: "table_comparison"
3310   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3312   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3313   columns:
3314     - title: "1908.1-2"
3315       data-set: "vpp-performance-changes-3n-hsw-h1"
3316     - title: "2001.0-2"
3317       data-set: "vpp-performance-changes-3n-hsw-ref"
3318     - title: "2001.0-4"
3319       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3320     - title: "2005.0-4"
3321       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3322   comparisons:
3323     - title: "2001.0-4 vs 2001.0-2"
3324       reference: 2
3325       compare: 3
3326       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3327     - title: "2005.0-4 vs 2001.0-4"
3328       reference: 3
3329       compare: 4
3330       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3331   legend:
3332     - ''
3333     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3334     - '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).'
3335     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3336     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3337     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3338
3339 # VPP Performance Changes 3n-hsw 2t2c ndr
3340 - type: "table"
3341   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3342   algorithm: "table_comparison"
3343   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3345   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3346   columns:
3347     - title: "1908.1-2"
3348       data-set: "vpp-performance-changes-3n-hsw-h1"
3349     - title: "2001.0-2"
3350       data-set: "vpp-performance-changes-3n-hsw-ref"
3351     - title: "2001.0-4"
3352       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3353     - title: "2005.0-4"
3354       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3355   comparisons:
3356     - title: "2001.0-4 vs 2001.0-2"
3357       reference: 2
3358       compare: 3
3359       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3360     - title: "2005.0-4 vs 2001.0-4"
3361       reference: 3
3362       compare: 4
3363       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3364   legend:
3365     - ''
3366     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3367     - '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).'
3368     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3369     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3370     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3371
3372 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3373 - type: "table"
3374   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3375   algorithm: "table_comparison"
3376   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3377   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3378   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3379   columns:
3380     - title: "1908.1-2"
3381       data-set: "vpp-performance-changes-3n-hsw-h1"
3382     - title: "2001.0-2"
3383       data-set: "vpp-performance-changes-3n-hsw-ref"
3384     - title: "2001.0-4"
3385       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3386     - title: "2005.0-3"
3387       data-set: "vpp-performance-changes-3n-hsw-cmp"
3388     - title: "2005.0-4"
3389       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3390   comparisons:
3391     - title: "2005.0-4 vs 2005.0-3"
3392       reference: 4
3393       compare: 5
3394       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3395     - title: "2001.0-4 vs 2001.0-2"
3396       reference: 2
3397       compare: 3
3398       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3399     - title: "2005.0-4 vs 2001.0-4"
3400       reference: 3
3401       compare: 5
3402       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
3403   legend:
3404     - ''
3405     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3406     - '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).'
3407     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3408     - '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.'
3409     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3410     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3411
3412 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3413 - type: "table"
3414   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3415   algorithm: "table_comparison"
3416   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3417   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3418   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3419   columns:
3420     - title: "1908.1-2"
3421       data-set: "vpp-performance-changes-3n-hsw-h1"
3422     - title: "2001.0-2"
3423       data-set: "vpp-performance-changes-3n-hsw-ref"
3424     - title: "2001.0-4"
3425       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3426     - title: "2005.0-3"
3427       data-set: "vpp-performance-changes-3n-hsw-cmp"
3428     - title: "2005.0-4"
3429       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3430   comparisons:
3431     - title: "2005.0-4 vs 2005.0-3"
3432       reference: 4
3433       compare: 5
3434       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3435     - title: "2001.0-4 vs 2001.0-2"
3436       reference: 2
3437       compare: 3
3438       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3439     - title: "2005.0-4 vs 2001.0-4"
3440       reference: 3
3441       compare: 5
3442       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
3443   legend:
3444     - ''
3445     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3446     - '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).'
3447     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3448     - '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.'
3449     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3450     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3451
3452 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3453 - type: "table"
3454   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3455   algorithm: "table_comparison"
3456   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3458   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3459   columns:
3460     - title: "1908.1-2"
3461       data-set: "vpp-performance-changes-3n-hsw-h1"
3462     - title: "2001.0-2"
3463       data-set: "vpp-performance-changes-3n-hsw-ref"
3464     - title: "2001.0-4"
3465       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3466     - title: "2005.0-3"
3467       data-set: "vpp-performance-changes-3n-hsw-cmp"
3468     - title: "2005.0-4"
3469       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3470   comparisons:
3471     - title: "2005.0-4 vs 2005.0-3"
3472       reference: 4
3473       compare: 5
3474       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3475     - title: "2001.0-4 vs 2001.0-2"
3476       reference: 2
3477       compare: 3
3478       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3479     - title: "2005.0-4 vs 2001.0-4"
3480       reference: 3
3481       compare: 5
3482       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
3483   legend:
3484     - ''
3485     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3486     - '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).'
3487     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3488     - '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.'
3489     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3490     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3491
3492 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3493 - type: "table"
3494   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3495   algorithm: "table_comparison"
3496   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3497   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3498   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3499   columns:
3500     - title: "1908.1-2"
3501       data-set: "vpp-performance-changes-3n-hsw-h1"
3502     - title: "2001.0-2"
3503       data-set: "vpp-performance-changes-3n-hsw-ref"
3504     - title: "2001.0-4"
3505       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3506     - title: "2005.0-3"
3507       data-set: "vpp-performance-changes-3n-hsw-cmp"
3508     - title: "2005.0-4"
3509       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3510   comparisons:
3511     - title: "2005.0-4 vs 2005.0-3"
3512       reference: 4
3513       compare: 5
3514       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3515     - title: "2001.0-4 vs 2001.0-2"
3516       reference: 2
3517       compare: 3
3518       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3519     - title: "2005.0-4 vs 2001.0-4"
3520       reference: 3
3521       compare: 5
3522       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
3523   legend:
3524     - ''
3525     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3526     - '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).'
3527     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3528     - '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.'
3529     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3530     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3531
3532 # VPP Performance Changes 3n-skx 2t1c pdr
3533 - type: "table"
3534   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3535   algorithm: "table_comparison"
3536   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3537   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3538   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3539   columns:
3540     - title: "1908.1-2"
3541       data-set: "vpp-performance-changes-3n-skx-h1"
3542     - title: "2001.0-2"
3543       data-set: "vpp-performance-changes-3n-skx-ref"
3544     - title: "2001.0-4"
3545       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3546     - title: "2005.0-4"
3547       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3548   comparisons:
3549     - title: "2001.0-4 vs 2001.0-2"
3550       reference: 2
3551       compare: 3
3552       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3553     - title: "2005.0-4 vs 2001.0-4"
3554       reference: 3
3555       compare: 4
3556       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3557   legend:
3558     - ''
3559     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3560     - '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).'
3561     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3562     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3563     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3564
3565 # VPP Performance Changes 3n-skx 4t2c pdr
3566 - type: "table"
3567   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3568   algorithm: "table_comparison"
3569   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3570   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3571   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3572   columns:
3573     - title: "1908.1-2"
3574       data-set: "vpp-performance-changes-3n-skx-h1"
3575     - title: "2001.0-2"
3576       data-set: "vpp-performance-changes-3n-skx-ref"
3577     - title: "2001.0-4"
3578       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3579     - title: "2005.0-4"
3580       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3581   comparisons:
3582     - title: "2001.0-4 vs 2001.0-2"
3583       reference: 2
3584       compare: 3
3585       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3586     - title: "2005.0-4 vs 2001.0-4"
3587       reference: 3
3588       compare: 4
3589       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3590   legend:
3591     - ''
3592     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3593     - '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).'
3594     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3595     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3596     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3597
3598 # VPP Performance Changes 3n-skx 2t1c ndr
3599 - type: "table"
3600   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3601   algorithm: "table_comparison"
3602   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3603   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3604   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3605   columns:
3606     - title: "1908.1-2"
3607       data-set: "vpp-performance-changes-3n-skx-h1"
3608     - title: "2001.0-2"
3609       data-set: "vpp-performance-changes-3n-skx-ref"
3610     - title: "2001.0-4"
3611       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3612     - title: "2005.0-4"
3613       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3614   comparisons:
3615     - title: "2001.0-4 vs 2001.0-2"
3616       reference: 2
3617       compare: 3
3618       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3619     - title: "2005.0-4 vs 2001.0-4"
3620       reference: 3
3621       compare: 4
3622       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3623   legend:
3624     - ''
3625     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3626     - '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).'
3627     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3628     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3629     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3630
3631 # VPP Performance Changes 3n-skx 4t2c ndr
3632 - type: "table"
3633   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3634   algorithm: "table_comparison"
3635   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3637   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3638   columns:
3639     - title: "1908.1-2"
3640       data-set: "vpp-performance-changes-3n-skx-h1"
3641     - title: "2001.0-2"
3642       data-set: "vpp-performance-changes-3n-skx-ref"
3643     - title: "2001.0-4"
3644       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3645     - title: "2005.0-4"
3646       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3647   comparisons:
3648     - title: "2001.0-4 vs 2001.0-2"
3649       reference: 2
3650       compare: 3
3651       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3652     - title: "2005.0-4 vs 2001.0-4"
3653       reference: 3
3654       compare: 4
3655       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3656   legend:
3657     - ''
3658     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3659     - '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).'
3660     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3661     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3662     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3663
3664 # VPP Performance Changes 3n-skx 2t1c pdr-full
3665 - type: "table"
3666   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3667   algorithm: "table_comparison"
3668   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3669   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3670   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3671   columns:
3672     - title: "1908.1-2"
3673       data-set: "vpp-performance-changes-3n-skx-h1"
3674     - title: "2001.0-2"
3675       data-set: "vpp-performance-changes-3n-skx-ref"
3676     - title: "2001.0-4"
3677       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3678     - title: "2005.0-3"
3679       data-set: "vpp-performance-changes-3n-skx-cmp"
3680     - title: "2005.0-4"
3681       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3682   comparisons:
3683     - title: "2005.0-4 vs 2005.0-3"
3684       reference: 4
3685       compare: 5
3686       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3687     - title: "2001.0-4 vs 2001.0-2"
3688       reference: 2
3689       compare: 3
3690       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3691     - title: "2005.0-4 vs 2001.0-4"
3692       reference: 3
3693       compare: 5
3694       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
3695   legend:
3696     - ''
3697     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3698     - '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).'
3699     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3700     - '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.'
3701     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3702     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3703
3704 # VPP Performance Changes 3n-skx 4t2c pdr-full
3705 - type: "table"
3706   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3707   algorithm: "table_comparison"
3708   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3709   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3710   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3711   columns:
3712     - title: "1908.1-2"
3713       data-set: "vpp-performance-changes-3n-skx-h1"
3714     - title: "2001.0-2"
3715       data-set: "vpp-performance-changes-3n-skx-ref"
3716     - title: "2001.0-4"
3717       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3718     - title: "2005.0-3"
3719       data-set: "vpp-performance-changes-3n-skx-cmp"
3720     - title: "2005.0-4"
3721       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3722   comparisons:
3723     - title: "2005.0-4 vs 2005.0-3"
3724       reference: 4
3725       compare: 5
3726       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3727     - title: "2001.0-4 vs 2001.0-2"
3728       reference: 2
3729       compare: 3
3730       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3731     - title: "2005.0-4 vs 2001.0-4"
3732       reference: 3
3733       compare: 5
3734       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
3735   legend:
3736     - ''
3737     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3738     - '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).'
3739     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3740     - '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.'
3741     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3742     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3743
3744 # VPP Performance Changes 3n-skx 2t1c ndr-full
3745 - type: "table"
3746   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3747   algorithm: "table_comparison"
3748   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3749   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3750   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3751   columns:
3752     - title: "1908.1-2"
3753       data-set: "vpp-performance-changes-3n-skx-h1"
3754     - title: "2001.0-2"
3755       data-set: "vpp-performance-changes-3n-skx-ref"
3756     - title: "2001.0-4"
3757       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3758     - title: "2005.0-3"
3759       data-set: "vpp-performance-changes-3n-skx-cmp"
3760     - title: "2005.0-4"
3761       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3762   comparisons:
3763     - title: "2005.0-4 vs 2005.0-3"
3764       reference: 4
3765       compare: 5
3766       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3767     - title: "2001.0-4 vs 2001.0-2"
3768       reference: 2
3769       compare: 3
3770       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3771     - title: "2005.0-4 vs 2001.0-4"
3772       reference: 3
3773       compare: 5
3774       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
3775   legend:
3776     - ''
3777     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3778     - '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).'
3779     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3780     - '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.'
3781     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3782     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3783
3784 # VPP Performance Changes 3n-skx 4t2c ndr-full
3785 - type: "table"
3786   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3787   algorithm: "table_comparison"
3788   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3789   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3790   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3791   columns:
3792     - title: "1908.1-2"
3793       data-set: "vpp-performance-changes-3n-skx-h1"
3794     - title: "2001.0-2"
3795       data-set: "vpp-performance-changes-3n-skx-ref"
3796     - title: "2001.0-4"
3797       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3798     - title: "2005.0-3"
3799       data-set: "vpp-performance-changes-3n-skx-cmp"
3800     - title: "2005.0-4"
3801       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3802   comparisons:
3803     - title: "2005.0-4 vs 2005.0-3"
3804       reference: 4
3805       compare: 5
3806       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3807     - title: "2001.0-4 vs 2001.0-2"
3808       reference: 2
3809       compare: 3
3810       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3811     - title: "2005.0-4 vs 2001.0-4"
3812       reference: 3
3813       compare: 5
3814       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
3815   legend:
3816     - ''
3817     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3818     - '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).'
3819     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3820     - '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.'
3821     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3822     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3823
3824 # VPP Performance Changes 2n-skx 2t1c pdr
3825 - type: "table"
3826   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3827   algorithm: "table_comparison"
3828   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3830   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3831   columns:
3832     - title: "1908.1-2"
3833       data-set: "vpp-performance-changes-2n-skx-h1"
3834     - title: "2001.0-2"
3835       data-set: "vpp-performance-changes-2n-skx-ref"
3836     - title: "2001.0-4"
3837       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3838     - title: "2005.0-4"
3839       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3840   comparisons:
3841     - title: "2001.0-4 vs 2001.0-2"
3842       reference: 2
3843       compare: 3
3844       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3845     - title: "2005.0-4 vs 2001.0-4"
3846       reference: 3
3847       compare: 4
3848       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3849   legend:
3850     - ''
3851     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3852     - '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).'
3853     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3854     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3855     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3856
3857 # VPP Performance Changes 2n-skx 4t2c pdr
3858 - type: "table"
3859   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3860   algorithm: "table_comparison"
3861   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3863   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3864   columns:
3865     - title: "1908.1-2"
3866       data-set: "vpp-performance-changes-2n-skx-h1"
3867     - title: "2001.0-2"
3868       data-set: "vpp-performance-changes-2n-skx-ref"
3869     - title: "2001.0-4"
3870       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3871     - title: "2005.0-4"
3872       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3873   comparisons:
3874     - title: "2001.0-4 vs 2001.0-2"
3875       reference: 2
3876       compare: 3
3877       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3878     - title: "2005.0-4 vs 2001.0-4"
3879       reference: 3
3880       compare: 4
3881       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3882   legend:
3883     - ''
3884     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3885     - '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).'
3886     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3887     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3888     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3889
3890 # VPP Performance Changes 2n-skx 2t1c ndr
3891 - type: "table"
3892   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3893   algorithm: "table_comparison"
3894   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3895   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3896   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3897   columns:
3898     - title: "1908.1-2"
3899       data-set: "vpp-performance-changes-2n-skx-h1"
3900     - title: "2001.0-2"
3901       data-set: "vpp-performance-changes-2n-skx-ref"
3902     - title: "2001.0-4"
3903       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3904     - title: "2005.0-4"
3905       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3906   comparisons:
3907     - title: "2001.0-4 vs 2001.0-2"
3908       reference: 2
3909       compare: 3
3910       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3911     - title: "2005.0-4 vs 2001.0-4"
3912       reference: 3
3913       compare: 4
3914       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3915   legend:
3916     - ''
3917     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3918     - '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).'
3919     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3920     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3921     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3922
3923 # VPP Performance Changes 2n-skx 4t2c ndr
3924 - type: "table"
3925   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3926   algorithm: "table_comparison"
3927   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3928   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3929   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3930   columns:
3931     - title: "1908.1-2"
3932       data-set: "vpp-performance-changes-2n-skx-h1"
3933     - title: "2001.0-2"
3934       data-set: "vpp-performance-changes-2n-skx-ref"
3935     - title: "2001.0-4"
3936       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3937     - title: "2005.0-4"
3938       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3939   comparisons:
3940     - title: "2001.0-4 vs 2001.0-2"
3941       reference: 2
3942       compare: 3
3943       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3944     - title: "2005.0-4 vs 2001.0-4"
3945       reference: 3
3946       compare: 4
3947       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3948   legend:
3949     - ''
3950     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3951     - '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).'
3952     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3953     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3954     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3955
3956 # VPP Performance Changes 2n-skx 2t1c pdr-full
3957 - type: "table"
3958   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
3959   algorithm: "table_comparison"
3960   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
3961   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3962   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3963   columns:
3964     - title: "1908.1-2"
3965       data-set: "vpp-performance-changes-2n-skx-h1"
3966     - title: "2001.0-2"
3967       data-set: "vpp-performance-changes-2n-skx-ref"
3968     - title: "2001.0-4"
3969       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3970     - title: "2005.0-3"
3971       data-set: "vpp-performance-changes-2n-skx-cmp"
3972     - title: "2005.0-4"
3973       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3974   comparisons:
3975     - title: "2005.0-4 vs 2005.0-3"
3976       reference: 4
3977       compare: 5
3978       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3979     - title: "2001.0-4 vs 2001.0-2"
3980       reference: 2
3981       compare: 3
3982       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3983     - title: "2005.0-4 vs 2001.0-4"
3984       reference: 3
3985       compare: 5
3986       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
3987
3988   legend:
3989     - ''
3990     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3991     - '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).'
3992     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3993     - '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.'
3994     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3995     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3996
3997 # VPP Performance Changes 2n-skx 4t2c pdr-full
3998 - type: "table"
3999   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
4000   algorithm: "table_comparison"
4001   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
4002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4003   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4004   columns:
4005     - title: "1908.1-2"
4006       data-set: "vpp-performance-changes-2n-skx-h1"
4007     - title: "2001.0-2"
4008       data-set: "vpp-performance-changes-2n-skx-ref"
4009     - title: "2001.0-4"
4010       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4011     - title: "2005.0-3"
4012       data-set: "vpp-performance-changes-2n-skx-cmp"
4013     - title: "2005.0-4"
4014       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4015   comparisons:
4016     - title: "2005.0-4 vs 2005.0-3"
4017       reference: 4
4018       compare: 5
4019       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4020     - title: "2001.0-4 vs 2001.0-2"
4021       reference: 2
4022       compare: 3
4023       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4024     - title: "2005.0-4 vs 2001.0-4"
4025       reference: 3
4026       compare: 5
4027       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
4028   legend:
4029     - ''
4030     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4031     - '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).'
4032     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4033     - '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.'
4034     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4035     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4036
4037 # VPP Performance Changes 2n-skx 2t1c ndr-full
4038 - type: "table"
4039   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4040   algorithm: "table_comparison"
4041   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4042   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4043   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4044   columns:
4045     - title: "1908.1-2"
4046       data-set: "vpp-performance-changes-2n-skx-h1"
4047     - title: "2001.0-2"
4048       data-set: "vpp-performance-changes-2n-skx-ref"
4049     - title: "2001.0-4"
4050       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4051     - title: "2005.0-3"
4052       data-set: "vpp-performance-changes-2n-skx-cmp"
4053     - title: "2005.0-4"
4054       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4055   comparisons:
4056     - title: "2005.0-4 vs 2005.0-3"
4057       reference: 4
4058       compare: 5
4059       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4060     - title: "2001.0-4 vs 2001.0-2"
4061       reference: 2
4062       compare: 3
4063       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4064     - title: "2005.0-4 vs 2001.0-4"
4065       reference: 3
4066       compare: 5
4067       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
4068   legend:
4069     - ''
4070     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4071     - '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).'
4072     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4073     - '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.'
4074     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4075     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4076
4077 # VPP Performance Changes 2n-skx 4t2c ndr-full
4078 - type: "table"
4079   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4080   algorithm: "table_comparison"
4081   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4083   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4084   columns:
4085     - title: "1908.1-2"
4086       data-set: "vpp-performance-changes-2n-skx-h1"
4087     - title: "2001.0-2"
4088       data-set: "vpp-performance-changes-2n-skx-ref"
4089     - title: "2001.0-4"
4090       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4091     - title: "2005.0-3"
4092       data-set: "vpp-performance-changes-2n-skx-cmp"
4093     - title: "2005.0-4"
4094       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4095   comparisons:
4096     - title: "2005.0-4 vs 2005.0-3"
4097       reference: 4
4098       compare: 5
4099       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4100     - title: "2001.0-4 vs 2001.0-2"
4101       reference: 2
4102       compare: 3
4103       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4104     - title: "2005.0-4 vs 2001.0-4"
4105       reference: 3
4106       compare: 5
4107       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
4108   legend:
4109     - ''
4110     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4111     - '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).'
4112     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4113     - '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.'
4114     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4115     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4116
4117 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4118 - type: "table"
4119   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4120   algorithm: "table_comparison"
4121   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4123   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4124   columns:
4125     - title: "2001.0-2"
4126       data-set: "vpp-performance-changes-2n-clx-ref"
4127     - title: "2001.0-4"
4128       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4129     - title: "2005.0-4"
4130       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4131   comparisons:
4132     - title: "2001.0-4 vs 2001.0-2"
4133       reference: 1
4134       compare: 2
4135       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4136     - title: "2005.0-4 vs 2001.0-4"
4137       reference: 2
4138       compare: 3
4139       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4140   legend:
4141     - ''
4142     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4143     - '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).'
4144     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4145     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4146     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4147
4148 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4149 - type: "table"
4150   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4151   algorithm: "table_comparison"
4152   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4153   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4154   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4155   columns:
4156     - title: "2001.0-2"
4157       data-set: "vpp-performance-changes-2n-clx-ref"
4158     - title: "2001.0-4"
4159       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4160     - title: "2005.0-4"
4161       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4162   comparisons:
4163     - title: "2001.0-4 vs 2001.0-2"
4164       reference: 1
4165       compare: 2
4166       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4167     - title: "2005.0-4 vs 2001.0-4"
4168       reference: 2
4169       compare: 3
4170       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4171   legend:
4172     - ''
4173     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4174     - '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).'
4175     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4176     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4177     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4178
4179 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4180 - type: "table"
4181   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4182   algorithm: "table_comparison"
4183   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4184   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4185   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4186   columns:
4187     - title: "2001.0-2"
4188       data-set: "vpp-performance-changes-2n-clx-ref"
4189     - title: "2001.0-4"
4190       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4191     - title: "2005.0-4"
4192       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4193   comparisons:
4194     - title: "2001.0-4 vs 2001.0-2"
4195       reference: 1
4196       compare: 2
4197       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4198     - title: "2005.0-4 vs 2001.0-4"
4199       reference: 2
4200       compare: 3
4201       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4202   legend:
4203     - ''
4204     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4205     - '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).'
4206     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4207     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4208     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4209
4210 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4211 - type: "table"
4212   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4213   algorithm: "table_comparison"
4214   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4215   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4216   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4217   columns:
4218     - title: "2001.0-2"
4219       data-set: "vpp-performance-changes-2n-clx-ref"
4220     - title: "2001.0-4"
4221       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4222     - title: "2005.0-4"
4223       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4224   comparisons:
4225     - title: "2001.0-4 vs 2001.0-2"
4226       reference: 1
4227       compare: 2
4228       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4229     - title: "2005.0-4 vs 2001.0-4"
4230       reference: 2
4231       compare: 3
4232       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4233   legend:
4234     - ''
4235     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4236     - '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).'
4237     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4238     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4239     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4240
4241 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4242 - type: "table"
4243   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4244   algorithm: "table_comparison"
4245   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4246   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4247   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4248   columns:
4249     - title: "2001.0-2"
4250       data-set: "vpp-performance-changes-2n-clx-ref"
4251     - title: "2001.0-4"
4252       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4253     - title: "2005.0-3"
4254       data-set: "vpp-performance-changes-2n-clx-cmp"
4255     - title: "2005.0-4"
4256       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4257   comparisons:
4258     - title: "2005.0-4 vs 2005.0-3"
4259       reference: 3
4260       compare: 4
4261       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4262     - title: "2001.0-4 vs 2001.0-2"
4263       reference: 1
4264       compare: 2
4265       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4266     - title: "2005.0-4 vs 2001.0-4"
4267       reference: 2
4268       compare: 4
4269       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
4270   legend:
4271     - ''
4272     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4273     - '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).'
4274     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4275     - '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.'
4276     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4277     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4278
4279 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4280 - type: "table"
4281   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4282   algorithm: "table_comparison"
4283   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4284   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4285   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4286   columns:
4287     - title: "2001.0-2"
4288       data-set: "vpp-performance-changes-2n-clx-ref"
4289     - title: "2001.0-4"
4290       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4291     - title: "2005.0-3"
4292       data-set: "vpp-performance-changes-2n-clx-cmp"
4293     - title: "2005.0-4"
4294       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4295   comparisons:
4296     - title: "2005.0-4 vs 2005.0-3"
4297       reference: 3
4298       compare: 4
4299       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4300     - title: "2001.0-4 vs 2001.0-2"
4301       reference: 1
4302       compare: 2
4303       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4304     - title: "2005.0-4 vs 2001.0-4"
4305       reference: 2
4306       compare: 4
4307       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
4308   legend:
4309     - ''
4310     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4311     - '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).'
4312     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4313     - '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.'
4314     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4315     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4316
4317 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4318 - type: "table"
4319   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4320   algorithm: "table_comparison"
4321   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4322   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4323   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4324   columns:
4325     - title: "2001.0-2"
4326       data-set: "vpp-performance-changes-2n-clx-ref"
4327     - title: "2001.0-4"
4328       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4329     - title: "2005.0-3"
4330       data-set: "vpp-performance-changes-2n-clx-cmp"
4331     - title: "2005.0-4"
4332       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4333   comparisons:
4334     - title: "2005.0-4 vs 2005.0-3"
4335       reference: 3
4336       compare: 4
4337       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4338     - title: "2001.0-4 vs 2001.0-2"
4339       reference: 1
4340       compare: 2
4341       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4342     - title: "2005.0-4 vs 2001.0-4"
4343       reference: 2
4344       compare: 4
4345       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
4346   legend:
4347     - ''
4348     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4349     - '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).'
4350     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4351     - '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.'
4352     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4353     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4354
4355 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4356 - type: "table"
4357   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4358   algorithm: "table_comparison"
4359   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4361   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4362   columns:
4363     - title: "2001.0-2"
4364       data-set: "vpp-performance-changes-2n-clx-ref"
4365     - title: "2001.0-4"
4366       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4367     - title: "2005.0-3"
4368       data-set: "vpp-performance-changes-2n-clx-cmp"
4369     - title: "2005.0-4"
4370       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4371   comparisons:
4372     - title: "2005.0-4 vs 2005.0-3"
4373       reference: 3
4374       compare: 4
4375       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4376     - title: "2001.0-4 vs 2001.0-2"
4377       reference: 1
4378       compare: 2
4379       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4380     - title: "2005.0-4 vs 2001.0-4"
4381       reference: 2
4382       compare: 4
4383       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
4384   legend:
4385     - ''
4386     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4387     - '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).'
4388     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4389     - '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.'
4390     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4391     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4392
4393 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4394 #- type: "table"
4395 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4396 #  algorithm: "table_comparison"
4397 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4398 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4399 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4400 #  columns:
4401 #    - title: "2001.0-2"
4402 #      data-set: "vpp-performance-changes-2n-clx-ref"
4403 #    - title: "2005.0-3"
4404 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4405 #  comparisons:
4406 #    - title: "Diff"
4407 #      reference: 1
4408 #      compare: 2
4409 #  legend:
4410 #    - ''
4411 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4412 #    - '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).'
4413 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4414 #    - '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.'
4415 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4416 #
4417 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4418 #- type: "table"
4419 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4420 #  algorithm: "table_comparison"
4421 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4422 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4423 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4424 #  columns:
4425 #    - title: "2001.0-2"
4426 #      data-set: "vpp-performance-changes-2n-clx-ref"
4427 #    - title: "2005.0-3"
4428 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4429 #  comparisons:
4430 #    - title: "Diff"
4431 #      reference: 1
4432 #      compare: 2
4433 #  legend:
4434 #    - ''
4435 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4436 #    - '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).'
4437 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4438 #    - '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.'
4439 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4440 #
4441 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4442 #- type: "table"
4443 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4444 #  algorithm: "table_comparison"
4445 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4446 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4447 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4448 #  columns:
4449 #    - title: "2001.0-2"
4450 #      data-set: "vpp-performance-changes-2n-clx-ref"
4451 #    - title: "2005.0-3"
4452 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4453 #  comparisons:
4454 #    - title: "Diff"
4455 #      reference: 1
4456 #      compare: 2
4457 #  legend:
4458 #    - ''
4459 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4460 #    - '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).'
4461 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4462 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4463 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4464 #
4465 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4466 #- type: "table"
4467 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4468 #  algorithm: "table_comparison"
4469 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4470 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4471 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4472 #  columns:
4473 #    - title: "2001.0-2"
4474 #      data-set: "vpp-performance-changes-2n-clx-ref"
4475 #    - title: "2005.0-3"
4476 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4477 #  comparisons:
4478 #    - title: "Diff"
4479 #      reference: 1
4480 #      compare: 2
4481 #  legend:
4482 #    - ''
4483 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4484 #    - '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).'
4485 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4486 #    - '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.'
4487 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4488
4489 # VPP Performance Changes 2n-dnv 1t1c pdr
4490 - type: "table"
4491   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4492   algorithm: "table_comparison"
4493   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4495   filter: "'1T1C'"
4496   columns:
4497     - title: "1908.1-2"
4498       data-set: "vpp-performance-changes-2n-dnv-h1"
4499     - title: "2001.0-2"
4500       data-set: "vpp-performance-changes-2n-dnv-ref"
4501     - title: "2005.0-3"
4502       data-set: "vpp-performance-changes-2n-dnv-cmp"
4503   comparisons:
4504     - title: "2005.0-3 vs 2001.0-2"
4505       reference: 2
4506       compare: 3
4507   legend:
4508     - ''
4509     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4510     - '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).'
4511     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4512     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4513
4514 # VPP Performance Changes 2n-dnv 2t2c pdr
4515 - type: "table"
4516   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4517   algorithm: "table_comparison"
4518   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4520   filter: "'2T2C'"
4521   columns:
4522     - title: "1908.1-2"
4523       data-set: "vpp-performance-changes-2n-dnv-h1"
4524     - title: "2001.0-2"
4525       data-set: "vpp-performance-changes-2n-dnv-ref"
4526     - title: "2005.0-3"
4527       data-set: "vpp-performance-changes-2n-dnv-cmp"
4528   comparisons:
4529     - title: "2005.0-3 vs 2001.0-2"
4530       reference: 2
4531       compare: 3
4532   legend:
4533     - ''
4534     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4535     - '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).'
4536     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4537     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4538
4539 # VPP Performance Changes 2n-dnv 1t1c ndr
4540 - type: "table"
4541   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4542   algorithm: "table_comparison"
4543   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4545   filter: "'1T1C'"
4546   columns:
4547     - title: "1908.1-2"
4548       data-set: "vpp-performance-changes-2n-dnv-h1"
4549     - title: "2001.0-2"
4550       data-set: "vpp-performance-changes-2n-dnv-ref"
4551     - title: "2005.0-3"
4552       data-set: "vpp-performance-changes-2n-dnv-cmp"
4553   comparisons:
4554     - title: "2005.0-3 vs 2001.0-2"
4555       reference: 2
4556       compare: 3
4557   legend:
4558     - ''
4559     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4560     - '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).'
4561     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4562     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4563
4564 # VPP Performance Changes 2n-dnv 2t2c ndr
4565 - type: "table"
4566   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4567   algorithm: "table_comparison"
4568   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4569   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4570   filter: "'2T2C'"
4571   columns:
4572     - title: "1908.1-2"
4573       data-set: "vpp-performance-changes-2n-dnv-h1"
4574     - title: "2001.0-2"
4575       data-set: "vpp-performance-changes-2n-dnv-ref"
4576     - title: "2005.0-3"
4577       data-set: "vpp-performance-changes-2n-dnv-cmp"
4578   comparisons:
4579     - title: "2005.0-3 vs 2001.0-2"
4580       reference: 2
4581       compare: 3
4582   legend:
4583     - ''
4584     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4585     - '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).'
4586     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4587     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4588
4589 # VPP Performance Changes 3n-dnv 1t1c pdr
4590 - type: "table"
4591   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4592   algorithm: "table_comparison"
4593   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4595   filter: "'1T1C'"
4596   columns:
4597     - title: "1908.1-2"
4598       data-set: "vpp-performance-changes-3n-dnv-h1"
4599     - title: "2001.0-2"
4600       data-set: "vpp-performance-changes-3n-dnv-ref"
4601     - title: "2005.0-3"
4602       data-set: "vpp-performance-changes-3n-dnv-cmp"
4603   comparisons:
4604     - title: "2005.0-3 vs 2001.0-2"
4605       reference: 2
4606       compare: 3
4607   legend:
4608     - ''
4609     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4610     - '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).'
4611     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4612     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4613
4614 # VPP Performance Changes 3n-dnv 2t2c pdr
4615 - type: "table"
4616   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4617   algorithm: "table_comparison"
4618   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4619   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4620   filter: "'2T2C'"
4621   columns:
4622     - title: "1908.1-2"
4623       data-set: "vpp-performance-changes-3n-dnv-h1"
4624     - title: "2001.0-2"
4625       data-set: "vpp-performance-changes-3n-dnv-ref"
4626     - title: "2005.0-3"
4627       data-set: "vpp-performance-changes-3n-dnv-cmp"
4628   comparisons:
4629     - title: "2005.0-3 vs 2001.0-2"
4630       reference: 2
4631       compare: 3
4632   legend:
4633     - ''
4634     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4635     - '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).'
4636     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4637     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4638
4639 # VPP Performance Changes 3n-dnv 1t1c ndr
4640 - type: "table"
4641   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4642   algorithm: "table_comparison"
4643   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4645   filter: "'1T1C'"
4646   columns:
4647     - title: "1908.1-2"
4648       data-set: "vpp-performance-changes-3n-dnv-h1"
4649     - title: "2001.0-2"
4650       data-set: "vpp-performance-changes-3n-dnv-ref"
4651     - title: "2005.0-3"
4652       data-set: "vpp-performance-changes-3n-dnv-cmp"
4653   comparisons:
4654     - title: "2005.0-3 vs 2001.0-2"
4655       reference: 2
4656       compare: 3
4657   legend:
4658     - ''
4659     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4660     - '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).'
4661     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4662     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4663
4664 # VPP Performance Changes 3n-dnv 2t2c ndr
4665 - type: "table"
4666   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4667   algorithm: "table_comparison"
4668   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4670   filter: "'2T2C'"
4671   columns:
4672     - title: "1908.1-2"
4673       data-set: "vpp-performance-changes-3n-dnv-h1"
4674     - title: "2001.0-2"
4675       data-set: "vpp-performance-changes-3n-dnv-ref"
4676     - title: "2005.0-3"
4677       data-set: "vpp-performance-changes-3n-dnv-cmp"
4678   comparisons:
4679     - title: "2005.0-3 vs 2001.0-2"
4680       reference: 2
4681       compare: 3
4682   legend:
4683     - ''
4684     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4685     - '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).'
4686     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4687     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4688
4689 # VPP Performance Changes 3n-tsh 1t1c pdr
4690 - type: "table"
4691   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4692   algorithm: "table_comparison"
4693   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4695   filter: "'1T1C'"
4696   columns:
4697     - title: "1908.1-2"
4698       data-set: "vpp-performance-changes-3n-tsh-h1"
4699     - title: "2001.0-2"
4700       data-set: "vpp-performance-changes-3n-tsh-ref"
4701     - title: "2001.0-4"
4702       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4703     - title: "2005.0-4"
4704       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4705   comparisons:
4706     - title: "2001.0-4 vs 2001.0-2"
4707       reference: 2
4708       compare: 3
4709       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4710     - title: "2005.0-4 vs 2001.0-4"
4711       reference: 3
4712       compare: 4
4713       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4714   legend:
4715     - ''
4716     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4717     - '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).'
4718     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4719     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4720     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4721
4722 # VPP Performance Changes 3n-tsh 2t2c pdr
4723 - type: "table"
4724   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4725   algorithm: "table_comparison"
4726   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4728   filter: "'2T2C'"
4729   columns:
4730     - title: "1908.1-2"
4731       data-set: "vpp-performance-changes-3n-tsh-h1"
4732     - title: "2001.0-2"
4733       data-set: "vpp-performance-changes-3n-tsh-ref"
4734     - title: "2001.0-4"
4735       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4736     - title: "2005.0-4"
4737       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4738   comparisons:
4739     - title: "2001.0-4 vs 2001.0-2"
4740       reference: 2
4741       compare: 3
4742       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4743     - title: "2005.0-4 vs 2001.0-4"
4744       reference: 3
4745       compare: 4
4746       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4747   legend:
4748     - ''
4749     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4750     - '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).'
4751     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4752     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4753     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4754
4755 # VPP Performance Changes 3n-tsh 1t1c ndr
4756 - type: "table"
4757   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4758   algorithm: "table_comparison"
4759   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4760   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4761   filter: "'1T1C'"
4762   columns:
4763     - title: "1908.1-2"
4764       data-set: "vpp-performance-changes-3n-tsh-h1"
4765     - title: "2001.0-2"
4766       data-set: "vpp-performance-changes-3n-tsh-ref"
4767     - title: "2001.0-4"
4768       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4769     - title: "2005.0-4"
4770       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4771   comparisons:
4772     - title: "2001.0-4 vs 2001.0-2"
4773       reference: 2
4774       compare: 3
4775       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4776     - title: "2005.0-4 vs 2001.0-4"
4777       reference: 3
4778       compare: 4
4779       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4780   legend:
4781     - ''
4782     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4783     - '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).'
4784     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4785     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4786     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4787
4788 # VPP Performance Changes 3n-tsh 2t2c ndr
4789 - type: "table"
4790   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4791   algorithm: "table_comparison"
4792   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4793   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4794   filter: "'2T2C'"
4795   columns:
4796     - title: "1908.1-2"
4797       data-set: "vpp-performance-changes-3n-tsh-h1"
4798     - title: "2001.0-2"
4799       data-set: "vpp-performance-changes-3n-tsh-ref"
4800     - title: "2001.0-4"
4801       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4802     - title: "2005.0-4"
4803       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4804   comparisons:
4805     - title: "2001.0-4 vs 2001.0-2"
4806       reference: 2
4807       compare: 3
4808       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4809     - title: "2005.0-4 vs 2001.0-4"
4810       reference: 3
4811       compare: 4
4812       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4813   legend:
4814     - ''
4815     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4816     - '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).'
4817     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4818     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4819     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4820
4821 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4822 - type: "table"
4823   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4824   algorithm: "table_comparison"
4825   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4827   filter: "'1T1C'"
4828   columns:
4829     - title: "1908.1-2"
4830       data-set: "vpp-performance-changes-3n-tsh-h1"
4831     - title: "2001.0-2"
4832       data-set: "vpp-performance-changes-3n-tsh-ref"
4833     - title: "2001.0-4"
4834       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4835     - title: "2005.0-3"
4836       data-set: "vpp-performance-changes-3n-tsh-cmp"
4837     - title: "2005.0-4"
4838       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4839   comparisons:
4840     - title: "2005.0-4 vs 2005.0-3"
4841       reference: 4
4842       compare: 5
4843       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4844     - title: "2001.0-4 vs 2001.0-2"
4845       reference: 2
4846       compare: 3
4847       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4848     - title: "2005.0-4 vs 2001.0-4"
4849       reference: 3
4850       compare: 5
4851       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
4852   legend:
4853     - ''
4854     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4855     - '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).'
4856     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4857     - '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.'
4858     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4859     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4860
4861 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4862 - type: "table"
4863   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4864   algorithm: "table_comparison"
4865   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4866   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4867   filter: "'2T2C'"
4868   columns:
4869     - title: "1908.1-2"
4870       data-set: "vpp-performance-changes-3n-tsh-h1"
4871     - title: "2001.0-2"
4872       data-set: "vpp-performance-changes-3n-tsh-ref"
4873     - title: "2001.0-4"
4874       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4875     - title: "2005.0-3"
4876       data-set: "vpp-performance-changes-3n-tsh-cmp"
4877     - title: "2005.0-4"
4878       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4879   comparisons:
4880     - title: "2005.0-4 vs 2005.0-3"
4881       reference: 4
4882       compare: 5
4883       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4884     - title: "2001.0-4 vs 2001.0-2"
4885       reference: 2
4886       compare: 3
4887       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4888     - title: "2005.0-4 vs 2001.0-4"
4889       reference: 3
4890       compare: 5
4891       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
4892   legend:
4893     - ''
4894     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4895     - '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).'
4896     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4897     - '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.'
4898     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4899     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4900
4901 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4902 - type: "table"
4903   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4904   algorithm: "table_comparison"
4905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4907   filter: "'1T1C'"
4908   columns:
4909     - title: "1908.1-2"
4910       data-set: "vpp-performance-changes-3n-tsh-h1"
4911     - title: "2001.0-2"
4912       data-set: "vpp-performance-changes-3n-tsh-ref"
4913     - title: "2001.0-4"
4914       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4915     - title: "2005.0-3"
4916       data-set: "vpp-performance-changes-3n-tsh-cmp"
4917     - title: "2005.0-4"
4918       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4919   comparisons:
4920     - title: "2005.0-4 vs 2005.0-3"
4921       reference: 4
4922       compare: 5
4923       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4924     - title: "2001.0-4 vs 2001.0-2"
4925       reference: 2
4926       compare: 3
4927       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4928     - title: "2005.0-4 vs 2001.0-4"
4929       reference: 3
4930       compare: 5
4931       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
4932   legend:
4933     - ''
4934     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4935     - '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).'
4936     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4937     - '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.'
4938     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4939     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4940
4941 # VPP Performance Changes 3n-tsh 2t2c ndr-full
4942 - type: "table"
4943   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
4944   algorithm: "table_comparison"
4945   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
4946   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4947   filter: "'2T2C'"
4948   columns:
4949     - title: "1908.1-2"
4950       data-set: "vpp-performance-changes-3n-tsh-h1"
4951     - title: "2001.0-2"
4952       data-set: "vpp-performance-changes-3n-tsh-ref"
4953     - title: "2001.0-4"
4954       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4955     - title: "2005.0-3"
4956       data-set: "vpp-performance-changes-3n-tsh-cmp"
4957     - title: "2005.0-4"
4958       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4959   comparisons:
4960     - title: "2005.0-4 vs 2005.0-3"
4961       reference: 4
4962       compare: 5
4963       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4964     - title: "2001.0-4 vs 2001.0-2"
4965       reference: 2
4966       compare: 3
4967       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4968     - title: "2005.0-4 vs 2001.0-4"
4969       reference: 3
4970       compare: 5
4971       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
4972   legend:
4973     - ''
4974     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4975     - '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).'
4976     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4977     - '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.'
4978     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4979     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4980
4981 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4982 - type: "table"
4983   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4984   algorithm: "table_comparison"
4985   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4987   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4988   columns:
4989     - title: "3n-hsw xl710"
4990       data-set: "vpp-compare-testbeds-ref"
4991       tag: "NIC_Intel-XL710"
4992     - title: "3n-skx xxv710"
4993       data-set: "vpp-compare-testbeds-cmp"
4994       tag: "NIC_Intel-XXV710"
4995   comparisons:
4996     - title: "Diff"
4997       reference: 1
4998       compare: 2
4999   legend:
5000     - ""
5001     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5002     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5003
5004 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5005 - type: "table"
5006   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5007   algorithm: "table_comparison"
5008   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5010   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5011   columns:
5012     - title: "3n-hsw xl710"
5013       data-set: "vpp-compare-testbeds-ref"
5014       tag: "NIC_Intel-XL710"
5015     - title: "3n-skx xxv710"
5016       data-set: "vpp-compare-testbeds-cmp"
5017       tag: "NIC_Intel-XXV710"
5018   comparisons:
5019     - title: "Diff"
5020       reference: 1
5021       compare: 2
5022   legend:
5023     - ""
5024     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5025     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5026
5027 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5028 - type: "table"
5029   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5030   algorithm: "table_comparison"
5031   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5032   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5033   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5034   columns:
5035     - title: "3n-hsw xl710"
5036       data-set: "vpp-compare-testbeds-ref"
5037       tag: "NIC_Intel-XL710"
5038     - title: "3n-skx xxv710"
5039       data-set: "vpp-compare-testbeds-cmp"
5040       tag: "NIC_Intel-XXV710"
5041   comparisons:
5042     - title: "Diff"
5043       reference: 1
5044       compare: 2
5045   legend:
5046     - ""
5047     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5048     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5049
5050 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5051 - type: "table"
5052   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5053   algorithm: "table_comparison"
5054   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5056   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5057   columns:
5058     - title: "3n-hsw xl710"
5059       data-set: "vpp-compare-testbeds-ref"
5060       tag: "NIC_Intel-XL710"
5061     - title: "3n-skx xxv710"
5062       data-set: "vpp-compare-testbeds-cmp"
5063       tag: "NIC_Intel-XXV710"
5064   comparisons:
5065     - title: "Diff"
5066       reference: 1
5067       compare: 2
5068   legend:
5069     - ""
5070     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5071     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5072
5073 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5074 - type: "table"
5075   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5076   algorithm: "table_comparison"
5077   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5078   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5079   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5080   columns:
5081     - title: "2n-skx"
5082       data-set: "vpp-compare-testbeds-skx-clx-ref"
5083     - title: "2n-clx"
5084       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5085   comparisons:
5086     - title: "Diff"
5087       reference: 1
5088       compare: 2
5089   legend:
5090     - ""
5091     - "2n-skx, 2n-clx - testbeds and NICs tested."
5092     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5093
5094 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5095 - type: "table"
5096   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5097   algorithm: "table_comparison"
5098   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5099   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5100   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5101   columns:
5102     - title: "2n-skx"
5103       data-set: "vpp-compare-testbeds-skx-clx-ref"
5104     - title: "2n-clx"
5105       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5106   comparisons:
5107     - title: "Diff"
5108       reference: 1
5109       compare: 2
5110   legend:
5111     - ""
5112     - "2n-skx, 2n-clx - testbeds and NICs tested."
5113     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5114
5115 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5116 - type: "table"
5117   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5118   algorithm: "table_comparison"
5119   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5120   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5121   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5122   columns:
5123     - title: "2n-skx"
5124       data-set: "vpp-compare-testbeds-skx-clx-ref"
5125     - title: "2n-clx"
5126       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5127   comparisons:
5128     - title: "Diff"
5129       reference: 1
5130       compare: 2
5131   legend:
5132     - ""
5133     - "2n-skx, 2n-clx - testbeds and NICs tested."
5134     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5135
5136 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5137 - type: "table"
5138   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5139   algorithm: "table_comparison"
5140   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5142   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5143   columns:
5144     - title: "2n-skx"
5145       data-set: "vpp-compare-testbeds-skx-clx-ref"
5146     - title: "2n-clx"
5147       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5148   comparisons:
5149     - title: "Diff"
5150       reference: 1
5151       compare: 2
5152   legend:
5153     - ""
5154     - "2n-skx, 2n-clx - testbeds and NICs tested."
5155     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5156
5157 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5158 - type: "table"
5159   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5160   algorithm: "table_comparison"
5161   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5162   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5163   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5164   columns:
5165     - title: "3n-hsw xl710"
5166       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5167       tag: "NIC_Intel-XL710"
5168     - title: "2n-clx xxv710"
5169       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5170       tag: "NIC_Intel-XXV710"
5171   comparisons:
5172     - title: "Diff"
5173       reference: 1
5174       compare: 2
5175   legend:
5176     - ""
5177     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5178     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5179
5180 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5181 - type: "table"
5182   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5183   algorithm: "table_comparison"
5184   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5186   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5187   columns:
5188     - title: "3n-hsw xl710"
5189       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5190       tag: "NIC_Intel-XL710"
5191     - title: "2n-clx xxv710"
5192       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5193       tag: "NIC_Intel-XXV710"
5194   comparisons:
5195     - title: "Diff"
5196       reference: 1
5197       compare: 2
5198   legend:
5199     - ""
5200     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5201     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5202
5203 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5204 - type: "table"
5205   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5206   algorithm: "table_comparison"
5207   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5209   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5210   columns:
5211     - title: "3n-hsw xl710"
5212       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5213       tag: "NIC_Intel-XL710"
5214     - title: "2n-clx xxv710"
5215       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5216       tag: "NIC_Intel-XXV710"
5217   comparisons:
5218     - title: "Diff"
5219       reference: 1
5220       compare: 2
5221   legend:
5222     - ""
5223     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5224     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5225
5226 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5227 - type: "table"
5228   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5229   algorithm: "table_comparison"
5230   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5232   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5233   columns:
5234     - title: "3n-hsw xl710"
5235       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5236       tag: "NIC_Intel-XL710"
5237     - title: "2n-clx xxv710"
5238       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5239       tag: "NIC_Intel-XXV710"
5240   comparisons:
5241     - title: "Diff"
5242       reference: 1
5243       compare: 2
5244   legend:
5245     - ""
5246     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5247     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5248
5249 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5250 - type: "table"
5251   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5252   algorithm: "table_comparison"
5253   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5254   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5255   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5256   columns:
5257     - title: "3n-skx"
5258       data-set: "vpp-compare-topologies-ref"
5259     - title: "2n-skx"
5260       data-set: "vpp-compare-topologies-cmp"
5261   comparisons:
5262     - title: "Diff"
5263       reference: 1
5264       compare: 2
5265   legend:
5266     - ""
5267     - "3n-skx, 2n-skx - topologies tested."
5268     - "Diff - difference between 3n-skx and 2n-skx topologies."
5269
5270 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5271 - type: "table"
5272   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5273   algorithm: "table_comparison"
5274   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5275   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5276   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5277   columns:
5278     - title: "3n-skx"
5279       data-set: "vpp-compare-topologies-ref"
5280     - title: "2n-skx"
5281       data-set: "vpp-compare-topologies-cmp"
5282   comparisons:
5283     - title: "Diff"
5284       reference: 1
5285       compare: 2
5286   legend:
5287     - ""
5288     - "3n-skx, 2n-skx - topologies tested."
5289     - "Diff - difference between 3n-skx and 2n-skx topologies."
5290
5291 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5292 - type: "table"
5293   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5294   algorithm: "table_comparison"
5295   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5297   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5298   columns:
5299     - title: "3n-skx"
5300       data-set: "vpp-compare-topologies-ref"
5301     - title: "2n-skx"
5302       data-set: "vpp-compare-topologies-cmp"
5303   comparisons:
5304     - title: "Diff"
5305       reference: 1
5306       compare: 2
5307   legend:
5308     - ""
5309     - "3n-skx, 2n-skx - topologies tested."
5310     - "Diff - difference between 3n-skx and 2n-skx topologies."
5311
5312 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5313 - type: "table"
5314   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5315   algorithm: "table_comparison"
5316   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5318   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5319   columns:
5320     - title: "3n-skx"
5321       data-set: "vpp-compare-topologies-ref"
5322     - title: "2n-skx"
5323       data-set: "vpp-compare-topologies-cmp"
5324   comparisons:
5325     - title: "Diff"
5326       reference: 1
5327       compare: 2
5328   legend:
5329     - ""
5330     - "3n-skx, 2n-skx - topologies tested."
5331     - "Diff - difference between 3n-skx and 2n-skx topologies."
5332
5333 # VPP Performance Changes 3n-hsw 1t1c mrr
5334 - type: "table"
5335   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5336   algorithm: "table_comparison"
5337   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5339   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5340   columns:
5341     - title: "1908.1-2"
5342       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5343     - title: "2001.0-2"
5344       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5345     - title: "2005.0-3"
5346       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5347     - title: "2005.0-4"
5348       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5349   comparisons:
5350     - title: "2005.0-4 vs 2005.0-3"
5351       reference: 3
5352       compare: 4
5353       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5354     - title: "2005.0-4 vs 2001.0-2"
5355       reference: 2
5356       compare: 4
5357       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5358   legend:
5359     - ''
5360     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5361     - '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).'
5362     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5363     - '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.'
5364     - '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.'
5365
5366 # VPP Performance Changes 3n-hsw 2t2c mrr
5367 - type: "table"
5368   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5369   algorithm: "table_comparison"
5370   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5371   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5372   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5373   columns:
5374     - title: "1908.1-2"
5375       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5376     - title: "2001.0-2"
5377       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5378     - title: "2005.0-3"
5379       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5380     - title: "2005.0-4"
5381       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5382   comparisons:
5383     - title: "2005.0-4 vs 2005.0-3"
5384       reference: 3
5385       compare: 4
5386       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5387     - title: "2005.0-4 vs 2001.0-2"
5388       reference: 2
5389       compare: 4
5390       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5391   legend:
5392     - ''
5393     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5394     - '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).'
5395     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5396     - '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.'
5397     - '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.'
5398
5399 # VPP Performance Changes 3n-hsw 4t4c mrr
5400 - type: "table"
5401   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5402   algorithm: "table_comparison"
5403   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5404   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5405   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5406   columns:
5407     - title: "1908.1-2"
5408       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5409     - title: "2001.0-2"
5410       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5411     - title: "2005.0-3"
5412       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5413     - title: "2005.0-4"
5414       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5415   comparisons:
5416     - title: "2005.0-4 vs 2005.0-3"
5417       reference: 3
5418       compare: 4
5419       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5420     - title: "2005.0-4 vs 2001.0-2"
5421       reference: 2
5422       compare: 4
5423       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5424   legend:
5425     - ''
5426     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5427     - '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).'
5428     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5429     - '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.'
5430     - '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.'
5431
5432 # VPP Performance Changes 3n-skx 2t1c mrr
5433 - type: "table"
5434   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5435   algorithm: "table_comparison"
5436   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5437   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5438   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5439   columns:
5440     - title: "2001.0-2"
5441       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5442     - title: "2005.0-3"
5443       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5444     - title: "2005.0-4"
5445       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5446   comparisons:
5447     - title: "2005.0-4 vs 2005.0-3"
5448       reference: 2
5449       compare: 3
5450       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5451     - title: "2005.0-4 vs 2001.0-2"
5452       reference: 1
5453       compare: 3
5454       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5455   legend:
5456     - ''
5457     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5458     - '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).'
5459     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5460     - '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.'
5461     - '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.'
5462
5463 # VPP Performance Changes 3n-skx 4t2c mrr
5464 - type: "table"
5465   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5466   algorithm: "table_comparison"
5467   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5468   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5469   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5470   columns:
5471     - title: "2001.0-2"
5472       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5473     - title: "2005.0-3"
5474       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5475     - title: "2005.0-4"
5476       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5477   comparisons:
5478     - title: "2005.0-4 vs 2005.0-3"
5479       reference: 2
5480       compare: 3
5481       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5482     - title: "2005.0-4 vs 2001.0-2"
5483       reference: 1
5484       compare: 3
5485       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5486   legend:
5487     - ''
5488     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5489     - '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).'
5490     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5491     - '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.'
5492     - '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.'
5493
5494 # VPP Performance Changes 3n-skx 8t4c mrr
5495 - type: "table"
5496   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5497   algorithm: "table_comparison"
5498   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5500   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5501   columns:
5502     - title: "2001.0-2"
5503       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5504     - title: "2005.0-3"
5505       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5506     - title: "2005.0-4"
5507       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5508   comparisons:
5509     - title: "2005.0-4 vs 2005.0-3"
5510       reference: 2
5511       compare: 3
5512       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5513     - title: "2005.0-4 vs 2001.0-2"
5514       reference: 1
5515       compare: 3
5516       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5517   legend:
5518     - ''
5519     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5520     - '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).'
5521     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5522     - '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.'
5523     - '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.'
5524
5525 # VPP Performance Changes 2n-skx 2t1c mrr
5526 - type: "table"
5527   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5528   algorithm: "table_comparison"
5529   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5530   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5531   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5532   columns:
5533     - title: "2001.0-2"
5534       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5535     - title: "2005.0-3"
5536       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5537     - title: "2005.0-4"
5538       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5539   comparisons:
5540     - title: "2005.0-4 vs 2005.0-3"
5541       reference: 2
5542       compare: 3
5543       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5544     - title: "2005.0-4 vs 2001.0-2"
5545       reference: 1
5546       compare: 3
5547       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5548   legend:
5549     - ''
5550     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5551     - '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).'
5552     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5553     - '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.'
5554     - '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.'
5555
5556 # VPP Performance Changes 2n-skx 4t2c mrr
5557 - type: "table"
5558   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5559   algorithm: "table_comparison"
5560   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5561   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5562   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5563   columns:
5564     - title: "2001.0-2"
5565       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5566     - title: "2005.0-3"
5567       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5568     - title: "2005.0-4"
5569       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5570   comparisons:
5571     - title: "2005.0-4 vs 2005.0-3"
5572       reference: 2
5573       compare: 3
5574       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5575     - title: "2005.0-4 vs 2001.0-2"
5576       reference: 1
5577       compare: 3
5578       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5579   legend:
5580     - ''
5581     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5582     - '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).'
5583     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5584     - '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.'
5585     - '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.'
5586
5587 # VPP Performance Changes 2n-skx 8t4c mrr
5588 - type: "table"
5589   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5590   algorithm: "table_comparison"
5591   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5593   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5594   columns:
5595     - title: "2001.0-2"
5596       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5597     - title: "2005.0-3"
5598       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5599     - title: "2005.0-4"
5600       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5601   comparisons:
5602     - title: "2005.0-4 vs 2005.0-3"
5603       reference: 2
5604       compare: 3
5605       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5606     - title: "2005.0-4 vs 2001.0-2"
5607       reference: 1
5608       compare: 3
5609       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5610   legend:
5611     - ''
5612     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5613     - '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).'
5614     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5615     - '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.'
5616     - '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.'
5617
5618 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5619 - type: "table"
5620   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5621   algorithm: "table_comparison"
5622   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5623   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5624   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5625   columns:
5626     - title: "2001.0-2"
5627       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5628     - title: "2005.0-3"
5629       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5630     - title: "2005.0-4"
5631       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5632   comparisons:
5633     - title: "2005.0-4 vs 2005.0-3"
5634       reference: 2
5635       compare: 3
5636       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5637     - title: "2005.0-4 vs 2001.0-2"
5638       reference: 1
5639       compare: 3
5640       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5641   legend:
5642     - ''
5643     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5644     - '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).'
5645     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5646     - '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.'
5647     - '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.'
5648
5649 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5650 - type: "table"
5651   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5652   algorithm: "table_comparison"
5653   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5655   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5656   columns:
5657     - title: "2001.0-2"
5658       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5659     - title: "2005.0-3"
5660       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5661     - title: "2005.0-4"
5662       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5663   comparisons:
5664     - title: "2005.0-4 vs 2005.0-3"
5665       reference: 2
5666       compare: 3
5667       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5668     - title: "2005.0-4 vs 2001.0-2"
5669       reference: 1
5670       compare: 3
5671       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5672   legend:
5673     - ''
5674     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5675     - '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).'
5676     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5677     - '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.'
5678     - '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.'
5679
5680 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5681 - type: "table"
5682   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5683   algorithm: "table_comparison"
5684   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5686   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5687   columns:
5688     - title: "2001.0-2"
5689       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5690     - title: "2005.0-3"
5691       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5692     - title: "2005.0-4"
5693       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5694   comparisons:
5695     - title: "2005.0-4 vs 2005.0-3"
5696       reference: 2
5697       compare: 3
5698       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5699     - title: "2005.0-4 vs 2001.0-2"
5700       reference: 1
5701       compare: 3
5702       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5703   legend:
5704     - ''
5705     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5706     - '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).'
5707     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5708     - '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.'
5709     - '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.'
5710
5711 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5712 #- type: "table"
5713 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5714 #  algorithm: "table_comparison"
5715 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5716 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5717 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5718 #  columns:
5719 #    - title: "2001"
5720 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5721 #    - title: "2005"
5722 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5723 #  comparisons:
5724 #    - title: "Diff"
5725 #      reference: 1
5726 #      compare: 2
5727 #  legend:
5728 #    - ""
5729 #    - "2001, 2005 - VPP versions tested."
5730 #    - "Diff - difference between 2001 and 2005 VPP version."
5731 #
5732 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5733 #- type: "table"
5734 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5735 #  algorithm: "table_comparison"
5736 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5737 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5738 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5739 #  columns:
5740 #    - title: "2001"
5741 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5742 #    - title: "2005"
5743 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5744 #  comparisons:
5745 #    - title: "Diff"
5746 #      reference: 1
5747 #      compare: 2
5748 #  legend:
5749 #    - ""
5750 #    - "2001, 2005 - VPP versions tested."
5751 #    - "Diff - difference between 2001 and 2005 VPP version."
5752 #
5753 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5754 #- type: "table"
5755 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5756 #  algorithm: "table_comparison"
5757 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5758 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5759 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5760 #  columns:
5761 #    - title: "2001"
5762 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5763 #    - title: "2005"
5764 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5765 #  comparisons:
5766 #    - title: "Diff"
5767 #      reference: 1
5768 #      compare: 2
5769 #  legend:
5770 #    - ""
5771 #    - "2001, 2005 - VPP versions tested."
5772 #    - "Diff - difference between 2001 and 2005 VPP version."
5773
5774 # VPP Performance Changes 2n-dnv 1t1c mrr
5775 - type: "table"
5776   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5777   algorithm: "table_comparison"
5778   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5780   filter: "'1T1C'"
5781   columns:
5782     - title: "1908.1-2"
5783       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5784     - title: "2001.0-2"
5785       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5786     - title: "2005.0-3"
5787       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5788   comparisons:
5789     - title: "2005.0-3 vs 2001.0-2"
5790       reference: 2
5791       compare: 3
5792   legend:
5793     - ''
5794     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5795     - '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).'
5796     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5797     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5798
5799 # VPP Performance Changes 2n-dnv 2t2c mrr
5800 - type: "table"
5801   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5802   algorithm: "table_comparison"
5803   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5804   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5805   filter: "'2T2C'"
5806   columns:
5807     - title: "1908.1-2"
5808       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5809     - title: "2001.0-2"
5810       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5811     - title: "2005.0-3"
5812       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5813   comparisons:
5814     - title: "2005.0-3 vs 2001.0-2"
5815       reference: 2
5816       compare: 3
5817   legend:
5818     - ''
5819     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5820     - '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).'
5821     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5822     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5823
5824 # VPP Performance Changes 2n-dnv 4t4c mrr
5825 - type: "table"
5826   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5827   algorithm: "table_comparison"
5828   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5830   filter: "'4T4C'"
5831   columns:
5832     - title: "1908.1-2"
5833       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5834     - title: "2001.0-2"
5835       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5836     - title: "2005.0-3"
5837       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5838   comparisons:
5839     - title: "2005.0-3 vs 2001.0-2"
5840       reference: 2
5841       compare: 3
5842   legend:
5843     - ''
5844     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5845     - '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).'
5846     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5847     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5848
5849 # VPP Performance Changes 3n-dnv 1t1c mrr
5850 - type: "table"
5851   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5852   algorithm: "table_comparison"
5853   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5854   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5855   filter: "'1T1C'"
5856   columns:
5857     - title: "1908.1-2"
5858       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5859     - title: "2001.0-2"
5860       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5861     - title: "2005.0-3"
5862       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5863   comparisons:
5864     - title: "2005.0-3 vs 2001.0-2"
5865       reference: 2
5866       compare: 3
5867   legend:
5868     - ''
5869     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5870     - '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).'
5871     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5872     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5873
5874 # VPP Performance Changes 3n-dnv 2t2c mrr
5875 - type: "table"
5876   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5877   algorithm: "table_comparison"
5878   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5879   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5880   filter: "'2T2C'"
5881   columns:
5882     - title: "1908.1-2"
5883       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5884     - title: "2001.0-2"
5885       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5886     - title: "2005.0-3"
5887       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5888   comparisons:
5889     - title: "2005.0-3 vs 2001.0-2"
5890       reference: 2
5891       compare: 3
5892   legend:
5893     - ''
5894     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5895     - '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).'
5896     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5897     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5898
5899 # VPP Performance Changes 3n-dnv 4t4c mrr
5900 - type: "table"
5901   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5902   algorithm: "table_comparison"
5903   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5904   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5905   filter: "'4T4C'"
5906   columns:
5907     - title: "1908.1-2"
5908       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5909     - title: "2001.0-2"
5910       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5911     - title: "2005.0-3"
5912       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5913   comparisons:
5914     - title: "2005.0-3 vs 2001.0-2"
5915       reference: 2
5916       compare: 3
5917   legend:
5918     - ''
5919     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5920     - '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).'
5921     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5922     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5923
5924 # VPP Performance Changes 3n-tsh 1t1c mrr
5925 - type: "table"
5926   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5927   algorithm: "table_comparison"
5928   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5929   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5930   filter: "'1T1C'"
5931   columns:
5932     - title: "1908.1-2"
5933       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5934     - title: "2001.0-2"
5935       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5936     - title: "2005.0-3"
5937       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5938     - title: "2005.0-4"
5939       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5940   comparisons:
5941     - title: "2005.0-4 vs 2005.0-3"
5942       reference: 3
5943       compare: 4
5944       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5945     - title: "2005.0-4 vs 2001.0-2"
5946       reference: 2
5947       compare: 4
5948       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5949   legend:
5950     - ''
5951     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5952     - '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).'
5953     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5954     - '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.'
5955     - '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.'
5956
5957 # VPP Performance Changes 3n-tsh 2t2c mrr
5958 - type: "table"
5959   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5960   algorithm: "table_comparison"
5961   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5962   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5963   filter: "'2T2C'"
5964   columns:
5965     - title: "1908.1-2"
5966       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5967     - title: "2001.0-2"
5968       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5969     - title: "2005.0-3"
5970       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5971     - title: "2005.0-4"
5972       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5973   comparisons:
5974     - title: "2005.0-4 vs 2005.0-3"
5975       reference: 3
5976       compare: 4
5977       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5978     - title: "2005.0-4 vs 2001.0-2"
5979       reference: 2
5980       compare: 4
5981       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5982   legend:
5983     - ''
5984     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5985     - '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).'
5986     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5987     - '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.'
5988     - '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.'
5989
5990 # VPP Performance Changes 3n-tsh 4t4c mrr
5991 - type: "table"
5992   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5993   algorithm: "table_comparison"
5994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5995   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5996   filter: "'4T4C'"
5997   columns:
5998     - title: "1908.1-2"
5999       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6000     - title: "2001.0-2"
6001       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6002     - title: "2005.0-3"
6003       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6004     - title: "2005.0-4"
6005       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6006   comparisons:
6007     - title: "2005.0-4 vs 2005.0-3"
6008       reference: 3
6009       compare: 4
6010       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
6011     - title: "2005.0-4 vs 2001.0-2"
6012       reference: 2
6013       compare: 4
6014       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
6015   legend:
6016     - ''
6017     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6018     - '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).'
6019     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6020     - '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.'
6021     - '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.'
6022
6023 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6024 - type: "table"
6025   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6026   algorithm: "table_comparison"
6027   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6028   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6029   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6030   columns:
6031     - title: "3n-hsw xl710"
6032       data-set: "vpp-compare-testbeds-mrr-ref"
6033       tag: "NIC_Intel-XL710"
6034     - title: "3n-skx xxv710"
6035       data-set: "vpp-compare-testbeds-mrr-cmp"
6036       tag: "NIC_Intel-XXV710"
6037   comparisons:
6038     - title: "Diff"
6039       reference: 1
6040       compare: 2
6041   legend:
6042     - ""
6043     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6044     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6045
6046 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6047 - type: "table"
6048   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6049   algorithm: "table_comparison"
6050   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6052   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6053   columns:
6054     - title: "3n-hsw xl710"
6055       data-set: "vpp-compare-testbeds-mrr-ref"
6056       tag: "NIC_Intel-XL710"
6057     - title: "3n-skx xxv710"
6058       data-set: "vpp-compare-testbeds-mrr-cmp"
6059       tag: "NIC_Intel-XXV710"
6060   comparisons:
6061     - title: "Diff"
6062       reference: 1
6063       compare: 2
6064   legend:
6065     - ""
6066     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6067     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6068
6069 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6070 - type: "table"
6071   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6072   algorithm: "table_comparison"
6073   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6074   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6075   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6076   columns:
6077     - title: "3n-hsw xl710"
6078       data-set: "vpp-compare-testbeds-mrr-ref"
6079       tag: "NIC_Intel-XL710"
6080     - title: "3n-skx xxv710"
6081       data-set: "vpp-compare-testbeds-mrr-cmp"
6082       tag: "NIC_Intel-XXV710"
6083   comparisons:
6084     - title: "Diff"
6085       reference: 1
6086       compare: 2
6087   legend:
6088     - ""
6089     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6090     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6091
6092 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6093 - type: "table"
6094   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6095   algorithm: "table_comparison"
6096   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6098   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6099   columns:
6100     - title: "2n-skx"
6101       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6102     - title: "2n-clx"
6103       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6104   comparisons:
6105     - title: "Diff"
6106       reference: 1
6107       compare: 2
6108   legend:
6109     - ""
6110     - "2n-skx, 2n-clx - testbeds and NICs tested."
6111     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6112
6113 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6114 - type: "table"
6115   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6116   algorithm: "table_comparison"
6117   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6119   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6120   columns:
6121     - title: "2n-skx"
6122       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6123     - title: "2n-clx"
6124       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6125   comparisons:
6126     - title: "Diff"
6127       reference: 1
6128       compare: 2
6129   legend:
6130     - ""
6131     - "2n-skx, 2n-clx - testbeds and NICs tested."
6132     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6133
6134 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6135 - type: "table"
6136   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6137   algorithm: "table_comparison"
6138   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6139   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6140   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6141   columns:
6142     - title: "2n-skx"
6143       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6144     - title: "2n-clx"
6145       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6146   comparisons:
6147     - title: "Diff"
6148       reference: 1
6149       compare: 2
6150   legend:
6151     - ""
6152     - "2n-skx, 2n-clx - testbeds and NICs tested."
6153     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6154
6155 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6156 - type: "table"
6157   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6158   algorithm: "table_comparison"
6159   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6160   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6161   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6162   columns:
6163     - title: "3n-skx"
6164       data-set: "vpp-compare-topologies-mrr-ref"
6165     - title: "2n-skx"
6166       data-set: "vpp-compare-topologies-mrr-cmp"
6167   comparisons:
6168     - title: "Diff"
6169       reference: 1
6170       compare: 2
6171   legend:
6172     - ""
6173     - "3n-skx, 2n-skx - topologies tested."
6174     - "Diff - difference between 3n-skx and 2n-skx topologies."
6175
6176 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6177 - type: "table"
6178   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6179   algorithm: "table_comparison"
6180   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6181   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6182   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6183   columns:
6184     - title: "3n-skx"
6185       data-set: "vpp-compare-topologies-mrr-ref"
6186     - title: "2n-skx"
6187       data-set: "vpp-compare-topologies-mrr-cmp"
6188   comparisons:
6189     - title: "Diff"
6190       reference: 1
6191       compare: 2
6192   legend:
6193     - ""
6194     - "3n-skx, 2n-skx - topologies tested."
6195     - "Diff - difference between 3n-skx and 2n-skx topologies."
6196
6197 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6198 - type: "table"
6199   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6200   algorithm: "table_comparison"
6201   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6202   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6203   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6204   columns:
6205     - title: "3n-skx"
6206       data-set: "vpp-compare-topologies-mrr-ref"
6207     - title: "2n-skx"
6208       data-set: "vpp-compare-topologies-mrr-cmp"
6209   comparisons:
6210     - title: "Diff"
6211       reference: 1
6212       compare: 2
6213   legend:
6214     - ""
6215     - "3n-skx, 2n-skx - topologies tested."
6216     - "Diff - difference between 3n-skx and 2n-skx topologies."
6217
6218 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6219 - type: "table"
6220   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6221   algorithm: "table_comparison"
6222   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6223   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6224   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6225   columns:
6226     - title: "3n-hsw xl710"
6227       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6228       tag: "NIC_Intel-XL710"
6229     - title: "2n-clx xxv710"
6230       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6231       tag: "NIC_Intel-XXV710"
6232   comparisons:
6233     - title: "Diff"
6234       reference: 1
6235       compare: 2
6236   legend:
6237     - ""
6238     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6239     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6240
6241 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6242 - type: "table"
6243   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6244   algorithm: "table_comparison"
6245   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6246   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6247   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6248   columns:
6249     - title: "3n-hsw xl710"
6250       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6251       tag: "NIC_Intel-XL710"
6252     - title: "2n-clx xxv710"
6253       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6254       tag: "NIC_Intel-XXV710"
6255   comparisons:
6256     - title: "Diff"
6257       reference: 1
6258       compare: 2
6259   legend:
6260     - ""
6261     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6262     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6263
6264 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6265 - type: "table"
6266   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6267   algorithm: "table_comparison"
6268   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6269   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6270   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6271   columns:
6272     - title: "3n-hsw xl710"
6273       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6274       tag: "NIC_Intel-XL710"
6275     - title: "2n-clx xxv710"
6276       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6277       tag: "NIC_Intel-XXV710"
6278   comparisons:
6279     - title: "Diff"
6280       reference: 1
6281       compare: 2
6282   legend:
6283     - ""
6284     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6285     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6286
6287 # Detailed Test Results - VPP Performance Results 3n-hsw
6288 - type: "table"
6289   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6290   algorithm: "table_merged_details"
6291   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6292   columns:
6293     - title: " |prein| Test Name |preout| "
6294       data: "data name"
6295     - 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| "
6296       data: "data msg"
6297   data: "vpp-perf-results-3n-hsw"
6298   filter: "all"
6299   parameters:
6300   - "name"
6301   - "parent"
6302   - "msg"
6303
6304 # Detailed Test Results - VPP Performance Results 3n-skx
6305 - type: "table"
6306   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6307   algorithm: "table_merged_details"
6308   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6309   columns:
6310     - title: " |prein| Test Name |preout| "
6311       data: "data name"
6312     - 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| "
6313       data: "data msg"
6314   data: "vpp-perf-results-3n-skx"
6315   filter: "all"
6316   remove-ndr: False
6317   parameters:
6318   - "name"
6319   - "parent"
6320   - "msg"
6321
6322 # Detailed Test Results - VPP Performance Results 2n-skx
6323 - type: "table"
6324   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6325   algorithm: "table_merged_details"
6326   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6327   columns:
6328     - title: " |prein| Test Name |preout| "
6329       data: "data name"
6330     - 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| "
6331       data: "data msg"
6332   data: "vpp-perf-results-2n-skx"
6333   filter: "all"
6334   remove-ndr: False
6335   parameters:
6336   - "name"
6337   - "parent"
6338   - "msg"
6339
6340 # Detailed Test Results - VPP Performance Results 2n-clx
6341 - type: "table"
6342   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6343   algorithm: "table_merged_details"
6344   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6345   columns:
6346     - title: " |prein| Test Name |preout| "
6347       data: "data name"
6348     - 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| "
6349       data: "data msg"
6350   data: "vpp-perf-results-2n-clx"
6351   filter: "all"
6352   parameters:
6353   - "name"
6354   - "parent"
6355   - "msg"
6356
6357 # Detailed Test Results - VPP Performance Results 3n-tsh
6358 - type: "table"
6359   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6360   algorithm: "table_merged_details"
6361   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6362   columns:
6363     - title: " |prein| Test Name |preout| "
6364       data: "data name"
6365     - 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| "
6366       data: "data msg"
6367   data: "vpp-perf-results-3n-tsh"
6368   filter: "all"
6369   parameters:
6370   - "name"
6371   - "parent"
6372   - "msg"
6373
6374 # Detailed Test Results - VPP Performance Results 3n-dnv
6375 - type: "table"
6376   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6377   algorithm: "table_merged_details"
6378   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6379   columns:
6380     - title: " |prein| Test Name |preout| "
6381       data: "data name"
6382     - 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| "
6383       data: "data msg"
6384   data: "vpp-perf-results-3n-dnv"
6385   filter: "all"
6386   parameters:
6387   - "name"
6388   - "parent"
6389   - "msg"
6390
6391 # Detailed Test Results - VPP Performance Results 2n-dnv
6392 - type: "table"
6393   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6394   algorithm: "table_merged_details"
6395   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6396   columns:
6397     - title: " |prein| Test Name |preout| "
6398       data: "data name"
6399     - 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| "
6400       data: "data msg"
6401   data: "vpp-perf-results-2n-dnv"
6402   filter: "all"
6403   parameters:
6404   - "name"
6405   - "parent"
6406   - "msg"
6407
6408 # Test configuration - VPP Performance Test Configs 3n-hsw
6409 - type: "table"
6410   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6411   algorithm: "table_merged_details"
6412   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6413   columns:
6414     - title: " |prein| Test Name |preout| "
6415       data: "data name"
6416     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6417       data: "data conf-history"
6418   data: "vpp-perf-results-3n-hsw"
6419   filter: "all"
6420   parameters:
6421   - "parent"
6422   - "name"
6423   - "conf-history"
6424
6425 # Test configuration - VPP Performance Test Configs 3n-skx
6426 - type: "table"
6427   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6428   algorithm: "table_merged_details"
6429   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6430   columns:
6431     - title: " |prein| Test Name |preout| "
6432       data: "data name"
6433     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6434       data: "data conf-history"
6435   data: "vpp-perf-results-3n-skx"
6436   filter: "all"
6437   parameters:
6438   - "parent"
6439   - "name"
6440   - "conf-history"
6441
6442 # Test configuration - VPP Performance Test Configs 2n-skx
6443 - type: "table"
6444   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6445   algorithm: "table_merged_details"
6446   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6447   columns:
6448     - title: " |prein| Test Name |preout| "
6449       data: "data name"
6450     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6451       data: "data conf-history"
6452   data: "vpp-perf-results-2n-skx"
6453   filter: "all"
6454   parameters:
6455   - "parent"
6456   - "name"
6457   - "conf-history"
6458
6459 # Test configuration - VPP Performance Test Configs 2n-clx
6460 - type: "table"
6461   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6462   algorithm: "table_merged_details"
6463   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6464   columns:
6465     - title: " |prein| Test Name |preout| "
6466       data: "data name"
6467     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6468       data: "data conf-history"
6469   data: "vpp-perf-results-2n-clx"
6470   filter: "all"
6471   parameters:
6472   - "parent"
6473   - "name"
6474   - "conf-history"
6475
6476 # Test configuration - VPP Performance Test Configs 3n-tsh
6477 - type: "table"
6478   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6479   algorithm: "table_merged_details"
6480   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6481   columns:
6482     - title: " |prein| Test Name |preout| "
6483       data: "data name"
6484     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6485       data: "data conf-history"
6486   data: "vpp-perf-results-3n-tsh"
6487   filter: "all"
6488   parameters:
6489   - "parent"
6490   - "name"
6491   - "conf-history"
6492
6493 # Test configuration - VPP Performance Test Configs 3n-dnv
6494 - type: "table"
6495   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6496   algorithm: "table_merged_details"
6497   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6498   columns:
6499     - title: " |prein| Test Name |preout| "
6500       data: "data name"
6501     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6502       data: "data conf-history"
6503   data: "vpp-perf-results-3n-dnv"
6504   filter: "all"
6505   parameters:
6506   - "parent"
6507   - "name"
6508   - "conf-history"
6509
6510 # Test configuration - VPP Performance Test Configs 2n-dnv
6511 - type: "table"
6512   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6513   algorithm: "table_merged_details"
6514   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6515   columns:
6516     - title: " |prein| Test Name |preout| "
6517       data: "data name"
6518     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6519       data: "data conf-history"
6520   data: "vpp-perf-results-2n-dnv"
6521   filter: "all"
6522   parameters:
6523   - "parent"
6524   - "name"
6525   - "conf-history"
6526
6527 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6528 - type: "table"
6529   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6530   algorithm: "table_oper_data_html"
6531   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6532   data: "vpp-perf-results-3n-hsw"
6533   filter: "all"
6534
6535 # Test Operational Data - VPP Performance Operational Data 3n-skx
6536 - type: "table"
6537   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6538   algorithm: "table_oper_data_html"
6539   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6540   data: "vpp-perf-results-3n-skx"
6541   filter: "all"
6542
6543 # Test Operational Data - VPP Performance Operational Data 2n-skx
6544 - type: "table"
6545   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6546   algorithm: "table_oper_data_html"
6547   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6548   data: "vpp-perf-results-2n-skx"
6549   filter: "all"
6550
6551 # Test Operational Data - VPP Performance Operational Data 2n-clx
6552 - type: "table"
6553   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6554   algorithm: "table_oper_data_html"
6555   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6556   data: "vpp-perf-results-2n-clx"
6557   filter: "all"
6558
6559 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6560 - type: "table"
6561   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6562   algorithm: "table_oper_data_html"
6563   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6564   data: "vpp-perf-results-3n-tsh"
6565   filter: "all"
6566
6567 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6568 - type: "table"
6569   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6570   algorithm: "table_oper_data_html"
6571   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6572   data: "vpp-perf-results-3n-dnv"
6573   filter: "all"
6574
6575 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6576 - type: "table"
6577   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6578   algorithm: "table_oper_data_html"
6579   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6580   data: "vpp-perf-results-2n-dnv"
6581   filter: "all"
6582
6583 # Detailed Test Results - VPP MRR Results 3n-hsw
6584 - type: "table"
6585   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6586   algorithm: "table_merged_details"
6587   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6588   columns:
6589     - title: " |prein| Test Name |preout| "
6590       data: "data name"
6591     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6592       data: "data msg"
6593   data: "vpp-mrr-results-3n-hsw"
6594   filter: "all"
6595   parameters:
6596   - "name"
6597   - "parent"
6598   - "msg"
6599
6600 # Detailed Test Results - VPP MRR Results 3n-skx
6601 - type: "table"
6602   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6603   algorithm: "table_merged_details"
6604   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6605   columns:
6606     - title: " |prein| Test Name |preout| "
6607       data: "data name"
6608     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6609       data: "data msg"
6610   data: "vpp-mrr-results-3n-skx"
6611   filter: "all"
6612   parameters:
6613   - "name"
6614   - "parent"
6615   - "msg"
6616
6617 # Detailed Test Results - VPP MRR Results 2n-skx
6618 - type: "table"
6619   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6620   algorithm: "table_merged_details"
6621   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6622   columns:
6623     - title: " |prein| Test Name |preout| "
6624       data: "data name"
6625     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6626       data: "data msg"
6627   data: "vpp-mrr-results-2n-skx"
6628   filter: "all"
6629   parameters:
6630   - "name"
6631   - "parent"
6632   - "msg"
6633
6634 # Detailed Test Results - VPP MRR Results 2n-clx
6635 - type: "table"
6636   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6637   algorithm: "table_merged_details"
6638   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6639   columns:
6640     - title: " |prein| Test Name |preout| "
6641       data: "data name"
6642     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6643       data: "data msg"
6644   data: "vpp-mrr-results-2n-clx"
6645   filter: "all"
6646   parameters:
6647   - "name"
6648   - "parent"
6649   - "msg"
6650
6651 # Detailed Test Results - VPP MRR Results 3n-tsh
6652 - type: "table"
6653   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6654   algorithm: "table_merged_details"
6655   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6656   columns:
6657     - title: " |prein| Test Name |preout| "
6658       data: "data name"
6659     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6660       data: "data msg"
6661   data: "vpp-mrr-results-3n-tsh"
6662   filter: "all"
6663   parameters:
6664   - "name"
6665   - "parent"
6666   - "msg"
6667
6668 # Detailed Test Results - VPP MRR Results 3n-dnv
6669 - type: "table"
6670   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6671   algorithm: "table_merged_details"
6672   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6673   columns:
6674     - title: " |prein| Test Name |preout| "
6675       data: "data name"
6676     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6677       data: "data msg"
6678   data: "vpp-mrr-results-3n-dnv"
6679   filter: "all"
6680   parameters:
6681   - "name"
6682   - "parent"
6683   - "msg"
6684
6685 # Detailed Test Results - VPP MRR Results 2n-dnv
6686 - type: "table"
6687   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6688   algorithm: "table_merged_details"
6689   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6690   columns:
6691     - title: " |prein| Test Name |preout| "
6692       data: "data name"
6693     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6694       data: "data msg"
6695   data: "vpp-mrr-results-2n-dnv"
6696   filter: "all"
6697   parameters:
6698   - "name"
6699   - "parent"
6700   - "msg"
6701
6702 # Test configuration - VPP MRR Test Configs 3n-hsw
6703 - type: "table"
6704   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6705   algorithm: "table_merged_details"
6706   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6707   columns:
6708     - title: " |prein| Test Name |preout| "
6709       data: "data name"
6710     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6711       data: "data conf-history"
6712   data: "vpp-mrr-results-3n-hsw"
6713   filter: "all"
6714   parameters:
6715   - "parent"
6716   - "name"
6717   - "conf-history"
6718
6719 # Test configuration - VPP MRR Test Configs 3n-skx
6720 - type: "table"
6721   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6722   algorithm: "table_merged_details"
6723   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6724   columns:
6725     - title: " |prein| Test Name |preout| "
6726       data: "data name"
6727     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6728       data: "data conf-history"
6729   data: "vpp-mrr-results-3n-skx"
6730   filter: "all"
6731   parameters:
6732   - "parent"
6733   - "name"
6734   - "conf-history"
6735
6736 # Test configuration - VPP MRR Test Configs 2n-skx
6737 - type: "table"
6738   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6739   algorithm: "table_merged_details"
6740   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6741   columns:
6742     - title: " |prein| Test Name |preout| "
6743       data: "data name"
6744     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6745       data: "data conf-history"
6746   data: "vpp-mrr-results-2n-skx"
6747   filter: "all"
6748   parameters:
6749   - "parent"
6750   - "name"
6751   - "conf-history"
6752
6753 # Test configuration - VPP MRR Test Configs 2n-clx
6754 - type: "table"
6755   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6756   algorithm: "table_merged_details"
6757   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6758   columns:
6759     - title: " |prein| Test Name |preout| "
6760       data: "data name"
6761     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6762       data: "data conf-history"
6763   data: "vpp-mrr-results-2n-clx"
6764   filter: "all"
6765   parameters:
6766   - "parent"
6767   - "name"
6768   - "conf-history"
6769
6770 # Test configuration - VPP MRR Test Configs 3n-tsh
6771 - type: "table"
6772   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6773   algorithm: "table_merged_details"
6774   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6775   columns:
6776     - title: " |prein| Test Name |preout| "
6777       data: "data name"
6778     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6779       data: "data conf-history"
6780   data: "vpp-mrr-results-3n-tsh"
6781   filter: "all"
6782   parameters:
6783   - "parent"
6784   - "name"
6785   - "conf-history"
6786
6787 # Test configuration - VPP MRR Test Configs 3n-dnv
6788 - type: "table"
6789   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6790   algorithm: "table_merged_details"
6791   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6792   columns:
6793     - title: " |prein| Test Name |preout| "
6794       data: "data name"
6795     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6796       data: "data conf-history"
6797   data: "vpp-mrr-results-3n-dnv"
6798   filter: "all"
6799   parameters:
6800   - "parent"
6801   - "name"
6802   - "conf-history"
6803
6804 # Test configuration - VPP MRR Test Configs 2n-dnv
6805 - type: "table"
6806   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6807   algorithm: "table_merged_details"
6808   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6809   columns:
6810     - title: " |prein| Test Name |preout| "
6811       data: "data name"
6812     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6813       data: "data conf-history"
6814   data: "vpp-mrr-results-2n-dnv"
6815   filter: "all"
6816   parameters:
6817   - "parent"
6818   - "name"
6819   - "conf-history"
6820
6821 # Detailed Test Results - VPP Device Results - Ubuntu
6822 - type: "table"
6823   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6824   algorithm: "table_merged_details"
6825   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6826   columns:
6827     - title: " |prein| Test Name |preout| "
6828       data: "data name"
6829     - title: " |prein| Status |preout| "
6830       data: "data status"
6831   data: "vpp-device-results-ubuntu"
6832   filter: "all"
6833   parameters:
6834   - "name"
6835   - "parent"
6836   - "doc"
6837   - "status"
6838
6839 # Test configuration - VPP Device Test Configs - Ubuntu
6840 - type: "table"
6841   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6842   algorithm: "table_merged_details"
6843   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6844   columns:
6845     - title: " |prein| Test Name |preout| "
6846       data: "data name"
6847     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6848       data: "data conf-history"
6849   data: "vpp-device-results-ubuntu"
6850   filter: "all"
6851   parameters:
6852   - "parent"
6853   - "name"
6854   - "conf-history"
6855
6856 ################################################################################
6857
6858 # DPDK Performance Changes 3n-hsw 1t1c pdr
6859 - type: "table"
6860   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6861   algorithm: "table_comparison"
6862   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6863   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6864   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6865   columns:
6866     - title: "1908"
6867       data-set: "dpdk-performance-changes-3n-hsw-h1"
6868     - title: "2001"
6869       data-set: "dpdk-performance-changes-3n-hsw-ref"
6870     - title: "2005"
6871       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6872   comparisons:
6873     - title: "Diff"
6874       reference: 2
6875       compare: 3
6876   legend:
6877     - ""
6878     - "1908, 2001, 2005 - DPDK versions tested."
6879     - "Diff - difference between 2001 and 2005 DPDK version."
6880
6881 # DPDK Performance Changes 3n-hsw 2t2c pdr
6882 - type: "table"
6883   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6884   algorithm: "table_comparison"
6885   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6886   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6887   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6888   columns:
6889     - title: "1908"
6890       data-set: "dpdk-performance-changes-3n-hsw-h1"
6891     - title: "2001"
6892       data-set: "dpdk-performance-changes-3n-hsw-ref"
6893     - title: "2005"
6894       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6895   comparisons:
6896     - title: "Diff"
6897       reference: 2
6898       compare: 3
6899   legend:
6900     - ""
6901     - "1908, 2001, 2005 - DPDK versions tested."
6902     - "Diff - difference between 2001 and 2005 DPDK version."
6903
6904 # DPDK Performance Changes 3n-hsw 1t1c pdr
6905 - type: "table"
6906   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6907   algorithm: "table_comparison"
6908   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6909   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6910   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6911   columns:
6912     - title: "1908"
6913       data-set: "dpdk-performance-changes-3n-hsw-h1"
6914     - title: "2001"
6915       data-set: "dpdk-performance-changes-3n-hsw-ref"
6916     - title: "2005"
6917       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6918   comparisons:
6919     - title: "Diff"
6920       reference: 2
6921       compare: 3
6922   legend:
6923     - ""
6924     - "1908, 2001, 2005 - DPDK versions tested."
6925     - "Diff - difference between 2001 and 2005 DPDK version."
6926
6927 # DPDK Performance Changes 3n-hsw 2t2c ndr
6928 - type: "table"
6929   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6930   algorithm: "table_comparison"
6931   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6932   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6933   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6934   columns:
6935     - title: "1908"
6936       data-set: "dpdk-performance-changes-3n-hsw-h1"
6937     - title: "2001"
6938       data-set: "dpdk-performance-changes-3n-hsw-ref"
6939     - title: "2005"
6940       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6941   comparisons:
6942     - title: "Diff"
6943       reference: 2
6944       compare: 3
6945   legend:
6946     - ""
6947     - "1908, 2001, 2005 - DPDK versions tested."
6948     - "Diff - difference between 2001 and 2005 DPDK version."
6949
6950 # DPDK Performance Changes 3n-skx 2t1c pdr
6951 - type: "table"
6952   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6953   algorithm: "table_comparison"
6954   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6955   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6956   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6957   columns:
6958     - title: "1908"
6959       data-set: "dpdk-performance-changes-3n-skx-h1"
6960     - title: "2001"
6961       data-set: "dpdk-performance-changes-3n-skx-ref"
6962     - title: "2005"
6963       data-set: "dpdk-performance-changes-3n-skx-cmp"
6964   comparisons:
6965     - title: "Diff"
6966       reference: 2
6967       compare: 3
6968   legend:
6969     - ""
6970     - "1908, 2001, 2005 - DPDK versions tested."
6971     - "Diff - difference between 2001 and 2005 DPDK version."
6972
6973 # DPDK Performance Changes 3n-skx 4t2c pdr
6974 - type: "table"
6975   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6976   algorithm: "table_comparison"
6977   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6979   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6980   columns:
6981     - title: "1908"
6982       data-set: "dpdk-performance-changes-3n-skx-h1"
6983     - title: "2001"
6984       data-set: "dpdk-performance-changes-3n-skx-ref"
6985     - title: "2005"
6986       data-set: "dpdk-performance-changes-3n-skx-cmp"
6987   comparisons:
6988     - title: "Diff"
6989       reference: 2
6990       compare: 3
6991   legend:
6992     - ""
6993     - "1908, 2001, 2005 - DPDK versions tested."
6994     - "Diff - difference between 2001 and 2005 DPDK version."
6995
6996 # DPDK Performance Changes 3n-skx 2t1c ndr
6997 - type: "table"
6998   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6999   algorithm: "table_comparison"
7000   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7002   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7003   columns:
7004     - title: "1908"
7005       data-set: "dpdk-performance-changes-3n-skx-h1"
7006     - title: "2001"
7007       data-set: "dpdk-performance-changes-3n-skx-ref"
7008     - title: "2005"
7009       data-set: "dpdk-performance-changes-3n-skx-cmp"
7010   comparisons:
7011     - title: "Diff"
7012       reference: 2
7013       compare: 3
7014   legend:
7015     - ""
7016     - "1908, 2001, 2005 - DPDK versions tested."
7017     - "Diff - difference between 2001 and 2005 DPDK version."
7018
7019 # DPDK Performance Changes 3n-skx 4t2c ndr
7020 - type: "table"
7021   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7022   algorithm: "table_comparison"
7023   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7024   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7025   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7026   columns:
7027     - title: "1908"
7028       data-set: "dpdk-performance-changes-3n-skx-h1"
7029     - title: "2001"
7030       data-set: "dpdk-performance-changes-3n-skx-ref"
7031     - title: "2005"
7032       data-set: "dpdk-performance-changes-3n-skx-cmp"
7033   comparisons:
7034     - title: "Diff"
7035       reference: 2
7036       compare: 3
7037   legend:
7038     - ""
7039     - "1908, 2001, 2005 - DPDK versions tested."
7040     - "Diff - difference between 2001 and 2005 DPDK version."
7041
7042 # DPDK Performance Changes 2n-skx 2t1c pdr
7043 - type: "table"
7044   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7045   algorithm: "table_comparison"
7046   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7048   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7049   columns:
7050     - title: "1908"
7051       data-set: "dpdk-performance-changes-2n-skx-h1"
7052     - title: "2001"
7053       data-set: "dpdk-performance-changes-2n-skx-ref"
7054     - title: "2005"
7055       data-set: "dpdk-performance-changes-2n-skx-cmp"
7056   comparisons:
7057     - title: "Diff"
7058       reference: 2
7059       compare: 3
7060   legend:
7061     - ""
7062     - "1908, 2001, 2005 - DPDK versions tested."
7063     - "Diff - difference between 2001 and 2005 DPDK version."
7064
7065 # DPDK Performance Changes 2n-skx 4t2c pdr
7066 - type: "table"
7067   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7068   algorithm: "table_comparison"
7069   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7071   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7072   columns:
7073     - title: "1908"
7074       data-set: "dpdk-performance-changes-2n-skx-h1"
7075     - title: "2001"
7076       data-set: "dpdk-performance-changes-2n-skx-ref"
7077     - title: "2005"
7078       data-set: "dpdk-performance-changes-2n-skx-cmp"
7079   comparisons:
7080     - title: "Diff"
7081       reference: 2
7082       compare: 3
7083   legend:
7084     - ""
7085     - "1908, 2001, 2005 - DPDK versions tested."
7086     - "Diff - difference between 2001 and 2005 DPDK version."
7087
7088 # DPDK Performance Changes 2n-skx 2t1c ndr
7089 - type: "table"
7090   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7091   algorithm: "table_comparison"
7092   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7094   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7095   columns:
7096     - title: "1908"
7097       data-set: "dpdk-performance-changes-2n-skx-h1"
7098     - title: "2001"
7099       data-set: "dpdk-performance-changes-2n-skx-ref"
7100     - title: "2005"
7101       data-set: "dpdk-performance-changes-2n-skx-cmp"
7102   comparisons:
7103     - title: "Diff"
7104       reference: 2
7105       compare: 3
7106   legend:
7107     - ""
7108     - "1908, 2001, 2005 - DPDK versions tested."
7109     - "Diff - difference between 2001 and 2005 DPDK version."
7110
7111 # DPDK Performance Changes 2n-skx 4t2c ndr
7112 - type: "table"
7113   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7114   algorithm: "table_comparison"
7115   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7117   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7118   columns:
7119     - title: "1908"
7120       data-set: "dpdk-performance-changes-2n-skx-h1"
7121     - title: "2001"
7122       data-set: "dpdk-performance-changes-2n-skx-ref"
7123     - title: "2005"
7124       data-set: "dpdk-performance-changes-2n-skx-cmp"
7125   comparisons:
7126     - title: "Diff"
7127       reference: 2
7128       compare: 3
7129   legend:
7130     - ""
7131     - "1908, 2001, 2005 - DPDK versions tested."
7132     - "Diff - difference between 2001 and 2005 DPDK version."
7133
7134 # DPDK Performance Changes 2n-clx 2t1c pdr
7135 - type: "table"
7136   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7137   algorithm: "table_comparison"
7138   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7140   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7141   columns:
7142     - title: "2001"
7143       data-set: "dpdk-performance-changes-2n-clx-ref"
7144     - title: "2005"
7145       data-set: "dpdk-performance-changes-2n-clx-cmp"
7146   comparisons:
7147     - title: "Diff"
7148       reference: 1
7149       compare: 2
7150   legend:
7151     - ""
7152     - "2001, 2005 - DPDK versions tested."
7153     - "Diff - difference between 2001 and 2005 DPDK version."
7154
7155 # DPDK Performance Changes 2n-clx 4t2c pdr
7156 - type: "table"
7157   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7158   algorithm: "table_comparison"
7159   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7161   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7162   columns:
7163     - title: "2001"
7164       data-set: "dpdk-performance-changes-2n-clx-ref"
7165     - title: "2005"
7166       data-set: "dpdk-performance-changes-2n-clx-cmp"
7167   comparisons:
7168     - title: "Diff"
7169       reference: 1
7170       compare: 2
7171   legend:
7172     - ""
7173     - "2001, 2005 - DPDK versions tested."
7174     - "Diff - difference between 2001 and 2005 DPDK version."
7175
7176 # DPDK Performance Changes 2n-clx 2t1c ndr
7177 - type: "table"
7178   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7179   algorithm: "table_comparison"
7180   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7181   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7182   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7183   columns:
7184     - title: "2001"
7185       data-set: "dpdk-performance-changes-2n-clx-ref"
7186     - title: "2005"
7187       data-set: "dpdk-performance-changes-2n-clx-cmp"
7188   comparisons:
7189     - title: "Diff"
7190       reference: 1
7191       compare: 2
7192   legend:
7193     - ""
7194     - "2001, 2005 - DPDK versions tested."
7195     - "Diff - difference between 2001 and 2005 DPDK version."
7196
7197 # DPDK Performance Changes 2n-clx 4t2c ndr
7198 - type: "table"
7199   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7200   algorithm: "table_comparison"
7201   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7202   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7203   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7204   columns:
7205     - title: "2001"
7206       data-set: "dpdk-performance-changes-2n-clx-ref"
7207     - title: "2005"
7208       data-set: "dpdk-performance-changes-2n-clx-cmp"
7209   comparisons:
7210     - title: "Diff"
7211       reference: 1
7212       compare: 2
7213   legend:
7214     - ""
7215     - "2001, 2005 - DPDK versions tested."
7216     - "Diff - difference between 2001 and 2005 DPDK version."
7217
7218 # DPDK Performance Changes 2n-dnv 1t1c pdr
7219 - type: "table"
7220   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7221   algorithm: "table_comparison"
7222   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7224   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7225   columns:
7226     - title: "2001"
7227       data-set: "dpdk-performance-changes-2n-dnv-ref"
7228     - title: "2005"
7229       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7230   comparisons:
7231     - title: "Diff"
7232       reference: 1
7233       compare: 2
7234   legend:
7235     - ""
7236     - "2001, 2005 - DPDK versions tested."
7237     - "Diff - difference between 2001 and 2005 DPDK version."
7238
7239 # DPDK Performance Changes 2n-dnv 2t2c pdr
7240 - type: "table"
7241   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7242   algorithm: "table_comparison"
7243   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7244   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7245   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7246   columns:
7247     - title: "2001"
7248       data-set: "dpdk-performance-changes-2n-dnv-ref"
7249     - title: "2005"
7250       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7251   comparisons:
7252     - title: "Diff"
7253       reference: 1
7254       compare: 2
7255   legend:
7256     - ""
7257     - "2001, 2005 - DPDK versions tested."
7258     - "Diff - difference between 2001 and 2005 DPDK version."
7259
7260 # DPDK Performance Changes 2n-dnv 1t1c ndr
7261 - type: "table"
7262   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7263   algorithm: "table_comparison"
7264   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7265   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7266   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7267   columns:
7268     - title: "2001"
7269       data-set: "dpdk-performance-changes-2n-dnv-ref"
7270     - title: "2005"
7271       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7272   comparisons:
7273     - title: "Diff"
7274       reference: 1
7275       compare: 2
7276   legend:
7277     - ""
7278     - "2001, 2005 - DPDK versions tested."
7279     - "Diff - difference between 2001 and 2005 DPDK version."
7280
7281 # DPDK Performance Changes 2n-dnv 2t2c ndr
7282 - type: "table"
7283   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7284   algorithm: "table_comparison"
7285   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7286   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7287   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7288   columns:
7289     - title: "2001"
7290       data-set: "dpdk-performance-changes-2n-dnv-ref"
7291     - title: "2005"
7292       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7293   comparisons:
7294     - title: "Diff"
7295       reference: 1
7296       compare: 2
7297   legend:
7298     - ""
7299     - "2001, 2005 - DPDK versions tested."
7300     - "Diff - difference between 2001 and 2005 DPDK version."
7301
7302 # DPDK Performance Changes 3n-dnv 1t1c pdr
7303 - type: "table"
7304   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7305   algorithm: "table_comparison"
7306   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7308   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7309   columns:
7310     - title: "2001"
7311       data-set: "dpdk-performance-changes-3n-dnv-ref"
7312     - title: "2005"
7313       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7314   comparisons:
7315     - title: "Diff"
7316       reference: 1
7317       compare: 2
7318   legend:
7319     - ""
7320     - "2001, 2005 - DPDK versions tested."
7321     - "Diff - difference between 2001 and 2005 DPDK version."
7322
7323 # DPDK Performance Changes 3n-dnv 2t2c pdr
7324 - type: "table"
7325   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7326   algorithm: "table_comparison"
7327   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7329   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7330   columns:
7331     - title: "2001"
7332       data-set: "dpdk-performance-changes-3n-dnv-ref"
7333     - title: "2005"
7334       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7335   comparisons:
7336     - title: "Diff"
7337       reference: 1
7338       compare: 2
7339   legend:
7340     - ""
7341     - "2001, 2005 - DPDK versions tested."
7342     - "Diff - difference between 2001 and 2005 DPDK version."
7343
7344 # DPDK Performance Changes 3n-dnv 1t1c ndr
7345 - type: "table"
7346   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7347   algorithm: "table_comparison"
7348   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7350   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7351   columns:
7352     - title: "2001"
7353       data-set: "dpdk-performance-changes-3n-dnv-ref"
7354     - title: "2005"
7355       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7356   comparisons:
7357     - title: "Diff"
7358       reference: 1
7359       compare: 2
7360   legend:
7361     - ""
7362     - "2001, 2005 - DPDK versions tested."
7363     - "Diff - difference between 2001 and 2005 DPDK version."
7364
7365 # DPDK Performance Changes 3n-dnv 2t2c ndr
7366 - type: "table"
7367   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7368   algorithm: "table_comparison"
7369   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7371   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7372   columns:
7373     - title: "2001"
7374       data-set: "dpdk-performance-changes-3n-dnv-ref"
7375     - title: "2005"
7376       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7377   comparisons:
7378     - title: "Diff"
7379       reference: 1
7380       compare: 2
7381   legend:
7382     - ""
7383     - "2001, 2005 - DPDK versions tested."
7384     - "Diff - difference between 2001 and 2005 DPDK version."
7385
7386 # DPDK Performance Changes 3n-tsh 1t1c pdr
7387 - type: "table"
7388   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7389   algorithm: "table_comparison"
7390   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7391   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7392   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7393   columns:
7394     - title: "2001"
7395       data-set: "dpdk-performance-changes-3n-tsh-ref"
7396     - title: "2005"
7397       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7398   comparisons:
7399     - title: "Diff"
7400       reference: 1
7401       compare: 2
7402   legend:
7403     - ""
7404     - "2001, 2005 - DPDK versions tested."
7405     - "Diff - difference between 2001 and 2005 DPDK version."
7406
7407 # DPDK Performance Changes 3n-tsh 2t2c pdr
7408 - type: "table"
7409   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7410   algorithm: "table_comparison"
7411   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7412   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7413   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7414   columns:
7415     - title: "2001"
7416       data-set: "dpdk-performance-changes-3n-tsh-ref"
7417     - title: "2005"
7418       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7419   comparisons:
7420     - title: "Diff"
7421       reference: 1
7422       compare: 2
7423   legend:
7424     - ""
7425     - "2001, 2005 - DPDK versions tested."
7426     - "Diff - difference between 2001 and 2005 DPDK version."
7427
7428 # DPDK Performance Changes 3n-tsh 1t1c ndr
7429 - type: "table"
7430   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7431   algorithm: "table_comparison"
7432   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7433   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7434   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7435   columns:
7436     - title: "2001"
7437       data-set: "dpdk-performance-changes-3n-tsh-ref"
7438     - title: "2005"
7439       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7440   comparisons:
7441     - title: "Diff"
7442       reference: 1
7443       compare: 2
7444   legend:
7445     - ""
7446     - "2001, 2005 - DPDK versions tested."
7447     - "Diff - difference between 2001 and 2005 DPDK version."
7448
7449 # DPDK Performance Changes 3n-tsh 2t2c ndr
7450 - type: "table"
7451   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7452   algorithm: "table_comparison"
7453   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7455   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7456   columns:
7457     - title: "2001"
7458       data-set: "dpdk-performance-changes-3n-tsh-ref"
7459     - title: "2005"
7460       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7461   comparisons:
7462     - title: "Diff"
7463       reference: 1
7464       compare: 2
7465   legend:
7466     - ""
7467     - "2001, 2005 - DPDK versions tested."
7468     - "Diff - difference between 2001 and 2005 DPDK version."
7469
7470 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7471 - type: "table"
7472   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7473   algorithm: "table_comparison"
7474   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7475   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7476   filter: "'NIC_Intel-X710'"
7477   columns:
7478     - title: "3n-hsw x710"
7479       data-set: "dpdk-compare-testbeds-ref"
7480     - title: "3n-skx x710"
7481       data-set: "dpdk-compare-testbeds-cmp"
7482   comparisons:
7483     - title: "Diff"
7484       reference: 1
7485       compare: 2
7486   legend:
7487     - ""
7488     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7489     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7490
7491 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7492 - type: "table"
7493   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7494   algorithm: "table_comparison"
7495   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7496   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7497   filter: "'NIC_Intel-X710'"
7498   columns:
7499     - title: "3n-hsw x710"
7500       data-set: "dpdk-compare-testbeds-ref"
7501     - title: "3n-skx x710"
7502       data-set: "dpdk-compare-testbeds-cmp"
7503   comparisons:
7504     - title: "Diff"
7505       reference: 1
7506       compare: 2
7507   legend:
7508     - ""
7509     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7510     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7511
7512 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7513 - type: "table"
7514   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7515   algorithm: "table_comparison"
7516   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7518   filter: "'NIC_Intel-XXV710'"
7519   columns:
7520     - title: "2n-skx"
7521       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7522     - title: "2n-clx"
7523       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7524   comparisons:
7525     - title: "Diff"
7526       reference: 1
7527       compare: 2
7528   legend:
7529     - ""
7530     - "2n-skx, 2n-clx - testbeds and NICs tested."
7531     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7532
7533 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7534 - type: "table"
7535   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7536   algorithm: "table_comparison"
7537   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7539   filter: "'NIC_Intel-XXV710'"
7540   columns:
7541     - title: "2n-skx"
7542       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7543     - title: "2n-clx"
7544       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7545   comparisons:
7546     - title: "Diff"
7547       reference: 1
7548       compare: 2
7549   legend:
7550     - ""
7551     - "2n-skx, 2n-clx - testbeds and NICs tested."
7552     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7553
7554 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7555 - type: "table"
7556   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7557   algorithm: "table_comparison"
7558   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7560   filter: "'NIC_Intel-XXV710'"
7561   columns:
7562     - title: "3n-skx"
7563       data-set: "dpdk-compare-topologies-ref"
7564     - title: "2n-skx"
7565       data-set: "dpdk-compare-topologies-cmp"
7566   comparisons:
7567     - title: "Diff"
7568       reference: 1
7569       compare: 2
7570   legend:
7571     - ""
7572     - "3n-skx, 2n-skx - topologies tested."
7573     - "Diff - difference between 3n-skx and 2n-skx topologies."
7574
7575 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7576 - type: "table"
7577   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7578   algorithm: "table_comparison"
7579   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7580   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7581   filter: "'NIC_Intel-XXV710'"
7582   columns:
7583     - title: "3n-skx"
7584       data-set: "dpdk-compare-topologies-ref"
7585     - title: "2n-skx"
7586       data-set: "dpdk-compare-topologies-cmp"
7587   comparisons:
7588     - title: "Diff"
7589       reference: 1
7590       compare: 2
7591   legend:
7592     - ""
7593     - "3n-skx, 2n-skx - topologies tested."
7594     - "Diff - difference between 3n-skx and 2n-skx topologies."
7595
7596 # Detailed Test Results - DPDK Performance Results 3n-hsw
7597 - type: "table"
7598   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7599   algorithm: "table_merged_details"
7600   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7601   columns:
7602     - title: " |prein| Test Name |preout| "
7603       data: "data name"
7604     - 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| "
7605       data: "data msg"
7606   data: "dpdk-perf-results-3n-hsw"
7607   filter: "all"
7608   parameters:
7609   - "name"
7610   - "parent"
7611   - "msg"
7612
7613 # Detailed Test Results - DPDK Performance Results 3n-skx
7614 - type: "table"
7615   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7616   algorithm: "table_merged_details"
7617   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7618   columns:
7619     - title: " |prein| Test Name |preout| "
7620       data: "data name"
7621     - 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| "
7622       data: "data msg"
7623   data: "dpdk-perf-results-3n-skx"
7624   filter: "all"
7625   remove-ndr: False
7626   parameters:
7627   - "name"
7628   - "parent"
7629   - "msg"
7630
7631 # Detailed Test Results - DPDK Performance Results 2n-skx
7632 - type: "table"
7633   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7634   algorithm: "table_merged_details"
7635   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7636   columns:
7637     - title: " |prein| Test Name |preout| "
7638       data: "data name"
7639     - 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| "
7640       data: "data msg"
7641   data: "dpdk-perf-results-2n-skx"
7642   filter: "all"
7643   remove-ndr: False
7644   parameters:
7645   - "name"
7646   - "parent"
7647   - "msg"
7648
7649 # Detailed Test Results - DPDK Performance Results 2n-clx
7650 - type: "table"
7651   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7652   algorithm: "table_merged_details"
7653   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7654   columns:
7655     - title: " |prein| Test Name |preout| "
7656       data: "data name"
7657     - 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| "
7658       data: "data msg"
7659   data: "dpdk-perf-results-2n-clx"
7660   filter: "all"
7661   parameters:
7662   - "name"
7663   - "parent"
7664   - "msg"
7665
7666 # Detailed Test Results - DPDK Performance Results 2n-dnv
7667 - type: "table"
7668   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7669   algorithm: "table_merged_details"
7670   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7671   columns:
7672     - title: " |prein| Test Name |preout| "
7673       data: "data name"
7674     - 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| "
7675       data: "data msg"
7676   data: "dpdk-perf-results-2n-dnv"
7677   filter: "all"
7678   parameters:
7679   - "name"
7680   - "parent"
7681   - "msg"
7682
7683 # Detailed Test Results - DPDK Performance Results 3n-dnv
7684 - type: "table"
7685   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7686   algorithm: "table_merged_details"
7687   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7688   columns:
7689     - title: " |prein| Test Name |preout| "
7690       data: "data name"
7691     - 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| "
7692       data: "data msg"
7693   data: "dpdk-perf-results-3n-dnv"
7694   filter: "all"
7695   parameters:
7696   - "name"
7697   - "parent"
7698   - "msg"
7699
7700 # Detailed Test Results - DPDK Performance Results 3n-tsh
7701 - type: "table"
7702   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7703   algorithm: "table_merged_details"
7704   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7705   columns:
7706     - title: " |prein| Test Name |preout| "
7707       data: "data name"
7708     - 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| "
7709       data: "data msg"
7710   data: "dpdk-perf-results-3n-tsh"
7711   filter: "all"
7712   parameters:
7713   - "name"
7714   - "parent"
7715   - "msg"
7716
7717 ################################################################################
7718 ###                                F I L E S                                 ###
7719 ################################################################################
7720
7721 # VPP Performance Results
7722 - type: "file"
7723   title: "VPP Performance Results"
7724   algorithm: "file_details_split"
7725   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7726   dir-tables:
7727     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7728     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7729     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7730     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7731     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7732 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7733 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7734   data:
7735     - "vpp-perf-results-2n-skx"
7736     - "vpp-perf-results-3n-skx"
7737     - "vpp-perf-results-2n-clx"
7738     - "vpp-perf-results-3n-hsw"
7739     - "vpp-perf-results-3n-tsh"
7740 #    - "vpp-perf-results-2n-dnv"
7741 #    - "vpp-perf-results-3n-dnv"
7742   filter: "all"
7743   data-start-level: 4
7744   order-chapters:
7745     level-1:
7746       - "l2"
7747       - "ip4"
7748       - "ip6"
7749       - "srv6"
7750       - "ip4_tunnels"
7751       - "ip6_tunnels"
7752       - "vm_vhost"
7753       - "container_memif"
7754       - "crypto"
7755       - "vts"
7756       - "lb"
7757       - "nfv_density"
7758       - "hoststack"
7759     level-2:
7760       - "2n-skx"
7761       - "3n-skx"
7762       - "2n-clx"
7763       - "3n-hsw"
7764       - "3n-tsh"
7765       - "2n-dnv"
7766       - "3n-dnv"
7767     level-3:
7768       - "xl710"
7769       - "x520"
7770       - "xxv710"
7771       - "x710"
7772       - "x553"
7773       - "cx556a"
7774       - "vic1227"
7775       - "vic1385"
7776
7777 # VPP Performance Configuration
7778 - type: "file"
7779   title: "VPP Performance Configuration"
7780   algorithm: "file_details_split"
7781   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7782   dir-tables:
7783     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7784     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7785     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7786     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7787     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7788 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7789 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7790   data:
7791     - "vpp-perf-results-2n-skx"
7792     - "vpp-perf-results-3n-skx"
7793     - "vpp-perf-results-2n-clx"
7794     - "vpp-perf-results-3n-hsw"
7795     - "vpp-perf-results-3n-tsh"
7796 #    - "vpp-perf-results-2n-dnv"
7797 #    - "vpp-perf-results-3n-dnv"
7798   filter: "all"
7799   data-start-level: 4
7800   order-chapters:
7801     level-1:
7802       - "l2"
7803       - "ip4"
7804       - "ip6"
7805       - "srv6"
7806       - "ip4_tunnels"
7807       - "ip6_tunnels"
7808       - "vm_vhost"
7809       - "container_memif"
7810       - "crypto"
7811       - "vts"
7812       - "lb"
7813       - "nfv_density"
7814       - "hoststack"
7815     level-2:
7816       - "2n-skx"
7817       - "3n-skx"
7818       - "2n-clx"
7819       - "3n-hsw"
7820       - "3n-tsh"
7821       - "2n-dnv"
7822       - "3n-dnv"
7823     level-3:
7824       - "xl710"
7825       - "x520"
7826       - "xxv710"
7827       - "x710"
7828       - "x553"
7829       - "cx556a"
7830       - "vic1227"
7831       - "vic1385"
7832
7833 # VPP Performance Operational
7834 - type: "file"
7835   title: "VPP Performance Operational"
7836   algorithm: "file_details_split_html"
7837   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7838   dir-tables:
7839     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7840     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7841     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7842     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7843     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7844 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7845 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7846   data:
7847     - "vpp-perf-results-2n-skx"
7848     - "vpp-perf-results-3n-skx"
7849     - "vpp-perf-results-2n-clx"
7850     - "vpp-perf-results-3n-hsw"
7851     - "vpp-perf-results-3n-tsh"
7852 #    - "vpp-perf-results-2n-dnv"
7853 #    - "vpp-perf-results-3n-dnv"
7854   filter: "all"
7855   data-start-level: 4
7856   order-chapters:
7857     level-1:
7858       - "l2"
7859       - "ip4"
7860       - "ip6"
7861       - "srv6"
7862       - "ip4_tunnels"
7863       - "ip6_tunnels"
7864       - "vm_vhost"
7865       - "container_memif"
7866       - "crypto"
7867       - "vts"
7868       - "lb"
7869       - "nfv_density"
7870       - "hoststack"
7871     level-2:
7872       - "2n-skx"
7873       - "3n-skx"
7874       - "2n-clx"
7875       - "3n-hsw"
7876       - "3n-tsh"
7877       - "2n-dnv"
7878       - "3n-dnv"
7879     level-3:
7880       - "xl710"
7881       - "x520"
7882       - "xxv710"
7883       - "x710"
7884       - "x553"
7885       - "cx556a"
7886       - "vic1227"
7887       - "vic1385"
7888
7889 # VPP MRR Results
7890 - type: "file"
7891   title: "VPP MRR Results"
7892   algorithm: "file_details_split"
7893   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7894   dir-tables:
7895     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7896     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7897     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7898     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7899     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7900 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7901 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7902   data:
7903     - "vpp-mrr-results-2n-skx"
7904     - "vpp-mrr-results-3n-skx"
7905     - "vpp-mrr-results-2n-clx"
7906     - "vpp-mrr-results-3n-hsw"
7907     - "vpp-mrr-results-3n-tsh"
7908 #    - "vpp-mrr-results-2n-dnv"
7909 #    - "vpp-mrr-results-3n-dnv"
7910   filter: "all"
7911   data-start-level: 4
7912   order-chapters:
7913     level-1:
7914       - "l2"
7915       - "ip4"
7916       - "ip6"
7917       - "srv6"
7918       - "ip4_tunnels"
7919       - "ip6_tunnels"
7920       - "vm_vhost"
7921       - "container_memif"
7922       - "crypto"
7923       - "vts"
7924       - "lb"
7925       - "nfv_density"
7926       - "hoststack"
7927     level-2:
7928       - "2n-skx"
7929       - "3n-skx"
7930       - "2n-clx"
7931       - "3n-hsw"
7932       - "3n-tsh"
7933       - "2n-dnv"
7934       - "3n-dnv"
7935     level-3:
7936       - "xl710"
7937       - "x520"
7938       - "xxv710"
7939       - "x710"
7940       - "x553"
7941       - "cx556a"
7942       - "vic1227"
7943       - "vic1385"
7944
7945 # VPP MRR Configuration
7946 - type: "file"
7947   title: "VPP MRR Configuration"
7948   algorithm: "file_details_split"
7949   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7950   dir-tables:
7951     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7952     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7953     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7954     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7955     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7956     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7957     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7958   data:
7959     - "vpp-mrr-results-2n-skx"
7960     - "vpp-mrr-results-3n-skx"
7961     - "vpp-mrr-results-2n-clx"
7962     - "vpp-mrr-results-3n-hsw"
7963     - "vpp-mrr-results-3n-tsh"
7964 #    - "vpp-mrr-results-2n-dnv"
7965 #    - "vpp-mrr-results-3n-dnv"
7966   filter: "all"
7967   data-start-level: 4
7968   order-chapters:
7969     level-1:
7970       - "l2"
7971       - "ip4"
7972       - "ip6"
7973       - "srv6"
7974       - "ip4_tunnels"
7975       - "ip6_tunnels"
7976       - "vm_vhost"
7977       - "container_memif"
7978       - "crypto"
7979       - "vts"
7980       - "lb"
7981       - "nfv_density"
7982       - "hoststack"
7983     level-2:
7984       - "2n-skx"
7985       - "3n-skx"
7986       - "2n-clx"
7987       - "3n-hsw"
7988       - "3n-tsh"
7989       - "2n-dnv"
7990       - "3n-dnv"
7991     level-3:
7992       - "xl710"
7993       - "x520"
7994       - "xxv710"
7995       - "x710"
7996       - "x553"
7997       - "cx556a"
7998       - "vic1227"
7999       - "vic1385"
8000
8001 # VPP Device Results - Ubuntu
8002 - type: "file"
8003   title: "VPP Device Results - Ubuntu"
8004   algorithm: "file_test_results"
8005   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8006   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8007   data: "vpp-device-results-ubuntu"
8008   filter: "all"
8009   data-start-level: 4
8010
8011 # VPP Device Configuration - Ubuntu
8012 - type: "file"
8013   title: "VPP Device Configuration - Ubuntu"
8014   algorithm: "file_test_results"
8015   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8016   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8017   data: "vpp-device-results-ubuntu"
8018   filter: "all"
8019   data-start-level: 4
8020
8021 # DPDK Performance Results 3n-hsw
8022 - type: "file"
8023   title: "DPDK Performance Results 3n-hsw"
8024   algorithm: "file_test_results"
8025   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8026   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8027   data: "dpdk-perf-results-3n-hsw"
8028   filter: "all"
8029   data-start-level: 4
8030
8031 # DPDK Performance Results 3n-skx
8032 - type: "file"
8033   title: "DPDK Performance Results 3n-skx"
8034   algorithm: "file_test_results"
8035   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8036   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8037   data: "dpdk-perf-results-3n-skx"
8038   filter: "all"
8039   data-start-level: 4
8040
8041 # DPDK Performance Results 2n-skx
8042 - type: "file"
8043   title: "DPDK Performance Results 2n-skx"
8044   algorithm: "file_test_results"
8045   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8046   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8047   data: "dpdk-perf-results-2n-skx"
8048   filter: "all"
8049   data-start-level: 4
8050
8051 # DPDK Performance Results 2n-clx
8052 - type: "file"
8053   title: "DPDK Performance Results 2n-clx"
8054   algorithm: "file_test_results"
8055   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8056   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8057   data: "dpdk-perf-results-2n-clx"
8058   filter: "all"
8059   data-start-level: 4
8060
8061 # DPDK Performance Results 2n-dnv
8062 - type: "file"
8063   title: "DPDK Performance Results 2n-dnv"
8064   algorithm: "file_test_results"
8065   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8066   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8067   data: "dpdk-perf-results-2n-dnv"
8068   filter: "all"
8069   data-start-level: 4
8070
8071 # DPDK Performance Results 3n-dnv
8072 - type: "file"
8073   title: "DPDK Performance Results 3n-dnv"
8074   algorithm: "file_test_results"
8075   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8076   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8077   data: "dpdk-perf-results-3n-dnv"
8078   filter: "all"
8079   data-start-level: 4
8080
8081 # DPDK Performance Results 3n-tsh
8082 - type: "file"
8083   title: "DPDK Performance Results 3n-tsh"
8084   algorithm: "file_test_results"
8085   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8086   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8087   data: "dpdk-perf-results-3n-tsh"
8088   filter: "all"
8089   data-start-level: 4
8090
8091 ################################################################################
8092 ###                                P L O T S                                 ###
8093 ################################################################################
8094
8095 # Hoststack tests 3n-hsw
8096
8097 - type: "plot"
8098   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8099   algorithm: "plot_perf_box_name"
8100   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8101   data: "plot-vpp-hoststack-3n-hsw"
8102   include:
8103     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8104     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8105   layout:
8106     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8107     layout: "plot-hoststack"
8108
8109 - type: "plot"
8110   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8111   algorithm: "plot_perf_box_name"
8112   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8113   data: "plot-vpp-hoststack-3n-hsw"
8114   include:
8115     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8116     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8117   layout:
8118     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8119     layout: "plot-hoststack"
8120
8121 - type: "plot"
8122   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8123   algorithm: "plot_perf_box_name"
8124   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8125   data: "plot-vpp-hoststack-3n-hsw"
8126   include:
8127     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8128     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8129     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8130     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8131   layout:
8132     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8133     layout: "plot-hoststack"
8134
8135 ################################################################################
8136
8137 # Soak Test (PLRsearch), boxes - 2n-clx
8138 - type: "plot"
8139   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8140   algorithm: "plot_perf_box_name"
8141   output-file-type: ".html"
8142   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8143   data: "plot-vpp-soak-2n-clx"
8144   include:
8145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8151   layout:
8152     title: "30 Minutes Soak Test (PLRsearch)"
8153     layout: "plot-soak-throughput"
8154
8155 # Soak Test (PLRsearch), boxes - 2n-clx
8156 - type: "plot"
8157   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8158   algorithm: "plot_perf_box_name"
8159   output-file-type: ".html"
8160   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8161   data: "plot-vpp-soak-2n-clx"
8162   include:
8163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8164     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8165     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8166     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8168     - "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"
8169   layout:
8170     title: "30 Minutes Soak Test (PLRsearch)"
8171     layout: "plot-soak-throughput"
8172
8173 # Soak Test (PLRsearch), boxes - 2n-skx
8174 - type: "plot"
8175   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8176   algorithm: "plot_perf_box_name"
8177   output-file-type: ".html"
8178   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8179   data: "plot-vpp-soak-2n-skx"
8180   include:
8181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8187   layout:
8188     title: "30 Minutes Soak Test (PLRsearch)"
8189     layout: "plot-soak-throughput"
8190
8191 # Soak Test (PLRsearch), boxes - 2n-skx
8192 - type: "plot"
8193   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8194   algorithm: "plot_perf_box_name"
8195   output-file-type: ".html"
8196   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8197   data: "plot-vpp-soak-2n-skx"
8198   include:
8199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8201     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8202     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8204     - "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"
8205   layout:
8206     title: "30 Minutes Soak Test (PLRsearch)"
8207     layout: "plot-soak-throughput"
8208
8209 ###############################################################################
8210
8211 # Reconf tests 2n-skx
8212
8213 - type: "plot"
8214   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8215   algorithm: "plot_nf_reconf_box_name"
8216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8217   data: "plot-vpp-nfv-reconf-2n-skx"
8218   include:
8219     - "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"
8220     - "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"
8221     - "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"
8222     - "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"
8223     - "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"
8224     - "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"
8225   layout:
8226     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8227     layout: "plot-throughput"
8228
8229 - type: "plot"
8230   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8231   algorithm: "plot_nf_reconf_box_name"
8232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8233   data: "plot-vpp-nfv-reconf-2n-skx"
8234   include:
8235     - "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"
8236     - "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"
8237     - "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"
8238     - "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"
8239     - "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"
8240     - "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"
8241   layout:
8242     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8243     layout: "plot-throughput"
8244
8245 - type: "plot"
8246   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8247   algorithm: "plot_nf_reconf_box_name"
8248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8249   data: "plot-vpp-nfv-reconf-2n-skx"
8250   include:
8251     - "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"
8252     - "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"
8253     - "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"
8254     - "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"
8255     - "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"
8256     - "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"
8257   layout:
8258     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8259     layout: "plot-throughput"
8260
8261 ###############################################################################
8262
8263 # Reconf tests 2n-clx
8264
8265 - type: "plot"
8266   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8267   algorithm: "plot_nf_reconf_box_name"
8268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8269   data: "plot-vpp-nfv-reconf-2n-clx"
8270   include:
8271     - "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"
8272     - "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"
8273     - "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"
8274     - "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"
8275   layout:
8276     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8277     layout: "plot-throughput"
8278
8279 - type: "plot"
8280   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8281   algorithm: "plot_nf_reconf_box_name"
8282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8283   data: "plot-vpp-nfv-reconf-2n-clx"
8284   include:
8285     - "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"
8286     - "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"
8287     - "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"
8288     - "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"
8289   layout:
8290     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8291     layout: "plot-throughput"
8292
8293 - type: "plot"
8294   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8295   algorithm: "plot_nf_reconf_box_name"
8296   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8297   data: "plot-vpp-nfv-reconf-2n-clx"
8298   include:
8299     - "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"
8300     - "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"
8301     - "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"
8302     - "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"
8303   layout:
8304     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8305     layout: "plot-throughput"
8306
8307 ###############################################################################
8308
8309 # Plots - NF Density - VSC - MRR IMIX
8310 - type: "plot"
8311   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8312   algorithm: "plot_nf_heatmap"
8313   output-file-type: ".html"
8314   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8315   data: "plot-vpp-nfv-2n-skx-mrr"
8316   filter: "'NIC_Intel-XXV710' and
8317            'NF_DENSITY' and
8318            'VHOST' and
8319            not 'VXLAN' and
8320            'CHAIN' and
8321            'NF_VPPIP4' and
8322            'IMIX' and
8323            '2T1C' and
8324            'MRR'"
8325   parameters:
8326   - "result"
8327   - "name"
8328   - "tags"
8329   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8330   x-axis: "X = VNFs per Service Chain"
8331   y-axis: "Y = Number of Service Chains"
8332   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8333   layout:
8334     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8335     layout: "plot-service-density"
8336
8337 - type: "plot"
8338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8339   algorithm: "plot_nf_heatmap"
8340   output-file-type: ".html"
8341   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8342   data: "plot-vpp-nfv-2n-skx-mrr"
8343   filter: "'NIC_Intel-XXV710' and
8344            'NF_DENSITY' and
8345            'VHOST' and
8346            not 'VXLAN' and
8347            'CHAIN' and
8348            'NF_VPPIP4' and
8349            'IMIX' and
8350            '4T2C' and
8351            'MRR'"
8352   parameters:
8353   - "result"
8354   - "name"
8355   - "tags"
8356   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8357   x-axis: "X = VNFs per Service Chain"
8358   y-axis: "Y = Number of Service Chains"
8359   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8360   layout:
8361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8362     layout: "plot-service-density"
8363
8364 - type: "plot"
8365   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8366   algorithm: "plot_nf_heatmap"
8367   output-file-type: ".html"
8368   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8369   data: "plot-vpp-nfv-2n-skx-mrr"
8370   filter: "'NIC_Intel-XXV710' and
8371            'NF_DENSITY' and
8372            'VHOST' and
8373            not 'VXLAN' and
8374            'CHAIN' and
8375            'NF_VPPIP4' and
8376            'IMIX' and
8377            '8T4C' and
8378            'MRR'"
8379   parameters:
8380   - "result"
8381   - "name"
8382   - "tags"
8383   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8384   x-axis: "X = VNFs per Service Chain"
8385   y-axis: "Y = Number of Service Chains"
8386   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8387   layout:
8388     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8389     layout: "plot-service-density"
8390
8391 # Plots - NF Density - VSC - NDR IMIX
8392 - type: "plot"
8393   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8394   algorithm: "plot_nf_heatmap"
8395   output-file-type: ".html"
8396   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8397   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8398   filter: "'NIC_Intel-XXV710' and
8399            'NF_DENSITY' and
8400            'VHOST' and
8401            not 'VXLAN' and
8402            'CHAIN' and
8403            'NF_VPPIP4' and
8404            'IMIX' and
8405            '2T1C' and
8406            'NDRPDR'"
8407   parameters:
8408   - "throughput"
8409   - "name"
8410   - "tags"
8411   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8412   x-axis: "X = VNFs per Service Chain"
8413   y-axis: "Y = Number of Service Chains"
8414   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8415   layout:
8416     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8417     layout: "plot-service-density"
8418
8419 - type: "plot"
8420   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8421   algorithm: "plot_nf_heatmap"
8422   output-file-type: ".html"
8423   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8424   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8425   filter: "'NIC_Intel-XXV710' and
8426            'NF_DENSITY' and
8427            'VHOST' and
8428            not 'VXLAN' and
8429            'CHAIN' and
8430            'NF_VPPIP4' and
8431            'IMIX' and
8432            '4T2C' and
8433            'NDRPDR'"
8434   parameters:
8435   - "throughput"
8436   - "name"
8437   - "tags"
8438   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8439   x-axis: "X = VNFs per Service Chain"
8440   y-axis: "Y = Number of Service Chains"
8441   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8442   layout:
8443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8444     layout: "plot-service-density"
8445
8446 - type: "plot"
8447   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8448   algorithm: "plot_nf_heatmap"
8449   output-file-type: ".html"
8450   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8451   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8452   filter: "'NIC_Intel-XXV710' and
8453            'NF_DENSITY' and
8454            'VHOST' and
8455            not 'VXLAN' and
8456            'CHAIN' and
8457            'NF_VPPIP4' and
8458            'IMIX' and
8459            '8T4C' and
8460            'NDRPDR'"
8461   parameters:
8462   - "throughput"
8463   - "name"
8464   - "tags"
8465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8466   x-axis: "X = VNFs per Service Chain"
8467   y-axis: "Y = Number of Service Chains"
8468   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8469   layout:
8470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8471     layout: "plot-service-density"
8472
8473 # Plots - NF Density - VSC - PDR IMIX
8474 - type: "plot"
8475   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8476   algorithm: "plot_nf_heatmap"
8477   output-file-type: ".html"
8478   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8479   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8480   filter: "'NIC_Intel-XXV710' and
8481            'NF_DENSITY' and
8482            'VHOST' and
8483            not 'VXLAN' and
8484            'CHAIN' and
8485            'NF_VPPIP4' and
8486            'IMIX' and
8487            '2T1C' and
8488            'NDRPDR'"
8489   parameters:
8490   - "throughput"
8491   - "name"
8492   - "tags"
8493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8494   x-axis: "X = VNFs per Service Chain"
8495   y-axis: "Y = Number of Service Chains"
8496   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8497   layout:
8498     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8499     layout: "plot-service-density"
8500
8501 - type: "plot"
8502   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8503   algorithm: "plot_nf_heatmap"
8504   output-file-type: ".html"
8505   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8506   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8507   filter: "'NIC_Intel-XXV710' and
8508            'NF_DENSITY' and
8509            'VHOST' and
8510            not 'VXLAN' and
8511            'CHAIN' and
8512            'NF_VPPIP4' and
8513            'IMIX' and
8514            '4T2C' and
8515            'NDRPDR'"
8516   parameters:
8517   - "throughput"
8518   - "name"
8519   - "tags"
8520   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8521   x-axis: "X = VNFs per Service Chain"
8522   y-axis: "Y = Number of Service Chains"
8523   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8524   layout:
8525     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8526     layout: "plot-service-density"
8527
8528 - type: "plot"
8529   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8530   algorithm: "plot_nf_heatmap"
8531   output-file-type: ".html"
8532   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8533   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8534   filter: "'NIC_Intel-XXV710' and
8535            'NF_DENSITY' and
8536            'VHOST' and
8537            not 'VXLAN' and
8538            'CHAIN' and
8539            'NF_VPPIP4' and
8540            'IMIX' and
8541            '8T4C' and
8542            'NDRPDR'"
8543   parameters:
8544   - "throughput"
8545   - "name"
8546   - "tags"
8547   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8548   x-axis: "X = VNFs per Service Chain"
8549   y-axis: "Y = Number of Service Chains"
8550   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8551   layout:
8552     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8553     layout: "plot-service-density"
8554
8555 ###############################################################################
8556
8557 # Plots - NF Density - VSC - MRR IMIX
8558 - type: "plot"
8559   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8560   algorithm: "plot_nf_heatmap"
8561   output-file-type: ".html"
8562   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8563   data: "plot-vpp-nfv-2n-skx-mrr"
8564   filter: "'NIC_Intel-XXV710' and
8565            'NF_DENSITY' and
8566            'VHOST' and
8567            'VXLAN' and
8568            'CHAIN' and
8569            'IMIX' and
8570            '2T1C' and
8571            'MRR'"
8572   parameters:
8573   - "result"
8574   - "name"
8575   - "tags"
8576   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8577   x-axis: "X = VNFs per Service Chain"
8578   y-axis: "Y = Number of Service Chains"
8579   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8580   layout:
8581     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8582     layout: "plot-service-density"
8583
8584 - type: "plot"
8585   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8586   algorithm: "plot_nf_heatmap"
8587   output-file-type: ".html"
8588   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8589   data: "plot-vpp-nfv-2n-skx-mrr"
8590   filter: "'NIC_Intel-XXV710' and
8591            'NF_DENSITY' and
8592            'VHOST' and
8593            'VXLAN' and
8594            'CHAIN' and
8595            'IMIX' and
8596            '4T2C' and
8597            'MRR'"
8598   parameters:
8599   - "result"
8600   - "name"
8601   - "tags"
8602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8603   x-axis: "X = VNFs per Service Chain"
8604   y-axis: "Y = Number of Service Chains"
8605   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8606   layout:
8607     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8608     layout: "plot-service-density"
8609
8610 - type: "plot"
8611   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8612   algorithm: "plot_nf_heatmap"
8613   output-file-type: ".html"
8614   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8615   data: "plot-vpp-nfv-2n-skx-mrr"
8616   filter: "'NIC_Intel-XXV710' and
8617            'NF_DENSITY' and
8618            'VHOST' and
8619            'VXLAN' and
8620            'CHAIN' and
8621            'IMIX' and
8622            '8T4C' and
8623            'MRR'"
8624   parameters:
8625   - "result"
8626   - "name"
8627   - "tags"
8628   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8629   x-axis: "X = VNFs per Service Chain"
8630   y-axis: "Y = Number of Service Chains"
8631   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8632   layout:
8633     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8634     layout: "plot-service-density"
8635
8636 # Plots - NF Density - VSC - NDR IMIX
8637 - type: "plot"
8638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8639   algorithm: "plot_nf_heatmap"
8640   output-file-type: ".html"
8641   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8642   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8643   filter: "'NIC_Intel-XXV710' and
8644            'NF_DENSITY' and
8645            'VHOST' and
8646            'VXLAN' and
8647            'CHAIN' and
8648            'IMIX' and
8649            '2T1C' and
8650            'NDRPDR'"
8651   parameters:
8652   - "throughput"
8653   - "name"
8654   - "tags"
8655   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8656   x-axis: "X = VNFs per Service Chain"
8657   y-axis: "Y = Number of Service Chains"
8658   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8659   layout:
8660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8661     layout: "plot-service-density"
8662
8663 - type: "plot"
8664   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8665   algorithm: "plot_nf_heatmap"
8666   output-file-type: ".html"
8667   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8668   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8669   filter: "'NIC_Intel-XXV710' and
8670            'NF_DENSITY' and
8671            'VHOST' and
8672            'VXLAN' and
8673            'CHAIN' and
8674            'IMIX' and
8675            '4T2C' and
8676            'NDRPDR'"
8677   parameters:
8678   - "throughput"
8679   - "name"
8680   - "tags"
8681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8682   x-axis: "X = VNFs per Service Chain"
8683   y-axis: "Y = Number of Service Chains"
8684   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8685   layout:
8686     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8687     layout: "plot-service-density"
8688
8689 - type: "plot"
8690   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8691   algorithm: "plot_nf_heatmap"
8692   output-file-type: ".html"
8693   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8694   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8695   filter: "'NIC_Intel-XXV710' and
8696            'NF_DENSITY' and
8697            'VHOST' and
8698            'VXLAN' and
8699            'CHAIN' and
8700            'IMIX' and
8701            '8T4C' and
8702            'NDRPDR'"
8703   parameters:
8704   - "throughput"
8705   - "name"
8706   - "tags"
8707   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8708   x-axis: "X = VNFs per Service Chain"
8709   y-axis: "Y = Number of Service Chains"
8710   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8711   layout:
8712     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8713     layout: "plot-service-density"
8714
8715 # Plots - NF Density - VSC - PDR IMIX
8716 - type: "plot"
8717   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8718   algorithm: "plot_nf_heatmap"
8719   output-file-type: ".html"
8720   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8721   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8722   filter: "'NIC_Intel-XXV710' and
8723            'NF_DENSITY' and
8724            'VHOST' and
8725            'VXLAN' and
8726            'CHAIN' and
8727            'IMIX' and
8728            '2T1C' and
8729            'NDRPDR'"
8730   parameters:
8731   - "throughput"
8732   - "name"
8733   - "tags"
8734   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8735   x-axis: "X = VNFs per Service Chain"
8736   y-axis: "Y = Number of Service Chains"
8737   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8738   layout:
8739     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8740     layout: "plot-service-density"
8741
8742 - type: "plot"
8743   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8744   algorithm: "plot_nf_heatmap"
8745   output-file-type: ".html"
8746   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8747   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8748   filter: "'NIC_Intel-XXV710' and
8749            'NF_DENSITY' and
8750            'VHOST' and
8751            'VXLAN' and
8752            'CHAIN' and
8753            'IMIX' and
8754            '4T2C' and
8755            'NDRPDR'"
8756   parameters:
8757   - "throughput"
8758   - "name"
8759   - "tags"
8760   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8761   x-axis: "X = VNFs per Service Chain"
8762   y-axis: "Y = Number of Service Chains"
8763   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8764   layout:
8765     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8766     layout: "plot-service-density"
8767
8768 - type: "plot"
8769   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8770   algorithm: "plot_nf_heatmap"
8771   output-file-type: ".html"
8772   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8773   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8774   filter: "'NIC_Intel-XXV710' and
8775            'NF_DENSITY' and
8776            'VHOST' and
8777            'VXLAN' and
8778            'CHAIN' and
8779            'IMIX' and
8780            '8T4C' and
8781            'NDRPDR'"
8782   parameters:
8783   - "throughput"
8784   - "name"
8785   - "tags"
8786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8787   x-axis: "X = VNFs per Service Chain"
8788   y-axis: "Y = Number of Service Chains"
8789   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8790   layout:
8791     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8792     layout: "plot-service-density"
8793
8794 ###############################################################################
8795
8796 # Plots - NF Density - CSC - MRR IMIX
8797 - type: "plot"
8798   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8799   algorithm: "plot_nf_heatmap"
8800   output-file-type: ".html"
8801   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8802   data: "plot-vpp-nfv-2n-skx-mrr"
8803   filter: "'NIC_Intel-XXV710' and
8804            'NF_DENSITY' and
8805            'DOCKER' and
8806            'CHAIN' and
8807            'NF_VPPIP4' and
8808            'IMIX' and
8809            '2T1C' and
8810            'MRR'"
8811   parameters:
8812   - "result"
8813   - "name"
8814   - "tags"
8815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8816   x-axis: "X = CNFs per Service Chain"
8817   y-axis: "Y = Number of Service Chains"
8818   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8819   layout:
8820     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8821     layout: "plot-service-density"
8822
8823 - type: "plot"
8824   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8825   algorithm: "plot_nf_heatmap"
8826   output-file-type: ".html"
8827   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8828   data: "plot-vpp-nfv-2n-skx-mrr"
8829   filter: "'NIC_Intel-XXV710' and
8830            'NF_DENSITY' and
8831            'DOCKER' and
8832            'CHAIN' and
8833            'NF_VPPIP4' and
8834            'IMIX' and
8835            '4T2C' and
8836            'MRR'"
8837   parameters:
8838   - "result"
8839   - "name"
8840   - "tags"
8841   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8842   x-axis: "X = CNFs per Service Chain"
8843   y-axis: "Y = Number of Service Chains"
8844   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8845   layout:
8846     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8847     layout: "plot-service-density"
8848
8849 - type: "plot"
8850   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8851   algorithm: "plot_nf_heatmap"
8852   output-file-type: ".html"
8853   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8854   data: "plot-vpp-nfv-2n-skx-mrr"
8855   filter: "'NIC_Intel-XXV710' and
8856            'NF_DENSITY' and
8857            'DOCKER' and
8858            'CHAIN' and
8859            'NF_VPPIP4' and
8860            'IMIX' and
8861            '8T4C' and
8862            'MRR'"
8863   parameters:
8864   - "result"
8865   - "name"
8866   - "tags"
8867   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8868   x-axis: "X = CNFs per Service Chain"
8869   y-axis: "Y = Number of Service Chains"
8870   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8871   layout:
8872     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8873     layout: "plot-service-density"
8874
8875 # Plots - NF Density - CSC - NDR IMIX
8876 - type: "plot"
8877   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8878   algorithm: "plot_nf_heatmap"
8879   output-file-type: ".html"
8880   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8881   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8882   filter: "'NIC_Intel-XXV710' and
8883            'NF_DENSITY' and
8884            'DOCKER' and
8885            'CHAIN' and
8886            'NF_VPPIP4' and
8887            'IMIX' and
8888            '2T1C' and
8889            'NDRPDR'"
8890   parameters:
8891   - "throughput"
8892   - "name"
8893   - "tags"
8894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8895   x-axis: "X = CNFs per Service Chain"
8896   y-axis: "Y = Number of Service Chains"
8897   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8898   layout:
8899     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8900     layout: "plot-service-density"
8901
8902 - type: "plot"
8903   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8904   algorithm: "plot_nf_heatmap"
8905   output-file-type: ".html"
8906   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8907   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8908   filter: "'NIC_Intel-XXV710' and
8909            'NF_DENSITY' and
8910            'DOCKER' and
8911            'CHAIN' and
8912            'NF_VPPIP4' and
8913            'IMIX' and
8914            '4T2C' and
8915            'NDRPDR'"
8916   parameters:
8917   - "throughput"
8918   - "name"
8919   - "tags"
8920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8921   x-axis: "X = CNFs per Service Chain"
8922   y-axis: "Y = Number of Service Chains"
8923   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8924   layout:
8925     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8926     layout: "plot-service-density"
8927
8928 - type: "plot"
8929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8930   algorithm: "plot_nf_heatmap"
8931   output-file-type: ".html"
8932   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8933   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8934   filter: "'NIC_Intel-XXV710' and
8935            'NF_DENSITY' and
8936            'DOCKER' and
8937            'CHAIN' and
8938            'NF_VPPIP4' and
8939            'IMIX' and
8940            '8T4C' and
8941            'NDRPDR'"
8942   parameters:
8943   - "throughput"
8944   - "name"
8945   - "tags"
8946   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8947   x-axis: "X = CNFs per Service Chain"
8948   y-axis: "Y = Number of Service Chains"
8949   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8950   layout:
8951     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8952     layout: "plot-service-density"
8953
8954 # Plots - NF Density - CSC - PDR IMIX
8955 - type: "plot"
8956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8957   algorithm: "plot_nf_heatmap"
8958   output-file-type: ".html"
8959   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8960   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8961   filter: "'NIC_Intel-XXV710' and
8962            'NF_DENSITY' and
8963            'DOCKER' and
8964            'CHAIN' and
8965            'NF_VPPIP4' and
8966            'IMIX' and
8967            '2T1C' and
8968            'NDRPDR'"
8969   parameters:
8970   - "throughput"
8971   - "name"
8972   - "tags"
8973   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8974   x-axis: "X = CNFs per Service Chain"
8975   y-axis: "Y = Number of Service Chains"
8976   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8977   layout:
8978     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8979     layout: "plot-service-density"
8980
8981 - type: "plot"
8982   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8983   algorithm: "plot_nf_heatmap"
8984   output-file-type: ".html"
8985   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8986   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8987   filter: "'NIC_Intel-XXV710' and
8988            'NF_DENSITY' and
8989            'DOCKER' and
8990            'CHAIN' and
8991            'NF_VPPIP4' and
8992            'IMIX' and
8993            '4T2C' and
8994            'NDRPDR'"
8995   parameters:
8996   - "throughput"
8997   - "name"
8998   - "tags"
8999   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9000   x-axis: "X = CNFs per Service Chain"
9001   y-axis: "Y = Number of Service Chains"
9002   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9003   layout:
9004     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9005     layout: "plot-service-density"
9006
9007 - type: "plot"
9008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9009   algorithm: "plot_nf_heatmap"
9010   output-file-type: ".html"
9011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9012   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9013   filter: "'NIC_Intel-XXV710' and
9014            'NF_DENSITY' and
9015            'DOCKER' and
9016            'CHAIN' and
9017            'NF_VPPIP4' and
9018            'IMIX' and
9019            '8T4C' and
9020            'NDRPDR'"
9021   parameters:
9022   - "throughput"
9023   - "name"
9024   - "tags"
9025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9026   x-axis: "X = CNFs per Service Chain"
9027   y-axis: "Y = Number of Service Chains"
9028   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9029   layout:
9030     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9031     layout: "plot-service-density"
9032
9033 ################################################################################
9034 #
9035 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9036 #- type: "plot"
9037 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9038 #  algorithm: "plot_nf_heatmap"
9039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9040 #  data: "plot-vpp-nfv-3n-skx-mrr"
9041 #  filter: "'NIC_Intel-XXV710' and
9042 #           'NF_DENSITY' and
9043 #           'DOCKER' and
9044 #           'CHAIN' and
9045 #           'NF_VPPIP4' and
9046 #           'IPSEC' and
9047 #           'TNL_4' and
9048 #           'IMIX' and
9049 #           '2T1C' and
9050 #           'MRR'"
9051 #  parameters:
9052 #  - "result"
9053 #  - "name"
9054 #  - "tags"
9055 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9056 #  x-axis: "X = CNFs per Service Chain"
9057 #  y-axis: "Y = Number of Service Chains"
9058 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9059 #  layout:
9060 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9061 #    layout: "plot-service-density"
9062 #
9063 #- type: "plot"
9064 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9065 #  algorithm: "plot_nf_heatmap"
9066 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9067 #  data: "plot-vpp-nfv-3n-skx-mrr"
9068 #  filter: "'NIC_Intel-XXV710' and
9069 #           'NF_DENSITY' and
9070 #           'DOCKER' and
9071 #           'CHAIN' and
9072 #           'NF_VPPIP4' and
9073 #           'IPSEC' and
9074 #           'TNL_4' and
9075 #           'IMIX' and
9076 #           '4T2C' and
9077 #           'MRR'"
9078 #  parameters:
9079 #  - "result"
9080 #  - "name"
9081 #  - "tags"
9082 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9083 #  x-axis: "X = CNFs per Service Chain"
9084 #  y-axis: "Y = Number of Service Chains"
9085 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9086 #  layout:
9087 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9088 #    layout: "plot-service-density"
9089 #
9090 #- type: "plot"
9091 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9092 #  algorithm: "plot_nf_heatmap"
9093 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9094 #  data: "plot-vpp-nfv-3n-skx-mrr"
9095 #  filter: "'NIC_Intel-XXV710' and
9096 #           'NF_DENSITY' and
9097 #           'DOCKER' and
9098 #           'CHAIN' and
9099 #           'NF_VPPIP4' and
9100 #           'IPSEC' and
9101 #           'TNL_4' and
9102 #           'IMIX' and
9103 #           '8T4C' and
9104 #           'MRR'"
9105 #  parameters:
9106 #  - "result"
9107 #  - "name"
9108 #  - "tags"
9109 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9110 #  x-axis: "X = CNFs per Service Chain"
9111 #  y-axis: "Y = Number of Service Chains"
9112 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9113 #  layout:
9114 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9115 #    layout: "plot-service-density"
9116
9117 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9118 - type: "plot"
9119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9120   algorithm: "plot_nf_heatmap"
9121   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9122   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9123   filter: "'NIC_Intel-XXV710' and
9124            'NF_DENSITY' and
9125            'DOCKER' and
9126            'CHAIN' and
9127            'NF_VPPIP4' and
9128            'IPSEC' and
9129            'TNL_4' and
9130            'IMIX' and
9131            '2T1C' and
9132            'NDRPDR'"
9133   parameters:
9134   - "throughput"
9135   - "name"
9136   - "tags"
9137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9138   x-axis: "X = CNFs per Service Chain"
9139   y-axis: "Y = Number of Service Chains"
9140   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9141   layout:
9142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9143     layout: "plot-service-density"
9144
9145 - type: "plot"
9146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9147   algorithm: "plot_nf_heatmap"
9148   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9149   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9150   filter: "'NIC_Intel-XXV710' and
9151            'NF_DENSITY' and
9152            'DOCKER' and
9153            'CHAIN' and
9154            'NF_VPPIP4' and
9155            'IPSEC' and
9156            'TNL_4' and
9157            'IMIX' and
9158            '4T2C' and
9159            'NDRPDR'"
9160   parameters:
9161   - "throughput"
9162   - "name"
9163   - "tags"
9164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9165   x-axis: "X = CNFs per Service Chain"
9166   y-axis: "Y = Number of Service Chains"
9167   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9168   layout:
9169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9170     layout: "plot-service-density"
9171
9172 - type: "plot"
9173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9174   algorithm: "plot_nf_heatmap"
9175   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9176   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9177   filter: "'NIC_Intel-XXV710' and
9178            'NF_DENSITY' and
9179            'DOCKER' and
9180            'CHAIN' and
9181            'NF_VPPIP4' and
9182            'IPSEC' and
9183            'TNL_4' and
9184            'IMIX' and
9185            '8T4C' and
9186            'NDRPDR'"
9187   parameters:
9188   - "throughput"
9189   - "name"
9190   - "tags"
9191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9192   x-axis: "X = CNFs per Service Chain"
9193   y-axis: "Y = Number of Service Chains"
9194   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9195   layout:
9196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9197     layout: "plot-service-density"
9198
9199 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9200 - type: "plot"
9201   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9202   algorithm: "plot_nf_heatmap"
9203   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9204   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9205   filter: "'NIC_Intel-XXV710' and
9206            'NF_DENSITY' and
9207            'DOCKER' and
9208            'CHAIN' and
9209            'NF_VPPIP4' and
9210            'IPSEC' and
9211            'TNL_4' and
9212            'IMIX' and
9213            '2T1C' and
9214            'NDRPDR'"
9215   parameters:
9216   - "throughput"
9217   - "name"
9218   - "tags"
9219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9220   x-axis: "X = CNFs per Service Chain"
9221   y-axis: "Y = Number of Service Chains"
9222   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9223   layout:
9224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9225     layout: "plot-service-density"
9226
9227 - type: "plot"
9228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9229   algorithm: "plot_nf_heatmap"
9230   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9231   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9232   filter: "'NIC_Intel-XXV710' and
9233            'NF_DENSITY' and
9234            'DOCKER' and
9235            'CHAIN' and
9236            'NF_VPPIP4' and
9237            'IPSEC' and
9238            'TNL_4' and
9239            'IMIX' and
9240            '4T2C' and
9241            'NDRPDR'"
9242   parameters:
9243   - "throughput"
9244   - "name"
9245   - "tags"
9246   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9247   x-axis: "X = CNFs per Service Chain"
9248   y-axis: "Y = Number of Service Chains"
9249   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9250   layout:
9251     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9252     layout: "plot-service-density"
9253
9254 - type: "plot"
9255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9256   algorithm: "plot_nf_heatmap"
9257   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9258   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9259   filter: "'NIC_Intel-XXV710' and
9260            'NF_DENSITY' and
9261            'DOCKER' and
9262            'CHAIN' and
9263            'NF_VPPIP4' and
9264            'IPSEC' and
9265            'TNL_4' and
9266            'IMIX' and
9267            '8T4C' and
9268            'NDRPDR'"
9269   parameters:
9270   - "throughput"
9271   - "name"
9272   - "tags"
9273   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9274   x-axis: "X = CNFs per Service Chain"
9275   y-axis: "Y = Number of Service Chains"
9276   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9277   layout:
9278     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9279     layout: "plot-service-density"
9280
9281 ###############################################################################
9282
9283 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9284 #- type: "plot"
9285 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9286 #  algorithm: "plot_nf_heatmap"
9287 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9288 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9289 #  filter: "'NIC_Intel-XL710' and
9290 #           'NF_DENSITY' and
9291 #           'DOCKER' and
9292 #           'CHAIN' and
9293 #           'NF_VPPIP4' and
9294 #           'IMIX' and
9295 #           'TNL_4' and
9296 #           '1T1C' and
9297 #           'MRR'"
9298 #  parameters:
9299 #  - "result"
9300 #  - "name"
9301 #  - "tags"
9302 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9303 #  x-axis: "X = CNFs per Service Chain"
9304 #  y-axis: "Y = Number of Service Chains"
9305 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9306 #  layout:
9307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9308 #    layout: "plot-service-density"
9309 #
9310 #- type: "plot"
9311 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9312 #  algorithm: "plot_nf_heatmap"
9313 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9314 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9315 #  filter: "'NIC_Intel-XL710' and
9316 #           'NF_DENSITY' and
9317 #           'DOCKER' and
9318 #           'CHAIN' and
9319 #           'NF_VPPIP4' and
9320 #           'IPSEC' and
9321 #           'TNL_4' and
9322 #           'IMIX' and
9323 #           '2T2C' and
9324 #           'MRR'"
9325 #  parameters:
9326 #  - "result"
9327 #  - "name"
9328 #  - "tags"
9329 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9330 #  x-axis: "X = CNFs per Service Chain"
9331 #  y-axis: "Y = Number of Service Chains"
9332 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9333 #  layout:
9334 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9335 #    layout: "plot-service-density"
9336 #
9337 #- type: "plot"
9338 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9339 #  algorithm: "plot_nf_heatmap"
9340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9341 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9342 #  filter: "'NIC_Intel-XL710' and
9343 #           'NF_DENSITY' and
9344 #           'DOCKER' and
9345 #           'CHAIN' and
9346 #           'NF_VPPIP4' and
9347 #           'IPSEC' and
9348 #           'TNL_4' and
9349 #           'IMIX' and
9350 #           '4T4C' and
9351 #           'MRR'"
9352 #  parameters:
9353 #  - "result"
9354 #  - "name"
9355 #  - "tags"
9356 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9357 #  x-axis: "X = CNFs per Service Chain"
9358 #  y-axis: "Y = Number of Service Chains"
9359 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9360 #  layout:
9361 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9362 #    layout: "plot-service-density"
9363
9364 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9365 #- type: "plot"
9366 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9367 #  algorithm: "plot_nf_heatmap"
9368 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9369 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9370 #  filter: "'NIC_Intel-XL710' and
9371 #           'NF_DENSITY' and
9372 #           'DOCKER' and
9373 #           'CHAIN' and
9374 #           'NF_VPPIP4' and
9375 #           'IPSEC' and
9376 #           'TNL_4' and
9377 #           'IMIX' and
9378 #           '1T1C' and
9379 #           'NDRPDR'"
9380 #  parameters:
9381 #  - "throughput"
9382 #  - "name"
9383 #  - "tags"
9384 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9385 #  x-axis: "X = CNFs per Service Chain"
9386 #  y-axis: "Y = Number of Service Chains"
9387 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9388 #  layout:
9389 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9390 #    layout: "plot-service-density"
9391 #
9392 #- type: "plot"
9393 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9394 #  algorithm: "plot_nf_heatmap"
9395 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9396 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9397 #  filter: "'NIC_Intel-XL710' and
9398 #           'NF_DENSITY' and
9399 #           'DOCKER' and
9400 #           'CHAIN' and
9401 #           'NF_VPPIP4' and
9402 #           'IPSEC' and
9403 #           'TNL_4' and
9404 #           'IMIX' and
9405 #           '2T2C' and
9406 #           'NDRPDR'"
9407 #  parameters:
9408 #  - "throughput"
9409 #  - "name"
9410 #  - "tags"
9411 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9412 #  x-axis: "X = CNFs per Service Chain"
9413 #  y-axis: "Y = Number of Service Chains"
9414 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9415 #  layout:
9416 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9417 #    layout: "plot-service-density"
9418 #
9419 #- type: "plot"
9420 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9421 #  algorithm: "plot_nf_heatmap"
9422 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9423 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9424 #  filter: "'NIC_Intel-XL710' and
9425 #           'NF_DENSITY' and
9426 #           'DOCKER' and
9427 #           'CHAIN' and
9428 #           'NF_VPPIP4' and
9429 #           'IPSEC' and
9430 #           'TNL_4' and
9431 #           'IMIX' and
9432 #           '4T4C' and
9433 #           'NDRPDR'"
9434 #  parameters:
9435 #  - "throughput"
9436 #  - "name"
9437 #  - "tags"
9438 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9439 #  x-axis: "X = CNFs per Service Chain"
9440 #  y-axis: "Y = Number of Service Chains"
9441 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9442 #  layout:
9443 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9444 #    layout: "plot-service-density"
9445 #
9446 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9447 #- type: "plot"
9448 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9449 #  algorithm: "plot_nf_heatmap"
9450 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9451 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9452 #  filter: "'NIC_Intel-XL710' and
9453 #           'NF_DENSITY' and
9454 #           'DOCKER' and
9455 #           'CHAIN' and
9456 #           'NF_VPPIP4' and
9457 #           'IPSEC' and
9458 #           'TNL_4' and
9459 #           'IMIX' and
9460 #           '1T1C' and
9461 #           'NDRPDR'"
9462 #  parameters:
9463 #  - "throughput"
9464 #  - "name"
9465 #  - "tags"
9466 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9467 #  x-axis: "X = CNFs per Service Chain"
9468 #  y-axis: "Y = Number of Service Chains"
9469 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9470 #  layout:
9471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9472 #    layout: "plot-service-density"
9473 #
9474 #- type: "plot"
9475 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9476 #  algorithm: "plot_nf_heatmap"
9477 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9478 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9479 #  filter: "'NIC_Intel-XL710' and
9480 #           'NF_DENSITY' and
9481 #           'DOCKER' and
9482 #           'CHAIN' and
9483 #           'NF_VPPIP4' and
9484 #           'IPSEC' and
9485 #           'TNL_4' and
9486 #           'IMIX' and
9487 #           '2T2C' and
9488 #           'NDRPDR'"
9489 #  parameters:
9490 #  - "throughput"
9491 #  - "name"
9492 #  - "tags"
9493 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9494 #  x-axis: "X = CNFs per Service Chain"
9495 #  y-axis: "Y = Number of Service Chains"
9496 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9497 #  layout:
9498 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9499 #    layout: "plot-service-density"
9500 #
9501 #- type: "plot"
9502 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9503 #  algorithm: "plot_nf_heatmap"
9504 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9505 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9506 #  filter: "'NIC_Intel-XL710' and
9507 #           'NF_DENSITY' and
9508 #           'DOCKER' and
9509 #           'CHAIN' and
9510 #           'NF_VPPIP4' and
9511 #           'IPSEC' and
9512 #           'TNL_4' and
9513 #           'IMIX' and
9514 #           '4T4C' and
9515 #           'NDRPDR'"
9516 #  parameters:
9517 #  - "throughput"
9518 #  - "name"
9519 #  - "tags"
9520 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9521 #  x-axis: "X = CNFs per Service Chain"
9522 #  y-axis: "Y = Number of Service Chains"
9523 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9524 #  layout:
9525 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9526 #    layout: "plot-service-density"
9527
9528 ###############################################################################
9529
9530 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9531 #- type: "plot"
9532 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9533 #  algorithm: "plot_nf_heatmap"
9534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9535 #  data: "plot-vpp-nfv-3n-skx-mrr"
9536 #  filter: "'NIC_Intel-XXV710' and
9537 #           'NF_DENSITY' and
9538 #           'DOCKER' and
9539 #           'CHAIN' and
9540 #           'NF_VPPIP4' and
9541 #           'IPSEC' and
9542 #           'TNL_1000' and
9543 #           'IMIX' and
9544 #           '2T1C' and
9545 #           'MRR'"
9546 #  parameters:
9547 #  - "result"
9548 #  - "name"
9549 #  - "tags"
9550 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9551 #  x-axis: "X = CNFs per Service Chain"
9552 #  y-axis: "Y = Number of Service Chains"
9553 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9554 #  layout:
9555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9556 #    layout: "plot-service-density"
9557 #
9558 #- type: "plot"
9559 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9560 #  algorithm: "plot_nf_heatmap"
9561 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9562 #  data: "plot-vpp-nfv-3n-skx-mrr"
9563 #  filter: "'NIC_Intel-XXV710' and
9564 #           'NF_DENSITY' and
9565 #           'DOCKER' and
9566 #           'CHAIN' and
9567 #           'NF_VPPIP4' and
9568 #           'IPSEC' and
9569 #           'TNL_1000' and
9570 #           'IMIX' and
9571 #           '4T2C' and
9572 #           'MRR'"
9573 #  parameters:
9574 #  - "result"
9575 #  - "name"
9576 #  - "tags"
9577 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9578 #  x-axis: "X = CNFs per Service Chain"
9579 #  y-axis: "Y = Number of Service Chains"
9580 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9581 #  layout:
9582 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9583 #    layout: "plot-service-density"
9584 #
9585 #- type: "plot"
9586 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9587 #  algorithm: "plot_nf_heatmap"
9588 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9589 #  data: "plot-vpp-nfv-3n-skx-mrr"
9590 #  filter: "'NIC_Intel-XXV710' and
9591 #           'NF_DENSITY' and
9592 #           'DOCKER' and
9593 #           'CHAIN' and
9594 #           'NF_VPPIP4' and
9595 #           'IPSEC' and
9596 #           'TNL_1000' and
9597 #           'IMIX' and
9598 #           '8T4C' and
9599 #           'MRR'"
9600 #  parameters:
9601 #  - "result"
9602 #  - "name"
9603 #  - "tags"
9604 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9605 #  x-axis: "X = CNFs per Service Chain"
9606 #  y-axis: "Y = Number of Service Chains"
9607 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9608 #  layout:
9609 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9610 #    layout: "plot-service-density"
9611
9612 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9613 - type: "plot"
9614   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9615   algorithm: "plot_nf_heatmap"
9616   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9617   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9618   filter: "'NIC_Intel-XXV710' and
9619            'NF_DENSITY' and
9620            'DOCKER' and
9621            'CHAIN' and
9622            'NF_VPPIP4' and
9623            'IPSEC' and
9624            'TNL_1000' and
9625            'IMIX' and
9626            '2T1C' and
9627            'NDRPDR'"
9628   parameters:
9629   - "throughput"
9630   - "name"
9631   - "tags"
9632   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9633   x-axis: "X = CNFs per Service Chain"
9634   y-axis: "Y = Number of Service Chains"
9635   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9636   layout:
9637     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9638     layout: "plot-service-density"
9639
9640 - type: "plot"
9641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9642   algorithm: "plot_nf_heatmap"
9643   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9644   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9645   filter: "'NIC_Intel-XXV710' and
9646            'NF_DENSITY' and
9647            'DOCKER' and
9648            'CHAIN' and
9649            'NF_VPPIP4' and
9650            'IPSEC' and
9651            'TNL_1000' and
9652            'IMIX' and
9653            '4T2C' and
9654            'NDRPDR'"
9655   parameters:
9656   - "throughput"
9657   - "name"
9658   - "tags"
9659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9660   x-axis: "X = CNFs per Service Chain"
9661   y-axis: "Y = Number of Service Chains"
9662   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9663   layout:
9664     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9665     layout: "plot-service-density"
9666
9667 - type: "plot"
9668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9669   algorithm: "plot_nf_heatmap"
9670   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9671   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9672   filter: "'NIC_Intel-XXV710' and
9673            'NF_DENSITY' and
9674            'DOCKER' and
9675            'CHAIN' and
9676            'NF_VPPIP4' and
9677            'IPSEC' and
9678            'TNL_1000' and
9679            'IMIX' and
9680            '8T4C' and
9681            'NDRPDR'"
9682   parameters:
9683   - "throughput"
9684   - "name"
9685   - "tags"
9686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9687   x-axis: "X = CNFs per Service Chain"
9688   y-axis: "Y = Number of Service Chains"
9689   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9690   layout:
9691     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9692     layout: "plot-service-density"
9693
9694 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9695 - type: "plot"
9696   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9697   algorithm: "plot_nf_heatmap"
9698   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9699   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9700   filter: "'NIC_Intel-XXV710' and
9701            'NF_DENSITY' and
9702            'DOCKER' and
9703            'CHAIN' and
9704            'NF_VPPIP4' and
9705            'IPSEC' and
9706            'TNL_1000' and
9707            'IMIX' and
9708            '2T1C' and
9709            'NDRPDR'"
9710   parameters:
9711   - "throughput"
9712   - "name"
9713   - "tags"
9714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9715   x-axis: "X = CNFs per Service Chain"
9716   y-axis: "Y = Number of Service Chains"
9717   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9718   layout:
9719     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9720     layout: "plot-service-density"
9721
9722 - type: "plot"
9723   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9724   algorithm: "plot_nf_heatmap"
9725   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9726   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9727   filter: "'NIC_Intel-XXV710' and
9728            'NF_DENSITY' and
9729            'DOCKER' and
9730            'CHAIN' and
9731            'NF_VPPIP4' and
9732            'IPSEC' and
9733            'TNL_1000' and
9734            'IMIX' and
9735            '4T2C' and
9736            'NDRPDR'"
9737   parameters:
9738   - "throughput"
9739   - "name"
9740   - "tags"
9741   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9742   x-axis: "X = CNFs per Service Chain"
9743   y-axis: "Y = Number of Service Chains"
9744   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9745   layout:
9746     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9747     layout: "plot-service-density"
9748
9749 - type: "plot"
9750   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9751   algorithm: "plot_nf_heatmap"
9752   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9753   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9754   filter: "'NIC_Intel-XXV710' and
9755            'NF_DENSITY' and
9756            'DOCKER' and
9757            'CHAIN' and
9758            'NF_VPPIP4' and
9759            'IPSEC' and
9760            'TNL_1000' and
9761            'IMIX' and
9762            '8T4C' and
9763            'NDRPDR'"
9764   parameters:
9765   - "throughput"
9766   - "name"
9767   - "tags"
9768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9769   x-axis: "X = CNFs per Service Chain"
9770   y-axis: "Y = Number of Service Chains"
9771   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9772   layout:
9773     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9774     layout: "plot-service-density"
9775
9776 ###############################################################################
9777
9778 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9779 #- type: "plot"
9780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9781 #  algorithm: "plot_nf_heatmap"
9782 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9783 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9784 #  filter: "'NIC_Intel-XL710' and
9785 #           'NF_DENSITY' and
9786 #           'DOCKER' and
9787 #           'CHAIN' and
9788 #           'NF_VPPIP4' and
9789 #           'IMIX' and
9790 #           'TNL_1000' and
9791 #           '1T1C' and
9792 #           'MRR'"
9793 #  parameters:
9794 #  - "result"
9795 #  - "name"
9796 #  - "tags"
9797 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9798 #  x-axis: "X = CNFs per Service Chain"
9799 #  y-axis: "Y = Number of Service Chains"
9800 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9801 #  layout:
9802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9803 #    layout: "plot-service-density"
9804 #
9805 #- type: "plot"
9806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9807 #  algorithm: "plot_nf_heatmap"
9808 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9809 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9810 #  filter: "'NIC_Intel-XL710' and
9811 #           'NF_DENSITY' and
9812 #           'DOCKER' and
9813 #           'CHAIN' and
9814 #           'NF_VPPIP4' and
9815 #           'IPSEC' and
9816 #           'TNL_1000' and
9817 #           'IMIX' and
9818 #           '2T2C' and
9819 #           'MRR'"
9820 #  parameters:
9821 #  - "result"
9822 #  - "name"
9823 #  - "tags"
9824 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9825 #  x-axis: "X = CNFs per Service Chain"
9826 #  y-axis: "Y = Number of Service Chains"
9827 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9828 #  layout:
9829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9830 #    layout: "plot-service-density"
9831 #
9832 #- type: "plot"
9833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9834 #  algorithm: "plot_nf_heatmap"
9835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9836 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9837 #  filter: "'NIC_Intel-XL710' and
9838 #           'NF_DENSITY' and
9839 #           'DOCKER' and
9840 #           'CHAIN' and
9841 #           'NF_VPPIP4' and
9842 #           'IPSEC' and
9843 #           'TNL_1000' and
9844 #           'IMIX' and
9845 #           '4T4C' and
9846 #           'MRR'"
9847 #  parameters:
9848 #  - "result"
9849 #  - "name"
9850 #  - "tags"
9851 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9852 #  x-axis: "X = CNFs per Service Chain"
9853 #  y-axis: "Y = Number of Service Chains"
9854 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9855 #  layout:
9856 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9857 #    layout: "plot-service-density"
9858
9859 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9860 #- type: "plot"
9861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9862 #  algorithm: "plot_nf_heatmap"
9863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9864 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9865 #  filter: "'NIC_Intel-XL710' and
9866 #           'NF_DENSITY' and
9867 #           'DOCKER' and
9868 #           'CHAIN' and
9869 #           'NF_VPPIP4' and
9870 #           'IPSEC' and
9871 #           'TNL_1000' and
9872 #           'IMIX' and
9873 #           '1T1C' and
9874 #           'NDRPDR'"
9875 #  parameters:
9876 #  - "throughput"
9877 #  - "name"
9878 #  - "tags"
9879 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9880 #  x-axis: "X = CNFs per Service Chain"
9881 #  y-axis: "Y = Number of Service Chains"
9882 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9883 #  layout:
9884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9885 #    layout: "plot-service-density"
9886 #
9887 #- type: "plot"
9888 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9889 #  algorithm: "plot_nf_heatmap"
9890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9891 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9892 #  filter: "'NIC_Intel-XL710' and
9893 #           'NF_DENSITY' and
9894 #           'DOCKER' and
9895 #           'CHAIN' and
9896 #           'NF_VPPIP4' and
9897 #           'IPSEC' and
9898 #           'TNL_1000' and
9899 #           'IMIX' and
9900 #           '2T2C' and
9901 #           'NDRPDR'"
9902 #  parameters:
9903 #  - "throughput"
9904 #  - "name"
9905 #  - "tags"
9906 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9907 #  x-axis: "X = CNFs per Service Chain"
9908 #  y-axis: "Y = Number of Service Chains"
9909 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9910 #  layout:
9911 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9912 #    layout: "plot-service-density"
9913 #
9914 #- type: "plot"
9915 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9916 #  algorithm: "plot_nf_heatmap"
9917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9918 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9919 #  filter: "'NIC_Intel-XL710' and
9920 #           'NF_DENSITY' and
9921 #           'DOCKER' and
9922 #           'CHAIN' and
9923 #           'NF_VPPIP4' and
9924 #           'IPSEC' and
9925 #           'TNL_1000' and
9926 #           'IMIX' and
9927 #           '4T4C' and
9928 #           'NDRPDR'"
9929 #  parameters:
9930 #  - "throughput"
9931 #  - "name"
9932 #  - "tags"
9933 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9934 #  x-axis: "X = CNFs per Service Chain"
9935 #  y-axis: "Y = Number of Service Chains"
9936 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9937 #  layout:
9938 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9939 #    layout: "plot-service-density"
9940 #
9941 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9942 #- type: "plot"
9943 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9944 #  algorithm: "plot_nf_heatmap"
9945 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9946 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9947 #  filter: "'NIC_Intel-XL710' and
9948 #           'NF_DENSITY' and
9949 #           'DOCKER' and
9950 #           'CHAIN' and
9951 #           'NF_VPPIP4' and
9952 #           'IPSEC' and
9953 #           'TNL_1000' and
9954 #           'IMIX' and
9955 #           '1T1C' and
9956 #           'NDRPDR'"
9957 #  parameters:
9958 #  - "throughput"
9959 #  - "name"
9960 #  - "tags"
9961 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9962 #  x-axis: "X = CNFs per Service Chain"
9963 #  y-axis: "Y = Number of Service Chains"
9964 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9965 #  layout:
9966 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9967 #    layout: "plot-service-density"
9968 #
9969 #- type: "plot"
9970 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9971 #  algorithm: "plot_nf_heatmap"
9972 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9973 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9974 #  filter: "'NIC_Intel-XL710' and
9975 #           'NF_DENSITY' and
9976 #           'DOCKER' and
9977 #           'CHAIN' and
9978 #           'NF_VPPIP4' and
9979 #           'IPSEC' and
9980 #           'TNL_1000' and
9981 #           'IMIX' and
9982 #           '2T2C' and
9983 #           'NDRPDR'"
9984 #  parameters:
9985 #  - "throughput"
9986 #  - "name"
9987 #  - "tags"
9988 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9989 #  x-axis: "X = CNFs per Service Chain"
9990 #  y-axis: "Y = Number of Service Chains"
9991 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9992 #  layout:
9993 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9994 #    layout: "plot-service-density"
9995 #
9996 #- type: "plot"
9997 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9998 #  algorithm: "plot_nf_heatmap"
9999 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10000 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10001 #  filter: "'NIC_Intel-XL710' and
10002 #           'NF_DENSITY' and
10003 #           'DOCKER' and
10004 #           'CHAIN' and
10005 #           'NF_VPPIP4' and
10006 #           'IPSEC' and
10007 #           'TNL_1000' and
10008 #           'IMIX' and
10009 #           '4T4C' and
10010 #           'NDRPDR'"
10011 #  parameters:
10012 #  - "throughput"
10013 #  - "name"
10014 #  - "tags"
10015 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10016 #  x-axis: "X = CNFs per Service Chain"
10017 #  y-axis: "Y = Number of Service Chains"
10018 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10019 #  layout:
10020 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10021 #    layout: "plot-service-density"
10022
10023 ###############################################################################
10024
10025 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10026 #- type: "plot"
10027 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10028 #  algorithm: "plot_nf_heatmap"
10029 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10030 #  data: "plot-vpp-nfv-3n-skx-mrr"
10031 #  filter: "'NIC_Intel-XXV710' and
10032 #           'NF_DENSITY' and
10033 #           'DOCKER' and
10034 #           'CHAIN' and
10035 #           'NF_VPPIP4' and
10036 #           'IPSEC' and
10037 #           'TNL_10000' and
10038 #           'IMIX' and
10039 #           '2T1C' and
10040 #           'MRR'"
10041 #  parameters:
10042 #  - "result"
10043 #  - "name"
10044 #  - "tags"
10045 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10046 #  x-axis: "X = CNFs per Service Chain"
10047 #  y-axis: "Y = Number of Service Chains"
10048 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10049 #  layout:
10050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10051 #    layout: "plot-service-density"
10052 #
10053 #- type: "plot"
10054 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10055 #  algorithm: "plot_nf_heatmap"
10056 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10057 #  data: "plot-vpp-nfv-3n-skx-mrr"
10058 #  filter: "'NIC_Intel-XXV710' and
10059 #           'NF_DENSITY' and
10060 #           'DOCKER' and
10061 #           'CHAIN' and
10062 #           'NF_VPPIP4' and
10063 #           'IPSEC' and
10064 #           'TNL_10000' and
10065 #           'IMIX' and
10066 #           '4T2C' and
10067 #           'MRR'"
10068 #  parameters:
10069 #  - "result"
10070 #  - "name"
10071 #  - "tags"
10072 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10073 #  x-axis: "X = CNFs per Service Chain"
10074 #  y-axis: "Y = Number of Service Chains"
10075 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10076 #  layout:
10077 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10078 #    layout: "plot-service-density"
10079 #
10080 #- type: "plot"
10081 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10082 #  algorithm: "plot_nf_heatmap"
10083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10084 #  data: "plot-vpp-nfv-3n-skx-mrr"
10085 #  filter: "'NIC_Intel-XXV710' and
10086 #           'NF_DENSITY' and
10087 #           'DOCKER' and
10088 #           'CHAIN' and
10089 #           'NF_VPPIP4' and
10090 #           'IPSEC' and
10091 #           'TNL_10000' and
10092 #           'IMIX' and
10093 #           '8T4C' and
10094 #           'MRR'"
10095 #  parameters:
10096 #  - "result"
10097 #  - "name"
10098 #  - "tags"
10099 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10100 #  x-axis: "X = CNFs per Service Chain"
10101 #  y-axis: "Y = Number of Service Chains"
10102 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10103 #  layout:
10104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10105 #    layout: "plot-service-density"
10106
10107 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10108 - type: "plot"
10109   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10110   algorithm: "plot_nf_heatmap"
10111   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10112   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10113   filter: "'NIC_Intel-XXV710' and
10114            'NF_DENSITY' and
10115            'DOCKER' and
10116            'CHAIN' and
10117            'NF_VPPIP4' and
10118            'IPSEC' and
10119            'TNL_10000' and
10120            'IMIX' and
10121            '2T1C' and
10122            'NDRPDR'"
10123   parameters:
10124   - "throughput"
10125   - "name"
10126   - "tags"
10127   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10128   x-axis: "X = CNFs per Service Chain"
10129   y-axis: "Y = Number of Service Chains"
10130   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10131   layout:
10132     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10133     layout: "plot-service-density"
10134
10135 - type: "plot"
10136   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10137   algorithm: "plot_nf_heatmap"
10138   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10139   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10140   filter: "'NIC_Intel-XXV710' and
10141            'NF_DENSITY' and
10142            'DOCKER' and
10143            'CHAIN' and
10144            'NF_VPPIP4' and
10145            'IPSEC' and
10146            'TNL_10000' and
10147            'IMIX' and
10148            '4T2C' and
10149            'NDRPDR'"
10150   parameters:
10151   - "throughput"
10152   - "name"
10153   - "tags"
10154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10155   x-axis: "X = CNFs per Service Chain"
10156   y-axis: "Y = Number of Service Chains"
10157   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10158   layout:
10159     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10160     layout: "plot-service-density"
10161
10162 - type: "plot"
10163   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10164   algorithm: "plot_nf_heatmap"
10165   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10166   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10167   filter: "'NIC_Intel-XXV710' and
10168            'NF_DENSITY' and
10169            'DOCKER' and
10170            'CHAIN' and
10171            'NF_VPPIP4' and
10172            'IPSEC' and
10173            'TNL_10000' and
10174            'IMIX' and
10175            '8T4C' and
10176            'NDRPDR'"
10177   parameters:
10178   - "throughput"
10179   - "name"
10180   - "tags"
10181   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10182   x-axis: "X = CNFs per Service Chain"
10183   y-axis: "Y = Number of Service Chains"
10184   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10185   layout:
10186     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10187     layout: "plot-service-density"
10188
10189 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10190 - type: "plot"
10191   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10192   algorithm: "plot_nf_heatmap"
10193   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10194   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10195   filter: "'NIC_Intel-XXV710' and
10196            'NF_DENSITY' and
10197            'DOCKER' and
10198            'CHAIN' and
10199            'NF_VPPIP4' and
10200            'IPSEC' and
10201            'TNL_10000' and
10202            'IMIX' and
10203            '2T1C' and
10204            'NDRPDR'"
10205   parameters:
10206   - "throughput"
10207   - "name"
10208   - "tags"
10209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10210   x-axis: "X = CNFs per Service Chain"
10211   y-axis: "Y = Number of Service Chains"
10212   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10213   layout:
10214     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10215     layout: "plot-service-density"
10216
10217 - type: "plot"
10218   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10219   algorithm: "plot_nf_heatmap"
10220   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10221   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10222   filter: "'NIC_Intel-XXV710' and
10223            'NF_DENSITY' and
10224            'DOCKER' and
10225            'CHAIN' and
10226            'NF_VPPIP4' and
10227            'IPSEC' and
10228            'TNL_10000' and
10229            'IMIX' and
10230            '4T2C' and
10231            'NDRPDR'"
10232   parameters:
10233   - "throughput"
10234   - "name"
10235   - "tags"
10236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10237   x-axis: "X = CNFs per Service Chain"
10238   y-axis: "Y = Number of Service Chains"
10239   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10240   layout:
10241     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10242     layout: "plot-service-density"
10243
10244 - type: "plot"
10245   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10246   algorithm: "plot_nf_heatmap"
10247   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10248   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10249   filter: "'NIC_Intel-XXV710' and
10250            'NF_DENSITY' and
10251            'DOCKER' and
10252            'CHAIN' and
10253            'NF_VPPIP4' and
10254            'IPSEC' and
10255            'TNL_10000' and
10256            'IMIX' and
10257            '8T4C' and
10258            'NDRPDR'"
10259   parameters:
10260   - "throughput"
10261   - "name"
10262   - "tags"
10263   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10264   x-axis: "X = CNFs per Service Chain"
10265   y-axis: "Y = Number of Service Chains"
10266   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10267   layout:
10268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10269     layout: "plot-service-density"
10270
10271 ###############################################################################
10272
10273 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10274 #- type: "plot"
10275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10276 #  algorithm: "plot_nf_heatmap"
10277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10278 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10279 #  filter: "'NIC_Intel-XL710' and
10280 #           'NF_DENSITY' and
10281 #           'DOCKER' and
10282 #           'CHAIN' and
10283 #           'NF_VPPIP4' and
10284 #           'IMIX' and
10285 #           'TNL_10000' and
10286 #           '1T1C' and
10287 #           'MRR'"
10288 #  parameters:
10289 #  - "result"
10290 #  - "name"
10291 #  - "tags"
10292 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10293 #  x-axis: "X = CNFs per Service Chain"
10294 #  y-axis: "Y = Number of Service Chains"
10295 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10296 #  layout:
10297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10298 #    layout: "plot-service-density"
10299 #
10300 #- type: "plot"
10301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10302 #  algorithm: "plot_nf_heatmap"
10303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10304 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10305 #  filter: "'NIC_Intel-XL710' and
10306 #           'NF_DENSITY' and
10307 #           'DOCKER' and
10308 #           'CHAIN' and
10309 #           'NF_VPPIP4' and
10310 #           'IPSEC' and
10311 #           'TNL_10000' and
10312 #           'IMIX' and
10313 #           '2T2C' and
10314 #           'MRR'"
10315 #  parameters:
10316 #  - "result"
10317 #  - "name"
10318 #  - "tags"
10319 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10320 #  x-axis: "X = CNFs per Service Chain"
10321 #  y-axis: "Y = Number of Service Chains"
10322 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10323 #  layout:
10324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10325 #    layout: "plot-service-density"
10326 #
10327 #- type: "plot"
10328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10329 #  algorithm: "plot_nf_heatmap"
10330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10331 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10332 #  filter: "'NIC_Intel-XL710' and
10333 #           'NF_DENSITY' and
10334 #           'DOCKER' and
10335 #           'CHAIN' and
10336 #           'NF_VPPIP4' and
10337 #           'IPSEC' and
10338 #           'TNL_10000' and
10339 #           'IMIX' and
10340 #           '4T4C' and
10341 #           'MRR'"
10342 #  parameters:
10343 #  - "result"
10344 #  - "name"
10345 #  - "tags"
10346 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10347 #  x-axis: "X = CNFs per Service Chain"
10348 #  y-axis: "Y = Number of Service Chains"
10349 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10350 #  layout:
10351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10352 #    layout: "plot-service-density"
10353
10354 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10355 #- type: "plot"
10356 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10357 #  algorithm: "plot_nf_heatmap"
10358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10359 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10360 #  filter: "'NIC_Intel-XL710' and
10361 #           'NF_DENSITY' and
10362 #           'DOCKER' and
10363 #           'CHAIN' and
10364 #           'NF_VPPIP4' and
10365 #           'IPSEC' and
10366 #           'TNL_10000' and
10367 #           'IMIX' and
10368 #           '1T1C' and
10369 #           'NDRPDR'"
10370 #  parameters:
10371 #  - "throughput"
10372 #  - "name"
10373 #  - "tags"
10374 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10375 #  x-axis: "X = CNFs per Service Chain"
10376 #  y-axis: "Y = Number of Service Chains"
10377 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10378 #  layout:
10379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10380 #    layout: "plot-service-density"
10381 #
10382 #- type: "plot"
10383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10384 #  algorithm: "plot_nf_heatmap"
10385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10386 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10387 #  filter: "'NIC_Intel-XL710' and
10388 #           'NF_DENSITY' and
10389 #           'DOCKER' and
10390 #           'CHAIN' and
10391 #           'NF_VPPIP4' and
10392 #           'IPSEC' and
10393 #           'TNL_10000' and
10394 #           'IMIX' and
10395 #           '2T2C' and
10396 #           'NDRPDR'"
10397 #  parameters:
10398 #  - "throughput"
10399 #  - "name"
10400 #  - "tags"
10401 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10402 #  x-axis: "X = CNFs per Service Chain"
10403 #  y-axis: "Y = Number of Service Chains"
10404 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10405 #  layout:
10406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10407 #    layout: "plot-service-density"
10408 #
10409 #- type: "plot"
10410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10411 #  algorithm: "plot_nf_heatmap"
10412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10413 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10414 #  filter: "'NIC_Intel-XL710' and
10415 #           'NF_DENSITY' and
10416 #           'DOCKER' and
10417 #           'CHAIN' and
10418 #           'NF_VPPIP4' and
10419 #           'IPSEC' and
10420 #           'TNL_10000' and
10421 #           'IMIX' and
10422 #           '4T4C' and
10423 #           'NDRPDR'"
10424 #  parameters:
10425 #  - "throughput"
10426 #  - "name"
10427 #  - "tags"
10428 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10429 #  x-axis: "X = CNFs per Service Chain"
10430 #  y-axis: "Y = Number of Service Chains"
10431 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10432 #  layout:
10433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10434 #    layout: "plot-service-density"
10435 #
10436 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10437 #- type: "plot"
10438 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10439 #  algorithm: "plot_nf_heatmap"
10440 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10441 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10442 #  filter: "'NIC_Intel-XL710' and
10443 #           'NF_DENSITY' and
10444 #           'DOCKER' and
10445 #           'CHAIN' and
10446 #           'NF_VPPIP4' and
10447 #           'IPSEC' and
10448 #           'TNL_10000' and
10449 #           'IMIX' and
10450 #           '1T1C' and
10451 #           'NDRPDR'"
10452 #  parameters:
10453 #  - "throughput"
10454 #  - "name"
10455 #  - "tags"
10456 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10457 #  x-axis: "X = CNFs per Service Chain"
10458 #  y-axis: "Y = Number of Service Chains"
10459 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10460 #  layout:
10461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10462 #    layout: "plot-service-density"
10463 #
10464 #- type: "plot"
10465 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10466 #  algorithm: "plot_nf_heatmap"
10467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10468 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10469 #  filter: "'NIC_Intel-XL710' and
10470 #           'NF_DENSITY' and
10471 #           'DOCKER' and
10472 #           'CHAIN' and
10473 #           'NF_VPPIP4' and
10474 #           'IPSEC' and
10475 #           'TNL_10000' and
10476 #           'IMIX' and
10477 #           '2T2C' and
10478 #           'NDRPDR'"
10479 #  parameters:
10480 #  - "throughput"
10481 #  - "name"
10482 #  - "tags"
10483 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10484 #  x-axis: "X = CNFs per Service Chain"
10485 #  y-axis: "Y = Number of Service Chains"
10486 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10487 #  layout:
10488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10489 #    layout: "plot-service-density"
10490 #
10491 #- type: "plot"
10492 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10493 #  algorithm: "plot_nf_heatmap"
10494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10495 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10496 #  filter: "'NIC_Intel-XL710' and
10497 #           'NF_DENSITY' and
10498 #           'DOCKER' and
10499 #           'CHAIN' and
10500 #           'NF_VPPIP4' and
10501 #           'IPSEC' and
10502 #           'TNL_10000' and
10503 #           'IMIX' and
10504 #           '4T4C' and
10505 #           'NDRPDR'"
10506 #  parameters:
10507 #  - "throughput"
10508 #  - "name"
10509 #  - "tags"
10510 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10511 #  x-axis: "X = CNFs per Service Chain"
10512 #  y-axis: "Y = Number of Service Chains"
10513 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10514 #  layout:
10515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10516 #    layout: "plot-service-density"
10517
10518 ###############################################################################
10519
10520 # Plots - NF Density - CSP - MRR IMIX
10521 - type: "plot"
10522   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10523   algorithm: "plot_nf_heatmap"
10524   output-file-type: ".html"
10525   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10526   data: "plot-vpp-nfv-2n-skx-mrr"
10527   filter: "'NIC_Intel-XXV710' and
10528            'NF_DENSITY' and
10529            'DOCKER' and
10530            'PIPELINE' and
10531            'NF_VPPIP4' and
10532            'IMIX' and
10533            '2T1C' and
10534            'MRR'"
10535   parameters:
10536   - "result"
10537   - "name"
10538   - "tags"
10539   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10540   x-axis: "X = CNFs per Service Pipeline"
10541   y-axis: "Y = Number of Service Pipelines"
10542   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10543   layout:
10544     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10545     layout: "plot-service-density"
10546
10547 - type: "plot"
10548   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10549   algorithm: "plot_nf_heatmap"
10550   output-file-type: ".html"
10551   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10552   data: "plot-vpp-nfv-2n-skx-mrr"
10553   filter: "'NIC_Intel-XXV710' and
10554            'NF_DENSITY' and
10555            'DOCKER' and
10556            'PIPELINE' and
10557            'NF_VPPIP4' and
10558            'IMIX' and
10559            '4T2C' and
10560            'MRR'"
10561   parameters:
10562   - "result"
10563   - "name"
10564   - "tags"
10565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10566   x-axis: "X = CNFs per Service Pipeline"
10567   y-axis: "Y = Number of Service Pipelines"
10568   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10569   layout:
10570     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10571     layout: "plot-service-density"
10572
10573 - type: "plot"
10574   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10575   algorithm: "plot_nf_heatmap"
10576   output-file-type: ".html"
10577   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10578   data: "plot-vpp-nfv-2n-skx-mrr"
10579   filter: "'NIC_Intel-XXV710' and
10580            'NF_DENSITY' and
10581            'DOCKER' and
10582            'PIPELINE' and
10583            'NF_VPPIP4' and
10584            'IMIX' and
10585            '8T4C' and
10586            'MRR'"
10587   parameters:
10588   - "result"
10589   - "name"
10590   - "tags"
10591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10592   x-axis: "X = CNFs per Service Pipeline"
10593   y-axis: "Y = Number of Service Pipelines"
10594   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10595   layout:
10596     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10597     layout: "plot-service-density"
10598
10599 # Plots - NF Density - CSP - NDR IMIX
10600 - type: "plot"
10601   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10602   algorithm: "plot_nf_heatmap"
10603   output-file-type: ".html"
10604   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10605   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10606   filter: "'NIC_Intel-XXV710' and
10607            'NF_DENSITY' and
10608            'DOCKER' and
10609            'PIPELINE' and
10610            'NF_VPPIP4' and
10611            'IMIX' and
10612            '2T1C' and
10613            'NDRPDR'"
10614   parameters:
10615   - "throughput"
10616   - "name"
10617   - "tags"
10618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10619   x-axis: "X = CNFs per Service Pipeline"
10620   y-axis: "Y = Number of Service Pipelines"
10621   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10622   layout:
10623     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10624     layout: "plot-service-density"
10625
10626 - type: "plot"
10627   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10628   algorithm: "plot_nf_heatmap"
10629   output-file-type: ".html"
10630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10631   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10632   filter: "'NIC_Intel-XXV710' and
10633            'NF_DENSITY' and
10634            'DOCKER' and
10635            'PIPELINE' and
10636            'NF_VPPIP4' and
10637            'IMIX' and
10638            '4T2C' and
10639            'NDRPDR'"
10640   parameters:
10641   - "throughput"
10642   - "name"
10643   - "tags"
10644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10645   x-axis: "X = CNFs per Service Pipeline"
10646   y-axis: "Y = Number of Service Pipelines"
10647   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10648   layout:
10649     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10650     layout: "plot-service-density"
10651
10652 - type: "plot"
10653   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10654   algorithm: "plot_nf_heatmap"
10655   output-file-type: ".html"
10656   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10657   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10658   filter: "'NIC_Intel-XXV710' and
10659            'NF_DENSITY' and
10660            'DOCKER' and
10661            'PIPELINE' and
10662            'NF_VPPIP4' and
10663            'IMIX' and
10664            '8T4C' and
10665            'NDRPDR'"
10666   parameters:
10667   - "throughput"
10668   - "name"
10669   - "tags"
10670   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10671   x-axis: "X = CNFs per Service Pipeline"
10672   y-axis: "Y = Number of Service Pipelines"
10673   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10674   layout:
10675     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10676     layout: "plot-service-density"
10677
10678 # Plots - NF Density - CSP - PDR IMIX
10679 - type: "plot"
10680   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10681   algorithm: "plot_nf_heatmap"
10682   output-file-type: ".html"
10683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10684   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10685   filter: "'NIC_Intel-XXV710' and
10686            'NF_DENSITY' and
10687            'DOCKER' and
10688            'PIPELINE' and
10689            'NF_VPPIP4' and
10690            'IMIX' and
10691            '2T1C' and
10692            'NDRPDR'"
10693   parameters:
10694   - "throughput"
10695   - "name"
10696   - "tags"
10697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10698   x-axis: "X = CNFs per Service Pipeline"
10699   y-axis: "Y = Number of Service Pipelines"
10700   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10701   layout:
10702     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10703     layout: "plot-service-density"
10704
10705 - type: "plot"
10706   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10707   algorithm: "plot_nf_heatmap"
10708   output-file-type: ".html"
10709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10710   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10711   filter: "'NIC_Intel-XXV710' and
10712            'NF_DENSITY' and
10713            'DOCKER' and
10714            'PIPELINE' and
10715            'NF_VPPIP4' and
10716            'IMIX' and
10717            '4T2C' and
10718            'NDRPDR'"
10719   parameters:
10720   - "throughput"
10721   - "name"
10722   - "tags"
10723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10724   x-axis: "X = CNFs per Service Pipeline"
10725   y-axis: "Y = Number of Service Pipelines"
10726   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10727   layout:
10728     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10729     layout: "plot-service-density"
10730
10731 - type: "plot"
10732   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10733   algorithm: "plot_nf_heatmap"
10734   output-file-type: ".html"
10735   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10736   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10737   filter: "'NIC_Intel-XXV710' and
10738            'NF_DENSITY' and
10739            'DOCKER' and
10740            'PIPELINE' and
10741            'NF_VPPIP4' and
10742            'IMIX' and
10743            '8T4C' and
10744            'NDRPDR'"
10745   parameters:
10746   - "throughput"
10747   - "name"
10748   - "tags"
10749   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10750   x-axis: "X = CNFs per Service Pipeline"
10751   y-axis: "Y = Number of Service Pipelines"
10752   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10753   layout:
10754     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10755     layout: "plot-service-density"
10756
10757 ###############################################################################
10758 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10759
10760 - type: "plot"
10761   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10762   algorithm: "plot_nf_heatmap"
10763   output-file-type: ".html"
10764   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10765   data: "plot-vpp-nfv-2n-clx-mrr"
10766   filter: "'NIC_Intel-XXV710' and
10767            'NF_DENSITY' and
10768            'VHOST' and
10769            not 'VXLAN' and
10770            'CHAIN' and
10771            'NF_VPPIP4' and
10772            'IMIX' and
10773            '2T1C' and
10774            'MRR'"
10775   parameters:
10776   - "result"
10777   - "name"
10778   - "tags"
10779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10780   x-axis: "X = VNFs per Service Chain"
10781   y-axis: "Y = Number of Service Chains"
10782   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10783   layout:
10784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10785     layout: "plot-service-density"
10786
10787 - type: "plot"
10788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10789   algorithm: "plot_nf_heatmap"
10790   output-file-type: ".html"
10791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10792   data: "plot-vpp-nfv-2n-clx-mrr"
10793   filter: "'NIC_Intel-XXV710' and
10794            'NF_DENSITY' and
10795            'VHOST' and
10796            not 'VXLAN' and
10797            'CHAIN' and
10798            'NF_VPPIP4' and
10799            'IMIX' and
10800            '4T2C' and
10801            'MRR'"
10802   parameters:
10803   - "result"
10804   - "name"
10805   - "tags"
10806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10807   x-axis: "X = VNFs per Service Chain"
10808   y-axis: "Y = Number of Service Chains"
10809   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10810   layout:
10811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10812     layout: "plot-service-density"
10813
10814 - type: "plot"
10815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10816   algorithm: "plot_nf_heatmap"
10817   output-file-type: ".html"
10818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10819   data: "plot-vpp-nfv-2n-clx-mrr"
10820   filter: "'NIC_Intel-XXV710' and
10821            'NF_DENSITY' and
10822            'VHOST' and
10823            not 'VXLAN' and
10824            'CHAIN' and
10825            'NF_VPPIP4' and
10826            'IMIX' and
10827            '8T4C' and
10828            'MRR'"
10829   parameters:
10830   - "result"
10831   - "name"
10832   - "tags"
10833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10834   x-axis: "X = VNFs per Service Chain"
10835   y-axis: "Y = Number of Service Chains"
10836   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10837   layout:
10838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10839     layout: "plot-service-density"
10840
10841 # Plots - NF Density - VSC - NDR IMIX
10842 - type: "plot"
10843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10844   algorithm: "plot_nf_heatmap"
10845   output-file-type: ".html"
10846   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10847   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10848   filter: "'NIC_Intel-XXV710' and
10849            'NF_DENSITY' and
10850            'VHOST' and
10851            not 'VXLAN' and
10852            'CHAIN' and
10853            'NF_VPPIP4' and
10854            'IMIX' and
10855            '2T1C' and
10856            'NDRPDR'"
10857   parameters:
10858   - "throughput"
10859   - "name"
10860   - "tags"
10861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10862   x-axis: "X = VNFs per Service Chain"
10863   y-axis: "Y = Number of Service Chains"
10864   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10865   layout:
10866     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10867     layout: "plot-service-density"
10868
10869 - type: "plot"
10870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10871   algorithm: "plot_nf_heatmap"
10872   output-file-type: ".html"
10873   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10874   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10875   filter: "'NIC_Intel-XXV710' and
10876            'NF_DENSITY' and
10877            'VHOST' and
10878            not 'VXLAN' and
10879            'CHAIN' and
10880            'NF_VPPIP4' and
10881            'IMIX' and
10882            '4T2C' and
10883            'NDRPDR'"
10884   parameters:
10885   - "throughput"
10886   - "name"
10887   - "tags"
10888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10889   x-axis: "X = VNFs per Service Chain"
10890   y-axis: "Y = Number of Service Chains"
10891   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10892   layout:
10893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10894     layout: "plot-service-density"
10895
10896 - type: "plot"
10897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10898   algorithm: "plot_nf_heatmap"
10899   output-file-type: ".html"
10900   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10901   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10902   filter: "'NIC_Intel-XXV710' and
10903            'NF_DENSITY' and
10904            'VHOST' and
10905            not 'VXLAN' and
10906            'CHAIN' and
10907            'NF_VPPIP4' and
10908            'IMIX' and
10909            '8T4C' and
10910            'NDRPDR'"
10911   parameters:
10912   - "throughput"
10913   - "name"
10914   - "tags"
10915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10916   x-axis: "X = VNFs per Service Chain"
10917   y-axis: "Y = Number of Service Chains"
10918   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10919   layout:
10920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10921     layout: "plot-service-density"
10922
10923 # Plots - NF Density - VSC - PDR IMIX
10924 - type: "plot"
10925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10926   algorithm: "plot_nf_heatmap"
10927   output-file-type: ".html"
10928   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10929   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10930   filter: "'NIC_Intel-XXV710' and
10931            'NF_DENSITY' and
10932            'VHOST' and
10933            not 'VXLAN' and
10934            'CHAIN' and
10935            'NF_VPPIP4' and
10936            'IMIX' and
10937            '2T1C' and
10938            'NDRPDR'"
10939   parameters:
10940   - "throughput"
10941   - "name"
10942   - "tags"
10943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10944   x-axis: "X = VNFs per Service Chain"
10945   y-axis: "Y = Number of Service Chains"
10946   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10947   layout:
10948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10949     layout: "plot-service-density"
10950
10951 - type: "plot"
10952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10953   algorithm: "plot_nf_heatmap"
10954   output-file-type: ".html"
10955   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10956   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10957   filter: "'NIC_Intel-XXV710' and
10958            'NF_DENSITY' and
10959            'VHOST' and
10960            not 'VXLAN' and
10961            'CHAIN' and
10962            'NF_VPPIP4' and
10963            'IMIX' and
10964            '4T2C' and
10965            'NDRPDR'"
10966   parameters:
10967   - "throughput"
10968   - "name"
10969   - "tags"
10970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10971   x-axis: "X = VNFs per Service Chain"
10972   y-axis: "Y = Number of Service Chains"
10973   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10974   layout:
10975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10976     layout: "plot-service-density"
10977
10978 - type: "plot"
10979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10980   algorithm: "plot_nf_heatmap"
10981   output-file-type: ".html"
10982   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10983   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10984   filter: "'NIC_Intel-XXV710' and
10985            'NF_DENSITY' and
10986            'VHOST' and
10987            not 'VXLAN' and
10988            'CHAIN' and
10989            'NF_VPPIP4' and
10990            'IMIX' and
10991            '8T4C' and
10992            'NDRPDR'"
10993   parameters:
10994   - "throughput"
10995   - "name"
10996   - "tags"
10997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10998   x-axis: "X = VNFs per Service Chain"
10999   y-axis: "Y = Number of Service Chains"
11000   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11001   layout:
11002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11003     layout: "plot-service-density"
11004
11005 # Plots - NF Density - VSC - MRR IMIX
11006 - type: "plot"
11007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11008   algorithm: "plot_nf_heatmap"
11009   output-file-type: ".html"
11010   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11011   data: "plot-vpp-nfv-2n-clx-mrr"
11012   filter: "'NIC_Intel-XXV710' and
11013            'NF_DENSITY' and
11014            'VHOST' and
11015            'VXLAN' and
11016            'CHAIN' and
11017            'IMIX' and
11018            '2T1C' and
11019            'MRR'"
11020   parameters:
11021   - "result"
11022   - "name"
11023   - "tags"
11024   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11025   x-axis: "X = VNFs per Service Chain"
11026   y-axis: "Y = Number of Service Chains"
11027   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11028   layout:
11029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11030     layout: "plot-service-density"
11031
11032 - type: "plot"
11033   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11034   algorithm: "plot_nf_heatmap"
11035   output-file-type: ".html"
11036   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11037   data: "plot-vpp-nfv-2n-clx-mrr"
11038   filter: "'NIC_Intel-XXV710' and
11039            'NF_DENSITY' and
11040            'VHOST' and
11041            'VXLAN' and
11042            'CHAIN' and
11043            'IMIX' and
11044            '4T2C' and
11045            'MRR'"
11046   parameters:
11047   - "result"
11048   - "name"
11049   - "tags"
11050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11051   x-axis: "X = VNFs per Service Chain"
11052   y-axis: "Y = Number of Service Chains"
11053   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11054   layout:
11055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11056     layout: "plot-service-density"
11057
11058 - type: "plot"
11059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11060   algorithm: "plot_nf_heatmap"
11061   output-file-type: ".html"
11062   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11063   data: "plot-vpp-nfv-2n-clx-mrr"
11064   filter: "'NIC_Intel-XXV710' and
11065            'NF_DENSITY' and
11066            'VHOST' and
11067            'VXLAN' and
11068            'CHAIN' and
11069            'IMIX' and
11070            '8T4C' and
11071            'MRR'"
11072   parameters:
11073   - "result"
11074   - "name"
11075   - "tags"
11076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11077   x-axis: "X = VNFs per Service Chain"
11078   y-axis: "Y = Number of Service Chains"
11079   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11080   layout:
11081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11082     layout: "plot-service-density"
11083
11084 # Plots - NF Density - VSC - NDR IMIX
11085 - type: "plot"
11086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11087   algorithm: "plot_nf_heatmap"
11088   output-file-type: ".html"
11089   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11090   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11091   filter: "'NIC_Intel-XXV710' and
11092            'NF_DENSITY' and
11093            'VHOST' and
11094            'VXLAN' and
11095            'CHAIN' and
11096            'IMIX' and
11097            '2T1C' and
11098            'NDRPDR'"
11099   parameters:
11100   - "throughput"
11101   - "name"
11102   - "tags"
11103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11104   x-axis: "X = VNFs per Service Chain"
11105   y-axis: "Y = Number of Service Chains"
11106   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11107   layout:
11108     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11109     layout: "plot-service-density"
11110
11111 - type: "plot"
11112   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11113   algorithm: "plot_nf_heatmap"
11114   output-file-type: ".html"
11115   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11116   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11117   filter: "'NIC_Intel-XXV710' and
11118            'NF_DENSITY' and
11119            'VHOST' and
11120            'VXLAN' and
11121            'CHAIN' and
11122            'IMIX' and
11123            '4T2C' and
11124            'NDRPDR'"
11125   parameters:
11126   - "throughput"
11127   - "name"
11128   - "tags"
11129   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11130   x-axis: "X = VNFs per Service Chain"
11131   y-axis: "Y = Number of Service Chains"
11132   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11133   layout:
11134     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11135     layout: "plot-service-density"
11136
11137 - type: "plot"
11138   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11139   algorithm: "plot_nf_heatmap"
11140   output-file-type: ".html"
11141   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11142   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11143   filter: "'NIC_Intel-XXV710' and
11144            'NF_DENSITY' and
11145            'VHOST' and
11146            'VXLAN' and
11147            'CHAIN' and
11148            'IMIX' and
11149            '8T4C' and
11150            'NDRPDR'"
11151   parameters:
11152   - "throughput"
11153   - "name"
11154   - "tags"
11155   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11156   x-axis: "X = VNFs per Service Chain"
11157   y-axis: "Y = Number of Service Chains"
11158   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11159   layout:
11160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11161     layout: "plot-service-density"
11162
11163 # Plots - NF Density - VSC - PDR IMIX
11164 - type: "plot"
11165   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11166   algorithm: "plot_nf_heatmap"
11167   output-file-type: ".html"
11168   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11169   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11170   filter: "'NIC_Intel-XXV710' and
11171            'NF_DENSITY' and
11172            'VHOST' and
11173            'VXLAN' and
11174            'CHAIN' and
11175            'IMIX' and
11176            '2T1C' and
11177            'NDRPDR'"
11178   parameters:
11179   - "throughput"
11180   - "name"
11181   - "tags"
11182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11183   x-axis: "X = VNFs per Service Chain"
11184   y-axis: "Y = Number of Service Chains"
11185   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11186   layout:
11187     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11188     layout: "plot-service-density"
11189
11190 - type: "plot"
11191   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11192   algorithm: "plot_nf_heatmap"
11193   output-file-type: ".html"
11194   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11195   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11196   filter: "'NIC_Intel-XXV710' and
11197            'NF_DENSITY' and
11198            'VHOST' and
11199            'VXLAN' and
11200            'CHAIN' and
11201            'IMIX' and
11202            '4T2C' and
11203            'NDRPDR'"
11204   parameters:
11205   - "throughput"
11206   - "name"
11207   - "tags"
11208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11209   x-axis: "X = VNFs per Service Chain"
11210   y-axis: "Y = Number of Service Chains"
11211   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11212   layout:
11213     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11214     layout: "plot-service-density"
11215
11216 - type: "plot"
11217   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11218   algorithm: "plot_nf_heatmap"
11219   output-file-type: ".html"
11220   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11221   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11222   filter: "'NIC_Intel-XXV710' and
11223            'NF_DENSITY' and
11224            'VHOST' and
11225            'VXLAN' and
11226            'CHAIN' and
11227            'IMIX' and
11228            '8T4C' and
11229            'NDRPDR'"
11230   parameters:
11231   - "throughput"
11232   - "name"
11233   - "tags"
11234   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11235   x-axis: "X = VNFs per Service Chain"
11236   y-axis: "Y = Number of Service Chains"
11237   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11238   layout:
11239     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11240     layout: "plot-service-density"
11241
11242 # Plots - NF Density - CSC - MRR IMIX
11243 - type: "plot"
11244   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11245   algorithm: "plot_nf_heatmap"
11246   output-file-type: ".html"
11247   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11248   data: "plot-vpp-nfv-2n-clx-mrr"
11249   filter: "'NIC_Intel-XXV710' and
11250            'NF_DENSITY' and
11251            'DOCKER' and
11252            'CHAIN' and
11253            'NF_VPPIP4' and
11254            'IMIX' and
11255            '2T1C' and
11256            'MRR'"
11257   parameters:
11258   - "result"
11259   - "name"
11260   - "tags"
11261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11262   x-axis: "X = CNFs per Service Chain"
11263   y-axis: "Y = Number of Service Chains"
11264   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11265   layout:
11266     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11267     layout: "plot-service-density"
11268
11269 - type: "plot"
11270   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11271   algorithm: "plot_nf_heatmap"
11272   output-file-type: ".html"
11273   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11274   data: "plot-vpp-nfv-2n-clx-mrr"
11275   filter: "'NIC_Intel-XXV710' and
11276            'NF_DENSITY' and
11277            'DOCKER' and
11278            'CHAIN' and
11279            'NF_VPPIP4' and
11280            'IMIX' and
11281            '4T2C' and
11282            'MRR'"
11283   parameters:
11284   - "result"
11285   - "name"
11286   - "tags"
11287   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11288   x-axis: "X = CNFs per Service Chain"
11289   y-axis: "Y = Number of Service Chains"
11290   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11291   layout:
11292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11293     layout: "plot-service-density"
11294
11295 - type: "plot"
11296   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11297   algorithm: "plot_nf_heatmap"
11298   output-file-type: ".html"
11299   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11300   data: "plot-vpp-nfv-2n-clx-mrr"
11301   filter: "'NIC_Intel-XXV710' and
11302            'NF_DENSITY' and
11303            'DOCKER' and
11304            'CHAIN' and
11305            'NF_VPPIP4' and
11306            'IMIX' and
11307            '8T4C' and
11308            'MRR'"
11309   parameters:
11310   - "result"
11311   - "name"
11312   - "tags"
11313   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11314   x-axis: "X = CNFs per Service Chain"
11315   y-axis: "Y = Number of Service Chains"
11316   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11317   layout:
11318     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11319     layout: "plot-service-density"
11320
11321 # Plots - NF Density - CSC - NDR IMIX
11322 - type: "plot"
11323   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11324   algorithm: "plot_nf_heatmap"
11325   output-file-type: ".html"
11326   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11327   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11328   filter: "'NIC_Intel-XXV710' and
11329            'NF_DENSITY' and
11330            'DOCKER' and
11331            'CHAIN' and
11332            'NF_VPPIP4' and
11333            'IMIX' and
11334            '2T1C' and
11335            'NDRPDR'"
11336   parameters:
11337   - "throughput"
11338   - "name"
11339   - "tags"
11340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11341   x-axis: "X = CNFs per Service Chain"
11342   y-axis: "Y = Number of Service Chains"
11343   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11344   layout:
11345     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11346     layout: "plot-service-density"
11347
11348 - type: "plot"
11349   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11350   algorithm: "plot_nf_heatmap"
11351   output-file-type: ".html"
11352   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11353   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11354   filter: "'NIC_Intel-XXV710' and
11355            'NF_DENSITY' and
11356            'DOCKER' and
11357            'CHAIN' and
11358            'NF_VPPIP4' and
11359            'IMIX' and
11360            '4T2C' and
11361            'NDRPDR'"
11362   parameters:
11363   - "throughput"
11364   - "name"
11365   - "tags"
11366   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11367   x-axis: "X = CNFs per Service Chain"
11368   y-axis: "Y = Number of Service Chains"
11369   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11370   layout:
11371     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11372     layout: "plot-service-density"
11373
11374 - type: "plot"
11375   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11376   algorithm: "plot_nf_heatmap"
11377   output-file-type: ".html"
11378   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11379   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11380   filter: "'NIC_Intel-XXV710' and
11381            'NF_DENSITY' and
11382            'DOCKER' and
11383            'CHAIN' and
11384            'NF_VPPIP4' and
11385            'IMIX' and
11386            '8T4C' and
11387            'NDRPDR'"
11388   parameters:
11389   - "throughput"
11390   - "name"
11391   - "tags"
11392   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11393   x-axis: "X = CNFs per Service Chain"
11394   y-axis: "Y = Number of Service Chains"
11395   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11396   layout:
11397     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11398     layout: "plot-service-density"
11399
11400 # Plots - NF Density - CSC - PDR IMIX
11401 - type: "plot"
11402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11403   algorithm: "plot_nf_heatmap"
11404   output-file-type: ".html"
11405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11406   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11407   filter: "'NIC_Intel-XXV710' and
11408            'NF_DENSITY' and
11409            'DOCKER' and
11410            'CHAIN' and
11411            'NF_VPPIP4' and
11412            'IMIX' and
11413            '2T1C' and
11414            'NDRPDR'"
11415   parameters:
11416   - "throughput"
11417   - "name"
11418   - "tags"
11419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11420   x-axis: "X = CNFs per Service Chain"
11421   y-axis: "Y = Number of Service Chains"
11422   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11423   layout:
11424     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11425     layout: "plot-service-density"
11426
11427 - type: "plot"
11428   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11429   algorithm: "plot_nf_heatmap"
11430   output-file-type: ".html"
11431   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11432   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11433   filter: "'NIC_Intel-XXV710' and
11434            'NF_DENSITY' and
11435            'DOCKER' and
11436            'CHAIN' and
11437            'NF_VPPIP4' and
11438            'IMIX' and
11439            '4T2C' and
11440            'NDRPDR'"
11441   parameters:
11442   - "throughput"
11443   - "name"
11444   - "tags"
11445   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11446   x-axis: "X = CNFs per Service Chain"
11447   y-axis: "Y = Number of Service Chains"
11448   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11449   layout:
11450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11451     layout: "plot-service-density"
11452
11453 - type: "plot"
11454   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11455   algorithm: "plot_nf_heatmap"
11456   output-file-type: ".html"
11457   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11458   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11459   filter: "'NIC_Intel-XXV710' and
11460            'NF_DENSITY' and
11461            'DOCKER' and
11462            'CHAIN' and
11463            'NF_VPPIP4' and
11464            'IMIX' and
11465            '8T4C' and
11466            'NDRPDR'"
11467   parameters:
11468   - "throughput"
11469   - "name"
11470   - "tags"
11471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11472   x-axis: "X = CNFs per Service Chain"
11473   y-axis: "Y = Number of Service Chains"
11474   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11475   layout:
11476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11477     layout: "plot-service-density"
11478
11479 # Plots - NF Density - CSP - MRR IMIX
11480 - type: "plot"
11481   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11482   algorithm: "plot_nf_heatmap"
11483   output-file-type: ".html"
11484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11485   data: "plot-vpp-nfv-2n-clx-mrr"
11486   filter: "'NIC_Intel-XXV710' and
11487            'NF_DENSITY' and
11488            'DOCKER' and
11489            'PIPELINE' and
11490            'NF_VPPIP4' and
11491            'IMIX' and
11492            '2T1C' and
11493            'MRR'"
11494   parameters:
11495   - "result"
11496   - "name"
11497   - "tags"
11498   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11499   x-axis: "X = CNFs per Service Pipeline"
11500   y-axis: "Y = Number of Service Pipelines"
11501   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11502   layout:
11503     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11504     layout: "plot-service-density"
11505
11506 - type: "plot"
11507   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11508   algorithm: "plot_nf_heatmap"
11509   output-file-type: ".html"
11510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11511   data: "plot-vpp-nfv-2n-clx-mrr"
11512   filter: "'NIC_Intel-XXV710' and
11513            'NF_DENSITY' and
11514            'DOCKER' and
11515            'PIPELINE' and
11516            'NF_VPPIP4' and
11517            'IMIX' and
11518            '4T2C' and
11519            'MRR'"
11520   parameters:
11521   - "result"
11522   - "name"
11523   - "tags"
11524   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11525   x-axis: "X = CNFs per Service Pipeline"
11526   y-axis: "Y = Number of Service Pipelines"
11527   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11528   layout:
11529     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11530     layout: "plot-service-density"
11531
11532 - type: "plot"
11533   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11534   algorithm: "plot_nf_heatmap"
11535   output-file-type: ".html"
11536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11537   data: "plot-vpp-nfv-2n-clx-mrr"
11538   filter: "'NIC_Intel-XXV710' and
11539            'NF_DENSITY' and
11540            'DOCKER' and
11541            'PIPELINE' and
11542            'NF_VPPIP4' and
11543            'IMIX' and
11544            '8T4C' and
11545            'MRR'"
11546   parameters:
11547   - "result"
11548   - "name"
11549   - "tags"
11550   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11551   x-axis: "X = CNFs per Service Pipeline"
11552   y-axis: "Y = Number of Service Pipelines"
11553   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11554   layout:
11555     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11556     layout: "plot-service-density"
11557
11558 # Plots - NF Density - CSP - NDR IMIX
11559 - type: "plot"
11560   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11561   algorithm: "plot_nf_heatmap"
11562   output-file-type: ".html"
11563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11564   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11565   filter: "'NIC_Intel-XXV710' and
11566            'NF_DENSITY' and
11567            'DOCKER' and
11568            'PIPELINE' and
11569            'NF_VPPIP4' and
11570            'IMIX' and
11571            '2T1C' and
11572            'NDRPDR'"
11573   parameters:
11574   - "throughput"
11575   - "name"
11576   - "tags"
11577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11578   x-axis: "X = CNFs per Service Pipeline"
11579   y-axis: "Y = Number of Service Pipelines"
11580   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11581   layout:
11582     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11583     layout: "plot-service-density"
11584
11585 - type: "plot"
11586   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11587   algorithm: "plot_nf_heatmap"
11588   output-file-type: ".html"
11589   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11590   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11591   filter: "'NIC_Intel-XXV710' and
11592            'NF_DENSITY' and
11593            'DOCKER' and
11594            'PIPELINE' and
11595            'NF_VPPIP4' and
11596            'IMIX' and
11597            '4T2C' and
11598            'NDRPDR'"
11599   parameters:
11600   - "throughput"
11601   - "name"
11602   - "tags"
11603   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11604   x-axis: "X = CNFs per Service Pipeline"
11605   y-axis: "Y = Number of Service Pipelines"
11606   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11607   layout:
11608     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11609     layout: "plot-service-density"
11610
11611 - type: "plot"
11612   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11613   algorithm: "plot_nf_heatmap"
11614   output-file-type: ".html"
11615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11616   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11617   filter: "'NIC_Intel-XXV710' and
11618            'NF_DENSITY' and
11619            'DOCKER' and
11620            'PIPELINE' and
11621            'NF_VPPIP4' and
11622            'IMIX' and
11623            '8T4C' and
11624            'NDRPDR'"
11625   parameters:
11626   - "throughput"
11627   - "name"
11628   - "tags"
11629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11630   x-axis: "X = CNFs per Service Pipeline"
11631   y-axis: "Y = Number of Service Pipelines"
11632   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11633   layout:
11634     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11635     layout: "plot-service-density"
11636
11637 # Plots - NF Density - CSP - PDR IMIX
11638 - type: "plot"
11639   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11640   algorithm: "plot_nf_heatmap"
11641   output-file-type: ".html"
11642   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11643   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11644   filter: "'NIC_Intel-XXV710' and
11645            'NF_DENSITY' and
11646            'DOCKER' and
11647            'PIPELINE' and
11648            'NF_VPPIP4' and
11649            'IMIX' and
11650            '2T1C' and
11651            'NDRPDR'"
11652   parameters:
11653   - "throughput"
11654   - "name"
11655   - "tags"
11656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11657   x-axis: "X = CNFs per Service Pipeline"
11658   y-axis: "Y = Number of Service Pipelines"
11659   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11660   layout:
11661     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11662     layout: "plot-service-density"
11663
11664 - type: "plot"
11665   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11666   algorithm: "plot_nf_heatmap"
11667   output-file-type: ".html"
11668   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11669   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11670   filter: "'NIC_Intel-XXV710' and
11671            'NF_DENSITY' and
11672            'DOCKER' and
11673            'PIPELINE' and
11674            'NF_VPPIP4' and
11675            'IMIX' and
11676            '4T2C' and
11677            'NDRPDR'"
11678   parameters:
11679   - "throughput"
11680   - "name"
11681   - "tags"
11682   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11683   x-axis: "X = CNFs per Service Pipeline"
11684   y-axis: "Y = Number of Service Pipelines"
11685   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11686   layout:
11687     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11688     layout: "plot-service-density"
11689
11690 - type: "plot"
11691   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11692   algorithm: "plot_nf_heatmap"
11693   output-file-type: ".html"
11694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11695   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11696   filter: "'NIC_Intel-XXV710' and
11697            'NF_DENSITY' and
11698            'DOCKER' and
11699            'PIPELINE' and
11700            'NF_VPPIP4' and
11701            'IMIX' and
11702            '8T4C' and
11703            'NDRPDR'"
11704   parameters:
11705   - "throughput"
11706   - "name"
11707   - "tags"
11708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11709   x-axis: "X = CNFs per Service Pipeline"
11710   y-axis: "Y = Number of Service Pipelines"
11711   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11712   layout:
11713     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11714     layout: "plot-service-density"
11715
11716 ################################################################################
11717
11718 # Packet Throughput
11719
11720 - type: "plot"
11721   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11722   algorithm: "plot_perf_box_name"
11723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11725   include:
11726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11730   layout:
11731     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11732     layout: "plot-throughput"
11733
11734 - type: "plot"
11735   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11736   algorithm: "plot_perf_box_name"
11737   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11739   include:
11740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11744   layout:
11745     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11746     layout: "plot-throughput"
11747
11748 - type: "plot"
11749   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11753   include:
11754     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11755     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11756     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11757     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11758   layout:
11759     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11766   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11767   include:
11768     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11769     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11771     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11772   layout:
11773     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11774     layout: "plot-throughput"
11775
11776 - type: "plot"
11777   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11778   algorithm: "plot_perf_box_name"
11779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11781   include:
11782     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11783     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11784     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11785     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11786     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11787   layout:
11788     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11789     layout: "plot-throughput"
11790
11791 - type: "plot"
11792   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11793   algorithm: "plot_perf_box_name"
11794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11796   include:
11797     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11798     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11799     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11800     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11801     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11802   layout:
11803     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11804     layout: "plot-throughput"
11805
11806 - type: "plot"
11807   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11808   algorithm: "plot_perf_box_name"
11809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11811   include:
11812     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11813     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11814     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11815     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11816     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11817   layout:
11818     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11819     layout: "plot-throughput"
11820
11821 - type: "plot"
11822   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11823   algorithm: "plot_perf_box_name"
11824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11826   include:
11827     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11828     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11829     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11830     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11831     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11832   layout:
11833     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11834     layout: "plot-throughput"
11835
11836 - type: "plot"
11837   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11838   algorithm: "plot_perf_box_name"
11839   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11840   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11841   include:
11842     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11843     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11844     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11845     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11846     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11847   layout:
11848     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11849     layout: "plot-throughput"
11850
11851 - type: "plot"
11852   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11853   algorithm: "plot_perf_box_name"
11854   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11855   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11856   include:
11857     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11858     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11859     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11860     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11861     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11862   layout:
11863     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11864     layout: "plot-throughput"
11865
11866 - type: "plot"
11867   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11868   algorithm: "plot_perf_box_name"
11869   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11870   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11871   include:
11872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11878   layout:
11879     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11880     layout: "plot-throughput"
11881
11882 - type: "plot"
11883   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11884   algorithm: "plot_perf_box_name"
11885   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11887   include:
11888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11894   layout:
11895     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11896     layout: "plot-throughput"
11897
11898 - type: "plot"
11899   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11900   algorithm: "plot_perf_box_name"
11901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11903   include:
11904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11909   layout:
11910     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11911     layout: "plot-throughput"
11912
11913 - type: "plot"
11914   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11915   algorithm: "plot_perf_box_name"
11916   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11918   include:
11919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11924   layout:
11925     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11933   include:
11934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11937   layout:
11938     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11946   include:
11947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11950   layout:
11951     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11952     layout: "plot-throughput"
11953
11954 - type: "plot"
11955   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11956   algorithm: "plot_perf_box_name"
11957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11959   include:
11960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11965   layout:
11966     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11967     layout: "plot-throughput"
11968
11969 - type: "plot"
11970   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11971   algorithm: "plot_perf_box_name"
11972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11974   include:
11975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11980   layout:
11981     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11982     layout: "plot-throughput"
11983
11984 - type: "plot"
11985   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11986   algorithm: "plot_perf_box_name"
11987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11989   include:
11990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11993   layout:
11994     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11995     layout: "plot-throughput"
11996
11997 - type: "plot"
11998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11999   algorithm: "plot_perf_box_name"
12000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12002   include:
12003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12006   layout:
12007     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12008     layout: "plot-throughput"
12009
12010 - type: "plot"
12011   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12012   algorithm: "plot_perf_box_name"
12013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12015   include:
12016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12022   layout:
12023     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12031   include:
12032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12038   layout:
12039     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12040     layout: "plot-throughput"
12041
12042 - type: "plot"
12043   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12044   algorithm: "plot_perf_box_name"
12045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12047   include:
12048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12054   layout:
12055     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12063   include:
12064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12070   layout:
12071     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12079   include:
12080     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12083   layout:
12084     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12092   include:
12093     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12096   layout:
12097     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12098     layout: "plot-throughput"
12099
12100 - type: "plot"
12101   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12102   algorithm: "plot_perf_box_name"
12103   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12105   include:
12106     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12108 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12109 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12110 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12111   layout:
12112     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12113     layout: "plot-throughput"
12114
12115 - type: "plot"
12116   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12117   algorithm: "plot_perf_box_name"
12118   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12120   include:
12121     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12123 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12124 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12125 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12126   layout:
12127     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12132   algorithm: "plot_perf_box_name"
12133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12135   include:
12136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12141   layout:
12142     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12143     layout: "plot-throughput"
12144
12145 - type: "plot"
12146   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12147   algorithm: "plot_perf_box_name"
12148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12150   include:
12151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12156   layout:
12157     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12158     layout: "plot-throughput"
12159
12160 - type: "plot"
12161   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12162   algorithm: "plot_perf_box_name"
12163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12165   include:
12166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12171   layout:
12172     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12173     layout: "plot-throughput"
12174
12175 - type: "plot"
12176   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12177   algorithm: "plot_perf_box_name"
12178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12180   include:
12181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12186   layout:
12187     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12195   include:
12196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12202   layout:
12203     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12211   include:
12212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12218   layout:
12219     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12227   include:
12228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12234   layout:
12235     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12243   include:
12244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12250   layout:
12251     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12258   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12259   include:
12260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12265   layout:
12266     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12273   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12274   include:
12275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12280   layout:
12281     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12288   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12289   include:
12290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12296   layout:
12297     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12298     layout: "plot-throughput"
12299
12300 - type: "plot"
12301   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12302   algorithm: "plot_perf_box_name"
12303   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12304   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12305   include:
12306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12312   layout:
12313     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12314     layout: "plot-throughput"
12315
12316 - type: "plot"
12317   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12318   algorithm: "plot_perf_box_name"
12319   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12320   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12321   include:
12322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12327   layout:
12328     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12329     layout: "plot-throughput"
12330
12331 - type: "plot"
12332   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12333   algorithm: "plot_perf_box_name"
12334   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12335   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12336   include:
12337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12342   layout:
12343     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12344     layout: "plot-throughput"
12345
12346 - type: "plot"
12347   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12348   algorithm: "plot_perf_box_name"
12349   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12350   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12351   include:
12352     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12358   layout:
12359     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12360     layout: "plot-throughput"
12361
12362 - type: "plot"
12363   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12364   algorithm: "plot_perf_box_name"
12365   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12366   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12367   include:
12368     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12374   layout:
12375     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12382   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12383   include:
12384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12389   layout:
12390     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12397   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12398   include:
12399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12404   layout:
12405     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12412   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12413   include:
12414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12420   layout:
12421     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12422     layout: "plot-throughput"
12423
12424 - type: "plot"
12425   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12426   algorithm: "plot_perf_box_name"
12427   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12428   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12429   include:
12430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12436   layout:
12437     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12438     layout: "plot-throughput"
12439
12440 - type: "plot"
12441   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12442   algorithm: "plot_perf_box_name"
12443   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12445   include:
12446     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12448   layout:
12449     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12450     layout: "plot-throughput"
12451
12452 - type: "plot"
12453   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12454   algorithm: "plot_perf_box_name"
12455   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12457   include:
12458     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12460   layout:
12461     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12462     layout: "plot-throughput"
12463
12464 - type: "plot"
12465   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12466   algorithm: "plot_perf_box_name"
12467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12469   include:
12470     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12474   layout:
12475     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12480   algorithm: "plot_perf_box_name"
12481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12483   include:
12484     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12485     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12486     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12487     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12488   layout:
12489     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12490     layout: "plot-throughput"
12491
12492 - type: "plot"
12493   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12494   algorithm: "plot_perf_box_name"
12495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12497   include:
12498     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12499     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12500     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12501     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12502   layout:
12503     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12504     layout: "plot-throughput"
12505
12506 - type: "plot"
12507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12508   algorithm: "plot_perf_box_name"
12509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12511   include:
12512     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12513     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12514     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12515     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12516   layout:
12517     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12518     layout: "plot-throughput"
12519
12520 - type: "plot"
12521   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12522   algorithm: "plot_perf_box_name"
12523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12525   include:
12526     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12527     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12530   layout:
12531     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12532     layout: "plot-throughput"
12533
12534 - type: "plot"
12535   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12536   algorithm: "plot_perf_box_name"
12537   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12538   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12539   include:
12540     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12541     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12544   layout:
12545     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12546     layout: "plot-throughput"
12547
12548 - type: "plot"
12549   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12550   algorithm: "plot_perf_box_name"
12551   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12552   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12553   include:
12554     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12555     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12558   layout:
12559     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12560     layout: "plot-throughput"
12561
12562 - type: "plot"
12563   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12564   algorithm: "plot_perf_box_name"
12565   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12566   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12567   include:
12568     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12569     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12572   layout:
12573     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12574     layout: "plot-throughput"
12575
12576 - type: "plot"
12577   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12578   algorithm: "plot_perf_box_name"
12579   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12581   include:
12582     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12583     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12584     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12588   layout:
12589     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12590     layout: "plot-throughput"
12591
12592 - type: "plot"
12593   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12594   algorithm: "plot_perf_box_name"
12595   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12597   include:
12598     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12604   layout:
12605     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12606     layout: "plot-throughput"
12607
12608 - type: "plot"
12609   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12610   algorithm: "plot_perf_box_name"
12611   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12612   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12613   include:
12614     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12619   layout:
12620     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12621     layout: "plot-throughput"
12622
12623 - type: "plot"
12624   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12625   algorithm: "plot_perf_box_name"
12626   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12628   include:
12629     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12630     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12634   layout:
12635     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12636     layout: "plot-throughput"
12637
12638 - type: "plot"
12639   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12640   algorithm: "plot_perf_box_name"
12641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12643   include:
12644     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12645     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12649   layout:
12650     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12651     layout: "plot-throughput"
12652
12653 - type: "plot"
12654   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12655   algorithm: "plot_perf_box_name"
12656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12658   include:
12659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12664   layout:
12665     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12666     layout: "plot-throughput"
12667
12668 - type: "plot"
12669   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12670   algorithm: "plot_perf_box_name"
12671   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12672   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12673   include:
12674     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12677   layout:
12678     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12679     layout: "plot-throughput"
12680
12681 - type: "plot"
12682   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12683   algorithm: "plot_perf_box_name"
12684   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12686   include:
12687     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12690   layout:
12691     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12699   include:
12700     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12701     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12702     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12703   layout:
12704     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12705     layout: "plot-throughput"
12706
12707 - type: "plot"
12708   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12709   algorithm: "plot_perf_box_name"
12710   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12712   include:
12713     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12714     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12715     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12716   layout:
12717     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12718     layout: "plot-throughput"
12719
12720 - type: "plot"
12721   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12722   algorithm: "plot_perf_box_name"
12723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12725   include:
12726     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12727     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12728     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12729     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12731   layout:
12732     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12733     layout: "plot-throughput"
12734
12735 - type: "plot"
12736   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12737   algorithm: "plot_perf_box_name"
12738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12740   include:
12741     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12742     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12743     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12744     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12746   layout:
12747     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12748     layout: "plot-throughput"
12749
12750 - type: "plot"
12751   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12752   algorithm: "plot_perf_box_name"
12753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12755   include:
12756     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12757     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12761   layout:
12762     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12763     layout: "plot-throughput"
12764
12765 - type: "plot"
12766   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12767   algorithm: "plot_perf_box_name"
12768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12770   include:
12771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12776   layout:
12777     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12778     layout: "plot-throughput"
12779
12780 - type: "plot"
12781   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12782   algorithm: "plot_perf_box_name"
12783   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12784   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12785   include:
12786     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12791   layout:
12792     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12793     layout: "plot-throughput"
12794
12795 - type: "plot"
12796   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12797   algorithm: "plot_perf_box_name"
12798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12800   include:
12801     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12802     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12806   layout:
12807     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12808     layout: "plot-throughput"
12809
12810 - type: "plot"
12811   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12812   algorithm: "plot_perf_box_name"
12813   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12814   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12815   include:
12816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12821   layout:
12822     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12823     layout: "plot-throughput"
12824
12825 - type: "plot"
12826   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12827   algorithm: "plot_perf_box_name"
12828   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12829   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12830   include:
12831     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12832     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12836   layout:
12837     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12838     layout: "plot-throughput"
12839
12840 - type: "plot"
12841   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12842   algorithm: "plot_perf_box_name"
12843   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12844   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12845   include:
12846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12851   layout:
12852     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12853     layout: "plot-throughput"
12854
12855 - type: "plot"
12856   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12857   algorithm: "plot_perf_box_name"
12858   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12859   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12860   include:
12861     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12862     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12863     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12864     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12865     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12866   layout:
12867     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12872   algorithm: "plot_perf_box_name"
12873   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12875   include:
12876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12882   layout:
12883     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12888   algorithm: "plot_perf_box_name"
12889   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12891   include:
12892     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12893     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12894     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12895     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12898   layout:
12899     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12907   include:
12908     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12912   layout:
12913     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12914     layout: "plot-throughput"
12915
12916 - type: "plot"
12917   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12918   algorithm: "plot_perf_box_name"
12919   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12920   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12921   include:
12922     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12923     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12926   layout:
12927     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12928     layout: "plot-throughput"
12929
12930 - type: "plot"
12931   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12932   algorithm: "plot_perf_box_name"
12933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12935   include:
12936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12942   layout:
12943     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12944     layout: "plot-throughput"
12945
12946 - type: "plot"
12947   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12948   algorithm: "plot_perf_box_name"
12949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12951   include:
12952     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12953     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12958   layout:
12959     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12960     layout: "plot-throughput"
12961
12962 - type: "plot"
12963   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12964   algorithm: "plot_perf_box_name"
12965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12967   include:
12968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12974   layout:
12975     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12976     layout: "plot-throughput"
12977
12978 - type: "plot"
12979   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12980   algorithm: "plot_perf_box_name"
12981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12983   include:
12984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12990   layout:
12991     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12992     layout: "plot-throughput"
12993
12994 - type: "plot"
12995   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12996   algorithm: "plot_perf_box_name"
12997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12999   include:
13000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13006   layout:
13007     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13008     layout: "plot-throughput"
13009
13010 - type: "plot"
13011   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13012   algorithm: "plot_perf_box_name"
13013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13015   include:
13016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13022   layout:
13023     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13024     layout: "plot-throughput"
13025
13026 - type: "plot"
13027   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13028   algorithm: "plot_perf_box_name"
13029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13031   include:
13032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13038   layout:
13039     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13040     layout: "plot-throughput"
13041
13042 - type: "plot"
13043   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13044   algorithm: "plot_perf_box_name"
13045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13047   include:
13048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13054   layout:
13055     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13062   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13063   include:
13064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13070   layout:
13071     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13072     layout: "plot-throughput"
13073
13074 - type: "plot"
13075   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13076   algorithm: "plot_perf_box_name"
13077   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13078   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13079   include:
13080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13084     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13085     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13086   layout:
13087     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13095   include:
13096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13102   layout:
13103     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13104     layout: "plot-throughput"
13105
13106 - type: "plot"
13107   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13108   algorithm: "plot_perf_box_name"
13109   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13111   include:
13112     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13118   layout:
13119     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13127   include:
13128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13134   layout:
13135     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13136     layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13143   include:
13144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13150   layout:
13151     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13152     layout: "plot-throughput"
13153
13154 - type: "plot"
13155   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13156   algorithm: "plot_perf_box_name"
13157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13159   include:
13160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13166   layout:
13167     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13168     layout: "plot-throughput"
13169
13170 - type: "plot"
13171   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13172   algorithm: "plot_perf_box_name"
13173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13175   include:
13176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13182   layout:
13183     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13184     layout: "plot-throughput"
13185
13186 - type: "plot"
13187   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13188   algorithm: "plot_perf_box_name"
13189   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13190   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13191   include:
13192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13196   layout:
13197     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13198     layout: "plot-throughput"
13199
13200 - type: "plot"
13201   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13202   algorithm: "plot_perf_box_name"
13203   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13205   include:
13206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13210   layout:
13211     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13212     layout: "plot-throughput"
13213
13214 - type: "plot"
13215   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13216   algorithm: "plot_perf_box_name"
13217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13219   include:
13220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13224   layout:
13225     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13226     layout: "plot-throughput"
13227
13228 - type: "plot"
13229   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13230   algorithm: "plot_perf_box_name"
13231   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13233   include:
13234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13238   layout:
13239     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13240     layout: "plot-throughput"
13241
13242 - type: "plot"
13243   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13244   algorithm: "plot_perf_box_name"
13245   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13247   include:
13248     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13250     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13254   layout:
13255     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13256     layout: "plot-throughput"
13257
13258 - type: "plot"
13259   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13260   algorithm: "plot_perf_box_name"
13261   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13263   include:
13264     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13270   layout:
13271     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13272     layout: "plot-throughput"
13273
13274 - type: "plot"
13275   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13276   algorithm: "plot_perf_box_name"
13277   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13279   include:
13280     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13285   layout:
13286     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13287     layout: "plot-throughput"
13288
13289 - type: "plot"
13290   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13291   algorithm: "plot_perf_box_name"
13292   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13294   include:
13295     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13300   layout:
13301     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13302     layout: "plot-throughput"
13303
13304 - type: "plot"
13305   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13306   algorithm: "plot_perf_box_name"
13307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13309   include:
13310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13315   layout:
13316     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13317     layout: "plot-throughput"
13318
13319 - type: "plot"
13320   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13321   algorithm: "plot_perf_box_name"
13322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13324   include:
13325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13330   layout:
13331     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13332     layout: "plot-throughput"
13333
13334 - type: "plot"
13335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13336   algorithm: "plot_perf_box_name"
13337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13339   include:
13340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13344   layout:
13345     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13346     layout: "plot-throughput"
13347
13348 - type: "plot"
13349   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13350   algorithm: "plot_perf_box_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13353   include:
13354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13358   layout:
13359     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13360     layout: "plot-throughput"
13361
13362 - type: "plot"
13363   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13364   algorithm: "plot_perf_box_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13367   include:
13368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13374   layout:
13375     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13376     layout: "plot-throughput"
13377
13378 - type: "plot"
13379   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13380   algorithm: "plot_perf_box_name"
13381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13383   include:
13384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13390   layout:
13391     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13392     layout: "plot-throughput"
13393
13394 - type: "plot"
13395   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13396   algorithm: "plot_perf_box_name"
13397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13399   include:
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13406   layout:
13407     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13415   include:
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13422   layout:
13423     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13431   include:
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13438   layout:
13439     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13447   include:
13448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13454   layout:
13455     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13463   include:
13464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13470   layout:
13471     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13472     layout: "plot-throughput"
13473
13474 - type: "plot"
13475   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13476   algorithm: "plot_perf_box_name"
13477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13479   include:
13480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13486   layout:
13487     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13488     layout: "plot-throughput"
13489
13490 - type: "plot"
13491   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13492   algorithm: "plot_perf_box_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13495   include:
13496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13500   layout:
13501     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13502     layout: "plot-throughput"
13503
13504 - type: "plot"
13505   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13506   algorithm: "plot_perf_box_name"
13507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13509   include:
13510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13514   layout:
13515     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13523   include:
13524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13530   layout:
13531     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13532     layout: "plot-throughput"
13533
13534 - type: "plot"
13535   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13536   algorithm: "plot_perf_box_name"
13537   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13538   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13539   include:
13540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13546   layout:
13547     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13548     layout: "plot-throughput"
13549
13550 - type: "plot"
13551   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13552   algorithm: "plot_perf_box_name"
13553   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13554   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13555   include:
13556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13562   layout:
13563     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13564     layout: "plot-throughput"
13565
13566 - type: "plot"
13567   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13568   algorithm: "plot_perf_box_name"
13569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13571   include:
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13578   layout:
13579     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13580     layout: "plot-throughput"
13581
13582 #- type: "plot"
13583 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13584 #  algorithm: "plot_perf_box_name"
13585 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13586 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13587 #  include:
13588 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13589 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13590 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13591 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13592 #  layout:
13593 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13594 #    layout: "plot-throughput"
13595 #
13596 #- type: "plot"
13597 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13598 #  algorithm: "plot_perf_box_name"
13599 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13600 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13601 #  include:
13602 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13603 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13604 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13605 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13606 #  layout:
13607 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13608 #    layout: "plot-throughput"
13609
13610 - type: "plot"
13611   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13612   algorithm: "plot_perf_box_name"
13613   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13614   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13615   include:
13616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13622   layout:
13623     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13624     layout: "plot-throughput"
13625
13626 - type: "plot"
13627   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13628   algorithm: "plot_perf_box_name"
13629   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13630   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13631   include:
13632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13638   layout:
13639     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13640     layout: "plot-throughput"
13641
13642 #- type: "plot"
13643 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13644 #  algorithm: "plot_perf_box_name"
13645 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13646 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13647 #  include:
13648 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13649 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13650 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13651 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13652 #  layout:
13653 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13654 #    layout: "plot-throughput"
13655 #
13656 #- type: "plot"
13657 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13658 #  algorithm: "plot_perf_box_name"
13659 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13660 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13661 #  include:
13662 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13663 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13664 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13665 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13666 #  layout:
13667 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13668 #    layout: "plot-throughput"
13669
13670 - type: "plot"
13671   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13672   algorithm: "plot_perf_box_name"
13673   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13674   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13675   include:
13676     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13677     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13678     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13679     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13680     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13681     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13682   layout:
13683     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13684     layout: "plot-throughput"
13685
13686 - type: "plot"
13687   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13688   algorithm: "plot_perf_box_name"
13689   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13690   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13691   include:
13692     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13693     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13694     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13695     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13696     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13697     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13698   layout:
13699     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13700     layout: "plot-throughput"
13701
13702 #- type: "plot"
13703 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13704 #  algorithm: "plot_perf_box_name"
13705 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13706 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13707 #  include:
13708 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13709 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13710 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13711 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13712 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13713 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13714 #  layout:
13715 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13716 #    layout: "plot-throughput"
13717 #
13718 #- type: "plot"
13719 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13720 #  algorithm: "plot_perf_box_name"
13721 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13722 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13723 #  include:
13724 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13725 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13726 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13727 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13728 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13729 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13730 #  layout:
13731 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13732 #    layout: "plot-throughput"
13733
13734 - type: "plot"
13735   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13736   algorithm: "plot_perf_box_name"
13737   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13738   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13739   include:
13740     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13741     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13742     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13743     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13744     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13745     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13746   layout:
13747     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13748     layout: "plot-throughput"
13749
13750 - type: "plot"
13751   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13752   algorithm: "plot_perf_box_name"
13753   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13755   include:
13756     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13757     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13758     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13759     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13760     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13761     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13762   layout:
13763     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13764     layout: "plot-throughput"
13765
13766 - type: "plot"
13767   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13768   algorithm: "plot_perf_box_name"
13769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13771   include:
13772     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13773     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13774     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13775 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13776 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13777 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13778   layout:
13779     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13780     layout: "plot-throughput"
13781
13782 - type: "plot"
13783   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13784   algorithm: "plot_perf_box_name"
13785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13787   include:
13788     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13789     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13790     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13791 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13792 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13793 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13794   layout:
13795     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13796     layout: "plot-throughput"
13797
13798 - type: "plot"
13799   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13800   algorithm: "plot_perf_box_name"
13801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13803   include:
13804     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13805     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13806     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13807     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13810   layout:
13811     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13812     layout: "plot-throughput"
13813
13814 - type: "plot"
13815   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13816   algorithm: "plot_perf_box_name"
13817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13819   include:
13820     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13821     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13822     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13823     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13824     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13825     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13826   layout:
13827     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13828     layout: "plot-throughput"
13829
13830 - type: "plot"
13831   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13832   algorithm: "plot_perf_box_name"
13833   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13834   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13835   include:
13836     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13837     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13838     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13839     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13840     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13841     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13842   layout:
13843     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13844     layout: "plot-throughput"
13845
13846 - type: "plot"
13847   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13848   algorithm: "plot_perf_box_name"
13849   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13850   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13851   include:
13852     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13853     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13854     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13855     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13856     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13857     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13858   layout:
13859     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13860     layout: "plot-throughput"
13861
13862 #- type: "plot"
13863 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13864 #  algorithm: "plot_perf_box_name"
13865 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13866 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13867 #  include:
13868 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13869 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13870 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13871 #  layout:
13872 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13873 #    layout: "plot-throughput"
13874 #
13875 #- type: "plot"
13876 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13877 #  algorithm: "plot_perf_box_name"
13878 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13879 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13880 #  include:
13881 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13882 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13883 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13884 #  layout:
13885 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13886 #    layout: "plot-throughput"
13887
13888 - type: "plot"
13889   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13890   algorithm: "plot_perf_box_name"
13891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13893   include:
13894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13899   layout:
13900     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13901     layout: "plot-throughput"
13902
13903 - type: "plot"
13904   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13905   algorithm: "plot_perf_box_name"
13906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13908   include:
13909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13914   layout:
13915     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13916     layout: "plot-throughput"
13917
13918 - type: "plot"
13919   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13920   algorithm: "plot_perf_box_name"
13921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13923   include:
13924     - "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"
13925     - "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"
13926     - "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"
13927     - "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"
13928     - "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"
13929   layout:
13930     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13931     layout: "plot-throughput"
13932
13933 - type: "plot"
13934   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13935   algorithm: "plot_perf_box_name"
13936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13938   include:
13939     - "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"
13940     - "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"
13941     - "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"
13942     - "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"
13943     - "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"
13944   layout:
13945     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13946     layout: "plot-throughput"
13947
13948 - type: "plot"
13949   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13950   algorithm: "plot_perf_box_name"
13951   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13953   include:
13954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13959   layout:
13960     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13961     layout: "plot-throughput"
13962
13963 - type: "plot"
13964   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13965   algorithm: "plot_perf_box_name"
13966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13968   include:
13969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13974   layout:
13975     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13976     layout: "plot-throughput"
13977
13978 - type: "plot"
13979   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13980   algorithm: "plot_perf_box_name"
13981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13983   include:
13984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13989   layout:
13990     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13991     layout: "plot-throughput"
13992
13993 - type: "plot"
13994   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13995   algorithm: "plot_perf_box_name"
13996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13998   include:
13999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14004   layout:
14005     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14006     layout: "plot-throughput"
14007
14008 - type: "plot"
14009   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14010   algorithm: "plot_perf_box_name"
14011   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14013   include:
14014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14015     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14019   layout:
14020     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14021     layout: "plot-throughput"
14022
14023 - type: "plot"
14024   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14025   algorithm: "plot_perf_box_name"
14026   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14028   include:
14029     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14034   layout:
14035     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14036     layout: "plot-throughput"
14037
14038 - type: "plot"
14039   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14040   algorithm: "plot_perf_box_name"
14041   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14042   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14043   include:
14044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14049   layout:
14050     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14051     layout: "plot-throughput"
14052
14053 - type: "plot"
14054   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14055   algorithm: "plot_perf_box_name"
14056   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14058   include:
14059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14064   layout:
14065     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14066     layout: "plot-throughput"
14067
14068 - type: "plot"
14069   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14070   algorithm: "plot_perf_box_name"
14071   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14073   include:
14074     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14078   layout:
14079     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14080     layout: "plot-throughput"
14081
14082 - type: "plot"
14083   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14084   algorithm: "plot_perf_box_name"
14085   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14087   include:
14088     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14092   layout:
14093     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14094     layout: "plot-throughput"
14095
14096 - type: "plot"
14097   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14098   algorithm: "plot_perf_box_name"
14099   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14101   include:
14102     - "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"
14103     - "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"
14104     - "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"
14105     - "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"
14106   layout:
14107     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14108     layout: "plot-throughput"
14109
14110 - type: "plot"
14111   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14112   algorithm: "plot_perf_box_name"
14113   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14115   include:
14116     - "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"
14117     - "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"
14118     - "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"
14119     - "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"
14120   layout:
14121     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14122     layout: "plot-throughput"
14123
14124 - type: "plot"
14125   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14126   algorithm: "plot_perf_box_name"
14127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14129   include:
14130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14136   layout:
14137     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14138     layout: "plot-throughput"
14139
14140 - type: "plot"
14141   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14142   algorithm: "plot_perf_box_name"
14143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14145   include:
14146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14152   layout:
14153     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14154     layout: "plot-throughput"
14155
14156 - type: "plot"
14157   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14158   algorithm: "plot_perf_box_name"
14159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14161   include:
14162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14168   layout:
14169     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14170     layout: "plot-throughput"
14171
14172 - type: "plot"
14173   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14174   algorithm: "plot_perf_box_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14184   layout:
14185     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14186     layout: "plot-throughput"
14187
14188 - type: "plot"
14189   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14190   algorithm: "plot_perf_box_name"
14191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14193   include:
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14200   layout:
14201     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14202     layout: "plot-throughput"
14203
14204 - type: "plot"
14205   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14206   algorithm: "plot_perf_box_name"
14207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14209   include:
14210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14216   layout:
14217     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14218     layout: "plot-throughput"
14219
14220 - type: "plot"
14221   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14222   algorithm: "plot_perf_box_name"
14223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14225   include:
14226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14231   layout:
14232     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14233     layout: "plot-throughput"
14234
14235 - type: "plot"
14236   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14237   algorithm: "plot_perf_box_name"
14238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14240   include:
14241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14246   layout:
14247     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14248     layout: "plot-throughput"
14249
14250 - type: "plot"
14251   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14252   algorithm: "plot_perf_box_name"
14253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14255   include:
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14258   layout:
14259     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14260     layout: "plot-throughput"
14261
14262 - type: "plot"
14263   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14264   algorithm: "plot_perf_box_name"
14265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14267   include:
14268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14270   layout:
14271     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14272     layout: "plot-throughput"
14273
14274 - type: "plot"
14275   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14276   algorithm: "plot_perf_box_name"
14277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14279   include:
14280     - "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"
14281     - "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"
14282   layout:
14283     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14284     layout: "plot-throughput"
14285
14286 - type: "plot"
14287   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14288   algorithm: "plot_perf_box_name"
14289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14291   include:
14292     - "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"
14293     - "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"
14294   layout:
14295     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14296     layout: "plot-throughput"
14297
14298 - type: "plot"
14299   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14300   algorithm: "plot_perf_box_name"
14301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14303   include:
14304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14306   layout:
14307     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14308     layout: "plot-throughput"
14309
14310 - type: "plot"
14311   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14312   algorithm: "plot_perf_box_name"
14313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14315   include:
14316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14318   layout:
14319     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14320     layout: "plot-throughput"
14321
14322 - type: "plot"
14323   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14324   algorithm: "plot_perf_box_name"
14325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14327   include:
14328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14330   layout:
14331     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14332     layout: "plot-throughput"
14333
14334 - type: "plot"
14335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14336   algorithm: "plot_perf_box_name"
14337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14339   include:
14340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14342   layout:
14343     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14344     layout: "plot-throughput"
14345
14346 - type: "plot"
14347   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14348   algorithm: "plot_perf_box_name"
14349   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14350   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14351   include:
14352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14355     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14358   layout:
14359     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14360     layout: "plot-throughput"
14361
14362 - type: "plot"
14363   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14364   algorithm: "plot_perf_box_name"
14365   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14366   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14367   include:
14368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14369     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14370     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14371     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14372     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14374   layout:
14375     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14376     layout: "plot-throughput"
14377
14378 - type: "plot"
14379   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14380   algorithm: "plot_perf_box_name"
14381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14383   include:
14384     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14385     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14386     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14387     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14390   layout:
14391     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14392     layout: "plot-throughput"
14393
14394 - type: "plot"
14395   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14396   algorithm: "plot_perf_box_name"
14397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14398   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14399   include:
14400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14401     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14403     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14404     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14405     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14406   layout:
14407     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14408     layout: "plot-throughput"
14409
14410 #- type: "plot"
14411 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14412 #  algorithm: "plot_perf_box_name"
14413 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14414 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14415 #  include:
14416 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14417 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14418 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14419 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14420 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14421 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14422 #  layout:
14423 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14424 #    layout: "plot-throughput"
14425 #
14426 #- type: "plot"
14427 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14428 #  algorithm: "plot_perf_box_name"
14429 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14430 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14431 #  include:
14432 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14433 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14434 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14435 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14436 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14437 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14438 #  layout:
14439 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14440 #    layout: "plot-throughput"
14441
14442 - type: "plot"
14443   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14444   algorithm: "plot_perf_box_name"
14445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14447   include:
14448     - "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"
14449     - "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"
14450     - "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"
14451     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14452     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14453     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14454   layout:
14455     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14456     layout: "plot-throughput"
14457
14458 - type: "plot"
14459   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14460   algorithm: "plot_perf_box_name"
14461   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14463   include:
14464     - "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"
14465     - "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"
14466     - "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"
14467     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14468     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14469     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14470   layout:
14471     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14472     layout: "plot-throughput"
14473
14474 ################################################################################
14475
14476 # Packet Speedup
14477
14478 - type: "plot"
14479   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14480   algorithm: "plot_tsa_name"
14481   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14483   include:
14484     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14488   layout:
14489     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14497   include:
14498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14502   layout:
14503     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14511   include:
14512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14516   layout:
14517     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14518     layout: "plot-throughput-speedup-analysis"
14519
14520 - type: "plot"
14521   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14522   algorithm: "plot_tsa_name"
14523   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14524   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14525   include:
14526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14530   layout:
14531     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14532     layout: "plot-throughput-speedup-analysis"
14533
14534 - type: "plot"
14535   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14536   algorithm: "plot_tsa_name"
14537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14539   include:
14540     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14541     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14542     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14543     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14545   layout:
14546     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14547     layout: "plot-throughput-speedup-analysis"
14548
14549 - type: "plot"
14550   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14551   algorithm: "plot_tsa_name"
14552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14554   include:
14555     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14560   layout:
14561     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14562     layout: "plot-throughput-speedup-analysis"
14563
14564 - type: "plot"
14565   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14566   algorithm: "plot_tsa_name"
14567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14569   include:
14570     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14571     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14575   layout:
14576     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14577     layout: "plot-throughput-speedup-analysis"
14578
14579 - type: "plot"
14580   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14581   algorithm: "plot_tsa_name"
14582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14584   include:
14585     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14587     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14588     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14590   layout:
14591     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14592     layout: "plot-throughput-speedup-analysis"
14593
14594 - type: "plot"
14595   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14596   algorithm: "plot_tsa_name"
14597   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14599   include:
14600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14606   layout:
14607     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14615   include:
14616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14622   layout:
14623     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14631   include:
14632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14637   layout:
14638     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14639     layout: "plot-throughput-speedup-analysis"
14640
14641 - type: "plot"
14642   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14643   algorithm: "plot_tsa_name"
14644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14646   include:
14647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14652   layout:
14653     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14665   layout:
14666     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 - type: "plot"
14670   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14671   algorithm: "plot_tsa_name"
14672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14674   include:
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14678   layout:
14679     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14680     layout: "plot-throughput-speedup-analysis"
14681
14682 - type: "plot"
14683   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14684   algorithm: "plot_tsa_name"
14685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14687   include:
14688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14693   layout:
14694     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14695     layout: "plot-throughput-speedup-analysis"
14696
14697 - type: "plot"
14698   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14699   algorithm: "plot_tsa_name"
14700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14702   include:
14703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14708   layout:
14709     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14710     layout: "plot-throughput-speedup-analysis"
14711
14712 - type: "plot"
14713   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14714   algorithm: "plot_tsa_name"
14715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14717   include:
14718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14721   layout:
14722     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 - type: "plot"
14726   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14727   algorithm: "plot_tsa_name"
14728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14730   include:
14731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14734   layout:
14735     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14736     layout: "plot-throughput-speedup-analysis"
14737
14738 - type: "plot"
14739   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14740   algorithm: "plot_tsa_name"
14741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14743   include:
14744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14750   layout:
14751     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14752     layout: "plot-throughput-speedup-analysis"
14753
14754 - type: "plot"
14755   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14756   algorithm: "plot_tsa_name"
14757   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14759   include:
14760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14766   layout:
14767     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14775   include:
14776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14782   layout:
14783     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14784     layout: "plot-throughput-speedup-analysis"
14785
14786 - type: "plot"
14787   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14788   algorithm: "plot_tsa_name"
14789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14791   include:
14792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14798   layout:
14799     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14807   include:
14808     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14811   layout:
14812     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14820   include:
14821     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14824   layout:
14825     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14826     layout: "plot-throughput-speedup-analysis"
14827
14828 - type: "plot"
14829   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14830   algorithm: "plot_tsa_name"
14831   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14833   include:
14834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14837 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14838 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14839   layout:
14840     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14841     layout: "plot-throughput-speedup-analysis"
14842
14843 - type: "plot"
14844   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14845   algorithm: "plot_tsa_name"
14846   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14848   include:
14849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14852 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14853 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14854   layout:
14855     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14856     layout: "plot-throughput-speedup-analysis"
14857
14858 - type: "plot"
14859   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14860   algorithm: "plot_tsa_name"
14861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14863   include:
14864     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14865     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14866     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14868     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14869   layout:
14870     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14871     layout: "plot-throughput-speedup-analysis"
14872
14873 - type: "plot"
14874   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14875   algorithm: "plot_tsa_name"
14876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14878   include:
14879     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14880     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14881     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14882     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14884   layout:
14885     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14886     layout: "plot-throughput-speedup-analysis"
14887
14888 - type: "plot"
14889   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14890   algorithm: "plot_tsa_name"
14891   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14893   include:
14894     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14895     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14896     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14899   layout:
14900     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14901     layout: "plot-throughput-speedup-analysis"
14902
14903 - type: "plot"
14904   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14905   algorithm: "plot_tsa_name"
14906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14908   include:
14909     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14910     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14914   layout:
14915     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14916     layout: "plot-throughput-speedup-analysis"
14917
14918 - type: "plot"
14919   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14920   algorithm: "plot_tsa_name"
14921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14923   include:
14924     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14930   layout:
14931     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14932     layout: "plot-throughput-speedup-analysis"
14933
14934 - type: "plot"
14935   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14936   algorithm: "plot_tsa_name"
14937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14939   include:
14940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14946   layout:
14947     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14955   include:
14956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14962   layout:
14963     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14964     layout: "plot-throughput-speedup-analysis"
14965
14966 - type: "plot"
14967   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14968   algorithm: "plot_tsa_name"
14969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14971   include:
14972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14978   layout:
14979     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14980     layout: "plot-throughput-speedup-analysis"
14981
14982 - type: "plot"
14983   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14984   algorithm: "plot_tsa_name"
14985   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14987   include:
14988     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14990   layout:
14991     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14999   include:
15000     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15002   layout:
15003     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15004     layout: "plot-throughput-speedup-analysis"
15005
15006 - type: "plot"
15007   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15008   algorithm: "plot_tsa_name"
15009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15011   include:
15012     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15016   layout:
15017     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15030   layout:
15031     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15032     layout: "plot-throughput-speedup-analysis"
15033
15034 - type: "plot"
15035   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15036   algorithm: "plot_tsa_name"
15037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15039   include:
15040     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15041     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15044   layout:
15045     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15046     layout: "plot-throughput-speedup-analysis"
15047
15048 - type: "plot"
15049   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15050   algorithm: "plot_tsa_name"
15051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15053   include:
15054     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15055     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15056     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15058   layout:
15059     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15060     layout: "plot-throughput-speedup-analysis"
15061
15062 - type: "plot"
15063   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15064   algorithm: "plot_tsa_name"
15065   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15067   include:
15068     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15069     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15074   layout:
15075     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15083   include:
15084     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15090   layout:
15091     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15092     layout: "plot-throughput-speedup-analysis"
15093
15094 - type: "plot"
15095   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15096   algorithm: "plot_tsa_name"
15097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15099   include:
15100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15105   layout:
15106     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15107     layout: "plot-throughput-speedup-analysis"
15108
15109 - type: "plot"
15110   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15111   algorithm: "plot_tsa_name"
15112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15114   include:
15115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15120   layout:
15121     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15122     layout: "plot-throughput-speedup-analysis"
15123
15124 - type: "plot"
15125   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15126   algorithm: "plot_tsa_name"
15127   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15129   include:
15130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15135   layout:
15136     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15137     layout: "plot-throughput-speedup-analysis"
15138
15139 - type: "plot"
15140   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15141   algorithm: "plot_tsa_name"
15142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15144   include:
15145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15150   layout:
15151     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15152     layout: "plot-throughput-speedup-analysis"
15153
15154 - type: "plot"
15155   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15156   algorithm: "plot_tsa_name"
15157   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15159   include:
15160     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15161     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15163   layout:
15164     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15165     layout: "plot-throughput-speedup-analysis"
15166
15167 - type: "plot"
15168   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15169   algorithm: "plot_tsa_name"
15170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15172   include:
15173     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15176   layout:
15177     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15178     layout: "plot-throughput-speedup-analysis"
15179
15180 - type: "plot"
15181   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15182   algorithm: "plot_tsa_name"
15183   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15185   include:
15186     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15189   layout:
15190     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15198   include:
15199     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15202   layout:
15203     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15204     layout: "plot-throughput-speedup-analysis"
15205
15206 - type: "plot"
15207   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15208   algorithm: "plot_tsa_name"
15209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15211   include:
15212     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15213     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15214     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15217   layout:
15218     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15219     layout: "plot-throughput-speedup-analysis"
15220
15221 - type: "plot"
15222   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15223   algorithm: "plot_tsa_name"
15224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15226   include:
15227     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15228     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15229     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15232   layout:
15233     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15234     layout: "plot-throughput-speedup-analysis"
15235
15236 - type: "plot"
15237   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15238   algorithm: "plot_tsa_name"
15239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15241   include:
15242     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15243     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15247   layout:
15248     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15249     layout: "plot-throughput-speedup-analysis"
15250
15251 - type: "plot"
15252   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15253   algorithm: "plot_tsa_name"
15254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15256   include:
15257     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15262   layout:
15263     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15264     layout: "plot-throughput-speedup-analysis"
15265
15266 - type: "plot"
15267   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15268   algorithm: "plot_tsa_name"
15269   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15271   include:
15272     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15273     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15278   layout:
15279     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15287   include:
15288     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15290     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15292     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15293     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15294   layout:
15295     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15303   include:
15304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15306     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15307     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15308   layout:
15309     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15310     layout: "plot-throughput-speedup-analysis"
15311
15312 - type: "plot"
15313   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15314   algorithm: "plot_tsa_name"
15315   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15317   include:
15318     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15319     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15320     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15321     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15322   layout:
15323     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15324     layout: "plot-throughput-speedup-analysis"
15325
15326 - type: "plot"
15327   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15328   algorithm: "plot_tsa_name"
15329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15331   include:
15332     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15333     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15338   layout:
15339     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15340     layout: "plot-throughput-speedup-analysis"
15341
15342 - type: "plot"
15343   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15344   algorithm: "plot_tsa_name"
15345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15347   include:
15348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15354   layout:
15355     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15356     layout: "plot-throughput-speedup-analysis"
15357
15358 - type: "plot"
15359   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15360   algorithm: "plot_tsa_name"
15361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15363   include:
15364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15370   layout:
15371     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15372     layout: "plot-throughput-speedup-analysis"
15373
15374 - type: "plot"
15375   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15376   algorithm: "plot_tsa_name"
15377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15379   include:
15380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15381     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15382     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15383     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15384     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15385     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15386   layout:
15387     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15388     layout: "plot-throughput-speedup-analysis"
15389
15390 - type: "plot"
15391   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15392   algorithm: "plot_tsa_name"
15393   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15395   include:
15396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15402   layout:
15403     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15404     layout: "plot-throughput-speedup-analysis"
15405
15406 - type: "plot"
15407   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15408   algorithm: "plot_tsa_name"
15409   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15411   include:
15412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15416     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15418   layout:
15419     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 - type: "plot"
15423   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15424   algorithm: "plot_tsa_name"
15425   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15427   include:
15428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15434   layout:
15435     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15436     layout: "plot-throughput-speedup-analysis"
15437
15438 - type: "plot"
15439   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15440   algorithm: "plot_tsa_name"
15441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15443   include:
15444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15450   layout:
15451     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15459   include:
15460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15466   layout:
15467     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15468     layout: "plot-throughput-speedup-analysis"
15469
15470 - type: "plot"
15471   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15472   algorithm: "plot_tsa_name"
15473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15475   include:
15476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15482   layout:
15483     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15484     layout: "plot-throughput-speedup-analysis"
15485
15486 - type: "plot"
15487   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15488   algorithm: "plot_tsa_name"
15489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15491   include:
15492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15496   layout:
15497     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15498     layout: "plot-throughput-speedup-analysis"
15499
15500 - type: "plot"
15501   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15502   algorithm: "plot_tsa_name"
15503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15505   include:
15506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15510   layout:
15511     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15519   include:
15520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15524   layout:
15525     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15526     layout: "plot-throughput-speedup-analysis"
15527
15528 - type: "plot"
15529   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15530   algorithm: "plot_tsa_name"
15531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15533   include:
15534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15538   layout:
15539     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15540     layout: "plot-throughput-speedup-analysis"
15541
15542 - type: "plot"
15543   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15544   algorithm: "plot_tsa_name"
15545   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15547   include:
15548     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15554   layout:
15555     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15556     layout: "plot-throughput-speedup-analysis"
15557
15558 - type: "plot"
15559   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15560   algorithm: "plot_tsa_name"
15561   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15562   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15563   include:
15564     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15570   layout:
15571     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15572     layout: "plot-throughput-speedup-analysis"
15573
15574 - type: "plot"
15575   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15576   algorithm: "plot_tsa_name"
15577   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15579   include:
15580     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15585   layout:
15586     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15587     layout: "plot-throughput-speedup-analysis"
15588
15589 - type: "plot"
15590   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15591   algorithm: "plot_tsa_name"
15592   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15594   include:
15595     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15596     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15600   layout:
15601     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15602     layout: "plot-throughput-speedup-analysis"
15603
15604 - type: "plot"
15605   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15606   algorithm: "plot_tsa_name"
15607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15609   include:
15610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15615   layout:
15616     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15617     layout: "plot-throughput-speedup-analysis"
15618
15619 - type: "plot"
15620   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15621   algorithm: "plot_tsa_name"
15622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15624   include:
15625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15630   layout:
15631     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15632     layout: "plot-throughput-speedup-analysis"
15633
15634 - type: "plot"
15635   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15636   algorithm: "plot_tsa_name"
15637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15639   include:
15640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15644   layout:
15645     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15646     layout: "plot-throughput-speedup-analysis"
15647
15648 - type: "plot"
15649   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15650   algorithm: "plot_tsa_name"
15651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15653   include:
15654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15658   layout:
15659     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15660     layout: "plot-throughput-speedup-analysis"
15661
15662 - type: "plot"
15663   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15664   algorithm: "plot_tsa_name"
15665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15667   include:
15668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15674   layout:
15675     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15676     layout: "plot-throughput-speedup-analysis"
15677
15678 - type: "plot"
15679   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15680   algorithm: "plot_tsa_name"
15681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15683   include:
15684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15690   layout:
15691     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15692     layout: "plot-throughput-speedup-analysis"
15693
15694 - type: "plot"
15695   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15696   algorithm: "plot_tsa_name"
15697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15699   include:
15700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15706   layout:
15707     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15708     layout: "plot-throughput-speedup-analysis"
15709
15710 - type: "plot"
15711   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15712   algorithm: "plot_tsa_name"
15713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15715   include:
15716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15722   layout:
15723     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15724     layout: "plot-throughput-speedup-analysis"
15725
15726 - type: "plot"
15727   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15728   algorithm: "plot_tsa_name"
15729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15731   include:
15732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15738   layout:
15739     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15740     layout: "plot-throughput-speedup-analysis"
15741
15742 - type: "plot"
15743   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15744   algorithm: "plot_tsa_name"
15745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15747   include:
15748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15754   layout:
15755     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15756     layout: "plot-throughput-speedup-analysis"
15757
15758 - type: "plot"
15759   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15760   algorithm: "plot_tsa_name"
15761   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15763   include:
15764     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15765     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15766     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15767     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15768     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15769     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15770   layout:
15771     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15772     layout: "plot-throughput-speedup-analysis"
15773
15774 - type: "plot"
15775   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15776   algorithm: "plot_tsa_name"
15777   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15778   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15779   include:
15780     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15781     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15782     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15783     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15784     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15785     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15786   layout:
15787     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15788     layout: "plot-throughput-speedup-analysis"
15789
15790 - type: "plot"
15791   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15792   algorithm: "plot_tsa_name"
15793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15795   include:
15796     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15797     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15799     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15800     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15801     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15802   layout:
15803     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 - type: "plot"
15807   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15808   algorithm: "plot_tsa_name"
15809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15811   include:
15812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15815     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15816     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15817     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15818   layout:
15819     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15820     layout: "plot-throughput-speedup-analysis"
15821
15822 - type: "plot"
15823   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15824   algorithm: "plot_tsa_name"
15825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15827   include:
15828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15833   layout:
15834     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15835     layout: "plot-throughput-speedup-analysis"
15836
15837 - type: "plot"
15838   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15839   algorithm: "plot_tsa_name"
15840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15842   include:
15843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15848   layout:
15849     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15850     layout: "plot-throughput-speedup-analysis"
15851
15852 - type: "plot"
15853   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15854   algorithm: "plot_tsa_name"
15855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15857   include:
15858     - "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"
15859     - "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"
15860     - "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"
15861     - "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"
15862     - "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"
15863   layout:
15864     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 - type: "plot"
15868   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15869   algorithm: "plot_tsa_name"
15870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15872   include:
15873     - "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"
15874     - "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"
15875     - "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"
15876     - "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"
15877     - "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"
15878   layout:
15879     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15880     layout: "plot-throughput-speedup-analysis"
15881
15882 - type: "plot"
15883   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15884   algorithm: "plot_tsa_name"
15885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15887   include:
15888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15893   layout:
15894     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15895     layout: "plot-throughput-speedup-analysis"
15896
15897 - type: "plot"
15898   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15899   algorithm: "plot_tsa_name"
15900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15902   include:
15903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15908   layout:
15909     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15910     layout: "plot-throughput-speedup-analysis"
15911
15912 - type: "plot"
15913   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15914   algorithm: "plot_tsa_name"
15915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15917   include:
15918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15923   layout:
15924     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15925     layout: "plot-throughput-speedup-analysis"
15926
15927 - type: "plot"
15928   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15929   algorithm: "plot_tsa_name"
15930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15932   include:
15933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15938   layout:
15939     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15940     layout: "plot-throughput-speedup-analysis"
15941
15942 - type: "plot"
15943   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15944   algorithm: "plot_tsa_name"
15945   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15947   include:
15948     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15949     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15950     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15951     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15953   layout:
15954     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15955     layout: "plot-throughput-speedup-analysis"
15956
15957 - type: "plot"
15958   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15959   algorithm: "plot_tsa_name"
15960   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15962   include:
15963     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15964     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15968   layout:
15969     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15970     layout: "plot-throughput-speedup-analysis"
15971
15972 - type: "plot"
15973   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15974   algorithm: "plot_tsa_name"
15975   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15977   include:
15978     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15979     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15983   layout:
15984     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15992   include:
15993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15997     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15998   layout:
15999     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16000     layout: "plot-throughput-speedup-analysis"
16001
16002 - type: "plot"
16003   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16004   algorithm: "plot_tsa_name"
16005   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16007   include:
16008     - "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"
16009     - "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"
16010     - "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"
16011     - "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"
16012   layout:
16013     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16014     layout: "plot-throughput-speedup-analysis"
16015
16016 - type: "plot"
16017   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16018   algorithm: "plot_tsa_name"
16019   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16021   include:
16022     - "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"
16023     - "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"
16024     - "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"
16025     - "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"
16026   layout:
16027     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16028     layout: "plot-throughput-speedup-analysis"
16029
16030 - type: "plot"
16031   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16032   algorithm: "plot_tsa_name"
16033   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16035   include:
16036     - "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"
16037     - "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"
16038     - "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"
16039     - "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"
16040   layout:
16041     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16042     layout: "plot-throughput-speedup-analysis"
16043
16044 - type: "plot"
16045   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16046   algorithm: "plot_tsa_name"
16047   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16049   include:
16050     - "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"
16051     - "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"
16052     - "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"
16053     - "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"
16054   layout:
16055     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16056     layout: "plot-throughput-speedup-analysis"
16057
16058 - type: "plot"
16059   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16060   algorithm: "plot_tsa_name"
16061   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16063   include:
16064     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16070   layout:
16071     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16072     layout: "plot-throughput-speedup-analysis"
16073
16074 - type: "plot"
16075   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16076   algorithm: "plot_tsa_name"
16077   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16079   include:
16080     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16086   layout:
16087     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16088     layout: "plot-throughput-speedup-analysis"
16089
16090 - type: "plot"
16091   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16092   algorithm: "plot_tsa_name"
16093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16095   include:
16096     - "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"
16097     - "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"
16098     - "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"
16099     - "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"
16100     - "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"
16101     - "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"
16102   layout:
16103     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16104     layout: "plot-throughput-speedup-analysis"
16105
16106 - type: "plot"
16107   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16108   algorithm: "plot_tsa_name"
16109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16111   include:
16112     - "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"
16113     - "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"
16114     - "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"
16115     - "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"
16116     - "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"
16117     - "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"
16118   layout:
16119     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16120     layout: "plot-throughput-speedup-analysis"
16121
16122 - type: "plot"
16123   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16124   algorithm: "plot_tsa_name"
16125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16127   include:
16128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16134   layout:
16135     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16136     layout: "plot-throughput-speedup-analysis"
16137
16138 - type: "plot"
16139   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16140   algorithm: "plot_tsa_name"
16141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16143   include:
16144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16150   layout:
16151     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16152     layout: "plot-throughput-speedup-analysis"
16153
16154 - type: "plot"
16155   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16156   algorithm: "plot_tsa_name"
16157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16159   include:
16160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16165   layout:
16166     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16167     layout: "plot-throughput-speedup-analysis"
16168
16169 - type: "plot"
16170   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16171   algorithm: "plot_tsa_name"
16172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16174   include:
16175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16180   layout:
16181     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16182     layout: "plot-throughput-speedup-analysis"
16183
16184 - type: "plot"
16185   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16186   algorithm: "plot_tsa_name"
16187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16189   include:
16190     - "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"
16191     - "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"
16192   layout:
16193     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 - type: "plot"
16197   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16198   algorithm: "plot_tsa_name"
16199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16201   include:
16202     - "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"
16203     - "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"
16204   layout:
16205     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16206     layout: "plot-throughput-speedup-analysis"
16207
16208 - type: "plot"
16209   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16210   algorithm: "plot_tsa_name"
16211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16213   include:
16214     - "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"
16215     - "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"
16216   layout:
16217     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16218     layout: "plot-throughput-speedup-analysis"
16219
16220 - type: "plot"
16221   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16222   algorithm: "plot_tsa_name"
16223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16225   include:
16226     - "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"
16227     - "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"
16228   layout:
16229     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16230     layout: "plot-throughput-speedup-analysis"
16231
16232 - type: "plot"
16233   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16234   algorithm: "plot_tsa_name"
16235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16237   include:
16238     - "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"
16239     - "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"
16240     - "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"
16241     - "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"
16242     - "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"
16243     - "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"
16244   layout:
16245     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16246     layout: "plot-throughput-speedup-analysis"
16247
16248 - type: "plot"
16249   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16250   algorithm: "plot_tsa_name"
16251   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16252   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16253   include:
16254     - "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"
16255     - "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"
16256     - "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"
16257     - "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"
16258     - "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"
16259     - "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"
16260   layout:
16261     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16262     layout: "plot-throughput-speedup-analysis"
16263
16264 - type: "plot"
16265   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16266   algorithm: "plot_tsa_name"
16267   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16268   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16269   include:
16270     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16271     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16272     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16273     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16274     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16275   layout:
16276     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16277     layout: "plot-throughput-speedup-analysis"
16278
16279 - type: "plot"
16280   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16281   algorithm: "plot_tsa_name"
16282   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16283   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16284   include:
16285     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16286     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16287     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16288     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16289     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16290   layout:
16291     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16292     layout: "plot-throughput-speedup-analysis"
16293
16294 - type: "plot"
16295   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16296   algorithm: "plot_tsa_name"
16297   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16298   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16299   include:
16300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16305   layout:
16306     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16307     layout: "plot-throughput-speedup-analysis"
16308
16309 - type: "plot"
16310   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16311   algorithm: "plot_tsa_name"
16312   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16313   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16314   include:
16315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16320   layout:
16321     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16322     layout: "plot-throughput-speedup-analysis"
16323
16324 - type: "plot"
16325   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16326   algorithm: "plot_tsa_name"
16327   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16328   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16329   include:
16330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16336   layout:
16337     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16345   include:
16346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16352   layout:
16353     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16361   include:
16362     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16366   layout:
16367     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16368     layout: "plot-throughput-speedup-analysis"
16369
16370 - type: "plot"
16371   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16372   algorithm: "plot_tsa_name"
16373   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16374   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16375   include:
16376     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16380   layout:
16381     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16382     layout: "plot-throughput-speedup-analysis"
16383
16384 - type: "plot"
16385   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16386   algorithm: "plot_tsa_name"
16387   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16388   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16389   include:
16390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16395   layout:
16396     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16397     layout: "plot-throughput-speedup-analysis"
16398
16399 - type: "plot"
16400   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16401   algorithm: "plot_tsa_name"
16402   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16403   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16404   include:
16405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16410   layout:
16411     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16412     layout: "plot-throughput-speedup-analysis"
16413
16414 - type: "plot"
16415   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16416   algorithm: "plot_tsa_name"
16417   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16418   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16419   include:
16420     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16421     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16426   layout:
16427     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16428     layout: "plot-throughput-speedup-analysis"
16429
16430 - type: "plot"
16431   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16432   algorithm: "plot_tsa_name"
16433   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16434   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16435   include:
16436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16440     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16442   layout:
16443     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16444     layout: "plot-throughput-speedup-analysis"
16445
16446 - type: "plot"
16447   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16448   algorithm: "plot_tsa_name"
16449   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16450   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16451   include:
16452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16456   layout:
16457     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16458     layout: "plot-throughput-speedup-analysis"
16459
16460 - type: "plot"
16461   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16462   algorithm: "plot_tsa_name"
16463   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16464   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16465   include:
16466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16470   layout:
16471     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16472     layout: "plot-throughput-speedup-analysis"
16473
16474 - type: "plot"
16475   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16476   algorithm: "plot_tsa_name"
16477   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16478   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16479   include:
16480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16486   layout:
16487     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16488     layout: "plot-throughput-speedup-analysis"
16489
16490 - type: "plot"
16491   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16492   algorithm: "plot_tsa_name"
16493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16495   include:
16496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16502   layout:
16503     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16504     layout: "plot-throughput-speedup-analysis"
16505
16506 - type: "plot"
16507   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16508   algorithm: "plot_tsa_name"
16509   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16510   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16511   include:
16512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16518   layout:
16519     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16520     layout: "plot-throughput-speedup-analysis"
16521
16522 - type: "plot"
16523   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16524   algorithm: "plot_tsa_name"
16525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16527   include:
16528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16534   layout:
16535     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16536     layout: "plot-throughput-speedup-analysis"
16537
16538 - type: "plot"
16539   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16540   algorithm: "plot_tsa_name"
16541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16543   include:
16544     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16545     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16546     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16547     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16548     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16549     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16550   layout:
16551     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16552     layout: "plot-throughput-speedup-analysis"
16553
16554 - type: "plot"
16555   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16556   algorithm: "plot_tsa_name"
16557   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16558   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16559   include:
16560     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16561     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16562     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16563     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16564     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16565     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16566   layout:
16567     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16568     layout: "plot-throughput-speedup-analysis"
16569
16570 - type: "plot"
16571   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16572   algorithm: "plot_tsa_name"
16573   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16574   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16575   include:
16576     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16577     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16578     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16582   layout:
16583     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16584     layout: "plot-throughput-speedup-analysis"
16585
16586 - type: "plot"
16587   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16588   algorithm: "plot_tsa_name"
16589   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16590   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16591   include:
16592     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16595     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16598   layout:
16599     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16600     layout: "plot-throughput-speedup-analysis"
16601
16602 - type: "plot"
16603   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16604   algorithm: "plot_tsa_name"
16605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16607   include:
16608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16611     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16614   layout:
16615     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16616     layout: "plot-throughput-speedup-analysis"
16617
16618 - type: "plot"
16619   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16620   algorithm: "plot_tsa_name"
16621   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16622   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16623   include:
16624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16625     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16626     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16627     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16630   layout:
16631     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16632     layout: "plot-throughput-speedup-analysis"
16633
16634 #- type: "plot"
16635 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16636 #  algorithm: "plot_tsa_name"
16637 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16638 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16639 #  include:
16640 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16641 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16642 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16643 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16644 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16645 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16646 #  layout:
16647 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16648 #    layout: "plot-throughput-speedup-analysis"
16649 #
16650 #- type: "plot"
16651 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16652 #  algorithm: "plot_tsa_name"
16653 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16654 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16655 #  include:
16656 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16657 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16658 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16659 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16660 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16661 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16662 #  layout:
16663 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16664 #    layout: "plot-throughput-speedup-analysis"
16665
16666 - type: "plot"
16667   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16668   algorithm: "plot_tsa_name"
16669   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16670   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16671   include:
16672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16677   layout:
16678     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16679     layout: "plot-throughput-speedup-analysis"
16680
16681 - type: "plot"
16682   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16683   algorithm: "plot_tsa_name"
16684   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16685   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16686   include:
16687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16692   layout:
16693     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16694     layout: "plot-throughput-speedup-analysis"
16695
16696 - type: "plot"
16697   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16698   algorithm: "plot_tsa_name"
16699   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16700   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16701   include:
16702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16708   layout:
16709     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16710     layout: "plot-throughput-speedup-analysis"
16711
16712 - type: "plot"
16713   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16714   algorithm: "plot_tsa_name"
16715   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16716   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16717   include:
16718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16724   layout:
16725     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16726     layout: "plot-throughput-speedup-analysis"
16727
16728 - type: "plot"
16729   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16730   algorithm: "plot_tsa_name"
16731   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16732   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16733   include:
16734     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16739   layout:
16740     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16741     layout: "plot-throughput-speedup-analysis"
16742
16743 - type: "plot"
16744   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16745   algorithm: "plot_tsa_name"
16746   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16747   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16748   include:
16749     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16752     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16753     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16754   layout:
16755     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16756     layout: "plot-throughput-speedup-analysis"
16757
16758 #- type: "plot"
16759 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16760 #  algorithm: "plot_tsa_name"
16761 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16762 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16763 #  include:
16764 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16765 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16766 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16767 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16768 #  layout:
16769 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16770 #    layout: "plot-throughput-speedup-analysis"
16771 #
16772 #- type: "plot"
16773 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16774 #  algorithm: "plot_tsa_name"
16775 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16776 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16777 #  include:
16778 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16779 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16780 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16781 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16782 #  layout:
16783 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16784 #    layout: "plot-throughput-speedup-analysis"
16785
16786 - type: "plot"
16787   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16788   algorithm: "plot_tsa_name"
16789   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16790   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16791   include:
16792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16798   layout:
16799     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16800     layout: "plot-throughput-speedup-analysis"
16801
16802 - type: "plot"
16803   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16804   algorithm: "plot_tsa_name"
16805   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16806   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16807   include:
16808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16814   layout:
16815     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16816     layout: "plot-throughput-speedup-analysis"
16817
16818 - type: "plot"
16819   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16820   algorithm: "plot_tsa_name"
16821   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16822   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16823   include:
16824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16829   layout:
16830     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16831     layout: "plot-throughput-speedup-analysis"
16832
16833 - type: "plot"
16834   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16835   algorithm: "plot_tsa_name"
16836   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16837   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16838   include:
16839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16844   layout:
16845     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16846     layout: "plot-throughput-speedup-analysis"
16847
16848 - type: "plot"
16849   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16850   algorithm: "plot_tsa_name"
16851   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16852   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16853   include:
16854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16860   layout:
16861     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16862     layout: "plot-throughput-speedup-analysis"
16863
16864 - type: "plot"
16865   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16866   algorithm: "plot_tsa_name"
16867   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16868   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16869   include:
16870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16876   layout:
16877     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16878     layout: "plot-throughput-speedup-analysis"
16879
16880 - type: "plot"
16881   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16882   algorithm: "plot_tsa_name"
16883   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16884   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16885   include:
16886     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16890   layout:
16891     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16892     layout: "plot-throughput-speedup-analysis"
16893
16894 - type: "plot"
16895   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16896   algorithm: "plot_tsa_name"
16897   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16898   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16899   include:
16900     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16904   layout:
16905     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16906     layout: "plot-throughput-speedup-analysis"
16907
16908 - type: "plot"
16909   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16910   algorithm: "plot_tsa_name"
16911   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16912   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16913   include:
16914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16919   layout:
16920     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16921     layout: "plot-throughput-speedup-analysis"
16922
16923 - type: "plot"
16924   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16925   algorithm: "plot_tsa_name"
16926   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16927   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16928   include:
16929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16934   layout:
16935     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16936     layout: "plot-throughput-speedup-analysis"
16937
16938 - type: "plot"
16939   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16940   algorithm: "plot_tsa_name"
16941   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16942   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16943   include:
16944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16946     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16947     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16948     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16949     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16950   layout:
16951     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16952     layout: "plot-throughput-speedup-analysis"
16953
16954 - type: "plot"
16955   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16956   algorithm: "plot_tsa_name"
16957   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16958   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16959   include:
16960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16963     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16964     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16965     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16966   layout:
16967     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16968     layout: "plot-throughput-speedup-analysis"
16969
16970 #- type: "plot"
16971 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16972 #  algorithm: "plot_tsa_name"
16973 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16974 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16975 #  include:
16976 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16977 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16978 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16979 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16980 #  layout:
16981 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16982 #    layout: "plot-throughput-speedup-analysis"
16983 #
16984 #- type: "plot"
16985 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16986 #  algorithm: "plot_tsa_name"
16987 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16988 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16989 #  include:
16990 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16991 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16992 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16993 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16994 #  layout:
16995 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16996 #    layout: "plot-throughput-speedup-analysis"
16997
16998 - type: "plot"
16999   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17000   algorithm: "plot_tsa_name"
17001   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17002   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17003   include:
17004     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17005     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17006     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17007     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17008     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17009     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17010   layout:
17011     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17012     layout: "plot-throughput-speedup-analysis"
17013
17014 - type: "plot"
17015   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17016   algorithm: "plot_tsa_name"
17017   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17018   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17019   include:
17020     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17021     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17022     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17023     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17024     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17025     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17026   layout:
17027     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17028     layout: "plot-throughput-speedup-analysis"
17029
17030 #- type: "plot"
17031 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17032 #  algorithm: "plot_tsa_name"
17033 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17034 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17035 #  include:
17036 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17037 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17038 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17039 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17040 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17041 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17042 #  layout:
17043 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17044 #    layout: "plot-throughput-speedup-analysis"
17045 #
17046 #- type: "plot"
17047 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17048 #  algorithm: "plot_tsa_name"
17049 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17050 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17051 #  include:
17052 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17053 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17054 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17055 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17056 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17057 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17058 #  layout:
17059 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17060 #    layout: "plot-throughput-speedup-analysis"
17061
17062 #- type: "plot"
17063 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17064 #  algorithm: "plot_tsa_name"
17065 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17066 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17067 #  include:
17068 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17069 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17070 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17071 #  layout:
17072 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17073 #    layout: "plot-throughput-speedup-analysis"
17074 #
17075 #- type: "plot"
17076 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17077 #  algorithm: "plot_tsa_name"
17078 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17079 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17080 #  include:
17081 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17082 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17083 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17084 #  layout:
17085 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17086 #    layout: "plot-throughput-speedup-analysis"
17087
17088 ################################################################################
17089
17090 # Packet Throughput - DPDK
17091
17092 # 2n-skx-xxv710
17093
17094 - type: "plot"
17095   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17096   algorithm: "plot_perf_box_name"
17097   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17098   data: "plot-dpdk-throughput-latency-2n-skx"
17099   include:
17100     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17101     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17102   layout:
17103     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17104     layout: "plot-throughput"
17105
17106 - type: "plot"
17107   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17108   algorithm: "plot_perf_box_name"
17109   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17110   data: "plot-dpdk-throughput-latency-2n-skx"
17111   include:
17112     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17113     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17114   layout:
17115     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17116     layout: "plot-throughput"
17117
17118 - type: "plot"
17119   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17120   algorithm: "plot_perf_box_name"
17121   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17122   data: "plot-dpdk-throughput-latency-2n-skx"
17123   include:
17124     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17125     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17126   layout:
17127     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17128     layout: "plot-throughput"
17129
17130 - type: "plot"
17131   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17132   algorithm: "plot_perf_box_name"
17133   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17134   data: "plot-dpdk-throughput-latency-2n-skx"
17135   include:
17136     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17137     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17138   layout:
17139     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17140     layout: "plot-throughput"
17141
17142 # 2n-skx-x710
17143
17144 - type: "plot"
17145   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17146   algorithm: "plot_perf_box_name"
17147   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17148   data: "plot-dpdk-throughput-latency-2n-skx"
17149   include:
17150     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17151     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17152   layout:
17153     title: "2n-skx-x710-64b-2t1c-base-ndr"
17154     layout: "plot-throughput"
17155
17156 - type: "plot"
17157   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17158   algorithm: "plot_perf_box_name"
17159   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17160   data: "plot-dpdk-throughput-latency-2n-skx"
17161   include:
17162     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17163     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17164   layout:
17165     title: "2n-skx-x710-64b-4t2c-base-ndr"
17166     layout: "plot-throughput"
17167
17168 - type: "plot"
17169   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17170   algorithm: "plot_perf_box_name"
17171   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17172   data: "plot-dpdk-throughput-latency-2n-skx"
17173   include:
17174     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17175     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17176   layout:
17177     title: "2n-skx-x710-64b-2t1c-base-pdr"
17178     layout: "plot-throughput"
17179
17180 - type: "plot"
17181   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17182   algorithm: "plot_perf_box_name"
17183   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17184   data: "plot-dpdk-throughput-latency-2n-skx"
17185   include:
17186     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17187     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17188   layout:
17189     title: "2n-skx-x710-64b-4t2c-base-pdr"
17190     layout: "plot-throughput"
17191
17192 # 3n-skx-xxv710
17193
17194 - type: "plot"
17195   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17196   algorithm: "plot_perf_box_name"
17197   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17198   data: "plot-dpdk-throughput-latency-3n-skx"
17199   include:
17200     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17201     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17202   layout:
17203     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17204     layout: "plot-throughput"
17205
17206 - type: "plot"
17207   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17208   algorithm: "plot_perf_box_name"
17209   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17210   data: "plot-dpdk-throughput-latency-3n-skx"
17211   include:
17212     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17213     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17214   layout:
17215     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17216     layout: "plot-throughput"
17217
17218 - type: "plot"
17219   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17220   algorithm: "plot_perf_box_name"
17221   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17222   data: "plot-dpdk-throughput-latency-3n-skx"
17223   include:
17224     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17225     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17226   layout:
17227     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17228     layout: "plot-throughput"
17229
17230 - type: "plot"
17231   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17232   algorithm: "plot_perf_box_name"
17233   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17234   data: "plot-dpdk-throughput-latency-3n-skx"
17235   include:
17236     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17237     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17238   layout:
17239     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17240     layout: "plot-throughput"
17241
17242 # 3n-skx-x710
17243
17244 - type: "plot"
17245   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17246   algorithm: "plot_perf_box_name"
17247   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17248   data: "plot-dpdk-throughput-latency-3n-skx"
17249   include:
17250     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17251     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17252   layout:
17253     title: "3n-skx-x710-64b-2t1c-base-ndr"
17254     layout: "plot-throughput"
17255
17256 - type: "plot"
17257   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17258   algorithm: "plot_perf_box_name"
17259   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17260   data: "plot-dpdk-throughput-latency-3n-skx"
17261   include:
17262     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17263     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17264   layout:
17265     title: "3n-skx-x710-64b-4t2c-base-ndr"
17266     layout: "plot-throughput"
17267
17268 - type: "plot"
17269   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17270   algorithm: "plot_perf_box_name"
17271   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17272   data: "plot-dpdk-throughput-latency-3n-skx"
17273   include:
17274     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17275     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17276   layout:
17277     title: "3n-skx-x710-64b-2t1c-base-pdr"
17278     layout: "plot-throughput"
17279
17280 - type: "plot"
17281   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17282   algorithm: "plot_perf_box_name"
17283   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17284   data: "plot-dpdk-throughput-latency-3n-skx"
17285   include:
17286     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17287     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17288   layout:
17289     title: "3n-skx-x710-64b-4t2c-base-pdr"
17290     layout: "plot-throughput"
17291
17292 # 3n-hsw-xl710
17293
17294 - type: "plot"
17295   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17296   algorithm: "plot_perf_box_name"
17297   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17298   data: "plot-dpdk-throughput-latency-3n-hsw"
17299   include:
17300     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17301     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17302   layout:
17303     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17304     layout: "plot-throughput"
17305
17306 - type: "plot"
17307   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17308   algorithm: "plot_perf_box_name"
17309   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17310   data: "plot-dpdk-throughput-latency-3n-hsw"
17311   include:
17312     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17313     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17314   layout:
17315     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17316     layout: "plot-throughput"
17317
17318 - type: "plot"
17319   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17320   algorithm: "plot_perf_box_name"
17321   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17322   data: "plot-dpdk-throughput-latency-3n-hsw"
17323   include:
17324     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17325     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17326   layout:
17327     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17328     layout: "plot-throughput"
17329
17330 - type: "plot"
17331   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17332   algorithm: "plot_perf_box_name"
17333   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17334   data: "plot-dpdk-throughput-latency-3n-hsw"
17335   include:
17336     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17337     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17338   layout:
17339     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17340     layout: "plot-throughput"
17341
17342 # 3n-hsw-x710
17343
17344 - type: "plot"
17345   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17346   algorithm: "plot_perf_box_name"
17347   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17348   data: "plot-dpdk-throughput-latency-3n-hsw"
17349   include:
17350     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17351     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17352   layout:
17353     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17354     layout: "plot-throughput"
17355
17356 - type: "plot"
17357   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17358   algorithm: "plot_perf_box_name"
17359   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17360   data: "plot-dpdk-throughput-latency-3n-hsw"
17361   include:
17362     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17363     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17364   layout:
17365     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17366     layout: "plot-throughput"
17367
17368 - type: "plot"
17369   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17370   algorithm: "plot_perf_box_name"
17371   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17372   data: "plot-dpdk-throughput-latency-3n-hsw"
17373   include:
17374     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17375     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17376   layout:
17377     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17378     layout: "plot-throughput"
17379
17380 - type: "plot"
17381   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17382   algorithm: "plot_perf_box_name"
17383   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17384   data: "plot-dpdk-throughput-latency-3n-hsw"
17385   include:
17386     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17387     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17388   layout:
17389     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17390     layout: "plot-throughput"
17391
17392 # 2n-dnv-x553
17393
17394 - type: "plot"
17395   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17396   algorithm: "plot_perf_box_name"
17397   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17398   data: "plot-dpdk-throughput-latency-2n-dnv"
17399   include:
17400     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17401     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17402   layout:
17403     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17404     layout: "plot-throughput"
17405
17406 - type: "plot"
17407   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17408   algorithm: "plot_perf_box_name"
17409   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17410   data: "plot-dpdk-throughput-latency-2n-dnv"
17411   include:
17412     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17413     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17414   layout:
17415     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17416     layout: "plot-throughput"
17417
17418 - type: "plot"
17419   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17420   algorithm: "plot_perf_box_name"
17421   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17422   data: "plot-dpdk-throughput-latency-2n-dnv"
17423   include:
17424     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17425     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17426   layout:
17427     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17428     layout: "plot-throughput"
17429
17430 - type: "plot"
17431   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17432   algorithm: "plot_perf_box_name"
17433   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17434   data: "plot-dpdk-throughput-latency-2n-dnv"
17435   include:
17436     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17437     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17438   layout:
17439     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17440     layout: "plot-throughput"
17441
17442 # 3n-dnv-x553
17443
17444 - type: "plot"
17445   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17446   algorithm: "plot_perf_box_name"
17447   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17448   data: "plot-dpdk-throughput-latency-3n-dnv"
17449   include:
17450     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17451     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17452   layout:
17453     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17454     layout: "plot-throughput"
17455
17456 - type: "plot"
17457   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17458   algorithm: "plot_perf_box_name"
17459   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17460   data: "plot-dpdk-throughput-latency-3n-dnv"
17461   include:
17462     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17463     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17464   layout:
17465     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17466     layout: "plot-throughput"
17467
17468 - type: "plot"
17469   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17470   algorithm: "plot_perf_box_name"
17471   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17472   data: "plot-dpdk-throughput-latency-3n-dnv"
17473   include:
17474     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17475     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17476   layout:
17477     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17478     layout: "plot-throughput"
17479
17480 - type: "plot"
17481   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17482   algorithm: "plot_perf_box_name"
17483   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17484   data: "plot-dpdk-throughput-latency-3n-dnv"
17485   include:
17486     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17487     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17488   layout:
17489     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17490     layout: "plot-throughput"
17491
17492 # 3n-tsh-x520
17493
17494 - type: "plot"
17495   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17496   algorithm: "plot_perf_box_name"
17497   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17498   data: "plot-dpdk-throughput-latency-3n-tsh"
17499   include:
17500     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17501     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17502   layout:
17503     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17504     layout: "plot-throughput"
17505
17506 - type: "plot"
17507   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17508   algorithm: "plot_perf_box_name"
17509   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17510   data: "plot-dpdk-throughput-latency-3n-tsh"
17511   include:
17512     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17513     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17514   layout:
17515     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17516     layout: "plot-throughput"
17517
17518 - type: "plot"
17519   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17520   algorithm: "plot_perf_box_name"
17521   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17522   data: "plot-dpdk-throughput-latency-3n-tsh"
17523   include:
17524     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17525     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17526   layout:
17527     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17528     layout: "plot-throughput"
17529
17530 - type: "plot"
17531   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17532   algorithm: "plot_perf_box_name"
17533   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17534   data: "plot-dpdk-throughput-latency-3n-tsh"
17535   include:
17536     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17537     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17538   layout:
17539     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17540     layout: "plot-throughput"
17541
17542 ################################################################################
17543 ###   2n-clx                                                                 ###
17544 ################################################################################
17545
17546 # Packet Throughput
17547
17548 - type: "plot"
17549   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17550   algorithm: "plot_perf_box_name"
17551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17553   include:
17554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17558   layout:
17559     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17560     layout: "plot-throughput"
17561
17562 - type: "plot"
17563   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17564   algorithm: "plot_perf_box_name"
17565   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17567   include:
17568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17572   layout:
17573     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17574     layout: "plot-throughput"
17575
17576 - type: "plot"
17577   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17578   algorithm: "plot_perf_box_name"
17579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17581   include:
17582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17586   layout:
17587     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17588     layout: "plot-throughput"
17589
17590 - type: "plot"
17591   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17592   algorithm: "plot_perf_box_name"
17593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17595   include:
17596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17597     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17600   layout:
17601     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17602     layout: "plot-throughput"
17603
17604 - type: "plot"
17605   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17606   algorithm: "plot_perf_box_name"
17607   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17609   include:
17610 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17611     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17612     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17613     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17614   layout:
17615     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17616     layout: "plot-throughput"
17617
17618 - type: "plot"
17619   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17620   algorithm: "plot_perf_box_name"
17621   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17623   include:
17624 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17625     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17626     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17627     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17628   layout:
17629     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17630     layout: "plot-throughput"
17631
17632 - type: "plot"
17633   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17634   algorithm: "plot_perf_box_name"
17635   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17637   include:
17638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17644   layout:
17645     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17646     layout: "plot-throughput"
17647
17648 - type: "plot"
17649   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17650   algorithm: "plot_perf_box_name"
17651   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17653   include:
17654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17660   layout:
17661     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17662     layout: "plot-throughput"
17663
17664 - type: "plot"
17665   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17666   algorithm: "plot_perf_box_name"
17667   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17669   include:
17670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17674   layout:
17675     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17676     layout: "plot-throughput"
17677
17678 - type: "plot"
17679   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17680   algorithm: "plot_perf_box_name"
17681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17683   include:
17684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17688   layout:
17689     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17690     layout: "plot-throughput"
17691
17692 - type: "plot"
17693   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17694   algorithm: "plot_perf_box_name"
17695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17697   include:
17698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17701   layout:
17702     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17707   algorithm: "plot_perf_box_name"
17708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17710   include:
17711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17714   layout:
17715     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17716     layout: "plot-throughput"
17717
17718 - type: "plot"
17719   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17720   algorithm: "plot_perf_box_name"
17721   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17723   include:
17724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17729   layout:
17730     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17731     layout: "plot-throughput"
17732
17733 - type: "plot"
17734   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17735   algorithm: "plot_perf_box_name"
17736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17738   include:
17739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17744   layout:
17745     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17746     layout: "plot-throughput"
17747
17748 - type: "plot"
17749   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17750   algorithm: "plot_perf_box_name"
17751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17753   include:
17754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17757   layout:
17758     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17759     layout: "plot-throughput"
17760
17761 - type: "plot"
17762   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17763   algorithm: "plot_perf_box_name"
17764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17766   include:
17767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17770   layout:
17771     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17772     layout: "plot-throughput"
17773
17774 - type: "plot"
17775   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17776   algorithm: "plot_perf_box_name"
17777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17779   include:
17780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17786   layout:
17787     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17788     layout: "plot-throughput"
17789
17790 - type: "plot"
17791   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17792   algorithm: "plot_perf_box_name"
17793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17795   include:
17796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17802   layout:
17803     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17804     layout: "plot-throughput"
17805
17806 - type: "plot"
17807   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17808   algorithm: "plot_perf_box_name"
17809   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17811   include:
17812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17818   layout:
17819     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17820     layout: "plot-throughput"
17821
17822 - type: "plot"
17823   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17824   algorithm: "plot_perf_box_name"
17825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17827   include:
17828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17834   layout:
17835     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17836     layout: "plot-throughput"
17837
17838 - type: "plot"
17839   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17840   algorithm: "plot_perf_box_name"
17841   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17843   include:
17844     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17846   layout:
17847     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17848     layout: "plot-throughput"
17849
17850 - type: "plot"
17851   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17852   algorithm: "plot_perf_box_name"
17853   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17855   include:
17856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17858   layout:
17859     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17860     layout: "plot-throughput"
17861
17862 - type: "plot"
17863   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17864   algorithm: "plot_perf_box_name"
17865   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17867   include:
17868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17874   layout:
17875     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17876     layout: "plot-throughput"
17877
17878 - type: "plot"
17879   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17880   algorithm: "plot_perf_box_name"
17881   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17883   include:
17884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17890   layout:
17891     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17892     layout: "plot-throughput"
17893
17894 - type: "plot"
17895   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17896   algorithm: "plot_perf_box_name"
17897   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17899   include:
17900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17905 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17906   layout:
17907     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17908     layout: "plot-throughput"
17909
17910 - type: "plot"
17911   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17912   algorithm: "plot_perf_box_name"
17913   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17915   include:
17916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17921 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17922   layout:
17923     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17924     layout: "plot-throughput"
17925
17926 - type: "plot"
17927   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17928   algorithm: "plot_perf_box_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17938   layout:
17939     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17940     layout: "plot-throughput"
17941
17942 - type: "plot"
17943   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17944   algorithm: "plot_perf_box_name"
17945   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17947   include:
17948     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17951     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17954   layout:
17955     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17956     layout: "plot-throughput"
17957
17958 - type: "plot"
17959   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17960   algorithm: "plot_perf_box_name"
17961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17963   include:
17964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17969   layout:
17970     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17971     layout: "plot-throughput"
17972
17973 - type: "plot"
17974   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17975   algorithm: "plot_perf_box_name"
17976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17978   include:
17979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17984   layout:
17985     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17986     layout: "plot-throughput"
17987
17988 - type: "plot"
17989   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17990   algorithm: "plot_perf_box_name"
17991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17993   include:
17994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17999   layout:
18000     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18001     layout: "plot-throughput"
18002
18003 - type: "plot"
18004   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18005   algorithm: "plot_perf_box_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18014   layout:
18015     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18016     layout: "plot-throughput"
18017
18018 - type: "plot"
18019   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18020   algorithm: "plot_perf_box_name"
18021   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18023   include:
18024     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18029   layout:
18030     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18031     layout: "plot-throughput"
18032
18033 - type: "plot"
18034   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18035   algorithm: "plot_perf_box_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18044   layout:
18045     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18046     layout: "plot-throughput"
18047
18048 - type: "plot"
18049   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18050   algorithm: "plot_perf_box_name"
18051   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18053   include:
18054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18059   layout:
18060     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18061     layout: "plot-throughput"
18062
18063 - type: "plot"
18064   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18065   algorithm: "plot_perf_box_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18074   layout:
18075     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18076     layout: "plot-throughput"
18077
18078 - type: "plot"
18079   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18080   algorithm: "plot_perf_box_name"
18081   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18083   include:
18084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18089   layout:
18090     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18091     layout: "plot-throughput"
18092
18093 - type: "plot"
18094   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18095   algorithm: "plot_perf_box_name"
18096   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18098   include:
18099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18104   layout:
18105     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18106     layout: "plot-throughput"
18107
18108 - type: "plot"
18109   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18110   algorithm: "plot_perf_box_name"
18111   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18113   include:
18114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18120   layout:
18121     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18122     layout: "plot-throughput"
18123
18124 - type: "plot"
18125   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18126   algorithm: "plot_perf_box_name"
18127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18129   include:
18130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18136   layout:
18137     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18138     layout: "plot-throughput"
18139
18140 - type: "plot"
18141   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18142   algorithm: "plot_perf_box_name"
18143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18145   include:
18146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18150   layout:
18151     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18152     layout: "plot-throughput"
18153
18154 - type: "plot"
18155   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18156   algorithm: "plot_perf_box_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18159   include:
18160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18164   layout:
18165     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18166     layout: "plot-throughput"
18167
18168 - type: "plot"
18169   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18170   algorithm: "plot_perf_box_name"
18171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18173   include:
18174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18180   layout:
18181     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18182     layout: "plot-throughput"
18183
18184 - type: "plot"
18185   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18186   algorithm: "plot_perf_box_name"
18187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18189   include:
18190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18196   layout:
18197     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18198     layout: "plot-throughput"
18199
18200 - type: "plot"
18201   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18202   algorithm: "plot_perf_box_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18210   layout:
18211     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18212     layout: "plot-throughput"
18213
18214 - type: "plot"
18215   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18216   algorithm: "plot_perf_box_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18224   layout:
18225     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18226     layout: "plot-throughput"
18227
18228 - type: "plot"
18229   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18230   algorithm: "plot_perf_box_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18235     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18236     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18237     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18240   layout:
18241     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18242     layout: "plot-throughput"
18243
18244 - type: "plot"
18245   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18246   algorithm: "plot_perf_box_name"
18247   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18249   include:
18250     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18251     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18252     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18256   layout:
18257     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18258     layout: "plot-throughput"
18259
18260 - type: "plot"
18261   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18262   algorithm: "plot_perf_box_name"
18263   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18265   include:
18266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18270   layout:
18271     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18272     layout: "plot-throughput"
18273
18274 - type: "plot"
18275   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18276   algorithm: "plot_perf_box_name"
18277   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18279   include:
18280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18281     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18282     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18283     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18284   layout:
18285     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18286     layout: "plot-throughput"
18287
18288 - type: "plot"
18289   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18290   algorithm: "plot_perf_box_name"
18291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18293   include:
18294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18299   layout:
18300     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18301     layout: "plot-throughput"
18302
18303 - type: "plot"
18304   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18305   algorithm: "plot_perf_box_name"
18306   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18308   include:
18309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18314   layout:
18315     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18316     layout: "plot-throughput"
18317
18318 - type: "plot"
18319   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18320   algorithm: "plot_perf_box_name"
18321   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18323   include:
18324     - "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"
18325     - "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"
18326     - "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"
18327     - "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"
18328     - "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"
18329   layout:
18330     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18331     layout: "plot-throughput"
18332
18333 - type: "plot"
18334   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18335   algorithm: "plot_perf_box_name"
18336   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18338   include:
18339     - "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"
18340     - "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"
18341     - "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"
18342     - "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"
18343     - "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"
18344   layout:
18345     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18346     layout: "plot-throughput"
18347
18348 - type: "plot"
18349   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18350   algorithm: "plot_perf_box_name"
18351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18353   include:
18354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18359   layout:
18360     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18361     layout: "plot-throughput"
18362
18363 - type: "plot"
18364   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18365   algorithm: "plot_perf_box_name"
18366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18368   include:
18369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18374   layout:
18375     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18376     layout: "plot-throughput"
18377
18378 - type: "plot"
18379   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18380   algorithm: "plot_perf_box_name"
18381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18383   include:
18384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18389   layout:
18390     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18391     layout: "plot-throughput"
18392
18393 - type: "plot"
18394   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18395   algorithm: "plot_perf_box_name"
18396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18398   include:
18399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18404   layout:
18405     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18406     layout: "plot-throughput"
18407
18408 - type: "plot"
18409   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18410   algorithm: "plot_perf_box_name"
18411   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18413   include:
18414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18418   layout:
18419     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18420     layout: "plot-throughput"
18421
18422 - type: "plot"
18423   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18424   algorithm: "plot_perf_box_name"
18425   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18427   include:
18428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18432   layout:
18433     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18434     layout: "plot-throughput"
18435
18436 - type: "plot"
18437   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18438   algorithm: "plot_perf_box_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18441   include:
18442     - "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"
18443     - "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"
18444     - "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"
18445     - "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"
18446   layout:
18447     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18448     layout: "plot-throughput"
18449
18450 - type: "plot"
18451   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18452   algorithm: "plot_perf_box_name"
18453   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18455   include:
18456     - "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"
18457     - "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"
18458     - "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"
18459     - "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"
18460   layout:
18461     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18462     layout: "plot-throughput"
18463
18464 - type: "plot"
18465   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18466   algorithm: "plot_perf_box_name"
18467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18469   include:
18470     - "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"
18471     - "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"
18472     - "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"
18473     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18474     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18475     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18476   layout:
18477     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18478     layout: "plot-throughput"
18479
18480 - type: "plot"
18481   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18482   algorithm: "plot_perf_box_name"
18483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18485   include:
18486     - "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"
18487     - "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"
18488     - "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"
18489     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18490     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18491     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18492   layout:
18493     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18494     layout: "plot-throughput"
18495
18496 ################################################################################
18497
18498 # Packet Speedup
18499
18500 - type: "plot"
18501   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18502   algorithm: "plot_tsa_name"
18503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18505   include:
18506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18510   layout:
18511     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18512     layout: "plot-throughput-speedup-analysis"
18513
18514 - type: "plot"
18515   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18516   algorithm: "plot_tsa_name"
18517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18519   include:
18520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18522     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18524   layout:
18525     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18526     layout: "plot-throughput-speedup-analysis"
18527
18528 - type: "plot"
18529   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18530   algorithm: "plot_tsa_name"
18531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18533   include:
18534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18537     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18538   layout:
18539     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18540     layout: "plot-throughput-speedup-analysis"
18541
18542 - type: "plot"
18543   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18544   algorithm: "plot_tsa_name"
18545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18547   include:
18548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18552   layout:
18553     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18554     layout: "plot-throughput-speedup-analysis"
18555
18556 - type: "plot"
18557   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18558   algorithm: "plot_tsa_name"
18559   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18561   include:
18562     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18563     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18564     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18565     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18566   layout:
18567     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18568     layout: "plot-throughput-speedup-analysis"
18569
18570 - type: "plot"
18571   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18572   algorithm: "plot_tsa_name"
18573   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18575   include:
18576     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18577     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18578     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18579     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18580   layout:
18581     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18582     layout: "plot-throughput-speedup-analysis"
18583
18584 - type: "plot"
18585   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18586   algorithm: "plot_tsa_name"
18587   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18589   include:
18590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18596   layout:
18597     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18598     layout: "plot-throughput-speedup-analysis"
18599
18600 - type: "plot"
18601   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18602   algorithm: "plot_tsa_name"
18603   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18605   include:
18606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18612   layout:
18613     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18614     layout: "plot-throughput-speedup-analysis"
18615
18616 - type: "plot"
18617   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18618   algorithm: "plot_tsa_name"
18619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18621   include:
18622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18626   layout:
18627     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18628     layout: "plot-throughput-speedup-analysis"
18629
18630 - type: "plot"
18631   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18632   algorithm: "plot_tsa_name"
18633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18635   include:
18636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18640   layout:
18641     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18642     layout: "plot-throughput-speedup-analysis"
18643
18644 - type: "plot"
18645   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18646   algorithm: "plot_tsa_name"
18647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18649   include:
18650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18653   layout:
18654     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18655     layout: "plot-throughput-speedup-analysis"
18656
18657 - type: "plot"
18658   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18659   algorithm: "plot_tsa_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18666   layout:
18667     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18668     layout: "plot-throughput-speedup-analysis"
18669
18670 - type: "plot"
18671   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18672   algorithm: "plot_tsa_name"
18673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18675   include:
18676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18681   layout:
18682     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18683     layout: "plot-throughput-speedup-analysis"
18684
18685 - type: "plot"
18686   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18687   algorithm: "plot_tsa_name"
18688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18690   include:
18691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18696   layout:
18697     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18698     layout: "plot-throughput-speedup-analysis"
18699
18700 - type: "plot"
18701   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18702   algorithm: "plot_tsa_name"
18703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18705   include:
18706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18709   layout:
18710     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18711     layout: "plot-throughput-speedup-analysis"
18712
18713 - type: "plot"
18714   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18715   algorithm: "plot_tsa_name"
18716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18718   include:
18719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18722   layout:
18723     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18724     layout: "plot-throughput-speedup-analysis"
18725
18726 - type: "plot"
18727   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18728   algorithm: "plot_tsa_name"
18729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18731   include:
18732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18738   layout:
18739     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18740     layout: "plot-throughput-speedup-analysis"
18741
18742 - type: "plot"
18743   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18744   algorithm: "plot_tsa_name"
18745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18747   include:
18748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18754   layout:
18755     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18756     layout: "plot-throughput-speedup-analysis"
18757
18758 - type: "plot"
18759   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18760   algorithm: "plot_tsa_name"
18761   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18763   include:
18764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18770   layout:
18771     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18772     layout: "plot-throughput-speedup-analysis"
18773
18774 - type: "plot"
18775   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18776   algorithm: "plot_tsa_name"
18777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18779   include:
18780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18786   layout:
18787     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18788     layout: "plot-throughput-speedup-analysis"
18789
18790 - type: "plot"
18791   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18792   algorithm: "plot_tsa_name"
18793   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18795   include:
18796     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18798   layout:
18799     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18800     layout: "plot-throughput-speedup-analysis"
18801
18802 - type: "plot"
18803   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18804   algorithm: "plot_tsa_name"
18805   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18807   include:
18808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18810   layout:
18811     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18812     layout: "plot-throughput-speedup-analysis"
18813
18814 - type: "plot"
18815   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18816   algorithm: "plot_tsa_name"
18817   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18819   include:
18820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18826   layout:
18827     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18828     layout: "plot-throughput-speedup-analysis"
18829
18830 - type: "plot"
18831   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18832   algorithm: "plot_tsa_name"
18833   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18835   include:
18836     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18842   layout:
18843     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18844     layout: "plot-throughput-speedup-analysis"
18845
18846 - type: "plot"
18847   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18848   algorithm: "plot_tsa_name"
18849   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18851   include:
18852     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18858   layout:
18859     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18860     layout: "plot-throughput-speedup-analysis"
18861
18862 - type: "plot"
18863   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18864   algorithm: "plot_tsa_name"
18865   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18867   include:
18868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18874   layout:
18875     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18876     layout: "plot-throughput-speedup-analysis"
18877
18878 - type: "plot"
18879   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18880   algorithm: "plot_tsa_name"
18881   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18883   include:
18884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18890   layout:
18891     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18892     layout: "plot-throughput-speedup-analysis"
18893
18894 - type: "plot"
18895   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18896   algorithm: "plot_tsa_name"
18897   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18899   include:
18900     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18901     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18902     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18903     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18904     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18906   layout:
18907     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18908     layout: "plot-throughput-speedup-analysis"
18909
18910 - type: "plot"
18911   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18912   algorithm: "plot_tsa_name"
18913   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18915   include:
18916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18917     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18918     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18919     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18920     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18921   layout:
18922     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18923     layout: "plot-throughput-speedup-analysis"
18924
18925 - type: "plot"
18926   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18927   algorithm: "plot_tsa_name"
18928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18930   include:
18931     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18932     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18933     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18934     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18935     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18936   layout:
18937     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18938     layout: "plot-throughput-speedup-analysis"
18939
18940 - type: "plot"
18941   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18942   algorithm: "plot_tsa_name"
18943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18945   include:
18946     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18948     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18951   layout:
18952     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18953     layout: "plot-throughput-speedup-analysis"
18954
18955 - type: "plot"
18956   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18957   algorithm: "plot_tsa_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18966   layout:
18967     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18968     layout: "plot-throughput-speedup-analysis"
18969
18970 - type: "plot"
18971   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18972   algorithm: "plot_tsa_name"
18973   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18975   include:
18976     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18977     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18978     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18981   layout:
18982     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18983     layout: "plot-throughput-speedup-analysis"
18984
18985 - type: "plot"
18986   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18987   algorithm: "plot_tsa_name"
18988   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18990   include:
18991     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18992     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18993     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18994     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18995     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18996   layout:
18997     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18998     layout: "plot-throughput-speedup-analysis"
18999
19000 - type: "plot"
19001   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19002   algorithm: "plot_tsa_name"
19003   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19005   include:
19006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19011   layout:
19012     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19013     layout: "plot-throughput-speedup-analysis"
19014
19015 - type: "plot"
19016   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19017   algorithm: "plot_tsa_name"
19018   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19020   include:
19021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19026   layout:
19027     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19028     layout: "plot-throughput-speedup-analysis"
19029
19030 - type: "plot"
19031   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19032   algorithm: "plot_tsa_name"
19033   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19035   include:
19036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19041   layout:
19042     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19043     layout: "plot-throughput-speedup-analysis"
19044
19045 - type: "plot"
19046   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19047   algorithm: "plot_tsa_name"
19048   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19050   include:
19051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19056   layout:
19057     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19058     layout: "plot-throughput-speedup-analysis"
19059
19060 - type: "plot"
19061   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19062   algorithm: "plot_tsa_name"
19063   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19065   include:
19066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19072   layout:
19073     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19074     layout: "plot-throughput-speedup-analysis"
19075
19076 - type: "plot"
19077   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19078   algorithm: "plot_tsa_name"
19079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19081   include:
19082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19088   layout:
19089     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19090     layout: "plot-throughput-speedup-analysis"
19091
19092 - type: "plot"
19093   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19094   algorithm: "plot_tsa_name"
19095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19097   include:
19098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19102   layout:
19103     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19104     layout: "plot-throughput-speedup-analysis"
19105
19106 - type: "plot"
19107   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19108   algorithm: "plot_tsa_name"
19109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19111   include:
19112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19116   layout:
19117     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19118     layout: "plot-throughput-speedup-analysis"
19119
19120 - type: "plot"
19121   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19122   algorithm: "plot_tsa_name"
19123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19125   include:
19126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19132   layout:
19133     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19134     layout: "plot-throughput-speedup-analysis"
19135
19136 - type: "plot"
19137   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19138   algorithm: "plot_tsa_name"
19139   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19141   include:
19142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19148   layout:
19149     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19150     layout: "plot-throughput-speedup-analysis"
19151
19152 - type: "plot"
19153   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19154   algorithm: "plot_tsa_name"
19155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19157   include:
19158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19162   layout:
19163     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19164     layout: "plot-throughput-speedup-analysis"
19165
19166 - type: "plot"
19167   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19168   algorithm: "plot_tsa_name"
19169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19171   include:
19172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19176   layout:
19177     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19178     layout: "plot-throughput-speedup-analysis"
19179
19180 - type: "plot"
19181   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19182   algorithm: "plot_tsa_name"
19183   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19185   include:
19186     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19187     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19188     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19189     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19190     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19192   layout:
19193     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19194     layout: "plot-throughput-speedup-analysis"
19195
19196 - type: "plot"
19197   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19198   algorithm: "plot_tsa_name"
19199   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19201   include:
19202     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19203     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19204     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19205     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19206     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19207     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19208   layout:
19209     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19210     layout: "plot-throughput-speedup-analysis"
19211
19212 - type: "plot"
19213   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19214   algorithm: "plot_tsa_name"
19215   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19217   include:
19218     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19219     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19220     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19221     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19222   layout:
19223     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19224     layout: "plot-throughput-speedup-analysis"
19225
19226 - type: "plot"
19227   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19228   algorithm: "plot_tsa_name"
19229   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19231   include:
19232     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19233     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19234     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19235     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19236   layout:
19237     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19238     layout: "plot-throughput-speedup-analysis"
19239
19240 - type: "plot"
19241   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19242   algorithm: "plot_tsa_name"
19243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19245   include:
19246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19251   layout:
19252     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19253     layout: "plot-throughput-speedup-analysis"
19254
19255 - type: "plot"
19256   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19257   algorithm: "plot_tsa_name"
19258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19260   include:
19261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19266   layout:
19267     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19268     layout: "plot-throughput-speedup-analysis"
19269
19270 - type: "plot"
19271   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19272   algorithm: "plot_tsa_name"
19273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19275   include:
19276     - "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"
19277     - "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"
19278     - "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"
19279     - "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"
19280     - "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"
19281   layout:
19282     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19283     layout: "plot-throughput-speedup-analysis"
19284
19285 - type: "plot"
19286   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19287   algorithm: "plot_tsa_name"
19288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19290   include:
19291     - "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"
19292     - "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"
19293     - "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"
19294     - "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"
19295     - "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"
19296   layout:
19297     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19298     layout: "plot-throughput-speedup-analysis"
19299
19300 - type: "plot"
19301   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19302   algorithm: "plot_tsa_name"
19303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19305   include:
19306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19311   layout:
19312     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19313     layout: "plot-throughput-speedup-analysis"
19314
19315 - type: "plot"
19316   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19317   algorithm: "plot_tsa_name"
19318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19320   include:
19321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19326   layout:
19327     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19328     layout: "plot-throughput-speedup-analysis"
19329
19330 - type: "plot"
19331   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19332   algorithm: "plot_tsa_name"
19333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19335   include:
19336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19341   layout:
19342     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19343     layout: "plot-throughput-speedup-analysis"
19344
19345 - type: "plot"
19346   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19347   algorithm: "plot_tsa_name"
19348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19350   include:
19351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19356   layout:
19357     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19358     layout: "plot-throughput-speedup-analysis"
19359
19360 - type: "plot"
19361   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19362   algorithm: "plot_tsa_name"
19363   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19365   include:
19366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19370   layout:
19371     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19372     layout: "plot-throughput-speedup-analysis"
19373
19374 - type: "plot"
19375   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19376   algorithm: "plot_tsa_name"
19377   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19379   include:
19380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19384   layout:
19385     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19386     layout: "plot-throughput-speedup-analysis"
19387
19388 - type: "plot"
19389   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19390   algorithm: "plot_tsa_name"
19391   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19393   include:
19394     - "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"
19395     - "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"
19396     - "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"
19397     - "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"
19398   layout:
19399     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19400     layout: "plot-throughput-speedup-analysis"
19401
19402 - type: "plot"
19403   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19404   algorithm: "plot_tsa_name"
19405   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19407   include:
19408     - "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"
19409     - "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"
19410     - "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"
19411     - "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"
19412   layout:
19413     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19414     layout: "plot-throughput-speedup-analysis"
19415
19416 - type: "plot"
19417   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19418   algorithm: "plot_tsa_name"
19419   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19421   include:
19422     - "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"
19423     - "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"
19424     - "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"
19425     - "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"
19426     - "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"
19427     - "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"
19428   layout:
19429     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19430     layout: "plot-throughput-speedup-analysis"
19431
19432 - type: "plot"
19433   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19434   algorithm: "plot_tsa_name"
19435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19437   include:
19438     - "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"
19439     - "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"
19440     - "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"
19441     - "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"
19442     - "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"
19443     - "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"
19444   layout:
19445     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19446     layout: "plot-throughput-speedup-analysis"
19447
19448 ################################################################################
19449
19450 # Packet Throughput - DPDK
19451
19452 # 2n-clx-xxv710
19453
19454 - type: "plot"
19455   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19456   algorithm: "plot_perf_box_name"
19457   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19458   data: "plot-dpdk-throughput-latency-2n-clx"
19459   include:
19460     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19461     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19462   layout:
19463     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19464     layout: "plot-throughput"
19465
19466 - type: "plot"
19467   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19468   algorithm: "plot_perf_box_name"
19469   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19470   data: "plot-dpdk-throughput-latency-2n-clx"
19471   include:
19472     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19473     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19474   layout:
19475     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19476     layout: "plot-throughput"
19477
19478 - type: "plot"
19479   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19480   algorithm: "plot_perf_box_name"
19481   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19482   data: "plot-dpdk-throughput-latency-2n-clx"
19483   include:
19484     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19485     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19486   layout:
19487     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19488     layout: "plot-throughput"
19489
19490 - type: "plot"
19491   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19492   algorithm: "plot_perf_box_name"
19493   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19494   data: "plot-dpdk-throughput-latency-2n-clx"
19495   include:
19496     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19497     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19498   layout:
19499     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19500     layout: "plot-throughput"
19501
19502 # 2n-clx-x710
19503
19504 - type: "plot"
19505   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19506   algorithm: "plot_perf_box_name"
19507   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19508   data: "plot-dpdk-throughput-latency-2n-clx"
19509   include:
19510     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19511     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19512   layout:
19513     title: "2n-clx-x710-64b-2t1c-base-ndr"
19514     layout: "plot-throughput"
19515
19516 - type: "plot"
19517   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19518   algorithm: "plot_perf_box_name"
19519   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19520   data: "plot-dpdk-throughput-latency-2n-clx"
19521   include:
19522     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19523     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19524   layout:
19525     title: "2n-clx-x710-64b-4t2c-base-ndr"
19526     layout: "plot-throughput"
19527
19528 - type: "plot"
19529   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19530   algorithm: "plot_perf_box_name"
19531   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19532   data: "plot-dpdk-throughput-latency-2n-clx"
19533   include:
19534     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19535     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19536   layout:
19537     title: "2n-clx-x710-64b-2t1c-base-pdr"
19538     layout: "plot-throughput"
19539
19540 - type: "plot"
19541   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19542   algorithm: "plot_perf_box_name"
19543   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19544   data: "plot-dpdk-throughput-latency-2n-clx"
19545   include:
19546     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19547     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19548   layout:
19549     title: "2n-clx-x710-64b-4t2c-base-pdr"
19550     layout: "plot-throughput"
19551
19552 ################################################################################
19553
19554 - type: "plot"
19555   title: "Latency by percentile: 2n-skx"
19556   algorithm: "plot_hdrh_lat_by_percentile"
19557   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19558   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19559   target-links: "../../_static/vpp"
19560   data: "plot-vpp-hdrh-lat-2n-skx"
19561   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19562   layout:
19563     layout: "plot-hdrh-latency-by-percentile"
19564
19565 - type: "plot"
19566   title: "Latency by percentile: 3n-skx"
19567   algorithm: "plot_hdrh_lat_by_percentile"
19568   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19569   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19570   target-links: "../../_static/vpp"
19571   data: "plot-vpp-hdrh-lat-3n-skx"
19572   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19573   layout:
19574     layout: "plot-hdrh-latency-by-percentile"
19575
19576 - type: "plot"
19577   title: "Latency by percentile: 2n-clx"
19578   algorithm: "plot_hdrh_lat_by_percentile"
19579   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19580   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19581   target-links: "../../_static/vpp"
19582   data: "plot-vpp-hdrh-lat-2n-clx"
19583   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19584   layout:
19585     layout: "plot-hdrh-latency-by-percentile"
19586
19587 - type: "plot"
19588   title: "Latency by percentile: 3n-hsw"
19589   algorithm: "plot_hdrh_lat_by_percentile"
19590   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19591   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19592   target-links: "../../_static/vpp"
19593   data: "plot-vpp-hdrh-lat-3n-hsw"
19594   filter: "'1T1C' and 'NIC_Intel-XL710'"
19595   layout:
19596     layout: "plot-hdrh-latency-by-percentile"
19597
19598 - type: "plot"
19599   title: "Latency by percentile: 3n-tsh"
19600   algorithm: "plot_hdrh_lat_by_percentile"
19601   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19602   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19603   target-links: "../../_static/vpp"
19604   data: "plot-vpp-hdrh-lat-3n-tsh"
19605   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19606   layout:
19607     layout: "plot-hdrh-latency-by-percentile"
19608
19609 - type: "plot"
19610   title: "Latency by percentile: DPDK 2n-skx"
19611   algorithm: "plot_hdrh_lat_by_percentile"
19612   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19613   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19614   target-links: "../../_static/dpdk"
19615   data: "plot-dpdk-hdrh-lat-2n-skx"
19616   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19617   layout:
19618     layout: "plot-hdrh-latency-by-percentile"
19619
19620 - type: "plot"
19621   title: "Latency by percentile: DPDK 3n-skx"
19622   algorithm: "plot_hdrh_lat_by_percentile"
19623   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19624   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19625   target-links: "../../_static/dpdk"
19626   data: "plot-dpdk-hdrh-lat-3n-skx"
19627   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19628   layout:
19629     layout: "plot-hdrh-latency-by-percentile"
19630
19631 - type: "plot"
19632   title: "Latency by percentile: DPDK 2n-clx"
19633   algorithm: "plot_hdrh_lat_by_percentile"
19634   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19635   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19636   target-links: "../../_static/dpdk"
19637   data: "plot-dpdk-hdrh-lat-2n-clx"
19638   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19639   layout:
19640     layout: "plot-hdrh-latency-by-percentile"
19641
19642 - type: "plot"
19643   title: "Latency by percentile: DPDK 3n-hsw"
19644   algorithm: "plot_hdrh_lat_by_percentile"
19645   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19646   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19647   target-links: "../../_static/dpdk"
19648   data: "plot-dpdk-hdrh-lat-3n-hsw"
19649   filter: "'1T1C' and 'NIC_Intel-XL710'"
19650   layout:
19651     layout: "plot-hdrh-latency-by-percentile"
19652
19653 - type: "plot"
19654   title: "Latency by percentile: DPDK 3n-tsh"
19655   algorithm: "plot_hdrh_lat_by_percentile"
19656   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19657   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19658   target-links: "../../_static/dpdk"
19659   data: "plot-dpdk-hdrh-lat-3n-tsh"
19660   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19661   layout:
19662     layout: "plot-hdrh-latency-by-percentile"