Report: remove wrk 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         - 43  # NDRPDR sel
284         - 38  # NDRPDR sel
285         - 7   # NDRPDR sel
286         - 78  # nf-density-sel
287         - 83  # nf-density-sel
288
289     plot-vpp-nfv-2n-skx-mrr:
290       csit-vpp-perf-report-iterative-2005-2n-skx:
291         - 42  # MRR sel
292
293     plot-vpp-nfv-reconf-2n-skx:
294       csit-vpp-perf-report-iterative-2005-2n-skx:
295         - 106 # Reconf env 4
296         - 107 # Reconf env 4
297         - 108 # Reconf env 4
298         - 109 # Reconf env 4
299         - 110 # Reconf env 4
300         - 111 # Reconf env 4
301         - 112 # Reconf env 4
302         - 118 # Reconf env 4
303
304     plot-dpdk-throughput-latency-2n-skx:
305       csit-dpdk-perf-report-iterative-2005-2n-skx:
306         - 20  # NDRPDR iter
307         - 21  # NDRPDR iter
308         - 22  # NDRPDR iter
309         - 23  # NDRPDR iter
310         - 24  # NDRPDR iter
311         - 25  # NDRPDR iter
312         - 26  # NDRPDR iter
313         - 27  # NDRPDR iter
314         - 28  # NDRPDR iter
315         - 29  # NDRPDR iter
316
317     plot-dpdk-hdrh-lat-2n-skx:
318       csit-dpdk-perf-report-iterative-2005-2n-skx:
319         - 20  # NDRPDR iter
320
321     # 2n-clx
322
323     plot-vpp-throughput-lat-tsa-2n-clx:
324       csit-vpp-perf-report-iterative-2005-2n-clx:
325         - 62  # NDRPDR sel env 4
326         - 63  # NDRPDR sel env 4
327         - 64  # NDRPDR sel env 4
328         - 65  # NDRPDR sel env 4
329         - 66  # NDRPDR sel env 4
330         - 68  # NDRPDR sel env 4
331         - 69  # NDRPDR sel env 4
332         - 70  # NDRPDR sel env 4
333
334     plot-vpp-hdrh-lat-2n-clx:
335       csit-vpp-perf-report-iterative-2005-2n-clx:
336         - 70  # NDRPDR sel env 4
337
338     plot-vpp-nfv-2n-clx-ndrpdr:
339       csit-vpp-perf-report-iterative-2005-2n-clx:
340         - 7   # NDRPDR sel
341         - 38  # NDRPDR sel
342         - 9   # NDRPDR sel
343         - 39  # NDRPDR sel
344         - 40  # NDRPDR sel
345         - 57  # 2n-clx nfv-density-00
346         - 58  # 2n-clx nfv-density-00
347         - 59  # 2n-clx nfv-density-00
348         - 60  # 2n-clx nfv-density-00
349         - 61  # 2n-clx nfv-density-00
350
351     plot-vpp-nfv-2n-clx-mrr:
352       csit-vpp-perf-report-iterative-2005-2n-clx:
353         - 12   # MRR
354
355     plot-vpp-nfv-reconf-2n-clx:
356       csit-vpp-perf-report-iterative-2005-2n-clx:
357         - 81  # Reconf env 4
358         - 82  # Reconf env 4
359         - 83  # Reconf env 4
360         - 84  # Reconf env 4
361         - 85  # Reconf env 4
362         - 86  # Reconf env 4
363         - 87  # Reconf env 4
364         - 88  # Reconf env 4
365         - 89  # Reconf env 4
366         - 90  # Reconf env 4
367
368     plot-vpp-soak-2n-clx:
369       csit-vpp-perf-report-iterative-2005-2n-clx:
370         - 44  # Soak
371         - 49  # Soak
372
373     plot-dpdk-throughput-latency-2n-clx:
374       csit-dpdk-perf-report-iterative-2005-2n-clx:
375         - 20  # NDRPDR iter
376         - 21  # NDRPDR iter
377         - 22  # NDRPDR iter
378         - 23  # NDRPDR iter
379         - 24  # NDRPDR iter
380         - 25  # NDRPDR iter
381         - 26  # NDRPDR iter
382         - 27  # NDRPDR iter
383         - 28  # NDRPDR iter
384         - 29  # NDRPDR iter
385
386     plot-dpdk-hdrh-lat-2n-clx:
387       csit-dpdk-perf-report-iterative-2005-2n-clx:
388         - 21  # NDRPDR iter
389
390     # 3n-tsh
391
392     plot-vpp-throughput-lat-tsa-3n-tsh:
393       csit-vpp-perf-report-iterative-2005-3n-tsh:
394         - 23  # NDRPDR sel env 4
395         - 25  # NDRPDR sel env 4
396         - 33  # NDRPDR sel env 4
397
398     plot-vpp-hdrh-lat-3n-tsh:
399       csit-vpp-perf-report-iterative-2005-3n-tsh:
400         - 25  # NDRPDR sel env 4
401
402     plot-dpdk-throughput-latency-3n-tsh:
403       csit-dpdk-perf-report-iterative-2005-3n-tsh:
404         - 5   # NDRPDR sel
405
406     plot-dpdk-hdrh-lat-3n-tsh:
407       csit-dpdk-perf-report-iterative-2005-3n-tsh:
408         - 5   # NDRPDR sel
409
410     # 3n-dnv
411
412     plot-vpp-throughput-lat-tsa-3n-dnv:
413       csit-vpp-perf-report-iterative-2005-3n-dnv:
414         - 2   # NDRPDR sel
415         - 3   # NDRPDR sel
416         - 4   # NDRPDR sel
417         - 5   # NDRPDR sel
418         - 6   # NDRPDR sel
419         - 7   # NDRPDR sel
420         - 9   # NDRPDR sel
421         - 10  # NDRPDR sel
422         - 11  # NDRPDR sel
423         - 12  # NDRPDR sel
424
425     plot-dpdk-throughput-latency-3n-dnv:
426       csit-dpdk-perf-report-iterative-2005-3n-dnv:
427         - 6   # NDRPDR sel
428         - 7   # NDRPDR sel
429         - 8   # NDRPDR sel
430         - 9   # NDRPDR sel
431         - 10  # NDRPDR sel
432         - 11  # NDRPDR sel
433         - 12  # NDRPDR sel
434         - 13  # NDRPDR sel
435         - 14  # NDRPDR sel
436         - 16  # NDRPDR sel
437
438     # 2n-dnv
439
440     plot-vpp-throughput-lat-tsa-2n-dnv:
441       csit-vpp-perf-report-iterative-2005-2n-dnv:
442         - 3   # NDRPDR sel
443         - 6   # NDRPDR sel
444         - 7   # NDRPDR sel
445         - 8   # NDRPDR sel
446         - 9   # NDRPDR sel
447         - 10  # NDRPDR sel
448         - 11  # NDRPDR sel
449         - 12  # NDRPDR sel
450         - 13  # NDRPDR sel
451         - 14  # NDRPDR sel
452
453     plot-dpdk-throughput-latency-2n-dnv:
454       csit-dpdk-perf-report-iterative-2005-2n-dnv:
455         - 8   # NDRPDR sel
456         - 9   # NDRPDR sel
457         - 10  # NDRPDR sel
458         - 11  # NDRPDR sel
459         - 12  # NDRPDR sel
460         - 13  # NDRPDR sel
461         - 14  # NDRPDR sel
462         - 15  # NDRPDR sel
463         - 16  # NDRPDR sel
464         - 17  # NDRPDR sel
465
466     ###########################################################################
467     # Simple tables (only one data set):
468
469     # NIC Comparisons
470
471     vpp-nic-comparison-3n-skx:
472       csit-vpp-perf-report-iterative-2005-3n-skx:
473         - 42  # NDRPDR sel env 4
474         - 43  # NDRPDR sel env 4
475         - 44  # NDRPDR sel env 4
476         - 45  # NDRPDR sel env 4
477         - 47  # NDRPDR sel env 4
478
479     vpp-nic-comparison-2n-skx:
480       csit-vpp-perf-report-iterative-2005-2n-skx:
481         - 88  # NDRPDR sel env 4
482         - 89  # NDRPDR sel env 4
483         - 90  # NDRPDR sel env 4
484         - 91  # NDRPDR sel env 4
485         - 92  # NDRPDR sel env 4
486         - 93  # NDRPDR sel env 4
487         - 94  # NDRPDR sel env 4
488
489     vpp-nic-comparison-3n-skx-mrr:
490       csit-vpp-perf-report-iterative-2005-3n-skx:
491         - 49  # MRR sel env 4
492
493     vpp-nic-comparison-2n-skx-mrr:
494       csit-vpp-perf-report-iterative-2005-2n-skx:
495         - 99  # MRR sel env 4
496
497     # Results
498
499     vpp-perf-results-3n-hsw:
500       csit-vpp-perf-report-coverage-2005-3n-hsw:
501         - 74  # crypto-00
502         - 75  # crypto-01
503         - 76  # crypto-02
504         - 77  # crypto-03
505         - 78  # ip4-00
506         - 79  # ip4-01
507         - 80  # ip4-02
508         - 81  # ip4-03
509         - 73  # ip4-04
510         - 82  # ip4-05
511         - 83  # ip4-06
512         - 84  # ip4-07
513         - 85  # ip4-08
514         - 86  # ip4tun-00
515         - 87  # ip4tun-01
516         - 88  # ip4tun-02
517         - 89  # ip6-00
518         - 90  # ip6-01
519         - 91  # ip6tun-00
520         - 92  # l2-00
521         - 93  # l2-01
522         - 94  # l2-02
523         - 95  # l2-03
524         - 96  # l2-04
525         - 97  # l2-05
526         - 98  # l2-06
527         - 99  # l2-07
528         - 100 # l2-08
529         - 101 # l2-09
530         - 102 # l2-10
531         - 103 # memif-00
532         - 104 # srv6-00
533         - 105 # srv6-01
534         - 106 # vhost-00
535         - 107 # vhost-01
536
537     vpp-perf-results-3n-skx:
538       csit-vpp-perf-report-iterative-2005-3n-skx:
539         - 47  # NDRPDR sel env 4
540 #      csit-vpp-perf-report-coverage-2005-3n-skx:
541 #        - 10  # perf-full-3n-skx-crypto_I
542 #        - 11  # perf-full-3n-skx-crypto_II
543 #        - 12  # perf-full-3n-skx-crypto_III
544 #        - 5   # perf-full-3n-skx-ip4_I
545 #        - 14  # perf-full-3n-skx-ip4_II
546 #        - 7   # perf-full-3n-skx-ip4_III
547 #        - 15  # perf-full-3n-skx-ip4_IV
548 #        - 16  # perf-full-3n-skx-ip4_V
549 #        - 17  # perf-full-3n-skx-ip4_VI
550 #        - 18  # perf-full-3n-skx-ip4_VII
551 #        - 19  # perf-full-3n-skx-ip4_VIII
552 #        - 20  # perf-full-3n-skx-ip4_IX
553 #        - 24  # perf-full-3n-skx-ip6_I
554 #        - 25  # perf-full-3n-skx-ip6_II
555 #        - 21  # perf-full-3n-skx-ip4tunnels-I
556 #        - 22  # perf-full-3n-skx-ip4tunnels-II
557 #        - 23  # perf-full-3n-skx-ip4tunnels-III
558 #        - 26  # perf-full-3n-skx-ip6tunnels-I
559 #        - 28  # perf-full-3n-skx-l2_II
560 #        - 29  # perf-full-3n-skx-l2_III
561 #        - 30  # perf-full-3n-skx-l2_IV
562 #        - 32  # perf-full-3n-skx-l2_VI
563 #        - 33  # perf-full-3n-skx-l2_VII
564 #        - 34  # perf-full-3n-skx-l2_VIII
565 #        - 35  # perf-full-3n-skx-l2_IX
566 #        - 36  # perf-full-3n-skx-l2_X
567 #        - 37  # perf-full-3n-skx-l2_XI
568 #        - 38  # perf-full-3n-skx-memif
569 #        - 39  # perf-full-3n-skx-srv6-I
570 #        - 40  # perf-full-3n-skx-srv6-II
571 #        - 43  # perf-full-3n-skx-vhost-III
572
573     vpp-perf-results-2n-skx:
574       csit-vpp-perf-report-iterative-2005-2n-skx:
575         - 94  # NDRPDR sel env 4
576 #      csit-vpp-perf-report-coverage-2005-2n-skx:
577 #        - 11  # perf-full-2n-skx-ip4_I
578 #        - 3   # perf-full-2n-skx-ip4_II
579 #        - 18  # perf-full-2n-skx-ip4_III
580 #        - 19  # perf-full-2n-skx-ip4_IV
581 #        - 5   # perf-full-2n-skx-ip4_V
582 #        - 20  # perf-full-2n-skx-ip4_VI
583 #        - 7   # perf-full-2n-skx-ip6_I
584 #        - 21  # perf-full-2n-skx-ip6_II
585 #        - 9   # perf-full-2n-skx-l2_I
586 #        - 22  # perf-full-2n-skx-l2_II
587 #        - 23  # perf-full-2n-skx-memif
588 #        - 24  # perf-full-2n-skx-loadbalancer
589 #        - 25  # perf-full-2n-skx-vhost I
590 #        - 26  # perf-full-2n-skx-vhost II
591 #        - 27  # perf-full-2n-skx-vts
592
593     vpp-perf-results-2n-clx:
594       csit-vpp-perf-report-iterative-2005-2n-clx:
595         - 62  # NDRPDR sel env 4
596 #      csit-vpp-perf-report-coverage-2005-2n-clx:
597 #        - 21  # perf-full-2n-clx-ip4_I
598 #        - 2   # perf-full-2n-clx-ip4_II
599 #        - 3   # perf-full-2n-clx-ip4_III
600 #        - 4   # perf-full-2n-clx-ip4_IV
601 #        - 5   # perf-full-2n-clx-ip4_V
602 #        - 6   # perf-full-2n-clx-ip4_VI
603 #        - 7   # perf-full-2n-clx-ip6_I
604 #        - 16  # perf-full-2n-clx-ip6_II
605 #        - 23  # perf-full-2n-clx-l2_I
606 #        - 10  # perf-full-2n-clx-l2_II
607 #        - 11  # perf-full-2n-clx-memif
608 #        - 12  # perf-full-2n-clx-loadbalancer
609 #        - 13  # perf-full-2n-clx-vhost I
610 #        - 22  # perf-full-2n-clx-vhost II
611 #        - 15  # perf-full-2n-clx-vts
612
613     vpp-perf-results-3n-tsh:
614       csit-vpp-perf-report-iterative-2005-3n-tsh:
615         - 25  # NDRPDR sel env 4
616
617     vpp-perf-results-3n-dnv:
618       csit-vpp-perf-report-coverage-2005-3n-dnv:
619         - 1   # perf-full-3n-dnv-crypto_I
620         - 24  # perf-full-3n-dnv-crypto_II
621         - 5   # perf-full-3n-dnv-ip4_I
622         - 13  # perf-full-3n-dnv-ip4_II
623         - 17  # perf-full-3n-dnv-ip6_I
624         - 18  # perf-full-3n-dnv-ip6_II
625         - 21  # perf-full-3n-dnv-l2_I
626         - 22  # perf-full-3n-dnv-l2_II
627         - 23  # perf-full-3n-dnv-ip4-tunnels_I
628
629     vpp-perf-results-2n-dnv:
630       csit-vpp-perf-report-coverage-2005-2n-dnv:
631         - 1   # perf-full-2n-dnv-ip4_I
632         - 2   # perf-full-2n-dnv-ip4_II
633         - 3   # perf-full-2n-dnv-ip6_I
634         - 4   # perf-full-2n-dnv-ip6_II
635         - 5   # perf-full-2n-dnv-l2_I
636         - 6   # perf-full-2n-dnv-l2_II
637
638     vpp-mrr-results-3n-hsw:
639       csit-vpp-perf-report-iterative-2005-3n-hsw:
640         - 30  # MRR env 4
641
642     vpp-mrr-results-3n-skx:
643       csit-vpp-perf-report-iterative-2005-3n-skx:
644         - 49  # MRR sel env 4
645
646     vpp-mrr-results-2n-skx:
647       csit-vpp-perf-report-iterative-2005-2n-skx:
648         - 99  # MRR sel env 4
649
650     vpp-mrr-results-2n-clx:
651       csit-vpp-perf-report-iterative-2005-2n-clx:
652         - 72  # MRR env 4
653
654     vpp-mrr-results-3n-tsh:
655       csit-vpp-perf-report-iterative-2005-3n-tsh:
656         - 27  # MRR sel env 4
657
658     vpp-mrr-results-3n-dnv:
659       csit-vpp-perf-report-iterative-2005-3n-dnv:
660         - 8   # MRR
661
662     vpp-mrr-results-2n-dnv:
663       csit-vpp-perf-report-iterative-2005-2n-dnv:
664         - 15  # MRR sel
665
666     vpp-device-results-ubuntu:
667       csit-vpp-device-2005-ubuntu1804-1n-skx:
668         - 35
669
670     dpdk-perf-results-3n-hsw:
671       csit-dpdk-perf-report-iterative-2005-3n-hsw:
672         - 25  # NDRPDR iter
673
674     dpdk-perf-results-3n-skx:
675       csit-dpdk-perf-report-iterative-2005-3n-skx:
676         - 28  # NDRPDR iter
677
678     dpdk-perf-results-2n-skx:
679       csit-dpdk-perf-report-iterative-2005-2n-skx:
680         - 20  # NDRPDR iter
681
682     dpdk-perf-results-2n-clx:
683       csit-dpdk-perf-report-iterative-2005-2n-clx:
684         - 21  # NDRPDR iter
685
686     dpdk-perf-results-2n-dnv:
687       csit-dpdk-perf-report-iterative-2005-2n-dnv:
688         - 8   # NDRPDR sel
689
690     dpdk-perf-results-3n-dnv:
691       csit-dpdk-perf-report-iterative-2005-3n-dnv:
692         - 6   # NDRPDR sel
693
694     dpdk-perf-results-3n-tsh:
695       csit-dpdk-perf-report-iterative-2005-3n-tsh:
696         - 5   # NDRPDR sel
697
698 ###########################################################################
699     # Tables (more than one data set)
700
701     # Performance changes
702
703     vpp-performance-changes-3n-hsw-h1:
704       csit-vpp-perf-verify-1908-3n-hsw:
705         - 12  # NDRPDR sel
706         - 13  # NDRPDR sel
707         - 14  # NDRPDR sel
708         - 15  # NDRPDR sel
709         - 16  # NDRPDR sel
710         - 17  # NDRPDR sel
711         - 18  # NDRPDR sel
712         - 19  # NDRPDR sel
713         - 20  # NDRPDR sel
714         - 21  # NDRPDR sel
715     vpp-performance-changes-3n-hsw-ref:
716       csit-vpp-perf-verify-2001-3n-hsw:
717         - 21  # NDRPDR sel
718         - 22  # NDRPDR sel
719         - 23  # NDRPDR sel
720         - 24  # NDRPDR sel
721         - 25  # NDRPDR sel
722         - 29  # NDRPDR sel
723         - 30  # NDRPDR sel
724         - 31  # NDRPDR sel
725         - 32  # NDRPDR sel
726         - 34  # NDRPDR sel
727     vpp-performance-changes-3n-hsw-cmp:
728       csit-vpp-perf-report-iterative-2005-3n-hsw:
729         - 3   # NDRPDR sel
730         - 4   # NDRPDR sel
731         - 5   # NDRPDR sel
732         - 10  # NDRPDR sel
733         - 11  # NDRPDR sel
734         - 12  # NDRPDR sel
735         - 15  # NDRPDR sel
736         - 16  # NDRPDR sel
737         - 18  # NDRPDR sel
738         - 19  # NDRPDR sel
739     vpp-performance-changes-3n-hsw-cmp-2:
740       csit-vpp-perf-report-iterative-2005-3n-hsw:
741         - 20  # NDRPDR sel env 4
742         - 21  # NDRPDR sel env 4
743         - 22  # NDRPDR sel env 4
744         - 23  # NDRPDR sel env 4
745         - 24  # NDRPDR sel env 4
746         - 25  # NDRPDR sel env 4
747         - 26  # NDRPDR sel env 4
748         - 27  # NDRPDR sel env 4
749         - 28  # NDRPDR sel env 4
750         - 29  # NDRPDR sel env 4
751     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
752       csit-vpp-perf-report-iterative-2005-3n-hsw:
753         - 31  # NDRPDR sel 2001.0-4
754         - 32  # NDRPDR sel 2001.0-4
755         - 33  # NDRPDR sel 2001.0-4
756         - 34  # NDRPDR sel 2001.0-4
757         - 35  # NDRPDR sel 2001.0-4
758         - 36  # NDRPDR sel 2001.0-4
759         - 38  # NDRPDR sel 2001.0-4
760
761     vpp-performance-changes-3n-skx-h1:
762       csit-vpp-perf-verify-1908_1-3n-skx:
763         - 26  # NDRPDR sel - new1908.1
764         - 27  # NDRPDR sel - new1908.1
765         - 28  # NDRPDR sel - new1908.1
766         - 29  # NDRPDR sel - new1908.1
767         - 30  # NDRPDR sel - new1908.1
768         - 31  # NDRPDR sel - new1908.1
769         - 33  # NDRPDR sel - new1908.1
770         - 34  # NDRPDR sel - new1908.1
771         - 35  # NDRPDR sel - new1908.1
772         - 36  # NDRPDR sel - new1908.1
773     vpp-performance-changes-3n-skx-ref:
774       csit-vpp-perf-verify-2001-3n-skx:
775         - 69  # NDRPDR sel - new2001.0
776         - 71  # NDRPDR sel - new2001.0
777         - 72  # NDRPDR sel - new2001.0
778         - 76  # NDRPDR sel - new2001.0
779         - 77  # NDRPDR sel - new2001.0
780         - 78  # NDRPDR sel - new2001.0
781         - 80  # NDRPDR sel - new2001.0
782     vpp-performance-changes-3n-skx-cmp:
783       csit-vpp-perf-report-iterative-2005-3n-skx:
784         - 4   # NDRPDR sel
785         - 5   # NDRPDR sel ??? all x710 failed
786         - 33  # NDRPDR sel
787         - 28  # NDRPDR sel
788         - 34  # NDRPDR sel
789         - 36  # NDRPDR sel
790         - 37  # NDRPDR sel
791         - 38  # NDRPDR sel
792         - 39  # NDRPDR sel
793         - 41  # NDRPDR sel
794     vpp-performance-changes-3n-skx-cmp-2:
795       csit-vpp-perf-report-iterative-2005-3n-skx:
796         - 42  # NDRPDR sel env 4
797         - 43  # NDRPDR sel env 4
798         - 44  # NDRPDR sel env 4
799         - 45  # NDRPDR sel env 4
800         - 47  # NDRPDR sel env 4
801     vpp-performance-changes-3n-skx-cmp-2001.0-4:
802       csit-vpp-perf-report-iterative-2005-3n-skx:
803         - 50  # NDRPDR sel 2001.0-4
804         - 51  # NDRPDR sel 2001.0-4
805         - 52  # NDRPDR sel 2001.0-4
806         - 53  # NDRPDR sel 2001.0-4
807         - 54  # NDRPDR sel 2001.0-4
808
809     vpp-performance-changes-2n-skx-h1:
810       csit-vpp-perf-verify-1908_1-2n-skx:
811         - 39  # NDRPDR sel - new1908.1
812         - 40  # NDRPDR sel - new1908.1
813         - 41  # NDRPDR sel - new1908.1
814         - 43  # NDRPDR sel - new1908.1
815         - 44  # NDRPDR sel - new1908.1
816         - 45  # NDRPDR sel - new1908.1
817         - 46  # NDRPDR sel - new1908.1
818         - 47  # NDRPDR sel - new1908.1
819         - 48  # NDRPDR sel - new1908.1
820         - 49  # NDRPDR sel - new1908.1
821     vpp-performance-changes-2n-skx-ref:
822       csit-vpp-perf-verify-2001-2n-skx:
823         - 143  # NDRPDR sel - new2001.0
824         - 146  # NDRPDR sel - new2001.0
825         - 147  # NDRPDR sel - new2001.0
826         - 148  # NDRPDR sel - new2001.0
827         - 149  # NDRPDR sel - new2001.0
828         - 150  # NDRPDR sel - new2001.0
829         - 151  # NDRPDR sel - new2001.0
830         - 152  # NDRPDR sel - new2001.0
831         - 153  # NDRPDR sel - new2001.0
832         - 154  # NDRPDR sel - new2001.0
833     vpp-performance-changes-2n-skx-cmp:
834       csit-vpp-perf-report-iterative-2005-2n-skx:
835         - 43  # NDRPDR sel
836         - 38  # NDRPDR sel
837         - 7   # NDRPDR sel
838         - 65  # NDRPDR sel
839         - 47  # NDRPDR sel
840         - 55  # NDRPDR sel
841         - 67  # NDRPDR sel
842         - 75  # NDRPDR sel
843         - 76  # NDRPDR sel
844         - 73  # NDRPDR sel
845     vpp-performance-changes-2n-skx-cmp-2:
846       csit-vpp-perf-report-iterative-2005-2n-skx:
847         - 88  # NDRPDR sel env 4
848         - 89  # NDRPDR sel env 4
849         - 90  # NDRPDR sel env 4
850         - 91  # NDRPDR sel env 4
851         - 92  # NDRPDR sel env 4
852         - 93  # NDRPDR sel env 4
853         - 94  # NDRPDR sel env 4
854     vpp-performance-changes-2n-skx-cmp-2001.0-4:
855       csit-vpp-perf-report-iterative-2005-2n-skx:
856         - 100 # NDRPDR sel 2001.0-4
857         - 101 # NDRPDR sel 2001.0-4
858         - 102 # NDRPDR sel 2001.0-4
859         - 103 # NDRPDR sel 2001.0-4
860         - 104 # NDRPDR sel 2001.0-4
861         - 105 # NDRPDR sel 2001.0-4
862
863 #    vpp-performance-changes-nfv-2n-skx-ref:
864 #      csit-vpp-perf-verify-2001-2n-skx:
865 #        - 30  # NFV
866 #        - 31  # NFV
867 #    vpp-performance-changes-nfv-2n-skx-cmp:
868 #      csit-vpp-perf-report-iterative-2005-2n-skx:
869 #        - 43  # NDRPDR sel
870 #        - 38  # NDRPDR sel
871 #        - 7   # NDRPDR sel
872 #        - 78  # nf-density-sel
873 #        - 83  # nf-density-sel
874
875     vpp-performance-changes-2n-clx-ref:
876       csit-vpp-perf-verify-2001-2n-clx:
877         - 28  # NDRPDR sel
878         - 29  # NDRPDR sel
879         - 32  # NDRPDR sel
880         - 40  # NDRPDR sel
881         - 43  # NDRPDR sel
882         - 44  # NDRPDR sel
883         - 45  # NDRPDR sel
884         - 47  # NDRPDR sel
885         - 48  # NDRPDR sel
886         - 49  # NDRPDR sel
887     vpp-performance-changes-2n-clx-cmp:
888       csit-vpp-perf-report-iterative-2005-2n-clx:
889         - 7   # NDRPDR sel
890         - 38  # NDRPDR sel
891         - 9   # NDRPDR sel
892         - 32  # NDRPDR sel ???
893         - 33  # NDRPDR sel ???
894         - 39  # NDRPDR sel
895         - 40  # NDRPDR sel
896         - 43  # NDRPDR sel
897         - 50  # NDRPDR sel
898         - 51  # NDRPDR sel
899     vpp-performance-changes-2n-clx-cmp-2:
900       csit-vpp-perf-report-iterative-2005-2n-clx:
901         - 62  # NDRPDR sel env 4
902         - 63  # NDRPDR sel env 4
903         - 64  # NDRPDR sel env 4
904         - 65  # NDRPDR sel env 4
905         - 66  # NDRPDR sel env 4
906         - 68  # NDRPDR sel env 4
907         - 69  # NDRPDR sel env 4
908         - 70  # NDRPDR sel env 4
909     vpp-performance-changes-2n-clx-cmp-2001.0-4:
910       csit-vpp-perf-report-iterative-2005-2n-clx:
911         - 73  # NDRPDR sel 2001.0-4
912         - 74  # NDRPDR sel 2001.0-4
913         - 75  # NDRPDR sel 2001.0-4
914         - 76  # NDRPDR sel 2001.0-4
915         - 77  # NDRPDR sel 2001.0-4
916         - 78  # NDRPDR sel 2001.0-4
917         - 79  # NDRPDR sel 2001.0-4
918         - 80  # NDRPDR sel 2001.0-4
919
920     vpp-performance-changes-2n-dnv-h1:
921       csit-vpp-perf-verify-1908-2n-dnv:
922         - 1   # NDRPDR sel
923         - 2   # NDRPDR sel
924         - 3   # NDRPDR sel
925         - 4   # NDRPDR sel
926         - 5   # NDRPDR sel
927         - 6   # NDRPDR sel
928         - 7   # NDRPDR sel
929         - 8   # NDRPDR sel
930         - 9   # NDRPDR sel
931         - 10  # NDRPDR sel
932     vpp-performance-changes-2n-dnv-ref:
933       csit-vpp-perf-verify-2001-2n-dnv:
934         - 4   # NDRPDR sel
935         - 5   # NDRPDR sel
936         - 6   # NDRPDR sel
937         - 7   # NDRPDR sel
938         - 8   # NDRPDR sel
939         - 9   # NDRPDR sel
940         - 10  # NDRPDR sel
941         - 11  # NDRPDR sel
942         - 13  # NDRPDR sel
943         - 16  # NDRPDR sel
944     vpp-performance-changes-2n-dnv-cmp:
945       csit-vpp-perf-report-iterative-2005-2n-dnv:
946         - 3   # NDRPDR sel
947         - 6   # NDRPDR sel
948         - 7   # NDRPDR sel
949         - 8   # NDRPDR sel
950         - 9   # NDRPDR sel
951         - 10  # NDRPDR sel
952         - 11  # NDRPDR sel
953         - 12  # NDRPDR sel
954         - 13  # NDRPDR sel
955         - 14  # NDRPDR sel
956
957     vpp-performance-changes-3n-dnv-h1:
958       csit-vpp-perf-verify-1908-3n-dnv:
959         - 6   # NDRPDR sel
960         - 7   # NDRPDR sel
961         - 8   # NDRPDR sel
962         - 9   # NDRPDR sel
963         - 10  # NDRPDR sel
964         - 12  # NDRPDR sel
965         - 13  # NDRPDR sel
966         - 14  # NDRPDR sel
967         - 15  # NDRPDR sel
968         - 16  # NDRPDR sel
969     vpp-performance-changes-3n-dnv-ref:
970       csit-vpp-perf-verify-2001-3n-dnv:
971         - 5   # NDRPDR sel
972         - 6   # NDRPDR sel
973         - 7   # NDRPDR sel
974         - 8   # NDRPDR sel
975         - 9   # NDRPDR sel
976         - 10  # NDRPDR sel
977         - 12  # NDRPDR sel
978         - 16  # NDRPDR sel
979         - 17  # NDRPDR sel
980         - 18  # NDRPDR sel
981     vpp-performance-changes-3n-dnv-cmp:
982       csit-vpp-perf-report-iterative-2005-3n-dnv:
983         - 2   # NDRPDR sel
984         - 3   # NDRPDR sel
985         - 4   # NDRPDR sel
986         - 5   # NDRPDR sel
987         - 6   # NDRPDR sel
988         - 7   # NDRPDR sel
989         - 9   # NDRPDR sel
990         - 10  # NDRPDR sel
991         - 11  # NDRPDR sel
992         - 12  # NDRPDR sel
993
994     vpp-performance-changes-3n-tsh-h1:
995       csit-vpp-perf-verify-1908-3n-tsh:
996         - 7   # NDRPDR sel
997         - 8   # NDRPDR sel
998         - 9   # NDRPDR sel
999         - 10  # NDRPDR sel
1000         - 11  # NDRPDR sel
1001         - 12  # NDRPDR sel
1002         - 13  # NDRPDR sel
1003         - 14  # NDRPDR sel
1004         - 15  # NDRPDR sel
1005         - 16  # NDRPDR sel
1006     vpp-performance-changes-3n-tsh-ref:
1007       csit-vpp-perf-verify-2001-3n-tsh:
1008         - 3   # NDRPDR sel
1009         - 4   # NDRPDR sel
1010         - 7   # NDRPDR sel
1011         - 8   # NDRPDR sel
1012         - 10  # NDRPDR sel
1013         - 12  # NDRPDR sel
1014         - 13  # NDRPDR sel
1015         - 14  # NDRPDR sel
1016         - 15  # NDRPDR sel
1017         - 21  # NDRPDR sel
1018     vpp-performance-changes-3n-tsh-cmp:
1019       csit-vpp-perf-report-iterative-2005-3n-tsh:
1020         - 9   # NDRPDR sel
1021         - 11  # NDRPDR sel
1022         - 12  # NDRPDR sel
1023         - 20  # NDRPDR sel
1024         - 14  # NDRPDR sel
1025         - 21  # NDRPDR sel
1026     vpp-performance-changes-3n-tsh-cmp-2:
1027       csit-vpp-perf-report-iterative-2005-3n-tsh:
1028         - 23  # NDRPDR sel env 4
1029         - 25  # NDRPDR sel env 4
1030         - 33  # NDRPDR sel env 4
1031     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1032       csit-vpp-perf-report-iterative-2005-3n-tsh:
1033         - 28  # NDRPDR sel 2001.0-4
1034         - 29  # NDRPDR sel 2001.0-4
1035         - 31  # NDRPDR sel 2001.0-4
1036
1037     vpp-soak-vs-ndr-2n-skx-ref:
1038       csit-vpp-perf-report-iterative-2005-2n-skx:
1039         - 43  # NDRPDR sel
1040         - 38  # NDRPDR sel
1041         - 7   # NDRPDR sel
1042         - 65  # NDRPDR sel
1043         - 47  # NDRPDR sel
1044         - 55  # NDRPDR sel
1045         - 67  # NDRPDR sel
1046         - 75  # NDRPDR sel
1047         - 76  # NDRPDR sel
1048         - 73  # NDRPDR sel
1049     vpp-soak-vs-ndr-2n-skx-cmp:
1050       csit-vpp-perf-report-iterative-2005-2n-skx:
1051         - 49  # Soak
1052         - 54  # Soak
1053     vpp-soak-vs-ndr-2n-skx:
1054       csit-vpp-perf-report-iterative-2005-2n-skx:
1055         - 43  # NDRPDR sel
1056         - 38  # NDRPDR sel
1057         - 7   # NDRPDR sel
1058         - 65  # NDRPDR sel
1059         - 47  # NDRPDR sel
1060         - 55  # NDRPDR sel
1061         - 67  # NDRPDR sel
1062         - 75  # NDRPDR sel
1063         - 76  # NDRPDR sel
1064         - 73  # NDRPDR sel
1065         - 49  # Soak
1066         - 54  # Soak
1067
1068     vpp-soak-vs-ndr-2n-clx-ref:
1069       csit-vpp-perf-report-iterative-2005-2n-clx:
1070         - 7   # NDRPDR sel
1071         - 38  # NDRPDR sel
1072         - 9   # NDRPDR sel
1073         - 32  # NDRPDR sel ???
1074         - 33  # NDRPDR sel ???
1075         - 39  # NDRPDR sel
1076         - 40  # NDRPDR sel
1077         - 43  # NDRPDR sel
1078         - 50  # NDRPDR sel
1079         - 51  # NDRPDR sel
1080     vpp-soak-vs-ndr-2n-clx-cmp:
1081       csit-vpp-perf-report-iterative-2005-2n-clx:
1082         - 44  # Soak
1083         - 49  # Soak
1084     vpp-soak-vs-ndr-2n-clx:
1085       csit-vpp-perf-report-iterative-2005-2n-clx:
1086         - 7   # NDRPDR sel
1087         - 38  # NDRPDR sel
1088         - 9   # NDRPDR sel
1089         - 32  # NDRPDR sel ???
1090         - 33  # NDRPDR sel ???
1091         - 39  # NDRPDR sel
1092         - 40  # NDRPDR sel
1093         - 43  # NDRPDR sel
1094         - 50  # NDRPDR sel
1095         - 51  # NDRPDR sel
1096         - 44  # Soak
1097         - 49  # Soak
1098
1099     vpp-performance-changes-3n-hsw-mrr-h1:
1100       csit-vpp-perf-verify-1908-3n-hsw:
1101         - 39  # MRR sel
1102     vpp-performance-changes-3n-hsw-mrr-ref:
1103       csit-vpp-perf-verify-2001-3n-hsw:
1104         - 17  # MRR sel
1105     vpp-performance-changes-3n-hsw-mrr-cmp:
1106       csit-vpp-perf-report-iterative-2005-3n-hsw:
1107         - 13  # MRR
1108     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1109       csit-vpp-perf-report-iterative-2005-3n-hsw:
1110         - 30  # MRR env 4
1111
1112 #    vpp-performance-changes-3n-skx-mrr-h1:
1113 #      csit-vpp-perf-verify-1908-3n-skx:
1114 #        - 36  # MRR sel
1115     vpp-performance-changes-3n-skx-mrr-ref:
1116       csit-vpp-perf-verify-2001-3n-skx:
1117         - 50  # MRR sel
1118         - 53  # MRR sel addition
1119     vpp-performance-changes-3n-skx-mrr-cmp:
1120       csit-vpp-perf-report-iterative-2005-3n-skx:
1121         - 6   # MRR sel
1122     vpp-performance-changes-3n-skx-mrr-cmp-2:
1123       csit-vpp-perf-report-iterative-2005-3n-skx:
1124         - 49  # MRR sel env 4
1125
1126 #    vpp-performance-changes-2n-skx-mrr-h1:
1127 #      csit-vpp-perf-verify-1908-2n-skx:
1128 #        - 69  # MRR sel
1129     vpp-performance-changes-2n-skx-mrr-ref:
1130       csit-vpp-perf-verify-2001-2n-skx:
1131         - 101 # MRR sel
1132         - 128 # MRR sel addition
1133     vpp-performance-changes-2n-skx-mrr-cmp:
1134       csit-vpp-perf-report-iterative-2005-2n-skx:
1135         - 42  # MRR sel
1136     vpp-performance-changes-2n-skx-mrr-cmp-2:
1137       csit-vpp-perf-report-iterative-2005-2n-skx:
1138         - 99  # MRR sel env 4
1139
1140     vpp-performance-changes-2n-clx-mrr-ref:
1141       csit-vpp-perf-verify-2001-2n-clx:
1142         - 39  # MRR
1143     vpp-performance-changes-2n-clx-mrr-cmp:
1144       csit-vpp-perf-report-iterative-2005-2n-clx:
1145         - 12   # MRR
1146     vpp-performance-changes-2n-clx-mrr-cmp-2:
1147       csit-vpp-perf-report-iterative-2005-2n-clx:
1148         - 72   # MRR sel env 4
1149
1150 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1151 #      csit-vpp-perf-verify-1908-2n-skx:
1152 #        - 71  # NFV MRR
1153 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1154 #      # csit-vpp-perf-verify-2001-2n-skx:
1155 #      csit-vpp-perf-verify-1908-2n-skx:
1156 #        - 71  # NFV MRR
1157
1158     vpp-performance-changes-2n-dnv-mrr-h1:
1159       csit-vpp-perf-verify-1908-2n-dnv:
1160         - 11  # MRR sel
1161     vpp-performance-changes-2n-dnv-mrr-ref:
1162       csit-vpp-perf-verify-2001-2n-dnv:
1163         - 12  # MRR sel
1164     vpp-performance-changes-2n-dnv-mrr-cmp:
1165       csit-vpp-perf-report-iterative-2005-2n-dnv:
1166         - 15  # MRR sel
1167
1168     vpp-performance-changes-3n-dnv-mrr-h1:
1169       csit-vpp-perf-verify-1908-3n-dnv:
1170         - 17  # MRR sel
1171     vpp-performance-changes-3n-dnv-mrr-ref:
1172       csit-vpp-perf-verify-2001-3n-dnv:
1173         - 11  # MRR sel
1174     vpp-performance-changes-3n-dnv-mrr-cmp:
1175       csit-vpp-perf-report-iterative-2005-3n-dnv:
1176         - 8   # MRR
1177
1178     vpp-performance-changes-3n-tsh-mrr-h1:
1179       csit-vpp-perf-verify-1908-3n-tsh:
1180         - 17  # MRR sel
1181     vpp-performance-changes-3n-tsh-mrr-ref:
1182       csit-vpp-perf-verify-2001-3n-tsh:
1183         - 9   # MRR sel
1184     vpp-performance-changes-3n-tsh-mrr-cmp:
1185       csit-vpp-perf-report-iterative-2005-3n-tsh:
1186         - 10  # MRR sel
1187     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1188       csit-vpp-perf-report-iterative-2005-3n-tsh:
1189         - 27  # MRR sel env 4
1190
1191     dpdk-performance-changes-3n-hsw-h1:
1192       csit-dpdk-perf-verify-1908-3n-hsw:
1193         - 2   # NDRPDR sel
1194         - 3   # NDRPDR sel
1195         - 4   # NDRPDR sel
1196         - 5   # NDRPDR sel
1197         - 6   # NDRPDR sel
1198         - 7   # NDRPDR sel
1199         - 8   # NDRPDR sel
1200         - 9   # NDRPDR sel
1201         - 10  # NDRPDR sel
1202         - 11  # NDRPDR sel
1203     dpdk-performance-changes-3n-hsw-ref:
1204       csit-dpdk-perf-verify-2001-3n-hsw:
1205         - 4   # NDRPDR sel
1206         - 5   # NDRPDR sel
1207         - 6   # NDRPDR sel
1208         - 7   # NDRPDR sel
1209         - 8   # NDRPDR sel
1210         - 9   # NDRPDR sel
1211         - 10  # NDRPDR sel
1212         - 11  # NDRPDR sel
1213         - 12  # NDRPDR sel
1214         - 13  # NDRPDR sel
1215         - 15  # NDRPDR sel
1216         - 16  # NDRPDR sel
1217         - 17  # NDRPDR sel
1218         - 18  # NDRPDR sel
1219         - 19  # NDRPDR sel
1220         - 20  # NDRPDR sel
1221         - 21  # NDRPDR sel
1222         - 22  # NDRPDR sel
1223         - 23  # NDRPDR sel
1224         - 24  # NDRPDR sel
1225     dpdk-performance-changes-3n-hsw-cmp:
1226       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1227         - 25  # NDRPDR iter
1228         - 26  # NDRPDR iter
1229         - 27  # NDRPDR iter
1230         - 28  # NDRPDR iter
1231         - 29  # NDRPDR iter
1232         - 30  # NDRPDR iter
1233         - 31  # NDRPDR iter
1234         - 32  # NDRPDR iter
1235         - 33  # NDRPDR iter
1236         - 34  # NDRPDR iter
1237
1238     dpdk-performance-changes-3n-skx-h1:
1239       csit-dpdk-perf-verify-1908-3n-skx:
1240         - 3   # NDRPDR sel
1241         - 4   # NDRPDR sel
1242         - 5   # NDRPDR sel
1243         - 6   # NDRPDR sel
1244         - 7   # NDRPDR sel
1245         - 8   # NDRPDR sel
1246         - 9   # NDRPDR sel
1247         - 10  # NDRPDR sel
1248         - 11  # NDRPDR sel
1249         - 12  # NDRPDR sel
1250     dpdk-performance-changes-3n-skx-ref:
1251       csit-dpdk-perf-verify-2001-3n-skx:
1252         - 29  # NDRPDR sel xxv710
1253         - 33  # NDRPDR sel xxv710
1254         - 34  # NDRPDR sel xxv710
1255         - 35  # NDRPDR sel xxv710
1256         - 36  # NDRPDR sel xxv710
1257         - 37  # NDRPDR sel xxv710
1258         - 41  # NDRPDR sel xxv710
1259         - 42  # NDRPDR sel xxv710
1260         - 43  # NDRPDR sel xxv710
1261         - 45  # NDRPDR sel xxv710
1262         - 30  # NDRPDR sel x710
1263         - 31  # NDRPDR sel x710
1264         - 32  # NDRPDR sel x710
1265         - 38  # NDRPDR sel x710
1266         - 39  # NDRPDR sel x710
1267         - 40  # NDRPDR sel x710
1268         - 44  # NDRPDR sel x710
1269         - 46  # NDRPDR sel x710
1270         - 47  # NDRPDR sel x710
1271         - 48  # NDRPDR sel x710
1272     dpdk-performance-changes-3n-skx-cmp:
1273       csit-dpdk-perf-report-iterative-2005-3n-skx:
1274         - 28  # NDRPDR iter
1275         - 29  # NDRPDR iter
1276         - 30  # NDRPDR iter
1277         - 31  # NDRPDR iter
1278         - 32  # NDRPDR iter
1279         - 33  # NDRPDR iter
1280         - 34  # NDRPDR iter
1281         - 35  # NDRPDR iter
1282         - 36  # NDRPDR iter
1283         - 37  # NDRPDR iter
1284
1285     dpdk-performance-changes-2n-skx-h1:
1286       csit-dpdk-perf-verify-1908-2n-skx:
1287         - 2   # NDRPDR sel
1288         - 3   # NDRPDR sel
1289         - 4   # NDRPDR sel
1290         - 5   # NDRPDR sel
1291         - 7   # NDRPDR sel
1292         - 8   # NDRPDR sel
1293         - 9   # NDRPDR sel
1294         - 10  # NDRPDR sel
1295         - 11  # NDRPDR sel
1296         - 12  # NDRPDR sel
1297     dpdk-performance-changes-2n-skx-ref:
1298       csit-dpdk-perf-verify-2001-2n-skx:
1299         - 35  # NDRPDR sel xxv710
1300         - 36  # NDRPDR sel xxv710
1301         - 37  # NDRPDR sel xxv710
1302         - 41  # NDRPDR sel xxv710
1303         - 42  # NDRPDR sel xxv710
1304         - 43  # NDRPDR sel xxv710
1305         - 46  # NDRPDR sel xxv710
1306         - 47  # NDRPDR sel xxv710
1307         - 52  # NDRPDR sel xxv710
1308         - 53  # NDRPDR sel xxv710
1309         - 38  # NDRPDR sel x710
1310         - 39  # NDRPDR sel x710
1311         - 40  # NDRPDR sel x710
1312         - 44  # NDRPDR sel x710
1313         - 45  # NDRPDR sel x710
1314         - 48  # NDRPDR sel x710
1315         - 49  # NDRPDR sel x710
1316         - 50  # NDRPDR sel x710
1317         - 51  # NDRPDR sel x710
1318         - 54  # NDRPDR sel x710
1319     dpdk-performance-changes-2n-skx-cmp:
1320       csit-dpdk-perf-report-iterative-2005-2n-skx:
1321         - 20  # NDRPDR iter
1322         - 21  # NDRPDR iter
1323         - 22  # NDRPDR iter
1324         - 23  # NDRPDR iter
1325         - 24  # NDRPDR iter
1326         - 25  # NDRPDR iter
1327         - 26  # NDRPDR iter
1328         - 27  # NDRPDR iter
1329         - 28  # NDRPDR iter
1330         - 29  # NDRPDR iter
1331
1332     dpdk-performance-changes-2n-clx-ref:
1333       csit-dpdk-perf-verify-2001-2n-clx:
1334         - 15  # NDRPDR sel
1335         - 16  # NDRPDR sel
1336         - 17  # NDRPDR sel
1337         - 18  # NDRPDR sel
1338         - 19  # NDRPDR sel
1339         - 20  # NDRPDR sel
1340         - 21  # NDRPDR sel
1341         - 22  # NDRPDR sel
1342         - 23  # NDRPDR sel
1343         - 24  # NDRPDR sel
1344         - 25  # NDRPDR sel
1345         - 26  # NDRPDR sel
1346         - 27  # NDRPDR sel
1347         - 28  # NDRPDR sel
1348         - 29  # NDRPDR sel
1349         - 30  # NDRPDR sel
1350         - 31  # NDRPDR sel
1351         - 32  # NDRPDR sel
1352         - 33  # NDRPDR sel
1353         - 34  # NDRPDR sel
1354     dpdk-performance-changes-2n-clx-cmp:
1355       csit-dpdk-perf-report-iterative-2005-2n-clx:
1356         - 20  # NDRPDR iter
1357         - 21  # NDRPDR iter
1358         - 22  # NDRPDR iter
1359         - 23  # NDRPDR iter
1360         - 24  # NDRPDR iter
1361         - 25  # NDRPDR iter
1362         - 26  # NDRPDR iter
1363         - 27  # NDRPDR iter
1364         - 28  # NDRPDR iter
1365         - 29  # NDRPDR iter
1366
1367     dpdk-performance-changes-2n-dnv-ref:
1368       csit-dpdk-perf-verify-2001-2n-dnv:
1369         - 9   # NDRPDR sel
1370         - 10  # NDRPDR sel
1371         - 11  # NDRPDR sel
1372         - 12  # NDRPDR sel
1373         - 13  # NDRPDR sel
1374         - 14  # NDRPDR sel
1375         - 15  # NDRPDR sel
1376         - 16  # NDRPDR sel
1377         - 17  # NDRPDR sel
1378         - 18  # NDRPDR sel
1379     dpdk-performance-changes-2n-dnv-cmp:
1380       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1381         - 8   # NDRPDR sel
1382         - 9   # NDRPDR sel
1383         - 10  # NDRPDR sel
1384         - 11  # NDRPDR sel
1385         - 12  # NDRPDR sel
1386         - 13  # NDRPDR sel
1387         - 14  # NDRPDR sel
1388         - 15  # NDRPDR sel
1389         - 16  # NDRPDR sel
1390         - 17  # NDRPDR sel
1391
1392     dpdk-performance-changes-3n-dnv-ref:
1393       csit-dpdk-perf-verify-2001-3n-dnv:
1394         - 12  # NDRPDR sel
1395         - 13  # NDRPDR sel
1396         - 14  # NDRPDR sel
1397         - 15  # NDRPDR sel
1398         - 16  # NDRPDR sel
1399         - 17  # NDRPDR sel
1400         - 18  # NDRPDR sel
1401         - 19  # NDRPDR sel
1402         - 20  # NDRPDR sel
1403         - 22  # NDRPDR sel
1404     dpdk-performance-changes-3n-dnv-cmp:
1405       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1406         - 6   # NDRPDR sel
1407         - 7   # NDRPDR sel
1408         - 8   # NDRPDR sel
1409         - 9   # NDRPDR sel
1410         - 10  # NDRPDR sel
1411         - 11  # NDRPDR sel
1412         - 12  # NDRPDR sel
1413         - 13  # NDRPDR sel
1414         - 14  # NDRPDR sel
1415         - 16  # NDRPDR sel
1416
1417     dpdk-performance-changes-3n-tsh-ref:
1418       csit-dpdk-perf-verify-2001-3n-tsh:
1419         - 3   # NDRPDR sel
1420         - 4   # NDRPDR sel
1421         - 5   # NDRPDR sel
1422         - 9   # NDRPDR sel
1423         - 10  # NDRPDR sel
1424         - 11  # NDRPDR sel
1425         - 12  # NDRPDR sel
1426         - 14  # NDRPDR sel
1427         - 15  # NDRPDR sel
1428         - 18  # NDRPDR sel
1429     dpdk-performance-changes-3n-tsh-cmp:
1430       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1431         - 5   # NDRPDR sel
1432
1433     # Compare testbeds
1434
1435     vpp-compare-testbeds-ref:
1436       csit-vpp-perf-report-iterative-2005-3n-hsw:
1437         - 20  # NDRPDR sel env 4
1438         - 21  # NDRPDR sel env 4
1439         - 22  # NDRPDR sel env 4
1440         - 23  # NDRPDR sel env 4
1441         - 24  # NDRPDR sel env 4
1442         - 25  # NDRPDR sel env 4
1443         - 26  # NDRPDR sel env 4
1444         - 27  # NDRPDR sel env 4
1445         - 28  # NDRPDR sel env 4
1446         - 29  # NDRPDR sel env 4
1447     vpp-compare-testbeds-cmp:
1448       csit-vpp-perf-report-iterative-2005-3n-skx:
1449         - 42  # NDRPDR sel env 4
1450         - 43  # NDRPDR sel env 4
1451         - 44  # NDRPDR sel env 4
1452         - 45  # NDRPDR sel env 4
1453         - 47  # NDRPDR sel env 4
1454
1455     vpp-compare-testbeds-skx-clx-ref:
1456       csit-vpp-perf-report-iterative-2005-2n-skx:
1457         - 88  # NDRPDR sel env 4
1458         - 89  # NDRPDR sel env 4
1459         - 90  # NDRPDR sel env 4
1460         - 91  # NDRPDR sel env 4
1461         - 92  # NDRPDR sel env 4
1462         - 93  # NDRPDR sel env 4
1463         - 94  # NDRPDR sel env 4
1464     vpp-compare-testbeds-skx-clx-cmp:
1465       csit-vpp-perf-report-iterative-2005-2n-clx:
1466         - 62  # NDRPDR sel env 4
1467         - 63  # NDRPDR sel env 4
1468         - 64  # NDRPDR sel env 4
1469         - 65  # NDRPDR sel env 4
1470         - 66  # NDRPDR sel env 4
1471         - 68  # NDRPDR sel env 4
1472         - 69  # NDRPDR sel env 4
1473         - 70  # NDRPDR sel env 4
1474
1475     vpp-compare-testbeds-hsw-clx-ref:
1476       csit-vpp-perf-report-iterative-2005-3n-hsw:
1477         - 20  # NDRPDR sel env 4
1478         - 21  # NDRPDR sel env 4
1479         - 22  # NDRPDR sel env 4
1480         - 23  # NDRPDR sel env 4
1481         - 24  # NDRPDR sel env 4
1482         - 25  # NDRPDR sel env 4
1483         - 26  # NDRPDR sel env 4
1484         - 27  # NDRPDR sel env 4
1485         - 28  # NDRPDR sel env 4
1486         - 29  # NDRPDR sel env 4
1487     vpp-compare-testbeds-hsw-clx-cmp:
1488       csit-vpp-perf-report-iterative-2005-2n-clx:
1489         - 62  # NDRPDR sel env 4
1490         - 63  # NDRPDR sel env 4
1491         - 64  # NDRPDR sel env 4
1492         - 65  # NDRPDR sel env 4
1493         - 66  # NDRPDR sel env 4
1494         - 68  # NDRPDR sel env 4
1495         - 69  # NDRPDR sel env 4
1496         - 70  # NDRPDR sel env 4
1497
1498     vpp-compare-testbeds-mrr-ref:
1499       csit-vpp-perf-report-iterative-2005-3n-hsw:
1500         - 30  # MRR env 4
1501     vpp-compare-testbeds-mrr-cmp:
1502       csit-vpp-perf-report-iterative-2005-3n-skx:
1503         - 49  # MRR sel env 4
1504
1505     vpp-compare-testbeds-mrr-skx-clx-ref:
1506       csit-vpp-perf-report-iterative-2005-2n-skx:
1507         - 99  # MRR sel env 4
1508     vpp-compare-testbeds-mrr-skx-clx-cmp:
1509       csit-vpp-perf-report-iterative-2005-2n-clx:
1510         - 72  # MRR env 4
1511
1512     vpp-compare-testbeds-mrr-hsw-clx-ref:
1513       csit-vpp-perf-report-iterative-2005-3n-hsw:
1514         - 30  # MRR env 4
1515     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1516       csit-vpp-perf-report-iterative-2005-2n-clx:
1517         - 72  # MRR env 4
1518
1519     dpdk-compare-testbeds-ref:
1520       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1521         - 25  # NDRPDR iter
1522         - 26  # NDRPDR iter
1523         - 27  # NDRPDR iter
1524         - 28  # NDRPDR iter
1525         - 29  # NDRPDR iter
1526         - 30  # NDRPDR iter
1527         - 31  # NDRPDR iter
1528         - 32  # NDRPDR iter
1529         - 33  # NDRPDR iter
1530         - 34  # NDRPDR iter
1531     dpdk-compare-testbeds-cmp:
1532       csit-dpdk-perf-report-iterative-2005-3n-skx:
1533         - 28  # NDRPDR iter
1534         - 29  # NDRPDR iter
1535         - 30  # NDRPDR iter
1536         - 31  # NDRPDR iter
1537         - 32  # NDRPDR iter
1538         - 33  # NDRPDR iter
1539         - 34  # NDRPDR iter
1540         - 35  # NDRPDR iter
1541         - 36  # NDRPDR iter
1542         - 37  # NDRPDR iter
1543
1544     dpdk-compare-testbeds-skx-clx-ref:
1545       csit-dpdk-perf-report-iterative-2005-2n-skx:
1546         - 20  # NDRPDR iter
1547         - 21  # NDRPDR iter
1548         - 22  # NDRPDR iter
1549         - 23  # NDRPDR iter
1550         - 24  # NDRPDR iter
1551         - 25  # NDRPDR iter
1552         - 26  # NDRPDR iter
1553         - 27  # NDRPDR iter
1554         - 28  # NDRPDR iter
1555         - 29  # NDRPDR iter
1556     dpdk-compare-testbeds-skx-clx-cmp:
1557       csit-dpdk-perf-report-iterative-2005-2n-clx:
1558         - 20  # NDRPDR iter
1559         - 21  # NDRPDR iter
1560         - 22  # NDRPDR iter
1561         - 23  # NDRPDR iter
1562         - 24  # NDRPDR iter
1563         - 25  # NDRPDR iter
1564         - 26  # NDRPDR iter
1565         - 27  # NDRPDR iter
1566         - 28  # NDRPDR iter
1567         - 29  # NDRPDR iter
1568
1569     # Compare topologies
1570
1571     vpp-compare-topologies-ref:
1572       csit-vpp-perf-report-iterative-2005-3n-skx:
1573         - 42  # NDRPDR sel env 4
1574         - 43  # NDRPDR sel env 4
1575         - 44  # NDRPDR sel env 4
1576         - 45  # NDRPDR sel env 4
1577         - 47  # NDRPDR sel env 4
1578     vpp-compare-topologies-cmp:
1579       csit-vpp-perf-report-iterative-2005-2n-skx:
1580         - 88  # NDRPDR sel env 4
1581         - 89  # NDRPDR sel env 4
1582         - 90  # NDRPDR sel env 4
1583         - 91  # NDRPDR sel env 4
1584         - 92  # NDRPDR sel env 4
1585         - 93  # NDRPDR sel env 4
1586         - 94  # NDRPDR sel env 4
1587
1588     vpp-compare-topologies-mrr-ref:
1589       csit-vpp-perf-report-iterative-2005-3n-skx:
1590         - 49  # MRR sel env 4
1591     vpp-compare-topologies-mrr-cmp:
1592       csit-vpp-perf-report-iterative-2005-2n-skx:
1593         - 99  # MRR sel env 4
1594
1595     dpdk-compare-topologies-ref:
1596       csit-dpdk-perf-report-iterative-2005-3n-skx:
1597         - 28  # NDRPDR iter
1598         - 29  # NDRPDR iter
1599         - 30  # NDRPDR iter
1600         - 31  # NDRPDR iter
1601         - 32  # NDRPDR iter
1602         - 33  # NDRPDR iter
1603         - 34  # NDRPDR iter
1604         - 35  # NDRPDR iter
1605         - 36  # NDRPDR iter
1606         - 37  # NDRPDR iter
1607     dpdk-compare-topologies-cmp:
1608       csit-dpdk-perf-report-iterative-2005-2n-skx:
1609         - 20  # NDRPDR iter
1610         - 21  # NDRPDR iter
1611         - 22  # NDRPDR iter
1612         - 23  # NDRPDR iter
1613         - 24  # NDRPDR iter
1614         - 25  # NDRPDR iter
1615         - 26  # NDRPDR iter
1616         - 27  # NDRPDR iter
1617         - 28  # NDRPDR iter
1618         - 29  # NDRPDR iter
1619
1620   plot-layouts:
1621
1622     plot-soak-throughput:
1623       titlefont:
1624         size: 18
1625       xaxis:
1626         title: "<b>Test Cases [Index]</b>"
1627         titlefont:
1628           size: 16
1629         autorange: True
1630         fixedrange: False
1631         gridcolor: "rgb(230, 230, 230)"
1632         linecolor: "rgb(220, 220, 220)"
1633         linewidth: 1
1634         showgrid: True
1635         showline: True
1636         showticklabels: True
1637         tickcolor: "rgb(220, 220, 220)"
1638         tickmode: "linear"
1639         tickfont:
1640           size: 16
1641         zeroline: False
1642       yaxis:
1643         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1644         titlefont:
1645           size: 16
1646         gridcolor: "rgb(230, 230, 230)"
1647         hoverformat: ".4r"
1648         tickformat: ".3r"
1649         linecolor: "rgb(220, 220, 220)"
1650         linewidth: 1
1651         showgrid: True
1652         showline: True
1653         showticklabels: True
1654         tickcolor: "rgb(220, 220, 220)"
1655         tickfont:
1656           size: 16
1657         zeroline: False
1658         range: [0,50]
1659       autosize: False
1660       margin:
1661         t: 50
1662         b: 0
1663         l: 80
1664         r: 20
1665       showlegend: True
1666       legend:
1667         orientation: "h"
1668         font:
1669           size: 16
1670       width: 700
1671       height: 900
1672       paper_bgcolor: "#fff"
1673       plot_bgcolor: "#fff"
1674       hoverlabel:
1675         namelength: -1
1676
1677     plot-service-density:
1678       titlefont:
1679         size: 18
1680       xaxis:
1681         side: "top"
1682         autorange: True
1683         fixedrange: False
1684         showgrid: False
1685         showline: False
1686         showticklabels: False
1687         ticks: ""
1688         ticklen: 0
1689         tickwidth: 0
1690         zeroline: False
1691       yaxis:
1692         autorange: "reversed"
1693         showgrid: False
1694         showline: False
1695         showticklabels: False
1696         ticks: ""
1697         ticklen: 0
1698         tickwidth: 0
1699         zeroline: False
1700       showlegend: False
1701       paper_bgcolor: "#fff"
1702       plot_bgcolor: "#fff"
1703       width: 700
1704       height: 700
1705       hoverlabel:
1706         namelength: -1
1707
1708     plot-hoststack:
1709       titlefont:
1710         size: 16
1711       xaxis:
1712         title: "<b>Test Cases [Index]</b>"
1713         titlefont:
1714           size: 14
1715         autorange: True
1716         fixedrange: False
1717         gridcolor: "rgb(230, 230, 230)"
1718         linecolor: "rgb(220, 220, 220)"
1719         linewidth: 1
1720         showgrid: True
1721         showline: True
1722         showticklabels: True
1723         tickcolor: "rgb(220, 220, 220)"
1724         tickmode: "linear"
1725         tickfont:
1726           size: 14
1727         zeroline: False
1728       yaxis:
1729         title: "<b>Bandwidth [Gbps]</b>"
1730         titlefont:
1731           size: 14
1732         gridcolor: "rgb(230, 230, 230)"
1733         hoverformat: ".4s"
1734         linecolor: "rgb(220, 220, 220)"
1735         linewidth: 1
1736         rangemode: "tozero"
1737         showgrid: True
1738         showline: True
1739         showticklabels: True
1740         tickcolor: "rgb(230, 230, 230)"
1741         tickformat: ".3s"
1742         tickfont:
1743           size: 14
1744         zeroline: False
1745       boxmode: "group"
1746       boxgroupgap: 0.5
1747       autosize: False
1748       margin:
1749         t: 50
1750         b: 20
1751         l: 80
1752         r: 20
1753       showlegend: True
1754       legend:
1755         orientation: "h"
1756         font:
1757           size: 14
1758       width: 700
1759       height: 800
1760       paper_bgcolor: "#fff"
1761       plot_bgcolor: "#fff"
1762       hoverlabel:
1763         namelength: -1
1764
1765     plot-throughput:
1766       titlefont:
1767         size: 18
1768       xaxis:
1769         title: "<b>Test Cases [Index]</b>"
1770         titlefont:
1771           size: 16
1772         autorange: True
1773         fixedrange: False
1774         gridcolor: "rgb(230, 230, 230)"
1775         linecolor: "rgb(220, 220, 220)"
1776         linewidth: 1
1777         showgrid: True
1778         showline: True
1779         showticklabels: True
1780         tickcolor: "rgb(220, 220, 220)"
1781         tickmode: "linear"
1782         tickfont:
1783           size: 16
1784         zeroline: False
1785       yaxis:
1786         title: "<b>Packet Throughput [Mpps]</b>"
1787         titlefont:
1788           size: 16
1789         gridcolor: "rgb(230, 230, 230)"
1790         hoverformat: ".4r"
1791         tickformat: ".3r"
1792         linecolor: "rgb(220, 220, 220)"
1793         linewidth: 1
1794         showgrid: True
1795         showline: True
1796         showticklabels: True
1797         tickcolor: "rgb(220, 220, 220)"
1798         tickfont:
1799           size: 16
1800         zeroline: False
1801         range: [0,50]
1802       autosize: False
1803       margin:
1804         t: 50
1805         b: 0
1806         l: 80
1807         r: 20
1808       showlegend: True
1809       legend:
1810         orientation: "h"
1811         font:
1812           size: 16
1813       width: 700
1814       height: 900
1815       paper_bgcolor: "#fff"
1816       plot_bgcolor: "#fff"
1817       hoverlabel:
1818         namelength: -1
1819
1820     plot-throughput-speedup-analysis:
1821       titlefont:
1822         size: 18
1823       xaxis:
1824         title: "<b>Number of Cores [Qty]</b>"
1825         titlefont:
1826           size: 16
1827         autorange: True
1828         fixedrange: False
1829         gridcolor: "rgb(230, 230, 230)"
1830         linecolor: "rgb(220, 220, 220)"
1831         linewidth: 1
1832         showgrid: True
1833         showline: True
1834         showticklabels: True
1835         tickcolor: "rgb(238, 238, 238)"
1836         tickmode: "linear"
1837         tickfont:
1838           size: 16
1839         zeroline: False
1840       yaxis:
1841         title: "<b>Packet Throughput [Mpps]</b>"
1842         titlefont:
1843           size: 16
1844         type: "linear"
1845         gridcolor: "rgb(230, 230, 230)"
1846         hoverformat: ".4s"
1847         linecolor: "rgb(220, 220, 220)"
1848         linewidth: 1
1849         showgrid: True
1850         showline: True
1851         showticklabels: True
1852         tickcolor: "rgb(220, 220, 220)"
1853         tickformat: ".4s"
1854         tickfont:
1855           size: 16
1856         zeroline: True
1857         rangemode: "tozero"
1858         range: [0,100]
1859       legend:
1860         orientation: "h"
1861         font:
1862           size: 16
1863         xanchor: "left"
1864         yanchor: "top"
1865         x: 0
1866         y: -0.2
1867         bgcolor: "rgba(255, 255, 255, 0)"
1868         bordercolor: "rgba(255, 255, 255, 0)"
1869         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1870       autosize: False
1871       margin:
1872           't': 50
1873           'b': 150
1874           'l': 85
1875           'r': 10
1876       showlegend: True
1877       width: 700
1878       height: 700
1879       paper_bgcolor: "#fff"
1880       plot_bgcolor: "#fff"
1881       hoverlabel:
1882         namelength: -1
1883       annotations: [
1884         {
1885           text: "_ _          __          ...",
1886           align: "left",
1887           showarrow: False,
1888           xref: "paper",
1889           yref: "paper",
1890           xanchor: "left",
1891           yanchor: "top",
1892           x: 0,
1893           y: -0.13,
1894           font: {
1895             family: "Consolas, Courier New",
1896             size: 15
1897           },
1898         },
1899         {
1900           text: "    Perfect     Measured     Limit",
1901           align: "left",
1902           showarrow: False,
1903           xref: "paper",
1904           yref: "paper",
1905           xanchor: "left",
1906           yanchor: "top",
1907           x: 0,
1908           y: -0.15,
1909           font: {
1910             family: "Consolas, Courier New",
1911             size: 15
1912           },
1913         },
1914       ]
1915
1916     plot-latency:
1917       titlefont:
1918         size: 18
1919       xaxis:
1920         title: "<b>Direction</b>"
1921         titlefont:
1922           size: 16
1923         autorange: True
1924         fixedrange: False
1925         gridcolor: "rgb(230, 230, 230)"
1926         linecolor: "rgb(220, 220, 220)"
1927         linewidth: 1
1928         showgrid: True
1929         showline: True
1930         showticklabels: False
1931         tickcolor: "rgb(220, 220, 220)"
1932         tickmode: "linear"
1933         tickfont:
1934           size: 16
1935         zeroline: False
1936       yaxis:
1937         title: "<b>Packet Latency [uSec]</b>"
1938         titlefont:
1939           size: 16
1940         type: "linear"
1941         gridcolor: "rgb(230, 230, 230)"
1942         hoverformat: ".4s"
1943         linecolor: "rgb(220, 220, 220)"
1944         linewidth: 1
1945         showgrid: True
1946         showline: True
1947         showticklabels: True
1948         tickcolor: "rgb(220, 220, 220)"
1949         tickformat: ".4s"
1950         tickfont:
1951           size: 16
1952         zeroline: True
1953         rangemode: "tozero"
1954       legend:
1955         orientation: "h"
1956         font:
1957           size: 16
1958         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1959       autosize: False
1960       margin:
1961           't': 50
1962           'b': 150
1963           'l': 80
1964           'r': 10
1965       showlegend: True
1966       width: 700
1967       height: 700
1968       paper_bgcolor: "#fff"
1969       plot_bgcolor: "#fff"
1970       hoverlabel:
1971         namelength: -1
1972
1973     plot-hdrh-latency:
1974       title:
1975         text: ""
1976         xanchor: "center"
1977         x: 0.5
1978         font:
1979           size: 16
1980       width: 700
1981       plot_bgcolor: "white"
1982       annotations:
1983         - font:
1984             size: 14
1985           showarrow: False
1986           text: "<b>Packet Latency [uSec]</b>"
1987           x: 1
1988           xanchor: "right"
1989           xref: "paper"
1990           y: -0.045
1991           yanchor: "top"
1992           yref: "paper"
1993         - font:
1994             size: 14
1995           showarrow: False
1996           text: "<b>Probability [%]</b>"
1997           textangle: 270
1998           x: -0.06
1999           xanchor: "center"
2000           xref: "paper"
2001           y: 0.5
2002           yanchor: "middle"
2003           yref: "paper"
2004         - font:
2005             size: 14
2006           showarrow: False
2007           text: "<b>Direction: E-W</b>"
2008           x: 0.24
2009           xanchor: "center"
2010           xref: "paper"
2011           y: 1.05
2012           yanchor: "bottom"
2013           yref: "paper"
2014         - font:
2015             size: 14
2016           showarrow: False
2017           text: "<b>Direction: W-E</b>"
2018           x: 0.74
2019           xanchor: "center"
2020           xref: "paper"
2021           y: 1.05
2022           yanchor: "bottom"
2023           yref: "paper"
2024
2025     plot-hdrh-latency-percentile:
2026       title:
2027         text: ""
2028         xanchor: "center"
2029         x: 0.5
2030         font:
2031           size: 18
2032       xaxis:
2033         type: "log"
2034         title: "<b>Percentile [%]</b>"
2035         titlefont:
2036           size: 16
2037         autorange: True
2038         fixedrange: False
2039         gridcolor: "rgb(230, 230, 230)"
2040         linecolor: "rgb(220, 220, 220)"
2041         linewidth: 1
2042         showgrid: True
2043         showline: True
2044         showticklabels: True
2045         tickcolor: "rgb(220, 220, 220)"
2046         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2047         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2048         tickfont:
2049           size: 16
2050       yaxis:
2051         title: "<b>Packet Latency [uSec]</b>"
2052         titlefont:
2053           size: 16
2054         gridcolor: "rgb(230, 230, 230)"
2055         linecolor: "rgb(220, 220, 220)"
2056         linewidth: 1
2057         showgrid: True
2058         showline: True
2059         showticklabels: True
2060         tickcolor: "rgb(220, 220, 220)"
2061         tickfont:
2062           size: 16
2063       autosize: False
2064       showlegend: True
2065       legend:
2066         traceorder: "normal"
2067         orientation: "h"
2068         font:
2069           size: 16
2070         xanchor: "left"
2071         yanchor: "top"
2072         x: 0
2073         y: -0.15
2074         bgcolor: "rgba(255, 255, 255, 0)"
2075         bordercolor: "rgba(255, 255, 255, 0)"
2076       width: 700
2077       height: 700
2078       paper_bgcolor: "white"
2079       plot_bgcolor: "white"
2080
2081     plot-hdrh-latency-by-percentile:
2082       title:
2083         text: "<b>Latency by Percentile Distribution</b>"
2084         xanchor: "center"
2085         x: 0.5
2086         font:
2087           size: 18
2088       showlegend: True
2089       legend:
2090         traceorder: "normal"
2091         orientation: "h"
2092         font:
2093           size: 16
2094         xanchor: "left"
2095         yanchor: "top"
2096         x: 0
2097         y: -0.2
2098         bgcolor: "rgba(255, 255, 255, 0)"
2099         bordercolor: "rgba(255, 255, 255, 0)"
2100       xaxis:
2101         type: "linear"
2102         title: "<b>Percentile [%]</b>"
2103         titlefont:
2104           size: 14
2105         autorange: False
2106         fixedrange: False
2107         range: [0, 100]
2108         gridcolor: "rgb(230, 230, 230)"
2109         linecolor: "rgb(220, 220, 220)"
2110         linewidth: 1
2111         showgrid: True
2112         showline: True
2113         showticklabels: True
2114         tickcolor: "rgb(220, 220, 220)"
2115         tickvals: [0, 25, 50, 75, 100]
2116         ticktext: [0, 25, 50, 75, 100]
2117         tickfont:
2118           size: 14
2119       yaxis:
2120         title: "<b>One-Way Latency per Direction [uSec]</b>"
2121         titlefont:
2122           size: 14
2123         gridcolor: "rgb(230, 230, 230)"
2124         linecolor: "rgb(220, 220, 220)"
2125         linewidth: 1
2126         showgrid: True
2127         showline: True
2128         showticklabels: True
2129         tickcolor: "rgb(220, 220, 220)"
2130         tickfont:
2131           size: 14
2132       width: 700
2133       height: 700
2134       paper_bgcolor: "white"
2135       plot_bgcolor: "white"
2136
2137 - type: "static"
2138   src-path: "{DIR[RST]}"
2139   dst-path: "{DIR[WORKING,SRC]}"
2140
2141 - type: "input"
2142   general:
2143     file-name: "output_info.xml.gz"
2144     file-format: ".gz"
2145     arch-file-format:
2146       - ".gz"
2147       - ".zip"
2148     download-path: "{job}/{build}/archives/{filename}"
2149     extract: "output.xml"
2150
2151     zip-file-name: "robot-plugin.zip"
2152     zip-file-format: ".zip"
2153     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2154     zip-extract: "robot-plugin/output.xml"
2155
2156   builds:
2157
2158     csit-vpp-perf-verify-1908-3n-hsw:
2159       - 12  # NDRPDR sel
2160       - 13  # NDRPDR sel
2161       - 14  # NDRPDR sel
2162       - 15  # NDRPDR sel
2163       - 16  # NDRPDR sel
2164       - 17  # NDRPDR sel
2165       - 18  # NDRPDR sel
2166       - 19  # NDRPDR sel
2167       - 20  # NDRPDR sel
2168       - 21  # NDRPDR sel
2169       - 39  # MRR sel
2170     csit-vpp-perf-verify-2001-3n-hsw:
2171       - 21  # NDRPDR sel
2172       - 22  # NDRPDR sel
2173       - 23  # NDRPDR sel
2174       - 24  # NDRPDR sel
2175       - 25  # NDRPDR sel
2176       - 29  # NDRPDR sel
2177       - 30  # NDRPDR sel
2178       - 31  # NDRPDR sel
2179       - 32  # NDRPDR sel
2180       - 34  # NDRPDR sel
2181       - 17  # MRR sel
2182     csit-vpp-perf-report-iterative-2005-3n-hsw:
2183       - 3   # NDRPDR sel
2184       - 4   # NDRPDR sel
2185       - 5   # NDRPDR sel
2186       - 10  # NDRPDR sel
2187       - 11  # NDRPDR sel
2188       - 12  # NDRPDR sel
2189       - 15  # NDRPDR sel
2190       - 16  # NDRPDR sel
2191       - 18  # NDRPDR sel
2192       - 19  # NDRPDR sel
2193       - 20  # NDRPDR sel env 4
2194       - 21  # NDRPDR sel env 4
2195       - 22  # NDRPDR sel env 4
2196       - 23  # NDRPDR sel env 4
2197       - 24  # NDRPDR sel env 4
2198       - 25  # NDRPDR sel env 4
2199       - 26  # NDRPDR sel env 4
2200       - 27  # NDRPDR sel env 4
2201       - 28  # NDRPDR sel env 4
2202       - 29  # NDRPDR sel env 4
2203       - 13  # MRR
2204       - 30  # MRR env 4
2205       - 31  # NDRPDR sel 2001.0-4
2206       - 32  # NDRPDR sel 2001.0-4
2207       - 33  # NDRPDR sel 2001.0-4
2208       - 34  # NDRPDR sel 2001.0-4
2209       - 35  # NDRPDR sel 2001.0-4
2210       - 36  # NDRPDR sel 2001.0-4
2211       - 38  # NDRPDR sel 2001.0-4
2212     csit-vpp-perf-verify-2005-3n-hsw:
2213       - 3   # hoststack
2214       - 5   # hoststack
2215       - 6   # hoststack
2216       - 7   # hoststack
2217       - 8   # hoststack
2218       - 9   # hoststack
2219       - 10  # hoststack
2220       - 11  # hoststack
2221       - 12  # hoststack
2222       - 13  # hoststack
2223     csit-vpp-perf-report-coverage-2005-3n-hsw:
2224       - 74  # crypto-00
2225       - 75  # crypto-01
2226       - 76  # crypto-02
2227       - 77  # crypto-03
2228       - 78  # ip4-00
2229       - 79  # ip4-01
2230       - 80  # ip4-02
2231       - 81  # ip4-03
2232       - 73  # ip4-04
2233       - 82  # ip4-05
2234       - 83  # ip4-06
2235       - 84  # ip4-07
2236       - 85  # ip4-08
2237       - 86  # ip4tun-00
2238       - 87  # ip4tun-01
2239       - 88  # ip4tun-02
2240       - 89  # ip6-00
2241       - 90  # ip6-01
2242       - 91  # ip6tun-00
2243       - 92  # l2-00
2244       - 93  # l2-01
2245       - 94  # l2-02
2246       - 95  # l2-03
2247       - 96  # l2-04
2248       - 97  # l2-05
2249       - 98  # l2-06
2250       - 99  # l2-07
2251       - 100 # l2-08
2252       - 101 # l2-09
2253       - 102 # l2-10
2254       - 103 # memif-00
2255       - 104 # srv6-00
2256       - 105 # srv6-01
2257       - 106 # vhost-00
2258       - 107 # vhost-01
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       - 49  # Soak
2396       - 54  # Soak
2397       - 78  # nf-density-sel
2398       - 83  # nf-density-sel
2399 #    csit-vpp-perf-report-coverage-2005-2n-skx:
2400 #      - 11  # perf-full-2n-skx-ip4_I
2401 #      - 3   # perf-full-2n-skx-ip4_II
2402 #      - 18  # perf-full-2n-skx-ip4_III
2403 #      - 19  # perf-full-2n-skx-ip4_IV
2404 #      - 5   # perf-full-2n-skx-ip4_V
2405 #      - 20  # perf-full-2n-skx-ip4_VI
2406 #      - 7   # perf-full-2n-skx-ip6_I
2407 #      - 21  # perf-full-2n-skx-ip6_II
2408 #      - 9   # perf-full-2n-skx-l2_I
2409 #      - 22  # perf-full-2n-skx-l2_II
2410 #      - 23  # perf-full-2n-skx-memif
2411 #      - 24  # perf-full-2n-skx-loadbalancer
2412 #      - 25  # perf-full-2n-skx-vhost I
2413 #      - 26  # perf-full-2n-skx-vhost II
2414 #      - 27  # perf-full-2n-skx-vts
2415
2416     csit-vpp-perf-verify-1908_1-2n-clx:
2417       - 5  # NDRPDR sel
2418       - 6  # NDRPDR sel
2419       - 7  # NDRPDR sel
2420       - 8  # NDRPDR sel
2421       - 9  # NDRPDR sel
2422     csit-vpp-perf-verify-2001-2n-clx:
2423       - 28  # NDRPDR sel
2424       - 29  # NDRPDR sel
2425       - 32  # NDRPDR sel
2426       - 40  # NDRPDR sel
2427       - 43  # NDRPDR sel
2428       - 44  # NDRPDR sel
2429       - 45  # NDRPDR sel
2430       - 47  # NDRPDR sel
2431       - 48  # NDRPDR sel
2432       - 49  # NDRPDR sel
2433       - 39  # MRR
2434     csit-vpp-perf-report-iterative-2005-2n-clx:
2435       - 7   # NDRPDR sel
2436       - 38  # NDRPDR sel
2437       - 9   # NDRPDR sel
2438       - 32  # NDRPDR sel ???
2439       - 33  # NDRPDR sel ???
2440       - 39  # NDRPDR sel
2441       - 40  # NDRPDR sel
2442       - 43  # NDRPDR sel
2443       - 50  # NDRPDR sel
2444       - 51  # NDRPDR sel
2445       - 62  # NDRPDR sel env 4
2446       - 63  # NDRPDR sel env 4
2447       - 64  # NDRPDR sel env 4
2448       - 65  # NDRPDR sel env 4
2449       - 66  # NDRPDR sel env 4
2450       - 68  # NDRPDR sel env 4
2451       - 69  # NDRPDR sel env 4
2452       - 70  # NDRPDR sel env 4
2453       - 73  # NDRPDR sel 2001.0-4
2454       - 74  # NDRPDR sel 2001.0-4
2455       - 75  # NDRPDR sel 2001.0-4
2456       - 76  # NDRPDR sel 2001.0-4
2457       - 77  # NDRPDR sel 2001.0-4
2458       - 78  # NDRPDR sel 2001.0-4
2459       - 79  # NDRPDR sel 2001.0-4
2460       - 80  # NDRPDR sel 2001.0-4
2461       - 12  # MRR
2462       - 72  # MRR env 4
2463       - 81  # Reconf env 4
2464       - 82  # Reconf env 4
2465       - 83  # Reconf env 4
2466       - 84  # Reconf env 4
2467       - 85  # Reconf env 4
2468       - 86  # Reconf env 4
2469       - 87  # Reconf env 4
2470       - 88  # Reconf env 4
2471       - 89  # Reconf env 4
2472       - 90  # Reconf env 4
2473       - 44  # Soak
2474       - 49  # Soak
2475       - 57  # 2n-clx nfv-density-00
2476       - 58  # 2n-clx nfv-density-00
2477       - 59  # 2n-clx nfv-density-00
2478       - 60  # 2n-clx nfv-density-00
2479       - 61  # 2n-clx nfv-density-00
2480 #    csit-vpp-perf-report-coverage-2005-2n-clx:
2481 #      - 21  # perf-full-2n-clx-ip4_I
2482 #      - 2   # perf-full-2n-clx-ip4_II
2483 #      - 3   # perf-full-2n-clx-ip4_III
2484 #      - 4   # perf-full-2n-clx-ip4_IV
2485 #      - 5   # perf-full-2n-clx-ip4_V
2486 #      - 6   # perf-full-2n-clx-ip4_VI
2487 #      - 7   # perf-full-2n-clx-ip6_I
2488 #      - 16  # perf-full-2n-clx-ip6_II
2489 #      - 23  # perf-full-2n-clx-l2_I
2490 #      - 10  # perf-full-2n-clx-l2_II
2491 #      - 11  # perf-full-2n-clx-memif
2492 #      - 12  # perf-full-2n-clx-loadbalancer
2493 #      - 13  # perf-full-2n-clx-vhost I
2494 #      - 22  # perf-full-2n-clx-vhost II
2495 #      - 15  # perf-full-2n-clx-vts
2496
2497     csit-vpp-perf-verify-1908-3n-tsh:
2498       - 7   # NDRPDR sel
2499       - 8   # NDRPDR sel
2500       - 9   # NDRPDR sel
2501       - 10  # NDRPDR sel
2502       - 11  # NDRPDR sel
2503       - 12  # NDRPDR sel
2504       - 13  # NDRPDR sel
2505       - 14  # NDRPDR sel
2506       - 15  # NDRPDR sel
2507       - 16  # NDRPDR sel
2508       - 17  # MRR sel
2509     csit-vpp-perf-verify-2001-3n-tsh:
2510       - 3   # NDRPDR sel
2511       - 4   # NDRPDR sel
2512       - 7   # NDRPDR sel
2513       - 8   # NDRPDR sel
2514       - 10  # NDRPDR sel
2515       - 12  # NDRPDR sel
2516       - 13  # NDRPDR sel
2517       - 14  # NDRPDR sel
2518       - 15  # NDRPDR sel
2519       - 21  # NDRPDR sel
2520       - 9   # MRR sel
2521     csit-vpp-perf-report-iterative-2005-3n-tsh:
2522       - 9   # NDRPDR sel
2523       - 11  # NDRPDR sel
2524       - 12  # NDRPDR sel
2525       - 20  # NDRPDR sel
2526       - 14  # NDRPDR sel
2527       - 21  # NDRPDR sel
2528       - 23  # NDRPDR sel env 4
2529       - 25  # NDRPDR sel env 4
2530       - 33  # NDRPDR sel env 4
2531       - 28  # NDRPDR sel 2001.0-4
2532       - 29  # NDRPDR sel 2001.0-4
2533       - 31  # NDRPDR sel 2001.0-4
2534       - 10  # MRR sel
2535       - 27  # MRR sel env 4
2536
2537     csit-vpp-perf-verify-1908-3n-dnv:
2538       - 6   # NDRPDR sel
2539       - 7   # NDRPDR sel
2540       - 8   # NDRPDR sel
2541       - 9   # NDRPDR sel
2542       - 10  # NDRPDR sel
2543       - 12  # NDRPDR sel
2544       - 13  # NDRPDR sel
2545       - 14  # NDRPDR sel
2546       - 15  # NDRPDR sel
2547       - 16  # NDRPDR sel
2548       - 17  # MRR sel
2549     csit-vpp-perf-verify-2001-3n-dnv:
2550       - 5   # NDRPDR sel
2551       - 6   # NDRPDR sel
2552       - 7   # NDRPDR sel
2553       - 8   # NDRPDR sel
2554       - 9   # NDRPDR sel
2555       - 10  # NDRPDR sel
2556       - 12  # NDRPDR sel
2557       - 16  # NDRPDR sel
2558       - 17  # NDRPDR sel
2559       - 18  # NDRPDR sel
2560       - 11  # MRR sel
2561     csit-vpp-perf-report-iterative-2005-3n-dnv:
2562       - 2   # NDRPDR sel
2563       - 3   # NDRPDR sel
2564       - 4   # NDRPDR sel
2565       - 5   # NDRPDR sel
2566       - 6   # NDRPDR sel
2567       - 7   # NDRPDR sel
2568       - 9   # NDRPDR sel
2569       - 10  # NDRPDR sel
2570       - 11  # NDRPDR sel
2571       - 12  # NDRPDR sel
2572       - 8   # MRR
2573     csit-vpp-perf-report-coverage-2005-3n-dnv:
2574       - 1   # perf-full-3n-dnv-crypto_I
2575       - 24  # perf-full-3n-dnv-crypto_II
2576       - 5   # perf-full-3n-dnv-ip4_I
2577       - 13  # perf-full-3n-dnv-ip4_II
2578       - 17  # perf-full-3n-dnv-ip6_I
2579       - 18  # perf-full-3n-dnv-ip6_II
2580       - 21  # perf-full-3n-dnv-l2_I
2581       - 22  # perf-full-3n-dnv-l2_II
2582       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2583
2584     csit-vpp-perf-verify-1908-2n-dnv:
2585       - 1   # NDRPDR sel
2586       - 2   # NDRPDR sel
2587       - 3   # NDRPDR sel
2588       - 4   # NDRPDR sel
2589       - 5   # NDRPDR sel
2590       - 6   # NDRPDR sel
2591       - 7   # NDRPDR sel
2592       - 8   # NDRPDR sel
2593       - 9   # NDRPDR sel
2594       - 10  # NDRPDR sel
2595       - 11  # MRR sel
2596     csit-vpp-perf-verify-2001-2n-dnv:
2597       - 4   # NDRPDR sel
2598       - 5   # NDRPDR sel
2599       - 6   # NDRPDR sel
2600       - 7   # NDRPDR sel
2601       - 8   # NDRPDR sel
2602       - 9   # NDRPDR sel
2603       - 10  # NDRPDR sel
2604       - 11  # NDRPDR sel
2605       - 13  # NDRPDR sel
2606       - 16  # NDRPDR sel
2607       - 12  # MRR sel
2608     csit-vpp-perf-report-iterative-2005-2n-dnv:
2609       - 3   # NDRPDR sel
2610       - 6   # NDRPDR sel
2611       - 7   # NDRPDR sel
2612       - 8   # NDRPDR sel
2613       - 9   # NDRPDR sel
2614       - 10  # NDRPDR sel
2615       - 11  # NDRPDR sel
2616       - 12  # NDRPDR sel
2617       - 13  # NDRPDR sel
2618       - 14  # NDRPDR sel
2619       - 15  # MRR sel
2620     csit-vpp-perf-report-coverage-2005-2n-dnv:
2621       - 1   # perf-full-2n-dnv-ip4_I
2622       - 2   # perf-full-2n-dnv-ip4_II
2623       - 3   # perf-full-2n-dnv-ip6_I
2624       - 4   # perf-full-2n-dnv-ip6_II
2625       - 5   # perf-full-2n-dnv-l2_I
2626       - 6   # perf-full-2n-dnv-l2_II
2627
2628     csit-dpdk-perf-verify-1908-3n-hsw:
2629       - 2   # NDRPDR sel
2630       - 3   # NDRPDR sel
2631       - 4   # NDRPDR sel
2632       - 5   # NDRPDR sel
2633       - 6   # NDRPDR sel
2634       - 7   # NDRPDR sel
2635       - 8   # NDRPDR sel
2636       - 9   # NDRPDR sel
2637       - 10  # NDRPDR sel
2638       - 11  # NDRPDR sel
2639     csit-dpdk-perf-verify-2001-3n-hsw:
2640       - 4   # NDRPDR sel
2641       - 5   # NDRPDR sel
2642       - 6   # NDRPDR sel
2643       - 7   # NDRPDR sel
2644       - 8   # NDRPDR sel
2645       - 9   # NDRPDR sel
2646       - 10  # NDRPDR sel
2647       - 11  # NDRPDR sel
2648       - 12  # NDRPDR sel
2649       - 13  # NDRPDR sel
2650       - 15  # NDRPDR sel
2651       - 16  # NDRPDR sel
2652       - 17  # NDRPDR sel
2653       - 18  # NDRPDR sel
2654       - 19  # NDRPDR sel
2655       - 20  # NDRPDR sel
2656       - 21  # NDRPDR sel
2657       - 22  # NDRPDR sel
2658       - 23  # NDRPDR sel
2659       - 24  # NDRPDR sel
2660     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2661       - 25  # NDRPDR iter
2662       - 26  # NDRPDR iter
2663       - 27  # NDRPDR iter
2664       - 28  # NDRPDR iter
2665       - 29  # NDRPDR iter
2666       - 30  # NDRPDR iter
2667       - 31  # NDRPDR iter
2668       - 32  # NDRPDR iter
2669       - 33  # NDRPDR iter
2670       - 34  # NDRPDR iter
2671
2672     csit-dpdk-perf-verify-1908-3n-skx:
2673       - 3   # NDRPDR sel
2674       - 4   # NDRPDR sel
2675       - 5   # NDRPDR sel
2676       - 6   # NDRPDR sel
2677       - 7   # NDRPDR sel
2678       - 8   # NDRPDR sel
2679       - 9   # NDRPDR sel
2680       - 10  # NDRPDR sel
2681       - 11  # NDRPDR sel
2682       - 12  # NDRPDR sel
2683     csit-dpdk-perf-verify-2001-3n-skx:
2684       - 29  # NDRPDR sel xxv710
2685       - 33  # NDRPDR sel xxv710
2686       - 34  # NDRPDR sel xxv710
2687       - 35  # NDRPDR sel xxv710
2688       - 36  # NDRPDR sel xxv710
2689       - 37  # NDRPDR sel xxv710
2690       - 41  # NDRPDR sel xxv710
2691       - 42  # NDRPDR sel xxv710
2692       - 43  # NDRPDR sel xxv710
2693       - 45  # NDRPDR sel xxv710
2694       - 30  # NDRPDR sel x710
2695       - 31  # NDRPDR sel x710
2696       - 32  # NDRPDR sel x710
2697       - 38  # NDRPDR sel x710
2698       - 39  # NDRPDR sel x710
2699       - 40  # NDRPDR sel x710
2700       - 44  # NDRPDR sel x710
2701       - 46  # NDRPDR sel x710
2702       - 47  # NDRPDR sel x710
2703       - 48  # NDRPDR sel x710
2704     csit-dpdk-perf-report-iterative-2005-3n-skx:
2705       - 28  # NDRPDR iter
2706       - 29  # NDRPDR iter
2707       - 30  # NDRPDR iter
2708       - 31  # NDRPDR iter
2709       - 32  # NDRPDR iter
2710       - 33  # NDRPDR iter
2711       - 34  # NDRPDR iter
2712       - 35  # NDRPDR iter
2713       - 36  # NDRPDR iter
2714       - 37  # NDRPDR iter
2715
2716     csit-dpdk-perf-verify-1908-2n-skx:
2717       - 2   # NDRPDR sel
2718       - 3   # NDRPDR sel
2719       - 4   # NDRPDR sel
2720       - 5   # NDRPDR sel
2721       - 7   # NDRPDR sel
2722       - 8   # NDRPDR sel
2723       - 9   # NDRPDR sel
2724       - 10  # NDRPDR sel
2725       - 11  # NDRPDR sel
2726       - 12  # NDRPDR sel
2727     csit-dpdk-perf-verify-2001-2n-skx:
2728       - 35  # NDRPDR sel xxv710
2729       - 36  # NDRPDR sel xxv710
2730       - 37  # NDRPDR sel xxv710
2731       - 41  # NDRPDR sel xxv710
2732       - 42  # NDRPDR sel xxv710
2733       - 43  # NDRPDR sel xxv710
2734       - 46  # NDRPDR sel xxv710
2735       - 47  # NDRPDR sel xxv710
2736       - 52  # NDRPDR sel xxv710
2737       - 53  # NDRPDR sel xxv710
2738       - 38  # NDRPDR sel x710
2739       - 39  # NDRPDR sel x710
2740       - 40  # NDRPDR sel x710
2741       - 44  # NDRPDR sel x710
2742       - 45  # NDRPDR sel x710
2743       - 48  # NDRPDR sel x710
2744       - 49  # NDRPDR sel x710
2745       - 50  # NDRPDR sel x710
2746       - 51  # NDRPDR sel x710
2747       - 54  # NDRPDR sel x710
2748     csit-dpdk-perf-report-iterative-2005-2n-skx:
2749       - 20  # NDRPDR iter
2750       - 21  # NDRPDR iter
2751       - 22  # NDRPDR iter
2752       - 23  # NDRPDR iter
2753       - 24  # NDRPDR iter
2754       - 25  # NDRPDR iter
2755       - 26  # NDRPDR iter
2756       - 27  # NDRPDR iter
2757       - 28  # NDRPDR iter
2758       - 29  # NDRPDR iter
2759
2760     csit-dpdk-perf-verify-2001-2n-clx:
2761       - 15  # NDRPDR sel
2762       - 16  # NDRPDR sel
2763       - 17  # NDRPDR sel
2764       - 18  # NDRPDR sel
2765       - 19  # NDRPDR sel
2766       - 20  # NDRPDR sel
2767       - 21  # NDRPDR sel
2768       - 22  # NDRPDR sel
2769       - 23  # NDRPDR sel
2770       - 24  # NDRPDR sel
2771       - 25  # NDRPDR sel
2772       - 26  # NDRPDR sel
2773       - 27  # NDRPDR sel
2774       - 28  # NDRPDR sel
2775       - 29  # NDRPDR sel
2776       - 30  # NDRPDR sel
2777       - 31  # NDRPDR sel
2778       - 32  # NDRPDR sel
2779       - 33  # NDRPDR sel
2780       - 34  # NDRPDR sel
2781     csit-dpdk-perf-report-iterative-2005-2n-clx:
2782       - 20  # NDRPDR iter
2783       - 21  # NDRPDR iter
2784       - 22  # NDRPDR iter
2785       - 23  # NDRPDR iter
2786       - 24  # NDRPDR iter
2787       - 25  # NDRPDR iter
2788       - 26  # NDRPDR iter
2789       - 27  # NDRPDR iter
2790       - 28  # NDRPDR iter
2791       - 29  # NDRPDR iter
2792
2793     csit-dpdk-perf-verify-2001-2n-dnv:
2794       - 9   # NDRPDR sel
2795       - 10  # NDRPDR sel
2796       - 11  # NDRPDR sel
2797       - 12  # NDRPDR sel
2798       - 13  # NDRPDR sel
2799       - 14  # NDRPDR sel
2800       - 15  # NDRPDR sel
2801       - 16  # NDRPDR sel
2802       - 17  # NDRPDR sel
2803       - 18  # NDRPDR sel
2804     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2805       - 8   # NDRPDR sel
2806       - 9   # NDRPDR sel
2807       - 10  # NDRPDR sel
2808       - 11  # NDRPDR sel
2809       - 12  # NDRPDR sel
2810       - 13  # NDRPDR sel
2811       - 14  # NDRPDR sel
2812       - 15  # NDRPDR sel
2813       - 16  # NDRPDR sel
2814       - 17  # NDRPDR sel
2815
2816     csit-dpdk-perf-verify-2001-3n-dnv:
2817       - 12  # NDRPDR sel
2818       - 13  # NDRPDR sel
2819       - 14  # NDRPDR sel
2820       - 15  # NDRPDR sel
2821       - 16  # NDRPDR sel
2822       - 17  # NDRPDR sel
2823       - 18  # NDRPDR sel
2824       - 19  # NDRPDR sel
2825       - 20  # NDRPDR sel
2826       - 22  # NDRPDR sel
2827     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2828       - 6   # NDRPDR sel
2829       - 7   # NDRPDR sel
2830       - 8   # NDRPDR sel
2831       - 9   # NDRPDR sel
2832       - 10  # NDRPDR sel
2833       - 11  # NDRPDR sel
2834       - 12  # NDRPDR sel
2835       - 13  # NDRPDR sel
2836       - 14  # NDRPDR sel
2837       - 16  # NDRPDR sel
2838
2839     csit-dpdk-perf-verify-2001-3n-tsh:
2840       - 3   # NDRPDR sel
2841       - 4   # NDRPDR sel
2842       - 5   # NDRPDR sel
2843       - 9   # NDRPDR sel
2844       - 10  # NDRPDR sel
2845       - 11  # NDRPDR sel
2846       - 12  # NDRPDR sel
2847       - 14  # NDRPDR sel
2848       - 15  # NDRPDR sel
2849       - 18  # NDRPDR sel
2850     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2851       - 5   # NDRPDR sel
2852
2853     csit-vpp-device-2005-ubuntu1804-1n-skx:
2854       - 35
2855
2856 - type: "output"
2857   output: "report"
2858   format:
2859     html:
2860     - full
2861 #    pdf:
2862 #    - minimal
2863
2864 ################################################################################
2865 ###                               T A B L E S                                ###
2866 ################################################################################
2867
2868 # VPP Soak vs NDR - 2n-skx
2869 - type: "table"
2870   title: "VPP Soak vs NDR 2n-skx"
2871   algorithm: "table_soak_vs_ndr"
2872   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2873   reference:
2874     title: "NDR"
2875     data: "vpp-soak-vs-ndr-2n-skx-ref"
2876   compare:
2877     title: "Soak"
2878     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2879   data: "vpp-soak-vs-ndr-2n-skx"
2880   include-tests: "NDR"
2881   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2882   parameters:
2883     - "throughput"
2884     - "name"
2885     - "parent"
2886
2887 # VPP Soak vs NDR - 2n-clx
2888 - type: "table"
2889   title: "VPP Soak vs NDR 2n-clx"
2890   algorithm: "table_soak_vs_ndr"
2891   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2892   reference:
2893     title: "NDR"
2894     data: "vpp-soak-vs-ndr-2n-clx-ref"
2895   compare:
2896     title: "Soak"
2897     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2898   data: "vpp-soak-vs-ndr-2n-clx"
2899   include-tests: "NDR"
2900   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2901   parameters:
2902     - "throughput"
2903     - "name"
2904     - "parent"
2905
2906 ################################################################################
2907
2908 # VPP Compare NICs 3n-skx 2t1c ndr
2909 - type: "table"
2910   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2911   algorithm: "table_comparison"
2912   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2913   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2914   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2915   columns:
2916     - title: "x710"
2917       data-set: "vpp-nic-comparison-3n-skx"
2918       tag: "NIC_Intel-X710"
2919     - title: "xxv710"
2920       data-set: "vpp-nic-comparison-3n-skx"
2921       tag: "NIC_Intel-XXV710"
2922   comparisons:
2923     - title: "Diff"
2924       reference: 1
2925       compare: 2
2926   legend:
2927     - ""
2928     - "x710, xxv710 - NICs tested."
2929     - "Diff - difference between x710 and xxv710 NIC."
2930
2931 # VPP Compare NICs 3n-skx 4t2c ndr
2932 - type: "table"
2933   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2934   algorithm: "table_comparison"
2935   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2937   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2938   columns:
2939     - title: "x710"
2940       data-set: "vpp-nic-comparison-3n-skx"
2941       tag: "NIC_Intel-X710"
2942     - title: "xxv710"
2943       data-set: "vpp-nic-comparison-3n-skx"
2944       tag: "NIC_Intel-XXV710"
2945   comparisons:
2946     - title: "Diff"
2947       reference: 1
2948       compare: 2
2949   legend:
2950     - ""
2951     - "x710, xxv710 - NICs tested."
2952     - "Diff - difference between x710 and xxv710 NIC."
2953
2954 # VPP Compare NICs 3n-skx 2t1c pdr
2955 - type: "table"
2956   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2957   algorithm: "table_comparison"
2958   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2959   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2960   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2961   columns:
2962     - title: "x710"
2963       data-set: "vpp-nic-comparison-3n-skx"
2964       tag: "NIC_Intel-X710"
2965     - title: "xxv710"
2966       data-set: "vpp-nic-comparison-3n-skx"
2967       tag: "NIC_Intel-XXV710"
2968   comparisons:
2969     - title: "Diff"
2970       reference: 1
2971       compare: 2
2972   legend:
2973     - ""
2974     - "x710, xxv710 - NICs tested."
2975     - "Diff - difference between x710 and xxv710 NIC."
2976
2977 # VPP Compare NICs 3n-skx 4t2c pdr
2978 - type: "table"
2979   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2980   algorithm: "table_comparison"
2981   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2982   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2983   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2984   columns:
2985     - title: "x710"
2986       data-set: "vpp-nic-comparison-3n-skx"
2987       tag: "NIC_Intel-X710"
2988     - title: "xxv710"
2989       data-set: "vpp-nic-comparison-3n-skx"
2990       tag: "NIC_Intel-XXV710"
2991   comparisons:
2992     - title: "Diff"
2993       reference: 1
2994       compare: 2
2995   legend:
2996     - ""
2997     - "x710, xxv710 - NICs tested."
2998     - "Diff - difference between x710 and xxv710 NIC."
2999
3000 ## VPP Compare NICs 3n-skx 2t1c mrr
3001 #- type: "table"
3002 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3003 #  algorithm: "table_comparison"
3004 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3005 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3006 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3007 #  columns:
3008 #    - title: "x710"
3009 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3010 #      tag: "NIC_Intel-X710"
3011 #    - title: "xxv710"
3012 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3013 #      tag: "NIC_Intel-XXV710"
3014 #  comparisons:
3015 #    - title: "Diff"
3016 #      reference: 1
3017 #      compare: 2
3018 #  legend:
3019 #    - ""
3020 #    - "x710, xxv710 - NICs tested."
3021 #    - "Diff - difference between x710 and xxv710 NIC."
3022 #
3023 ## VPP Compare NICs 3n-skx 4t2c mrr
3024 #- type: "table"
3025 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3026 #  algorithm: "table_comparison"
3027 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3028 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3029 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3030 #  columns:
3031 #    - title: "x710"
3032 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3033 #      tag: "NIC_Intel-X710"
3034 #    - title: "xxv710"
3035 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3036 #      tag: "NIC_Intel-XXV710"
3037 #  comparisons:
3038 #    - title: "Diff"
3039 #      reference: 1
3040 #      compare: 2
3041 #  legend:
3042 #    - ""
3043 #    - "x710, xxv710 - NICs tested."
3044 #    - "Diff - difference between x710 and xxv710 NIC."
3045 #
3046 ## VPP Compare NICs 3n-skx 8t4c mrr
3047 #- type: "table"
3048 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3049 #  algorithm: "table_comparison"
3050 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3051 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3052 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3053 #  columns:
3054 #    - title: "x710"
3055 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3056 #      tag: "NIC_Intel-X710"
3057 #    - title: "xxv710"
3058 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3059 #      tag: "NIC_Intel-XXV710"
3060 #  comparisons:
3061 #    - title: "Diff"
3062 #      reference: 1
3063 #      compare: 2
3064 #  legend:
3065 #    - ""
3066 #    - "x710, xxv710 - NICs tested."
3067 #    - "Diff - difference between x710 and xxv710 NIC."
3068
3069 # VPP Compare NICs 2n-skx 2t1c ndr
3070 - type: "table"
3071   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3072   algorithm: "table_comparison"
3073   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3074   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3075   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3076   columns:
3077     - title: "x710"
3078       data-set: "vpp-nic-comparison-2n-skx"
3079       tag: "NIC_Intel-X710"
3080     - title: "xxv710"
3081       data-set: "vpp-nic-comparison-2n-skx"
3082       tag: "NIC_Intel-XXV710"
3083   comparisons:
3084     - title: "Diff"
3085       reference: 1
3086       compare: 2
3087   legend:
3088     - ""
3089     - "x710, xxv710 - NICs tested."
3090     - "Diff - difference between x710 and xxv710 NIC."
3091
3092 # VPP Compare NICs 2n-skx 4t2c ndr
3093 - type: "table"
3094   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3095   algorithm: "table_comparison"
3096   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3098   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3099   columns:
3100     - title: "x710"
3101       data-set: "vpp-nic-comparison-2n-skx"
3102       tag: "NIC_Intel-X710"
3103     - title: "xxv710"
3104       data-set: "vpp-nic-comparison-2n-skx"
3105       tag: "NIC_Intel-XXV710"
3106   comparisons:
3107     - title: "Diff"
3108       reference: 1
3109       compare: 2
3110   legend:
3111     - ""
3112     - "x710, xxv710 - NICs tested."
3113     - "Diff - difference between x710 and xxv710 NIC."
3114
3115 # VPP Compare NICs 2n-skx 2t1c pdr
3116 - type: "table"
3117   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3118   algorithm: "table_comparison"
3119   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3120   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3121   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3122   columns:
3123     - title: "x710"
3124       data-set: "vpp-nic-comparison-2n-skx"
3125       tag: "NIC_Intel-X710"
3126     - title: "xxv710"
3127       data-set: "vpp-nic-comparison-2n-skx"
3128       tag: "NIC_Intel-XXV710"
3129   comparisons:
3130     - title: "Diff"
3131       reference: 1
3132       compare: 2
3133   legend:
3134     - ""
3135     - "x710, xxv710 - NICs tested."
3136     - "Diff - difference between x710 and xxv710 NIC."
3137
3138 # VPP Compare NICs 2n-skx 4t2c pdr
3139 - type: "table"
3140   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3141   algorithm: "table_comparison"
3142   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3143   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3144   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3145   columns:
3146     - title: "x710"
3147       data-set: "vpp-nic-comparison-2n-skx"
3148       tag: "NIC_Intel-X710"
3149     - title: "xxv710"
3150       data-set: "vpp-nic-comparison-2n-skx"
3151       tag: "NIC_Intel-XXV710"
3152   comparisons:
3153     - title: "Diff"
3154       reference: 1
3155       compare: 2
3156   legend:
3157     - ""
3158     - "x710, xxv710 - NICs tested."
3159     - "Diff - difference between x710 and xxv710 NIC."
3160
3161 # VPP Compare NICs 2n-skx 2t1c mrr
3162 - type: "table"
3163   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3164   algorithm: "table_comparison"
3165   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3166   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3167   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3168   columns:
3169     - title: "x710"
3170       data-set: "vpp-nic-comparison-2n-skx-mrr"
3171       tag: "NIC_Intel-X710"
3172     - title: "xxv710"
3173       data-set: "vpp-nic-comparison-2n-skx-mrr"
3174       tag: "NIC_Intel-XXV710"
3175   comparisons:
3176     - title: "Diff"
3177       reference: 1
3178       compare: 2
3179   legend:
3180     - ""
3181     - "x710, xxv710 - NICs tested."
3182     - "Diff - difference between x710 and xxv710 NIC."
3183
3184 # VPP Compare NICs 2n-skx 4t2c mrr
3185 - type: "table"
3186   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3187   algorithm: "table_comparison"
3188   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3189   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3190   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3191   columns:
3192     - title: "x710"
3193       data-set: "vpp-nic-comparison-2n-skx-mrr"
3194       tag: "NIC_Intel-X710"
3195     - title: "xxv710"
3196       data-set: "vpp-nic-comparison-2n-skx-mrr"
3197       tag: "NIC_Intel-XXV710"
3198   comparisons:
3199     - title: "Diff"
3200       reference: 1
3201       compare: 2
3202   legend:
3203     - ""
3204     - "x710, xxv710 - NICs tested."
3205     - "Diff - difference between x710 and xxv710 NIC."
3206
3207 # VPP Compare NICs 2n-skx 8t4c mrr
3208 - type: "table"
3209   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3210   algorithm: "table_comparison"
3211   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3212   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3213   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3214   columns:
3215     - title: "x710"
3216       data-set: "vpp-nic-comparison-2n-skx-mrr"
3217       tag: "NIC_Intel-X710"
3218     - title: "xxv710"
3219       data-set: "vpp-nic-comparison-2n-skx-mrr"
3220       tag: "NIC_Intel-XXV710"
3221   comparisons:
3222     - title: "Diff"
3223       reference: 1
3224       compare: 2
3225   legend:
3226     - ""
3227     - "x710, xxv710 - NICs tested."
3228     - "Diff - difference between x710 and xxv710 NIC."
3229
3230 ################################################################################
3231 # VPP
3232
3233 # VPP Performance Changes 3n-hsw 1t1c pdr
3234 - type: "table"
3235   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3236   algorithm: "table_comparison"
3237   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3239   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3240   columns:
3241     - title: "1908.1-2"
3242       data-set: "vpp-performance-changes-3n-hsw-h1"
3243     - title: "2001.0-2"
3244       data-set: "vpp-performance-changes-3n-hsw-ref"
3245     - title: "2001.0-4"
3246       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3247     - title: "2005.0-4"
3248       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3249   comparisons:
3250     - title: "2001.0-4 vs 2001.0-2"
3251       reference: 2
3252       compare: 3
3253       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3254     - title: "2005.0-4 vs 2001.0-4"
3255       reference: 3
3256       compare: 4
3257       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3258   legend:
3259     - ''
3260     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3261     - '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).'
3262     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3263     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3264     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3265
3266 # VPP Performance Changes 3n-hsw 2t2c pdr
3267 - type: "table"
3268   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3269   algorithm: "table_comparison"
3270   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3271   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3272   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3273   columns:
3274     - title: "1908.1-2"
3275       data-set: "vpp-performance-changes-3n-hsw-h1"
3276     - title: "2001.0-2"
3277       data-set: "vpp-performance-changes-3n-hsw-ref"
3278     - title: "2001.0-4"
3279       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3280     - title: "2005.0-4"
3281       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3282   comparisons:
3283     - title: "2001.0-4 vs 2001.0-2"
3284       reference: 2
3285       compare: 3
3286       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3287     - title: "2005.0-4 vs 2001.0-4"
3288       reference: 3
3289       compare: 4
3290       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3291   legend:
3292     - ''
3293     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3294     - '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).'
3295     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3296     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3297     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3298
3299 # VPP Performance Changes 3n-hsw 1t1c ndr
3300 - type: "table"
3301   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3302   algorithm: "table_comparison"
3303   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3304   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3305   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3306   columns:
3307     - title: "1908.1-2"
3308       data-set: "vpp-performance-changes-3n-hsw-h1"
3309     - title: "2001.0-2"
3310       data-set: "vpp-performance-changes-3n-hsw-ref"
3311     - title: "2001.0-4"
3312       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3313     - title: "2005.0-4"
3314       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3315   comparisons:
3316     - title: "2001.0-4 vs 2001.0-2"
3317       reference: 2
3318       compare: 3
3319       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3320     - title: "2005.0-4 vs 2001.0-4"
3321       reference: 3
3322       compare: 4
3323       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3324   legend:
3325     - ''
3326     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3327     - '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).'
3328     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3329     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3330     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3331
3332 # VPP Performance Changes 3n-hsw 2t2c ndr
3333 - type: "table"
3334   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3335   algorithm: "table_comparison"
3336   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3338   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3339   columns:
3340     - title: "1908.1-2"
3341       data-set: "vpp-performance-changes-3n-hsw-h1"
3342     - title: "2001.0-2"
3343       data-set: "vpp-performance-changes-3n-hsw-ref"
3344     - title: "2001.0-4"
3345       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3346     - title: "2005.0-4"
3347       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3348   comparisons:
3349     - title: "2001.0-4 vs 2001.0-2"
3350       reference: 2
3351       compare: 3
3352       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3353     - title: "2005.0-4 vs 2001.0-4"
3354       reference: 3
3355       compare: 4
3356       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3357   legend:
3358     - ''
3359     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3360     - '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).'
3361     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3362     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3363     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3364
3365 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3366 - type: "table"
3367   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3368   algorithm: "table_comparison"
3369   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3370   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3371   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3372   columns:
3373     - title: "1908.1-2"
3374       data-set: "vpp-performance-changes-3n-hsw-h1"
3375     - title: "2001.0-2"
3376       data-set: "vpp-performance-changes-3n-hsw-ref"
3377     - title: "2001.0-4"
3378       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3379     - title: "2005.0-3"
3380       data-set: "vpp-performance-changes-3n-hsw-cmp"
3381     - title: "2005.0-4"
3382       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3383   comparisons:
3384     - title: "2005.0-4 vs 2005.0-3"
3385       reference: 4
3386       compare: 5
3387       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3388     - title: "2001.0-4 vs 2001.0-2"
3389       reference: 2
3390       compare: 3
3391       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3392     - title: "2005.0-4 vs 2001.0-4"
3393       reference: 3
3394       compare: 5
3395       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
3396   legend:
3397     - ''
3398     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3399     - '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).'
3400     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3401     - '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.'
3402     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3403     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3404
3405 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3406 - type: "table"
3407   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3408   algorithm: "table_comparison"
3409   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3411   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3412   columns:
3413     - title: "1908.1-2"
3414       data-set: "vpp-performance-changes-3n-hsw-h1"
3415     - title: "2001.0-2"
3416       data-set: "vpp-performance-changes-3n-hsw-ref"
3417     - title: "2001.0-4"
3418       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3419     - title: "2005.0-3"
3420       data-set: "vpp-performance-changes-3n-hsw-cmp"
3421     - title: "2005.0-4"
3422       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3423   comparisons:
3424     - title: "2005.0-4 vs 2005.0-3"
3425       reference: 4
3426       compare: 5
3427       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3428     - title: "2001.0-4 vs 2001.0-2"
3429       reference: 2
3430       compare: 3
3431       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3432     - title: "2005.0-4 vs 2001.0-4"
3433       reference: 3
3434       compare: 5
3435       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
3436   legend:
3437     - ''
3438     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3439     - '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).'
3440     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3441     - '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.'
3442     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3443     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3444
3445 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3446 - type: "table"
3447   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3448   algorithm: "table_comparison"
3449   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3451   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3452   columns:
3453     - title: "1908.1-2"
3454       data-set: "vpp-performance-changes-3n-hsw-h1"
3455     - title: "2001.0-2"
3456       data-set: "vpp-performance-changes-3n-hsw-ref"
3457     - title: "2001.0-4"
3458       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3459     - title: "2005.0-3"
3460       data-set: "vpp-performance-changes-3n-hsw-cmp"
3461     - title: "2005.0-4"
3462       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3463   comparisons:
3464     - title: "2005.0-4 vs 2005.0-3"
3465       reference: 4
3466       compare: 5
3467       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3468     - title: "2001.0-4 vs 2001.0-2"
3469       reference: 2
3470       compare: 3
3471       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3472     - title: "2005.0-4 vs 2001.0-4"
3473       reference: 3
3474       compare: 5
3475       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
3476   legend:
3477     - ''
3478     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3479     - '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).'
3480     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3481     - '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.'
3482     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3483     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3484
3485 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3486 - type: "table"
3487   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3488   algorithm: "table_comparison"
3489   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3490   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3491   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3492   columns:
3493     - title: "1908.1-2"
3494       data-set: "vpp-performance-changes-3n-hsw-h1"
3495     - title: "2001.0-2"
3496       data-set: "vpp-performance-changes-3n-hsw-ref"
3497     - title: "2001.0-4"
3498       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3499     - title: "2005.0-3"
3500       data-set: "vpp-performance-changes-3n-hsw-cmp"
3501     - title: "2005.0-4"
3502       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3503   comparisons:
3504     - title: "2005.0-4 vs 2005.0-3"
3505       reference: 4
3506       compare: 5
3507       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3508     - title: "2001.0-4 vs 2001.0-2"
3509       reference: 2
3510       compare: 3
3511       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3512     - title: "2005.0-4 vs 2001.0-4"
3513       reference: 3
3514       compare: 5
3515       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
3516   legend:
3517     - ''
3518     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3519     - '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).'
3520     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3521     - '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.'
3522     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3523     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3524
3525 # VPP Performance Changes 3n-skx 2t1c pdr
3526 - type: "table"
3527   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3528   algorithm: "table_comparison"
3529   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3531   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3532   columns:
3533     - title: "1908.1-2"
3534       data-set: "vpp-performance-changes-3n-skx-h1"
3535     - title: "2001.0-2"
3536       data-set: "vpp-performance-changes-3n-skx-ref"
3537     - title: "2001.0-4"
3538       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3539     - title: "2005.0-4"
3540       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3541   comparisons:
3542     - title: "2001.0-4 vs 2001.0-2"
3543       reference: 2
3544       compare: 3
3545       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3546     - title: "2005.0-4 vs 2001.0-4"
3547       reference: 3
3548       compare: 4
3549       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3550   legend:
3551     - ''
3552     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3553     - '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).'
3554     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3555     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3556     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3557
3558 # VPP Performance Changes 3n-skx 4t2c pdr
3559 - type: "table"
3560   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3561   algorithm: "table_comparison"
3562   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3564   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3565   columns:
3566     - title: "1908.1-2"
3567       data-set: "vpp-performance-changes-3n-skx-h1"
3568     - title: "2001.0-2"
3569       data-set: "vpp-performance-changes-3n-skx-ref"
3570     - title: "2001.0-4"
3571       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3572     - title: "2005.0-4"
3573       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3574   comparisons:
3575     - title: "2001.0-4 vs 2001.0-2"
3576       reference: 2
3577       compare: 3
3578       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3579     - title: "2005.0-4 vs 2001.0-4"
3580       reference: 3
3581       compare: 4
3582       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3583   legend:
3584     - ''
3585     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3586     - '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).'
3587     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3588     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3589     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3590
3591 # VPP Performance Changes 3n-skx 2t1c ndr
3592 - type: "table"
3593   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3594   algorithm: "table_comparison"
3595   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3597   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3598   columns:
3599     - title: "1908.1-2"
3600       data-set: "vpp-performance-changes-3n-skx-h1"
3601     - title: "2001.0-2"
3602       data-set: "vpp-performance-changes-3n-skx-ref"
3603     - title: "2001.0-4"
3604       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3605     - title: "2005.0-4"
3606       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3607   comparisons:
3608     - title: "2001.0-4 vs 2001.0-2"
3609       reference: 2
3610       compare: 3
3611       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3612     - title: "2005.0-4 vs 2001.0-4"
3613       reference: 3
3614       compare: 4
3615       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3616   legend:
3617     - ''
3618     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3619     - '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).'
3620     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3621     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3622     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3623
3624 # VPP Performance Changes 3n-skx 4t2c ndr
3625 - type: "table"
3626   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3627   algorithm: "table_comparison"
3628   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3630   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3631   columns:
3632     - title: "1908.1-2"
3633       data-set: "vpp-performance-changes-3n-skx-h1"
3634     - title: "2001.0-2"
3635       data-set: "vpp-performance-changes-3n-skx-ref"
3636     - title: "2001.0-4"
3637       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3638     - title: "2005.0-4"
3639       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3640   comparisons:
3641     - title: "2001.0-4 vs 2001.0-2"
3642       reference: 2
3643       compare: 3
3644       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3645     - title: "2005.0-4 vs 2001.0-4"
3646       reference: 3
3647       compare: 4
3648       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3649   legend:
3650     - ''
3651     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3652     - '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).'
3653     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3654     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3655     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3656
3657 # VPP Performance Changes 3n-skx 2t1c pdr-full
3658 - type: "table"
3659   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3660   algorithm: "table_comparison"
3661   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3662   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3663   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3664   columns:
3665     - title: "1908.1-2"
3666       data-set: "vpp-performance-changes-3n-skx-h1"
3667     - title: "2001.0-2"
3668       data-set: "vpp-performance-changes-3n-skx-ref"
3669     - title: "2001.0-4"
3670       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3671     - title: "2005.0-3"
3672       data-set: "vpp-performance-changes-3n-skx-cmp"
3673     - title: "2005.0-4"
3674       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3675   comparisons:
3676     - title: "2005.0-4 vs 2005.0-3"
3677       reference: 4
3678       compare: 5
3679       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3680     - title: "2001.0-4 vs 2001.0-2"
3681       reference: 2
3682       compare: 3
3683       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3684     - title: "2005.0-4 vs 2001.0-4"
3685       reference: 3
3686       compare: 5
3687       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
3688   legend:
3689     - ''
3690     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3691     - '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).'
3692     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3693     - '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.'
3694     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3695     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3696
3697 # VPP Performance Changes 3n-skx 4t2c pdr-full
3698 - type: "table"
3699   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3700   algorithm: "table_comparison"
3701   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3703   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3704   columns:
3705     - title: "1908.1-2"
3706       data-set: "vpp-performance-changes-3n-skx-h1"
3707     - title: "2001.0-2"
3708       data-set: "vpp-performance-changes-3n-skx-ref"
3709     - title: "2001.0-4"
3710       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3711     - title: "2005.0-3"
3712       data-set: "vpp-performance-changes-3n-skx-cmp"
3713     - title: "2005.0-4"
3714       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3715   comparisons:
3716     - title: "2005.0-4 vs 2005.0-3"
3717       reference: 4
3718       compare: 5
3719       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3720     - title: "2001.0-4 vs 2001.0-2"
3721       reference: 2
3722       compare: 3
3723       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3724     - title: "2005.0-4 vs 2001.0-4"
3725       reference: 3
3726       compare: 5
3727       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
3728   legend:
3729     - ''
3730     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3731     - '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).'
3732     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3733     - '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.'
3734     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3735     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3736
3737 # VPP Performance Changes 3n-skx 2t1c ndr-full
3738 - type: "table"
3739   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3740   algorithm: "table_comparison"
3741   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3742   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3743   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3744   columns:
3745     - title: "1908.1-2"
3746       data-set: "vpp-performance-changes-3n-skx-h1"
3747     - title: "2001.0-2"
3748       data-set: "vpp-performance-changes-3n-skx-ref"
3749     - title: "2001.0-4"
3750       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3751     - title: "2005.0-3"
3752       data-set: "vpp-performance-changes-3n-skx-cmp"
3753     - title: "2005.0-4"
3754       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3755   comparisons:
3756     - title: "2005.0-4 vs 2005.0-3"
3757       reference: 4
3758       compare: 5
3759       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3760     - title: "2001.0-4 vs 2001.0-2"
3761       reference: 2
3762       compare: 3
3763       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3764     - title: "2005.0-4 vs 2001.0-4"
3765       reference: 3
3766       compare: 5
3767       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
3768   legend:
3769     - ''
3770     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3771     - '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).'
3772     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3773     - '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.'
3774     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3775     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3776
3777 # VPP Performance Changes 3n-skx 4t2c ndr-full
3778 - type: "table"
3779   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3780   algorithm: "table_comparison"
3781   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3782   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3783   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3784   columns:
3785     - title: "1908.1-2"
3786       data-set: "vpp-performance-changes-3n-skx-h1"
3787     - title: "2001.0-2"
3788       data-set: "vpp-performance-changes-3n-skx-ref"
3789     - title: "2001.0-4"
3790       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3791     - title: "2005.0-3"
3792       data-set: "vpp-performance-changes-3n-skx-cmp"
3793     - title: "2005.0-4"
3794       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3795   comparisons:
3796     - title: "2005.0-4 vs 2005.0-3"
3797       reference: 4
3798       compare: 5
3799       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3800     - title: "2001.0-4 vs 2001.0-2"
3801       reference: 2
3802       compare: 3
3803       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3804     - title: "2005.0-4 vs 2001.0-4"
3805       reference: 3
3806       compare: 5
3807       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
3808   legend:
3809     - ''
3810     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3811     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3812     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3813     - '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.'
3814     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3815     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3816
3817 # VPP Performance Changes 2n-skx 2t1c pdr
3818 - type: "table"
3819   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3820   algorithm: "table_comparison"
3821   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3823   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3824   columns:
3825     - title: "1908.1-2"
3826       data-set: "vpp-performance-changes-2n-skx-h1"
3827     - title: "2001.0-2"
3828       data-set: "vpp-performance-changes-2n-skx-ref"
3829     - title: "2001.0-4"
3830       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3831     - title: "2005.0-4"
3832       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3833   comparisons:
3834     - title: "2001.0-4 vs 2001.0-2"
3835       reference: 2
3836       compare: 3
3837       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3838     - title: "2005.0-4 vs 2001.0-4"
3839       reference: 3
3840       compare: 4
3841       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3842   legend:
3843     - ''
3844     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3845     - '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).'
3846     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3847     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3848     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3849
3850 # VPP Performance Changes 2n-skx 4t2c pdr
3851 - type: "table"
3852   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3853   algorithm: "table_comparison"
3854   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3855   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3856   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3857   columns:
3858     - title: "1908.1-2"
3859       data-set: "vpp-performance-changes-2n-skx-h1"
3860     - title: "2001.0-2"
3861       data-set: "vpp-performance-changes-2n-skx-ref"
3862     - title: "2001.0-4"
3863       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3864     - title: "2005.0-4"
3865       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3866   comparisons:
3867     - title: "2001.0-4 vs 2001.0-2"
3868       reference: 2
3869       compare: 3
3870       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3871     - title: "2005.0-4 vs 2001.0-4"
3872       reference: 3
3873       compare: 4
3874       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3875   legend:
3876     - ''
3877     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3878     - '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).'
3879     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3880     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3881     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3882
3883 # VPP Performance Changes 2n-skx 2t1c ndr
3884 - type: "table"
3885   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3886   algorithm: "table_comparison"
3887   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3889   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3890   columns:
3891     - title: "1908.1-2"
3892       data-set: "vpp-performance-changes-2n-skx-h1"
3893     - title: "2001.0-2"
3894       data-set: "vpp-performance-changes-2n-skx-ref"
3895     - title: "2001.0-4"
3896       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3897     - title: "2005.0-4"
3898       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3899   comparisons:
3900     - title: "2001.0-4 vs 2001.0-2"
3901       reference: 2
3902       compare: 3
3903       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3904     - title: "2005.0-4 vs 2001.0-4"
3905       reference: 3
3906       compare: 4
3907       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3908   legend:
3909     - ''
3910     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3911     - '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).'
3912     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3913     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3914     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3915
3916 # VPP Performance Changes 2n-skx 4t2c ndr
3917 - type: "table"
3918   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3919   algorithm: "table_comparison"
3920   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3922   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3923   columns:
3924     - title: "1908.1-2"
3925       data-set: "vpp-performance-changes-2n-skx-h1"
3926     - title: "2001.0-2"
3927       data-set: "vpp-performance-changes-2n-skx-ref"
3928     - title: "2001.0-4"
3929       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3930     - title: "2005.0-4"
3931       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3932   comparisons:
3933     - title: "2001.0-4 vs 2001.0-2"
3934       reference: 2
3935       compare: 3
3936       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3937     - title: "2005.0-4 vs 2001.0-4"
3938       reference: 3
3939       compare: 4
3940       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3941   legend:
3942     - ''
3943     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3944     - '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).'
3945     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3946     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3947     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3948
3949 # VPP Performance Changes 2n-skx 2t1c pdr-full
3950 - type: "table"
3951   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
3952   algorithm: "table_comparison"
3953   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
3954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3955   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3956   columns:
3957     - title: "1908.1-2"
3958       data-set: "vpp-performance-changes-2n-skx-h1"
3959     - title: "2001.0-2"
3960       data-set: "vpp-performance-changes-2n-skx-ref"
3961     - title: "2001.0-4"
3962       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3963     - title: "2005.0-3"
3964       data-set: "vpp-performance-changes-2n-skx-cmp"
3965     - title: "2005.0-4"
3966       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3967   comparisons:
3968     - title: "2005.0-4 vs 2005.0-3"
3969       reference: 4
3970       compare: 5
3971       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3972     - title: "2001.0-4 vs 2001.0-2"
3973       reference: 2
3974       compare: 3
3975       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3976     - title: "2005.0-4 vs 2001.0-4"
3977       reference: 3
3978       compare: 5
3979       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
3980
3981   legend:
3982     - ''
3983     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3984     - '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).'
3985     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3986     - '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.'
3987     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3988     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3989
3990 # VPP Performance Changes 2n-skx 4t2c pdr-full
3991 - type: "table"
3992   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
3993   algorithm: "table_comparison"
3994   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
3995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3996   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3997   columns:
3998     - title: "1908.1-2"
3999       data-set: "vpp-performance-changes-2n-skx-h1"
4000     - title: "2001.0-2"
4001       data-set: "vpp-performance-changes-2n-skx-ref"
4002     - title: "2001.0-4"
4003       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4004     - title: "2005.0-3"
4005       data-set: "vpp-performance-changes-2n-skx-cmp"
4006     - title: "2005.0-4"
4007       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4008   comparisons:
4009     - title: "2005.0-4 vs 2005.0-3"
4010       reference: 4
4011       compare: 5
4012       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4013     - title: "2001.0-4 vs 2001.0-2"
4014       reference: 2
4015       compare: 3
4016       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4017     - title: "2005.0-4 vs 2001.0-4"
4018       reference: 3
4019       compare: 5
4020       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
4021   legend:
4022     - ''
4023     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4024     - '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).'
4025     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4026     - '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.'
4027     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4028     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4029
4030 # VPP Performance Changes 2n-skx 2t1c ndr-full
4031 - type: "table"
4032   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4033   algorithm: "table_comparison"
4034   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4036   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4037   columns:
4038     - title: "1908.1-2"
4039       data-set: "vpp-performance-changes-2n-skx-h1"
4040     - title: "2001.0-2"
4041       data-set: "vpp-performance-changes-2n-skx-ref"
4042     - title: "2001.0-4"
4043       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4044     - title: "2005.0-3"
4045       data-set: "vpp-performance-changes-2n-skx-cmp"
4046     - title: "2005.0-4"
4047       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4048   comparisons:
4049     - title: "2005.0-4 vs 2005.0-3"
4050       reference: 4
4051       compare: 5
4052       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4053     - title: "2001.0-4 vs 2001.0-2"
4054       reference: 2
4055       compare: 3
4056       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4057     - title: "2005.0-4 vs 2001.0-4"
4058       reference: 3
4059       compare: 5
4060       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
4061   legend:
4062     - ''
4063     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4064     - '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).'
4065     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4066     - '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.'
4067     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4068     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4069
4070 # VPP Performance Changes 2n-skx 4t2c ndr-full
4071 - type: "table"
4072   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4073   algorithm: "table_comparison"
4074   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4076   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4077   columns:
4078     - title: "1908.1-2"
4079       data-set: "vpp-performance-changes-2n-skx-h1"
4080     - title: "2001.0-2"
4081       data-set: "vpp-performance-changes-2n-skx-ref"
4082     - title: "2001.0-4"
4083       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4084     - title: "2005.0-3"
4085       data-set: "vpp-performance-changes-2n-skx-cmp"
4086     - title: "2005.0-4"
4087       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4088   comparisons:
4089     - title: "2005.0-4 vs 2005.0-3"
4090       reference: 4
4091       compare: 5
4092       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4093     - title: "2001.0-4 vs 2001.0-2"
4094       reference: 2
4095       compare: 3
4096       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4097     - title: "2005.0-4 vs 2001.0-4"
4098       reference: 3
4099       compare: 5
4100       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
4101   legend:
4102     - ''
4103     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4104     - '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).'
4105     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4106     - '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.'
4107     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4108     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4109
4110 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4111 - type: "table"
4112   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4113   algorithm: "table_comparison"
4114   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4115   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4116   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4117   columns:
4118     - title: "2001.0-2"
4119       data-set: "vpp-performance-changes-2n-clx-ref"
4120     - title: "2001.0-4"
4121       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4122     - title: "2005.0-4"
4123       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4124   comparisons:
4125     - title: "2001.0-4 vs 2001.0-2"
4126       reference: 1
4127       compare: 2
4128       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4129     - title: "2005.0-4 vs 2001.0-4"
4130       reference: 2
4131       compare: 3
4132       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4133   legend:
4134     - ''
4135     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4136     - '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).'
4137     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4138     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4139     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4140
4141 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4142 - type: "table"
4143   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4144   algorithm: "table_comparison"
4145   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4146   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4147   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4148   columns:
4149     - title: "2001.0-2"
4150       data-set: "vpp-performance-changes-2n-clx-ref"
4151     - title: "2001.0-4"
4152       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4153     - title: "2005.0-4"
4154       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4155   comparisons:
4156     - title: "2001.0-4 vs 2001.0-2"
4157       reference: 1
4158       compare: 2
4159       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4160     - title: "2005.0-4 vs 2001.0-4"
4161       reference: 2
4162       compare: 3
4163       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4164   legend:
4165     - ''
4166     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4167     - '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).'
4168     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4169     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4170     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4171
4172 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4173 - type: "table"
4174   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4175   algorithm: "table_comparison"
4176   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4178   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4179   columns:
4180     - title: "2001.0-2"
4181       data-set: "vpp-performance-changes-2n-clx-ref"
4182     - title: "2001.0-4"
4183       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4184     - title: "2005.0-4"
4185       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4186   comparisons:
4187     - title: "2001.0-4 vs 2001.0-2"
4188       reference: 1
4189       compare: 2
4190       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4191     - title: "2005.0-4 vs 2001.0-4"
4192       reference: 2
4193       compare: 3
4194       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4195   legend:
4196     - ''
4197     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4198     - '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).'
4199     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4200     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4201     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4202
4203 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4204 - type: "table"
4205   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4206   algorithm: "table_comparison"
4207   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4209   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4210   columns:
4211     - title: "2001.0-2"
4212       data-set: "vpp-performance-changes-2n-clx-ref"
4213     - title: "2001.0-4"
4214       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4215     - title: "2005.0-4"
4216       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4217   comparisons:
4218     - title: "2001.0-4 vs 2001.0-2"
4219       reference: 1
4220       compare: 2
4221       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4222     - title: "2005.0-4 vs 2001.0-4"
4223       reference: 2
4224       compare: 3
4225       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4226   legend:
4227     - ''
4228     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4229     - '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).'
4230     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4231     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4232     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4233
4234 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4235 - type: "table"
4236   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4237   algorithm: "table_comparison"
4238   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4239   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4240   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4241   columns:
4242     - title: "2001.0-2"
4243       data-set: "vpp-performance-changes-2n-clx-ref"
4244     - title: "2001.0-4"
4245       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4246     - title: "2005.0-3"
4247       data-set: "vpp-performance-changes-2n-clx-cmp"
4248     - title: "2005.0-4"
4249       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4250   comparisons:
4251     - title: "2005.0-4 vs 2005.0-3"
4252       reference: 3
4253       compare: 4
4254       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4255     - title: "2001.0-4 vs 2001.0-2"
4256       reference: 1
4257       compare: 2
4258       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4259     - title: "2005.0-4 vs 2001.0-4"
4260       reference: 2
4261       compare: 4
4262       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
4263   legend:
4264     - ''
4265     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4266     - '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).'
4267     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4268     - '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.'
4269     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4270     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4271
4272 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4273 - type: "table"
4274   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4275   algorithm: "table_comparison"
4276   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4278   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4279   columns:
4280     - title: "2001.0-2"
4281       data-set: "vpp-performance-changes-2n-clx-ref"
4282     - title: "2001.0-4"
4283       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4284     - title: "2005.0-3"
4285       data-set: "vpp-performance-changes-2n-clx-cmp"
4286     - title: "2005.0-4"
4287       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4288   comparisons:
4289     - title: "2005.0-4 vs 2005.0-3"
4290       reference: 3
4291       compare: 4
4292       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4293     - title: "2001.0-4 vs 2001.0-2"
4294       reference: 1
4295       compare: 2
4296       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4297     - title: "2005.0-4 vs 2001.0-4"
4298       reference: 2
4299       compare: 4
4300       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
4301   legend:
4302     - ''
4303     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4304     - '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).'
4305     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4306     - '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.'
4307     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4308     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4309
4310 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4311 - type: "table"
4312   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4313   algorithm: "table_comparison"
4314   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4315   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4316   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4317   columns:
4318     - title: "2001.0-2"
4319       data-set: "vpp-performance-changes-2n-clx-ref"
4320     - title: "2001.0-4"
4321       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4322     - title: "2005.0-3"
4323       data-set: "vpp-performance-changes-2n-clx-cmp"
4324     - title: "2005.0-4"
4325       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4326   comparisons:
4327     - title: "2005.0-4 vs 2005.0-3"
4328       reference: 3
4329       compare: 4
4330       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4331     - title: "2001.0-4 vs 2001.0-2"
4332       reference: 1
4333       compare: 2
4334       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4335     - title: "2005.0-4 vs 2001.0-4"
4336       reference: 2
4337       compare: 4
4338       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
4339   legend:
4340     - ''
4341     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4342     - '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).'
4343     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4344     - '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.'
4345     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4346     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4347
4348 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4349 - type: "table"
4350   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4351   algorithm: "table_comparison"
4352   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4354   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4355   columns:
4356     - title: "2001.0-2"
4357       data-set: "vpp-performance-changes-2n-clx-ref"
4358     - title: "2001.0-4"
4359       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4360     - title: "2005.0-3"
4361       data-set: "vpp-performance-changes-2n-clx-cmp"
4362     - title: "2005.0-4"
4363       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4364   comparisons:
4365     - title: "2005.0-4 vs 2005.0-3"
4366       reference: 3
4367       compare: 4
4368       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4369     - title: "2001.0-4 vs 2001.0-2"
4370       reference: 1
4371       compare: 2
4372       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4373     - title: "2005.0-4 vs 2001.0-4"
4374       reference: 2
4375       compare: 4
4376       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
4377   legend:
4378     - ''
4379     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4380     - '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).'
4381     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4382     - '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.'
4383     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4384     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4385
4386 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4387 #- type: "table"
4388 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4389 #  algorithm: "table_comparison"
4390 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4391 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4392 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4393 #  columns:
4394 #    - title: "2001.0-2"
4395 #      data-set: "vpp-performance-changes-2n-clx-ref"
4396 #    - title: "2005.0-3"
4397 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4398 #  comparisons:
4399 #    - title: "Diff"
4400 #      reference: 1
4401 #      compare: 2
4402 #  legend:
4403 #    - ''
4404 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4405 #    - '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).'
4406 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4407 #    - '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.'
4408 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4409 #
4410 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4411 #- type: "table"
4412 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4413 #  algorithm: "table_comparison"
4414 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4415 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4416 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4417 #  columns:
4418 #    - title: "2001.0-2"
4419 #      data-set: "vpp-performance-changes-2n-clx-ref"
4420 #    - title: "2005.0-3"
4421 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4422 #  comparisons:
4423 #    - title: "Diff"
4424 #      reference: 1
4425 #      compare: 2
4426 #  legend:
4427 #    - ''
4428 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4429 #    - '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).'
4430 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4431 #    - '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.'
4432 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4433 #
4434 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4435 #- type: "table"
4436 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4437 #  algorithm: "table_comparison"
4438 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4439 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4440 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4441 #  columns:
4442 #    - title: "2001.0-2"
4443 #      data-set: "vpp-performance-changes-2n-clx-ref"
4444 #    - title: "2005.0-3"
4445 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4446 #  comparisons:
4447 #    - title: "Diff"
4448 #      reference: 1
4449 #      compare: 2
4450 #  legend:
4451 #    - ''
4452 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4453 #    - '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).'
4454 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4455 #    - '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.'
4456 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4457 #
4458 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4459 #- type: "table"
4460 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4461 #  algorithm: "table_comparison"
4462 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4463 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4464 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4465 #  columns:
4466 #    - title: "2001.0-2"
4467 #      data-set: "vpp-performance-changes-2n-clx-ref"
4468 #    - title: "2005.0-3"
4469 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4470 #  comparisons:
4471 #    - title: "Diff"
4472 #      reference: 1
4473 #      compare: 2
4474 #  legend:
4475 #    - ''
4476 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4477 #    - '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).'
4478 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4479 #    - '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.'
4480 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4481
4482 # VPP Performance Changes 2n-dnv 1t1c pdr
4483 - type: "table"
4484   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4485   algorithm: "table_comparison"
4486   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4487   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4488   filter: "'1T1C'"
4489   columns:
4490     - title: "1908.1-2"
4491       data-set: "vpp-performance-changes-2n-dnv-h1"
4492     - title: "2001.0-2"
4493       data-set: "vpp-performance-changes-2n-dnv-ref"
4494     - title: "2005.0-3"
4495       data-set: "vpp-performance-changes-2n-dnv-cmp"
4496   comparisons:
4497     - title: "2005.0-3 vs 2001.0-2"
4498       reference: 2
4499       compare: 3
4500   legend:
4501     - ''
4502     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4503     - '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).'
4504     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4505     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4506
4507 # VPP Performance Changes 2n-dnv 2t2c pdr
4508 - type: "table"
4509   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4510   algorithm: "table_comparison"
4511   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4512   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4513   filter: "'2T2C'"
4514   columns:
4515     - title: "1908.1-2"
4516       data-set: "vpp-performance-changes-2n-dnv-h1"
4517     - title: "2001.0-2"
4518       data-set: "vpp-performance-changes-2n-dnv-ref"
4519     - title: "2005.0-3"
4520       data-set: "vpp-performance-changes-2n-dnv-cmp"
4521   comparisons:
4522     - title: "2005.0-3 vs 2001.0-2"
4523       reference: 2
4524       compare: 3
4525   legend:
4526     - ''
4527     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4528     - '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).'
4529     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4530     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4531
4532 # VPP Performance Changes 2n-dnv 1t1c ndr
4533 - type: "table"
4534   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4535   algorithm: "table_comparison"
4536   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4538   filter: "'1T1C'"
4539   columns:
4540     - title: "1908.1-2"
4541       data-set: "vpp-performance-changes-2n-dnv-h1"
4542     - title: "2001.0-2"
4543       data-set: "vpp-performance-changes-2n-dnv-ref"
4544     - title: "2005.0-3"
4545       data-set: "vpp-performance-changes-2n-dnv-cmp"
4546   comparisons:
4547     - title: "2005.0-3 vs 2001.0-2"
4548       reference: 2
4549       compare: 3
4550   legend:
4551     - ''
4552     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4553     - '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).'
4554     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4555     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4556
4557 # VPP Performance Changes 2n-dnv 2t2c ndr
4558 - type: "table"
4559   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4560   algorithm: "table_comparison"
4561   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4563   filter: "'2T2C'"
4564   columns:
4565     - title: "1908.1-2"
4566       data-set: "vpp-performance-changes-2n-dnv-h1"
4567     - title: "2001.0-2"
4568       data-set: "vpp-performance-changes-2n-dnv-ref"
4569     - title: "2005.0-3"
4570       data-set: "vpp-performance-changes-2n-dnv-cmp"
4571   comparisons:
4572     - title: "2005.0-3 vs 2001.0-2"
4573       reference: 2
4574       compare: 3
4575   legend:
4576     - ''
4577     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4578     - '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).'
4579     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4580     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4581
4582 # VPP Performance Changes 3n-dnv 1t1c pdr
4583 - type: "table"
4584   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4585   algorithm: "table_comparison"
4586   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4588   filter: "'1T1C'"
4589   columns:
4590     - title: "1908.1-2"
4591       data-set: "vpp-performance-changes-3n-dnv-h1"
4592     - title: "2001.0-2"
4593       data-set: "vpp-performance-changes-3n-dnv-ref"
4594     - title: "2005.0-3"
4595       data-set: "vpp-performance-changes-3n-dnv-cmp"
4596   comparisons:
4597     - title: "2005.0-3 vs 2001.0-2"
4598       reference: 2
4599       compare: 3
4600   legend:
4601     - ''
4602     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4603     - '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).'
4604     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4605     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4606
4607 # VPP Performance Changes 3n-dnv 2t2c pdr
4608 - type: "table"
4609   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4610   algorithm: "table_comparison"
4611   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4613   filter: "'2T2C'"
4614   columns:
4615     - title: "1908.1-2"
4616       data-set: "vpp-performance-changes-3n-dnv-h1"
4617     - title: "2001.0-2"
4618       data-set: "vpp-performance-changes-3n-dnv-ref"
4619     - title: "2005.0-3"
4620       data-set: "vpp-performance-changes-3n-dnv-cmp"
4621   comparisons:
4622     - title: "2005.0-3 vs 2001.0-2"
4623       reference: 2
4624       compare: 3
4625   legend:
4626     - ''
4627     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4628     - '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).'
4629     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4630     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4631
4632 # VPP Performance Changes 3n-dnv 1t1c ndr
4633 - type: "table"
4634   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4635   algorithm: "table_comparison"
4636   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4638   filter: "'1T1C'"
4639   columns:
4640     - title: "1908.1-2"
4641       data-set: "vpp-performance-changes-3n-dnv-h1"
4642     - title: "2001.0-2"
4643       data-set: "vpp-performance-changes-3n-dnv-ref"
4644     - title: "2005.0-3"
4645       data-set: "vpp-performance-changes-3n-dnv-cmp"
4646   comparisons:
4647     - title: "2005.0-3 vs 2001.0-2"
4648       reference: 2
4649       compare: 3
4650   legend:
4651     - ''
4652     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4653     - '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).'
4654     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4655     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4656
4657 # VPP Performance Changes 3n-dnv 2t2c ndr
4658 - type: "table"
4659   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4660   algorithm: "table_comparison"
4661   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4663   filter: "'2T2C'"
4664   columns:
4665     - title: "1908.1-2"
4666       data-set: "vpp-performance-changes-3n-dnv-h1"
4667     - title: "2001.0-2"
4668       data-set: "vpp-performance-changes-3n-dnv-ref"
4669     - title: "2005.0-3"
4670       data-set: "vpp-performance-changes-3n-dnv-cmp"
4671   comparisons:
4672     - title: "2005.0-3 vs 2001.0-2"
4673       reference: 2
4674       compare: 3
4675   legend:
4676     - ''
4677     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4678     - '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).'
4679     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4680     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4681
4682 # VPP Performance Changes 3n-tsh 1t1c pdr
4683 - type: "table"
4684   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4685   algorithm: "table_comparison"
4686   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4688   filter: "'1T1C'"
4689   columns:
4690     - title: "1908.1-2"
4691       data-set: "vpp-performance-changes-3n-tsh-h1"
4692     - title: "2001.0-2"
4693       data-set: "vpp-performance-changes-3n-tsh-ref"
4694     - title: "2001.0-4"
4695       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4696     - title: "2005.0-4"
4697       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4698   comparisons:
4699     - title: "2001.0-4 vs 2001.0-2"
4700       reference: 2
4701       compare: 3
4702       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4703     - title: "2005.0-4 vs 2001.0-4"
4704       reference: 3
4705       compare: 4
4706       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4707   legend:
4708     - ''
4709     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4710     - '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).'
4711     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4712     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4713     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4714
4715 # VPP Performance Changes 3n-tsh 2t2c pdr
4716 - type: "table"
4717   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4718   algorithm: "table_comparison"
4719   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4721   filter: "'2T2C'"
4722   columns:
4723     - title: "1908.1-2"
4724       data-set: "vpp-performance-changes-3n-tsh-h1"
4725     - title: "2001.0-2"
4726       data-set: "vpp-performance-changes-3n-tsh-ref"
4727     - title: "2001.0-4"
4728       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4729     - title: "2005.0-4"
4730       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4731   comparisons:
4732     - title: "2001.0-4 vs 2001.0-2"
4733       reference: 2
4734       compare: 3
4735       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4736     - title: "2005.0-4 vs 2001.0-4"
4737       reference: 3
4738       compare: 4
4739       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4740   legend:
4741     - ''
4742     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4743     - '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).'
4744     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4745     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4746     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4747
4748 # VPP Performance Changes 3n-tsh 1t1c ndr
4749 - type: "table"
4750   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4751   algorithm: "table_comparison"
4752   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4754   filter: "'1T1C'"
4755   columns:
4756     - title: "1908.1-2"
4757       data-set: "vpp-performance-changes-3n-tsh-h1"
4758     - title: "2001.0-2"
4759       data-set: "vpp-performance-changes-3n-tsh-ref"
4760     - title: "2001.0-4"
4761       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4762     - title: "2005.0-4"
4763       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4764   comparisons:
4765     - title: "2001.0-4 vs 2001.0-2"
4766       reference: 2
4767       compare: 3
4768       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4769     - title: "2005.0-4 vs 2001.0-4"
4770       reference: 3
4771       compare: 4
4772       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4773   legend:
4774     - ''
4775     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4776     - '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).'
4777     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4778     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4779     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4780
4781 # VPP Performance Changes 3n-tsh 2t2c ndr
4782 - type: "table"
4783   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4784   algorithm: "table_comparison"
4785   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4786   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4787   filter: "'2T2C'"
4788   columns:
4789     - title: "1908.1-2"
4790       data-set: "vpp-performance-changes-3n-tsh-h1"
4791     - title: "2001.0-2"
4792       data-set: "vpp-performance-changes-3n-tsh-ref"
4793     - title: "2001.0-4"
4794       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4795     - title: "2005.0-4"
4796       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4797   comparisons:
4798     - title: "2001.0-4 vs 2001.0-2"
4799       reference: 2
4800       compare: 3
4801       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4802     - title: "2005.0-4 vs 2001.0-4"
4803       reference: 3
4804       compare: 4
4805       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4806   legend:
4807     - ''
4808     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4809     - '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).'
4810     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4811     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4812     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4813
4814 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4815 - type: "table"
4816   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4817   algorithm: "table_comparison"
4818   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4820   filter: "'1T1C'"
4821   columns:
4822     - title: "1908.1-2"
4823       data-set: "vpp-performance-changes-3n-tsh-h1"
4824     - title: "2001.0-2"
4825       data-set: "vpp-performance-changes-3n-tsh-ref"
4826     - title: "2001.0-4"
4827       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4828     - title: "2005.0-3"
4829       data-set: "vpp-performance-changes-3n-tsh-cmp"
4830     - title: "2005.0-4"
4831       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4832   comparisons:
4833     - title: "2005.0-4 vs 2005.0-3"
4834       reference: 4
4835       compare: 5
4836       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4837     - title: "2001.0-4 vs 2001.0-2"
4838       reference: 2
4839       compare: 3
4840       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4841     - title: "2005.0-4 vs 2001.0-4"
4842       reference: 3
4843       compare: 5
4844       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
4845   legend:
4846     - ''
4847     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4848     - '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).'
4849     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4850     - '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.'
4851     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4852     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4853
4854 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4855 - type: "table"
4856   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4857   algorithm: "table_comparison"
4858   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4859   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4860   filter: "'2T2C'"
4861   columns:
4862     - title: "1908.1-2"
4863       data-set: "vpp-performance-changes-3n-tsh-h1"
4864     - title: "2001.0-2"
4865       data-set: "vpp-performance-changes-3n-tsh-ref"
4866     - title: "2001.0-4"
4867       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4868     - title: "2005.0-3"
4869       data-set: "vpp-performance-changes-3n-tsh-cmp"
4870     - title: "2005.0-4"
4871       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4872   comparisons:
4873     - title: "2005.0-4 vs 2005.0-3"
4874       reference: 4
4875       compare: 5
4876       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4877     - title: "2001.0-4 vs 2001.0-2"
4878       reference: 2
4879       compare: 3
4880       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4881     - title: "2005.0-4 vs 2001.0-4"
4882       reference: 3
4883       compare: 5
4884       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
4885   legend:
4886     - ''
4887     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4888     - '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).'
4889     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4890     - '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.'
4891     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4892     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4893
4894 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4895 - type: "table"
4896   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4897   algorithm: "table_comparison"
4898   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4900   filter: "'1T1C'"
4901   columns:
4902     - title: "1908.1-2"
4903       data-set: "vpp-performance-changes-3n-tsh-h1"
4904     - title: "2001.0-2"
4905       data-set: "vpp-performance-changes-3n-tsh-ref"
4906     - title: "2001.0-4"
4907       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4908     - title: "2005.0-3"
4909       data-set: "vpp-performance-changes-3n-tsh-cmp"
4910     - title: "2005.0-4"
4911       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4912   comparisons:
4913     - title: "2005.0-4 vs 2005.0-3"
4914       reference: 4
4915       compare: 5
4916       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4917     - title: "2001.0-4 vs 2001.0-2"
4918       reference: 2
4919       compare: 3
4920       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4921     - title: "2005.0-4 vs 2001.0-4"
4922       reference: 3
4923       compare: 5
4924       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
4925   legend:
4926     - ''
4927     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4928     - '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).'
4929     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4930     - '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.'
4931     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4932     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4933
4934 # VPP Performance Changes 3n-tsh 2t2c ndr-full
4935 - type: "table"
4936   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
4937   algorithm: "table_comparison"
4938   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
4939   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4940   filter: "'2T2C'"
4941   columns:
4942     - title: "1908.1-2"
4943       data-set: "vpp-performance-changes-3n-tsh-h1"
4944     - title: "2001.0-2"
4945       data-set: "vpp-performance-changes-3n-tsh-ref"
4946     - title: "2001.0-4"
4947       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4948     - title: "2005.0-3"
4949       data-set: "vpp-performance-changes-3n-tsh-cmp"
4950     - title: "2005.0-4"
4951       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4952   comparisons:
4953     - title: "2005.0-4 vs 2005.0-3"
4954       reference: 4
4955       compare: 5
4956       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4957     - title: "2001.0-4 vs 2001.0-2"
4958       reference: 2
4959       compare: 3
4960       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4961     - title: "2005.0-4 vs 2001.0-4"
4962       reference: 3
4963       compare: 5
4964       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
4965   legend:
4966     - ''
4967     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4968     - '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).'
4969     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4970     - '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.'
4971     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4972     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4973
4974 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4975 - type: "table"
4976   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4977   algorithm: "table_comparison"
4978   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4979   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4980   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4981   columns:
4982     - title: "3n-hsw xl710"
4983       data-set: "vpp-compare-testbeds-ref"
4984       tag: "NIC_Intel-XL710"
4985     - title: "3n-skx xxv710"
4986       data-set: "vpp-compare-testbeds-cmp"
4987       tag: "NIC_Intel-XXV710"
4988   comparisons:
4989     - title: "Diff"
4990       reference: 1
4991       compare: 2
4992   legend:
4993     - ""
4994     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4995     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4996
4997 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4998 - type: "table"
4999   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5000   algorithm: "table_comparison"
5001   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5003   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5004   columns:
5005     - title: "3n-hsw xl710"
5006       data-set: "vpp-compare-testbeds-ref"
5007       tag: "NIC_Intel-XL710"
5008     - title: "3n-skx xxv710"
5009       data-set: "vpp-compare-testbeds-cmp"
5010       tag: "NIC_Intel-XXV710"
5011   comparisons:
5012     - title: "Diff"
5013       reference: 1
5014       compare: 2
5015   legend:
5016     - ""
5017     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5018     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5019
5020 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5021 - type: "table"
5022   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5023   algorithm: "table_comparison"
5024   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5026   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5027   columns:
5028     - title: "3n-hsw xl710"
5029       data-set: "vpp-compare-testbeds-ref"
5030       tag: "NIC_Intel-XL710"
5031     - title: "3n-skx xxv710"
5032       data-set: "vpp-compare-testbeds-cmp"
5033       tag: "NIC_Intel-XXV710"
5034   comparisons:
5035     - title: "Diff"
5036       reference: 1
5037       compare: 2
5038   legend:
5039     - ""
5040     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5041     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5042
5043 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5044 - type: "table"
5045   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5046   algorithm: "table_comparison"
5047   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5049   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5050   columns:
5051     - title: "3n-hsw xl710"
5052       data-set: "vpp-compare-testbeds-ref"
5053       tag: "NIC_Intel-XL710"
5054     - title: "3n-skx xxv710"
5055       data-set: "vpp-compare-testbeds-cmp"
5056       tag: "NIC_Intel-XXV710"
5057   comparisons:
5058     - title: "Diff"
5059       reference: 1
5060       compare: 2
5061   legend:
5062     - ""
5063     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5064     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5065
5066 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5067 - type: "table"
5068   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5069   algorithm: "table_comparison"
5070   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5072   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5073   columns:
5074     - title: "2n-skx"
5075       data-set: "vpp-compare-testbeds-skx-clx-ref"
5076     - title: "2n-clx"
5077       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5078   comparisons:
5079     - title: "Diff"
5080       reference: 1
5081       compare: 2
5082   legend:
5083     - ""
5084     - "2n-skx, 2n-clx - testbeds and NICs tested."
5085     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5086
5087 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5088 - type: "table"
5089   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5090   algorithm: "table_comparison"
5091   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5093   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5094   columns:
5095     - title: "2n-skx"
5096       data-set: "vpp-compare-testbeds-skx-clx-ref"
5097     - title: "2n-clx"
5098       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5099   comparisons:
5100     - title: "Diff"
5101       reference: 1
5102       compare: 2
5103   legend:
5104     - ""
5105     - "2n-skx, 2n-clx - testbeds and NICs tested."
5106     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5107
5108 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5109 - type: "table"
5110   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5111   algorithm: "table_comparison"
5112   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5114   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5115   columns:
5116     - title: "2n-skx"
5117       data-set: "vpp-compare-testbeds-skx-clx-ref"
5118     - title: "2n-clx"
5119       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5120   comparisons:
5121     - title: "Diff"
5122       reference: 1
5123       compare: 2
5124   legend:
5125     - ""
5126     - "2n-skx, 2n-clx - testbeds and NICs tested."
5127     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5128
5129 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5130 - type: "table"
5131   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5132   algorithm: "table_comparison"
5133   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5134   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5135   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5136   columns:
5137     - title: "2n-skx"
5138       data-set: "vpp-compare-testbeds-skx-clx-ref"
5139     - title: "2n-clx"
5140       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5141   comparisons:
5142     - title: "Diff"
5143       reference: 1
5144       compare: 2
5145   legend:
5146     - ""
5147     - "2n-skx, 2n-clx - testbeds and NICs tested."
5148     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5149
5150 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5151 - type: "table"
5152   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5153   algorithm: "table_comparison"
5154   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5155   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5156   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5157   columns:
5158     - title: "3n-hsw xl710"
5159       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5160       tag: "NIC_Intel-XL710"
5161     - title: "2n-clx xxv710"
5162       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5163       tag: "NIC_Intel-XXV710"
5164   comparisons:
5165     - title: "Diff"
5166       reference: 1
5167       compare: 2
5168   legend:
5169     - ""
5170     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5171     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5172
5173 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5174 - type: "table"
5175   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5176   algorithm: "table_comparison"
5177   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5178   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5179   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5180   columns:
5181     - title: "3n-hsw xl710"
5182       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5183       tag: "NIC_Intel-XL710"
5184     - title: "2n-clx xxv710"
5185       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5186       tag: "NIC_Intel-XXV710"
5187   comparisons:
5188     - title: "Diff"
5189       reference: 1
5190       compare: 2
5191   legend:
5192     - ""
5193     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5194     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5195
5196 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5197 - type: "table"
5198   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5199   algorithm: "table_comparison"
5200   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5202   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5203   columns:
5204     - title: "3n-hsw xl710"
5205       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5206       tag: "NIC_Intel-XL710"
5207     - title: "2n-clx xxv710"
5208       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5209       tag: "NIC_Intel-XXV710"
5210   comparisons:
5211     - title: "Diff"
5212       reference: 1
5213       compare: 2
5214   legend:
5215     - ""
5216     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5217     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5218
5219 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5220 - type: "table"
5221   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5222   algorithm: "table_comparison"
5223   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5225   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5226   columns:
5227     - title: "3n-hsw xl710"
5228       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5229       tag: "NIC_Intel-XL710"
5230     - title: "2n-clx xxv710"
5231       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5232       tag: "NIC_Intel-XXV710"
5233   comparisons:
5234     - title: "Diff"
5235       reference: 1
5236       compare: 2
5237   legend:
5238     - ""
5239     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5240     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5241
5242 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5243 - type: "table"
5244   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5245   algorithm: "table_comparison"
5246   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5248   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5249   columns:
5250     - title: "3n-skx"
5251       data-set: "vpp-compare-topologies-ref"
5252     - title: "2n-skx"
5253       data-set: "vpp-compare-topologies-cmp"
5254   comparisons:
5255     - title: "Diff"
5256       reference: 1
5257       compare: 2
5258   legend:
5259     - ""
5260     - "3n-skx, 2n-skx - topologies tested."
5261     - "Diff - difference between 3n-skx and 2n-skx topologies."
5262
5263 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5264 - type: "table"
5265   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5266   algorithm: "table_comparison"
5267   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5268   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5269   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5270   columns:
5271     - title: "3n-skx"
5272       data-set: "vpp-compare-topologies-ref"
5273     - title: "2n-skx"
5274       data-set: "vpp-compare-topologies-cmp"
5275   comparisons:
5276     - title: "Diff"
5277       reference: 1
5278       compare: 2
5279   legend:
5280     - ""
5281     - "3n-skx, 2n-skx - topologies tested."
5282     - "Diff - difference between 3n-skx and 2n-skx topologies."
5283
5284 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5285 - type: "table"
5286   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5287   algorithm: "table_comparison"
5288   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5290   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5291   columns:
5292     - title: "3n-skx"
5293       data-set: "vpp-compare-topologies-ref"
5294     - title: "2n-skx"
5295       data-set: "vpp-compare-topologies-cmp"
5296   comparisons:
5297     - title: "Diff"
5298       reference: 1
5299       compare: 2
5300   legend:
5301     - ""
5302     - "3n-skx, 2n-skx - topologies tested."
5303     - "Diff - difference between 3n-skx and 2n-skx topologies."
5304
5305 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5306 - type: "table"
5307   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5308   algorithm: "table_comparison"
5309   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5310   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5311   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5312   columns:
5313     - title: "3n-skx"
5314       data-set: "vpp-compare-topologies-ref"
5315     - title: "2n-skx"
5316       data-set: "vpp-compare-topologies-cmp"
5317   comparisons:
5318     - title: "Diff"
5319       reference: 1
5320       compare: 2
5321   legend:
5322     - ""
5323     - "3n-skx, 2n-skx - topologies tested."
5324     - "Diff - difference between 3n-skx and 2n-skx topologies."
5325
5326 # VPP Performance Changes 3n-hsw 1t1c mrr
5327 - type: "table"
5328   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5329   algorithm: "table_comparison"
5330   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5331   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5332   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5333   columns:
5334     - title: "1908.1-2"
5335       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5336     - title: "2001.0-2"
5337       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5338     - title: "2005.0-3"
5339       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5340     - title: "2005.0-4"
5341       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5342   comparisons:
5343     - title: "2005.0-4 vs 2005.0-3"
5344       reference: 3
5345       compare: 4
5346       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5347     - title: "2005.0-4 vs 2001.0-2"
5348       reference: 2
5349       compare: 4
5350       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5351   legend:
5352     - ''
5353     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5354     - '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).'
5355     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5356     - '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.'
5357     - '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.'
5358
5359 # VPP Performance Changes 3n-hsw 2t2c mrr
5360 - type: "table"
5361   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5362   algorithm: "table_comparison"
5363   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5364   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5365   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5366   columns:
5367     - title: "1908.1-2"
5368       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5369     - title: "2001.0-2"
5370       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5371     - title: "2005.0-3"
5372       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5373     - title: "2005.0-4"
5374       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5375   comparisons:
5376     - title: "2005.0-4 vs 2005.0-3"
5377       reference: 3
5378       compare: 4
5379       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5380     - title: "2005.0-4 vs 2001.0-2"
5381       reference: 2
5382       compare: 4
5383       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5384   legend:
5385     - ''
5386     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5387     - '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).'
5388     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5389     - '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.'
5390     - '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.'
5391
5392 # VPP Performance Changes 3n-hsw 4t4c mrr
5393 - type: "table"
5394   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5395   algorithm: "table_comparison"
5396   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5397   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5398   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5399   columns:
5400     - title: "1908.1-2"
5401       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5402     - title: "2001.0-2"
5403       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5404     - title: "2005.0-3"
5405       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5406     - title: "2005.0-4"
5407       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5408   comparisons:
5409     - title: "2005.0-4 vs 2005.0-3"
5410       reference: 3
5411       compare: 4
5412       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5413     - title: "2005.0-4 vs 2001.0-2"
5414       reference: 2
5415       compare: 4
5416       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5417   legend:
5418     - ''
5419     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5420     - '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).'
5421     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5422     - '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.'
5423     - '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.'
5424
5425 # VPP Performance Changes 3n-skx 2t1c mrr
5426 - type: "table"
5427   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5428   algorithm: "table_comparison"
5429   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5431   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5432   columns:
5433     - title: "2001.0-2"
5434       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5435     - title: "2005.0-3"
5436       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5437     - title: "2005.0-4"
5438       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5439   comparisons:
5440     - title: "2005.0-4 vs 2005.0-3"
5441       reference: 2
5442       compare: 3
5443       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5444     - title: "2005.0-4 vs 2001.0-2"
5445       reference: 1
5446       compare: 3
5447       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5448   legend:
5449     - ''
5450     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5451     - '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).'
5452     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5453     - '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.'
5454     - '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.'
5455
5456 # VPP Performance Changes 3n-skx 4t2c mrr
5457 - type: "table"
5458   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5459   algorithm: "table_comparison"
5460   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5461   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5462   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5463   columns:
5464     - title: "2001.0-2"
5465       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5466     - title: "2005.0-3"
5467       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5468     - title: "2005.0-4"
5469       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5470   comparisons:
5471     - title: "2005.0-4 vs 2005.0-3"
5472       reference: 2
5473       compare: 3
5474       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5475     - title: "2005.0-4 vs 2001.0-2"
5476       reference: 1
5477       compare: 3
5478       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5479   legend:
5480     - ''
5481     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5482     - '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).'
5483     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5484     - '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.'
5485     - '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.'
5486
5487 # VPP Performance Changes 3n-skx 8t4c mrr
5488 - type: "table"
5489   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5490   algorithm: "table_comparison"
5491   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5492   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5493   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5494   columns:
5495     - title: "2001.0-2"
5496       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5497     - title: "2005.0-3"
5498       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5499     - title: "2005.0-4"
5500       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5501   comparisons:
5502     - title: "2005.0-4 vs 2005.0-3"
5503       reference: 2
5504       compare: 3
5505       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5506     - title: "2005.0-4 vs 2001.0-2"
5507       reference: 1
5508       compare: 3
5509       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5510   legend:
5511     - ''
5512     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5513     - '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).'
5514     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5515     - '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.'
5516     - '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.'
5517
5518 # VPP Performance Changes 2n-skx 2t1c mrr
5519 - type: "table"
5520   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5521   algorithm: "table_comparison"
5522   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5523   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5524   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5525   columns:
5526     - title: "2001.0-2"
5527       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5528     - title: "2005.0-3"
5529       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5530     - title: "2005.0-4"
5531       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5532   comparisons:
5533     - title: "2005.0-4 vs 2005.0-3"
5534       reference: 2
5535       compare: 3
5536       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5537     - title: "2005.0-4 vs 2001.0-2"
5538       reference: 1
5539       compare: 3
5540       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5541   legend:
5542     - ''
5543     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5544     - '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).'
5545     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5546     - '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.'
5547     - '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.'
5548
5549 # VPP Performance Changes 2n-skx 4t2c mrr
5550 - type: "table"
5551   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5552   algorithm: "table_comparison"
5553   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5555   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5556   columns:
5557     - title: "2001.0-2"
5558       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5559     - title: "2005.0-3"
5560       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5561     - title: "2005.0-4"
5562       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5563   comparisons:
5564     - title: "2005.0-4 vs 2005.0-3"
5565       reference: 2
5566       compare: 3
5567       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5568     - title: "2005.0-4 vs 2001.0-2"
5569       reference: 1
5570       compare: 3
5571       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5572   legend:
5573     - ''
5574     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5575     - '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).'
5576     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5577     - '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.'
5578     - '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.'
5579
5580 # VPP Performance Changes 2n-skx 8t4c mrr
5581 - type: "table"
5582   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5583   algorithm: "table_comparison"
5584   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5585   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5586   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5587   columns:
5588     - title: "2001.0-2"
5589       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5590     - title: "2005.0-3"
5591       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5592     - title: "2005.0-4"
5593       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5594   comparisons:
5595     - title: "2005.0-4 vs 2005.0-3"
5596       reference: 2
5597       compare: 3
5598       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5599     - title: "2005.0-4 vs 2001.0-2"
5600       reference: 1
5601       compare: 3
5602       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5603   legend:
5604     - ''
5605     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5606     - '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).'
5607     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5608     - '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.'
5609     - '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.'
5610
5611 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5612 - type: "table"
5613   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5614   algorithm: "table_comparison"
5615   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5617   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5618   columns:
5619     - title: "2001.0-2"
5620       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5621     - title: "2005.0-3"
5622       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5623     - title: "2005.0-4"
5624       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5625   comparisons:
5626     - title: "2005.0-4 vs 2005.0-3"
5627       reference: 2
5628       compare: 3
5629       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5630     - title: "2005.0-4 vs 2001.0-2"
5631       reference: 1
5632       compare: 3
5633       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5634   legend:
5635     - ''
5636     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5637     - '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).'
5638     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5639     - '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.'
5640     - '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.'
5641
5642 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5643 - type: "table"
5644   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5645   algorithm: "table_comparison"
5646   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5647   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5648   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5649   columns:
5650     - title: "2001.0-2"
5651       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5652     - title: "2005.0-3"
5653       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5654     - title: "2005.0-4"
5655       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5656   comparisons:
5657     - title: "2005.0-4 vs 2005.0-3"
5658       reference: 2
5659       compare: 3
5660       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5661     - title: "2005.0-4 vs 2001.0-2"
5662       reference: 1
5663       compare: 3
5664       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5665   legend:
5666     - ''
5667     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5668     - '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).'
5669     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5670     - '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.'
5671     - '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.'
5672
5673 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5674 - type: "table"
5675   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5676   algorithm: "table_comparison"
5677   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5678   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5679   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5680   columns:
5681     - title: "2001.0-2"
5682       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5683     - title: "2005.0-3"
5684       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5685     - title: "2005.0-4"
5686       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5687   comparisons:
5688     - title: "2005.0-4 vs 2005.0-3"
5689       reference: 2
5690       compare: 3
5691       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5692     - title: "2005.0-4 vs 2001.0-2"
5693       reference: 1
5694       compare: 3
5695       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5696   legend:
5697     - ''
5698     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5699     - '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).'
5700     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5701     - '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.'
5702     - '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.'
5703
5704 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5705 #- type: "table"
5706 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5707 #  algorithm: "table_comparison"
5708 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5709 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5710 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5711 #  columns:
5712 #    - title: "2001"
5713 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5714 #    - title: "2005"
5715 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5716 #  comparisons:
5717 #    - title: "Diff"
5718 #      reference: 1
5719 #      compare: 2
5720 #  legend:
5721 #    - ""
5722 #    - "2001, 2005 - VPP versions tested."
5723 #    - "Diff - difference between 2001 and 2005 VPP version."
5724 #
5725 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5726 #- type: "table"
5727 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5728 #  algorithm: "table_comparison"
5729 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5730 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5731 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5732 #  columns:
5733 #    - title: "2001"
5734 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5735 #    - title: "2005"
5736 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5737 #  comparisons:
5738 #    - title: "Diff"
5739 #      reference: 1
5740 #      compare: 2
5741 #  legend:
5742 #    - ""
5743 #    - "2001, 2005 - VPP versions tested."
5744 #    - "Diff - difference between 2001 and 2005 VPP version."
5745 #
5746 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5747 #- type: "table"
5748 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5749 #  algorithm: "table_comparison"
5750 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5751 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5752 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5753 #  columns:
5754 #    - title: "2001"
5755 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5756 #    - title: "2005"
5757 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5758 #  comparisons:
5759 #    - title: "Diff"
5760 #      reference: 1
5761 #      compare: 2
5762 #  legend:
5763 #    - ""
5764 #    - "2001, 2005 - VPP versions tested."
5765 #    - "Diff - difference between 2001 and 2005 VPP version."
5766
5767 # VPP Performance Changes 2n-dnv 1t1c mrr
5768 - type: "table"
5769   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5770   algorithm: "table_comparison"
5771   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5772   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5773   filter: "'1T1C'"
5774   columns:
5775     - title: "1908.1-2"
5776       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5777     - title: "2001.0-2"
5778       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5779     - title: "2005.0-3"
5780       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5781   comparisons:
5782     - title: "2005.0-3 vs 2001.0-2"
5783       reference: 2
5784       compare: 3
5785   legend:
5786     - ''
5787     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5788     - '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).'
5789     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5790     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5791
5792 # VPP Performance Changes 2n-dnv 2t2c mrr
5793 - type: "table"
5794   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5795   algorithm: "table_comparison"
5796   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5797   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5798   filter: "'2T2C'"
5799   columns:
5800     - title: "1908.1-2"
5801       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5802     - title: "2001.0-2"
5803       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5804     - title: "2005.0-3"
5805       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5806   comparisons:
5807     - title: "2005.0-3 vs 2001.0-2"
5808       reference: 2
5809       compare: 3
5810   legend:
5811     - ''
5812     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5813     - '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).'
5814     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5815     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5816
5817 # VPP Performance Changes 2n-dnv 4t4c mrr
5818 - type: "table"
5819   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5820   algorithm: "table_comparison"
5821   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5823   filter: "'4T4C'"
5824   columns:
5825     - title: "1908.1-2"
5826       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5827     - title: "2001.0-2"
5828       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5829     - title: "2005.0-3"
5830       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5831   comparisons:
5832     - title: "2005.0-3 vs 2001.0-2"
5833       reference: 2
5834       compare: 3
5835   legend:
5836     - ''
5837     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5838     - '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).'
5839     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5840     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5841
5842 # VPP Performance Changes 3n-dnv 1t1c mrr
5843 - type: "table"
5844   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5845   algorithm: "table_comparison"
5846   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5848   filter: "'1T1C'"
5849   columns:
5850     - title: "1908.1-2"
5851       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5852     - title: "2001.0-2"
5853       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5854     - title: "2005.0-3"
5855       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5856   comparisons:
5857     - title: "2005.0-3 vs 2001.0-2"
5858       reference: 2
5859       compare: 3
5860   legend:
5861     - ''
5862     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5863     - '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).'
5864     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5865     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5866
5867 # VPP Performance Changes 3n-dnv 2t2c mrr
5868 - type: "table"
5869   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5870   algorithm: "table_comparison"
5871   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5873   filter: "'2T2C'"
5874   columns:
5875     - title: "1908.1-2"
5876       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5877     - title: "2001.0-2"
5878       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5879     - title: "2005.0-3"
5880       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5881   comparisons:
5882     - title: "2005.0-3 vs 2001.0-2"
5883       reference: 2
5884       compare: 3
5885   legend:
5886     - ''
5887     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5888     - '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).'
5889     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5890     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5891
5892 # VPP Performance Changes 3n-dnv 4t4c mrr
5893 - type: "table"
5894   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5895   algorithm: "table_comparison"
5896   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5898   filter: "'4T4C'"
5899   columns:
5900     - title: "1908.1-2"
5901       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5902     - title: "2001.0-2"
5903       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5904     - title: "2005.0-3"
5905       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5906   comparisons:
5907     - title: "2005.0-3 vs 2001.0-2"
5908       reference: 2
5909       compare: 3
5910   legend:
5911     - ''
5912     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5913     - '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).'
5914     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5915     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5916
5917 # VPP Performance Changes 3n-tsh 1t1c mrr
5918 - type: "table"
5919   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5920   algorithm: "table_comparison"
5921   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5923   filter: "'1T1C'"
5924   columns:
5925     - title: "1908.1-2"
5926       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5927     - title: "2001.0-2"
5928       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5929     - title: "2005.0-3"
5930       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5931     - title: "2005.0-4"
5932       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5933   comparisons:
5934     - title: "2005.0-4 vs 2005.0-3"
5935       reference: 3
5936       compare: 4
5937       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5938     - title: "2005.0-4 vs 2001.0-2"
5939       reference: 2
5940       compare: 4
5941       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5942   legend:
5943     - ''
5944     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5945     - '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).'
5946     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5947     - '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.'
5948     - '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.'
5949
5950 # VPP Performance Changes 3n-tsh 2t2c mrr
5951 - type: "table"
5952   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5953   algorithm: "table_comparison"
5954   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5955   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5956   filter: "'2T2C'"
5957   columns:
5958     - title: "1908.1-2"
5959       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5960     - title: "2001.0-2"
5961       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5962     - title: "2005.0-3"
5963       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5964     - title: "2005.0-4"
5965       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5966   comparisons:
5967     - title: "2005.0-4 vs 2005.0-3"
5968       reference: 3
5969       compare: 4
5970       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5971     - title: "2005.0-4 vs 2001.0-2"
5972       reference: 2
5973       compare: 4
5974       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5975   legend:
5976     - ''
5977     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5978     - '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).'
5979     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5980     - '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.'
5981     - '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.'
5982
5983 # VPP Performance Changes 3n-tsh 4t4c mrr
5984 - type: "table"
5985   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5986   algorithm: "table_comparison"
5987   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5988   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5989   filter: "'4T4C'"
5990   columns:
5991     - title: "1908.1-2"
5992       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5993     - title: "2001.0-2"
5994       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5995     - title: "2005.0-3"
5996       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5997     - title: "2005.0-4"
5998       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5999   comparisons:
6000     - title: "2005.0-4 vs 2005.0-3"
6001       reference: 3
6002       compare: 4
6003       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
6004     - title: "2005.0-4 vs 2001.0-2"
6005       reference: 2
6006       compare: 4
6007       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
6008   legend:
6009     - ''
6010     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6011     - '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).'
6012     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6013     - '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.'
6014     - '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.'
6015
6016 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6017 - type: "table"
6018   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6019   algorithm: "table_comparison"
6020   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6022   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6023   columns:
6024     - title: "3n-hsw xl710"
6025       data-set: "vpp-compare-testbeds-mrr-ref"
6026       tag: "NIC_Intel-XL710"
6027     - title: "3n-skx xxv710"
6028       data-set: "vpp-compare-testbeds-mrr-cmp"
6029       tag: "NIC_Intel-XXV710"
6030   comparisons:
6031     - title: "Diff"
6032       reference: 1
6033       compare: 2
6034   legend:
6035     - ""
6036     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6037     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6038
6039 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6040 - type: "table"
6041   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6042   algorithm: "table_comparison"
6043   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6044   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6045   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6046   columns:
6047     - title: "3n-hsw xl710"
6048       data-set: "vpp-compare-testbeds-mrr-ref"
6049       tag: "NIC_Intel-XL710"
6050     - title: "3n-skx xxv710"
6051       data-set: "vpp-compare-testbeds-mrr-cmp"
6052       tag: "NIC_Intel-XXV710"
6053   comparisons:
6054     - title: "Diff"
6055       reference: 1
6056       compare: 2
6057   legend:
6058     - ""
6059     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6060     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6061
6062 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6063 - type: "table"
6064   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6065   algorithm: "table_comparison"
6066   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6068   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6069   columns:
6070     - title: "3n-hsw xl710"
6071       data-set: "vpp-compare-testbeds-mrr-ref"
6072       tag: "NIC_Intel-XL710"
6073     - title: "3n-skx xxv710"
6074       data-set: "vpp-compare-testbeds-mrr-cmp"
6075       tag: "NIC_Intel-XXV710"
6076   comparisons:
6077     - title: "Diff"
6078       reference: 1
6079       compare: 2
6080   legend:
6081     - ""
6082     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6083     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6084
6085 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6086 - type: "table"
6087   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6088   algorithm: "table_comparison"
6089   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6090   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6091   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6092   columns:
6093     - title: "2n-skx"
6094       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6095     - title: "2n-clx"
6096       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6097   comparisons:
6098     - title: "Diff"
6099       reference: 1
6100       compare: 2
6101   legend:
6102     - ""
6103     - "2n-skx, 2n-clx - testbeds and NICs tested."
6104     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6105
6106 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6107 - type: "table"
6108   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6109   algorithm: "table_comparison"
6110   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6111   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6112   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6113   columns:
6114     - title: "2n-skx"
6115       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6116     - title: "2n-clx"
6117       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6118   comparisons:
6119     - title: "Diff"
6120       reference: 1
6121       compare: 2
6122   legend:
6123     - ""
6124     - "2n-skx, 2n-clx - testbeds and NICs tested."
6125     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6126
6127 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6128 - type: "table"
6129   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6130   algorithm: "table_comparison"
6131   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6133   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6134   columns:
6135     - title: "2n-skx"
6136       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6137     - title: "2n-clx"
6138       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6139   comparisons:
6140     - title: "Diff"
6141       reference: 1
6142       compare: 2
6143   legend:
6144     - ""
6145     - "2n-skx, 2n-clx - testbeds and NICs tested."
6146     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6147
6148 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6149 - type: "table"
6150   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6151   algorithm: "table_comparison"
6152   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6153   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6154   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6155   columns:
6156     - title: "3n-skx"
6157       data-set: "vpp-compare-topologies-mrr-ref"
6158     - title: "2n-skx"
6159       data-set: "vpp-compare-topologies-mrr-cmp"
6160   comparisons:
6161     - title: "Diff"
6162       reference: 1
6163       compare: 2
6164   legend:
6165     - ""
6166     - "3n-skx, 2n-skx - topologies tested."
6167     - "Diff - difference between 3n-skx and 2n-skx topologies."
6168
6169 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6170 - type: "table"
6171   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6172   algorithm: "table_comparison"
6173   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6175   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6176   columns:
6177     - title: "3n-skx"
6178       data-set: "vpp-compare-topologies-mrr-ref"
6179     - title: "2n-skx"
6180       data-set: "vpp-compare-topologies-mrr-cmp"
6181   comparisons:
6182     - title: "Diff"
6183       reference: 1
6184       compare: 2
6185   legend:
6186     - ""
6187     - "3n-skx, 2n-skx - topologies tested."
6188     - "Diff - difference between 3n-skx and 2n-skx topologies."
6189
6190 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6191 - type: "table"
6192   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6193   algorithm: "table_comparison"
6194   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6196   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6197   columns:
6198     - title: "3n-skx"
6199       data-set: "vpp-compare-topologies-mrr-ref"
6200     - title: "2n-skx"
6201       data-set: "vpp-compare-topologies-mrr-cmp"
6202   comparisons:
6203     - title: "Diff"
6204       reference: 1
6205       compare: 2
6206   legend:
6207     - ""
6208     - "3n-skx, 2n-skx - topologies tested."
6209     - "Diff - difference between 3n-skx and 2n-skx topologies."
6210
6211 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6212 - type: "table"
6213   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6214   algorithm: "table_comparison"
6215   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6216   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6217   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6218   columns:
6219     - title: "3n-hsw xl710"
6220       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6221       tag: "NIC_Intel-XL710"
6222     - title: "2n-clx xxv710"
6223       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6224       tag: "NIC_Intel-XXV710"
6225   comparisons:
6226     - title: "Diff"
6227       reference: 1
6228       compare: 2
6229   legend:
6230     - ""
6231     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6232     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6233
6234 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6235 - type: "table"
6236   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6237   algorithm: "table_comparison"
6238   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6239   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6240   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6241   columns:
6242     - title: "3n-hsw xl710"
6243       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6244       tag: "NIC_Intel-XL710"
6245     - title: "2n-clx xxv710"
6246       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6247       tag: "NIC_Intel-XXV710"
6248   comparisons:
6249     - title: "Diff"
6250       reference: 1
6251       compare: 2
6252   legend:
6253     - ""
6254     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6255     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6256
6257 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6258 - type: "table"
6259   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6260   algorithm: "table_comparison"
6261   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6262   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6263   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6264   columns:
6265     - title: "3n-hsw xl710"
6266       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6267       tag: "NIC_Intel-XL710"
6268     - title: "2n-clx xxv710"
6269       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6270       tag: "NIC_Intel-XXV710"
6271   comparisons:
6272     - title: "Diff"
6273       reference: 1
6274       compare: 2
6275   legend:
6276     - ""
6277     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6278     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6279
6280 # Detailed Test Results - VPP Performance Results 3n-hsw
6281 - type: "table"
6282   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6283   algorithm: "table_merged_details"
6284   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6285   columns:
6286     - title: " |prein| Test Name |preout| "
6287       data: "data name"
6288     - 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| "
6289       data: "data msg"
6290   data: "vpp-perf-results-3n-hsw"
6291   filter: "all"
6292   parameters:
6293   - "name"
6294   - "parent"
6295   - "msg"
6296
6297 # Detailed Test Results - VPP Performance Results 3n-skx
6298 - type: "table"
6299   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6300   algorithm: "table_merged_details"
6301   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6302   columns:
6303     - title: " |prein| Test Name |preout| "
6304       data: "data name"
6305     - 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| "
6306       data: "data msg"
6307   data: "vpp-perf-results-3n-skx"
6308   filter: "all"
6309   remove-ndr: False
6310   parameters:
6311   - "name"
6312   - "parent"
6313   - "msg"
6314
6315 # Detailed Test Results - VPP Performance Results 2n-skx
6316 - type: "table"
6317   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6318   algorithm: "table_merged_details"
6319   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6320   columns:
6321     - title: " |prein| Test Name |preout| "
6322       data: "data name"
6323     - 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| "
6324       data: "data msg"
6325   data: "vpp-perf-results-2n-skx"
6326   filter: "all"
6327   remove-ndr: False
6328   parameters:
6329   - "name"
6330   - "parent"
6331   - "msg"
6332
6333 # Detailed Test Results - VPP Performance Results 2n-clx
6334 - type: "table"
6335   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6336   algorithm: "table_merged_details"
6337   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6338   columns:
6339     - title: " |prein| Test Name |preout| "
6340       data: "data name"
6341     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6342       data: "data msg"
6343   data: "vpp-perf-results-2n-clx"
6344   filter: "all"
6345   parameters:
6346   - "name"
6347   - "parent"
6348   - "msg"
6349
6350 # Detailed Test Results - VPP Performance Results 3n-tsh
6351 - type: "table"
6352   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6353   algorithm: "table_merged_details"
6354   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6355   columns:
6356     - title: " |prein| Test Name |preout| "
6357       data: "data name"
6358     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6359       data: "data msg"
6360   data: "vpp-perf-results-3n-tsh"
6361   filter: "all"
6362   parameters:
6363   - "name"
6364   - "parent"
6365   - "msg"
6366
6367 # Detailed Test Results - VPP Performance Results 3n-dnv
6368 - type: "table"
6369   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6370   algorithm: "table_merged_details"
6371   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6372   columns:
6373     - title: " |prein| Test Name |preout| "
6374       data: "data name"
6375     - 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| "
6376       data: "data msg"
6377   data: "vpp-perf-results-3n-dnv"
6378   filter: "all"
6379   parameters:
6380   - "name"
6381   - "parent"
6382   - "msg"
6383
6384 # Detailed Test Results - VPP Performance Results 2n-dnv
6385 - type: "table"
6386   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6387   algorithm: "table_merged_details"
6388   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6389   columns:
6390     - title: " |prein| Test Name |preout| "
6391       data: "data name"
6392     - 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| "
6393       data: "data msg"
6394   data: "vpp-perf-results-2n-dnv"
6395   filter: "all"
6396   parameters:
6397   - "name"
6398   - "parent"
6399   - "msg"
6400
6401 # Test configuration - VPP Performance Test Configs 3n-hsw
6402 - type: "table"
6403   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6404   algorithm: "table_merged_details"
6405   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6406   columns:
6407     - title: " |prein| Test Name |preout| "
6408       data: "data name"
6409     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6410       data: "data conf-history"
6411   data: "vpp-perf-results-3n-hsw"
6412   filter: "all"
6413   parameters:
6414   - "parent"
6415   - "name"
6416   - "conf-history"
6417
6418 # Test configuration - VPP Performance Test Configs 3n-skx
6419 - type: "table"
6420   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6421   algorithm: "table_merged_details"
6422   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6423   columns:
6424     - title: " |prein| Test Name |preout| "
6425       data: "data name"
6426     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6427       data: "data conf-history"
6428   data: "vpp-perf-results-3n-skx"
6429   filter: "all"
6430   parameters:
6431   - "parent"
6432   - "name"
6433   - "conf-history"
6434
6435 # Test configuration - VPP Performance Test Configs 2n-skx
6436 - type: "table"
6437   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6438   algorithm: "table_merged_details"
6439   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6440   columns:
6441     - title: " |prein| Test Name |preout| "
6442       data: "data name"
6443     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6444       data: "data conf-history"
6445   data: "vpp-perf-results-2n-skx"
6446   filter: "all"
6447   parameters:
6448   - "parent"
6449   - "name"
6450   - "conf-history"
6451
6452 # Test configuration - VPP Performance Test Configs 2n-clx
6453 - type: "table"
6454   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6455   algorithm: "table_merged_details"
6456   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6457   columns:
6458     - title: " |prein| Test Name |preout| "
6459       data: "data name"
6460     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6461       data: "data conf-history"
6462   data: "vpp-perf-results-2n-clx"
6463   filter: "all"
6464   parameters:
6465   - "parent"
6466   - "name"
6467   - "conf-history"
6468
6469 # Test configuration - VPP Performance Test Configs 3n-tsh
6470 - type: "table"
6471   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6472   algorithm: "table_merged_details"
6473   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6474   columns:
6475     - title: " |prein| Test Name |preout| "
6476       data: "data name"
6477     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6478       data: "data conf-history"
6479   data: "vpp-perf-results-3n-tsh"
6480   filter: "all"
6481   parameters:
6482   - "parent"
6483   - "name"
6484   - "conf-history"
6485
6486 # Test configuration - VPP Performance Test Configs 3n-dnv
6487 - type: "table"
6488   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6489   algorithm: "table_merged_details"
6490   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6491   columns:
6492     - title: " |prein| Test Name |preout| "
6493       data: "data name"
6494     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6495       data: "data conf-history"
6496   data: "vpp-perf-results-3n-dnv"
6497   filter: "all"
6498   parameters:
6499   - "parent"
6500   - "name"
6501   - "conf-history"
6502
6503 # Test configuration - VPP Performance Test Configs 2n-dnv
6504 - type: "table"
6505   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6506   algorithm: "table_merged_details"
6507   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6508   columns:
6509     - title: " |prein| Test Name |preout| "
6510       data: "data name"
6511     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6512       data: "data conf-history"
6513   data: "vpp-perf-results-2n-dnv"
6514   filter: "all"
6515   parameters:
6516   - "parent"
6517   - "name"
6518   - "conf-history"
6519
6520 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6521 - type: "table"
6522   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6523   algorithm: "table_oper_data_html"
6524   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6525   data: "vpp-perf-results-3n-hsw"
6526   filter: "all"
6527
6528 # Test Operational Data - VPP Performance Operational Data 3n-skx
6529 - type: "table"
6530   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6531   algorithm: "table_oper_data_html"
6532   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6533   data: "vpp-perf-results-3n-skx"
6534   filter: "all"
6535
6536 # Test Operational Data - VPP Performance Operational Data 2n-skx
6537 - type: "table"
6538   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6539   algorithm: "table_oper_data_html"
6540   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6541   data: "vpp-perf-results-2n-skx"
6542   filter: "all"
6543
6544 # Test Operational Data - VPP Performance Operational Data 2n-clx
6545 - type: "table"
6546   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6547   algorithm: "table_oper_data_html"
6548   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6549   data: "vpp-perf-results-2n-clx"
6550   filter: "all"
6551
6552 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6553 - type: "table"
6554   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6555   algorithm: "table_oper_data_html"
6556   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6557   data: "vpp-perf-results-3n-tsh"
6558   filter: "all"
6559
6560 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6561 - type: "table"
6562   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6563   algorithm: "table_oper_data_html"
6564   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6565   data: "vpp-perf-results-3n-dnv"
6566   filter: "all"
6567
6568 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6569 - type: "table"
6570   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6571   algorithm: "table_oper_data_html"
6572   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6573   data: "vpp-perf-results-2n-dnv"
6574   filter: "all"
6575
6576 # Detailed Test Results - VPP MRR Results 3n-hsw
6577 - type: "table"
6578   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6579   algorithm: "table_merged_details"
6580   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6581   columns:
6582     - title: " |prein| Test Name |preout| "
6583       data: "data name"
6584     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6585       data: "data msg"
6586   data: "vpp-mrr-results-3n-hsw"
6587   filter: "all"
6588   parameters:
6589   - "name"
6590   - "parent"
6591   - "msg"
6592
6593 # Detailed Test Results - VPP MRR Results 3n-skx
6594 - type: "table"
6595   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6596   algorithm: "table_merged_details"
6597   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6598   columns:
6599     - title: " |prein| Test Name |preout| "
6600       data: "data name"
6601     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6602       data: "data msg"
6603   data: "vpp-mrr-results-3n-skx"
6604   filter: "all"
6605   parameters:
6606   - "name"
6607   - "parent"
6608   - "msg"
6609
6610 # Detailed Test Results - VPP MRR Results 2n-skx
6611 - type: "table"
6612   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6613   algorithm: "table_merged_details"
6614   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6615   columns:
6616     - title: " |prein| Test Name |preout| "
6617       data: "data name"
6618     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6619       data: "data msg"
6620   data: "vpp-mrr-results-2n-skx"
6621   filter: "all"
6622   parameters:
6623   - "name"
6624   - "parent"
6625   - "msg"
6626
6627 # Detailed Test Results - VPP MRR Results 2n-clx
6628 - type: "table"
6629   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6630   algorithm: "table_merged_details"
6631   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6632   columns:
6633     - title: " |prein| Test Name |preout| "
6634       data: "data name"
6635     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6636       data: "data msg"
6637   data: "vpp-mrr-results-2n-clx"
6638   filter: "all"
6639   parameters:
6640   - "name"
6641   - "parent"
6642   - "msg"
6643
6644 # Detailed Test Results - VPP MRR Results 3n-tsh
6645 - type: "table"
6646   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6647   algorithm: "table_merged_details"
6648   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6649   columns:
6650     - title: " |prein| Test Name |preout| "
6651       data: "data name"
6652     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6653       data: "data msg"
6654   data: "vpp-mrr-results-3n-tsh"
6655   filter: "all"
6656   parameters:
6657   - "name"
6658   - "parent"
6659   - "msg"
6660
6661 # Detailed Test Results - VPP MRR Results 3n-dnv
6662 - type: "table"
6663   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6664   algorithm: "table_merged_details"
6665   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6666   columns:
6667     - title: " |prein| Test Name |preout| "
6668       data: "data name"
6669     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6670       data: "data msg"
6671   data: "vpp-mrr-results-3n-dnv"
6672   filter: "all"
6673   parameters:
6674   - "name"
6675   - "parent"
6676   - "msg"
6677
6678 # Detailed Test Results - VPP MRR Results 2n-dnv
6679 - type: "table"
6680   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6681   algorithm: "table_merged_details"
6682   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6683   columns:
6684     - title: " |prein| Test Name |preout| "
6685       data: "data name"
6686     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6687       data: "data msg"
6688   data: "vpp-mrr-results-2n-dnv"
6689   filter: "all"
6690   parameters:
6691   - "name"
6692   - "parent"
6693   - "msg"
6694
6695 # Test configuration - VPP MRR Test Configs 3n-hsw
6696 - type: "table"
6697   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6698   algorithm: "table_merged_details"
6699   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6700   columns:
6701     - title: " |prein| Test Name |preout| "
6702       data: "data name"
6703     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6704       data: "data conf-history"
6705   data: "vpp-mrr-results-3n-hsw"
6706   filter: "all"
6707   parameters:
6708   - "parent"
6709   - "name"
6710   - "conf-history"
6711
6712 # Test configuration - VPP MRR Test Configs 3n-skx
6713 - type: "table"
6714   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6715   algorithm: "table_merged_details"
6716   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6717   columns:
6718     - title: " |prein| Test Name |preout| "
6719       data: "data name"
6720     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6721       data: "data conf-history"
6722   data: "vpp-mrr-results-3n-skx"
6723   filter: "all"
6724   parameters:
6725   - "parent"
6726   - "name"
6727   - "conf-history"
6728
6729 # Test configuration - VPP MRR Test Configs 2n-skx
6730 - type: "table"
6731   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6732   algorithm: "table_merged_details"
6733   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6734   columns:
6735     - title: " |prein| Test Name |preout| "
6736       data: "data name"
6737     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6738       data: "data conf-history"
6739   data: "vpp-mrr-results-2n-skx"
6740   filter: "all"
6741   parameters:
6742   - "parent"
6743   - "name"
6744   - "conf-history"
6745
6746 # Test configuration - VPP MRR Test Configs 2n-clx
6747 - type: "table"
6748   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6749   algorithm: "table_merged_details"
6750   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6751   columns:
6752     - title: " |prein| Test Name |preout| "
6753       data: "data name"
6754     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6755       data: "data conf-history"
6756   data: "vpp-mrr-results-2n-clx"
6757   filter: "all"
6758   parameters:
6759   - "parent"
6760   - "name"
6761   - "conf-history"
6762
6763 # Test configuration - VPP MRR Test Configs 3n-tsh
6764 - type: "table"
6765   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6766   algorithm: "table_merged_details"
6767   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6768   columns:
6769     - title: " |prein| Test Name |preout| "
6770       data: "data name"
6771     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6772       data: "data conf-history"
6773   data: "vpp-mrr-results-3n-tsh"
6774   filter: "all"
6775   parameters:
6776   - "parent"
6777   - "name"
6778   - "conf-history"
6779
6780 # Test configuration - VPP MRR Test Configs 3n-dnv
6781 - type: "table"
6782   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6783   algorithm: "table_merged_details"
6784   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6785   columns:
6786     - title: " |prein| Test Name |preout| "
6787       data: "data name"
6788     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6789       data: "data conf-history"
6790   data: "vpp-mrr-results-3n-dnv"
6791   filter: "all"
6792   parameters:
6793   - "parent"
6794   - "name"
6795   - "conf-history"
6796
6797 # Test configuration - VPP MRR Test Configs 2n-dnv
6798 - type: "table"
6799   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6800   algorithm: "table_merged_details"
6801   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6802   columns:
6803     - title: " |prein| Test Name |preout| "
6804       data: "data name"
6805     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6806       data: "data conf-history"
6807   data: "vpp-mrr-results-2n-dnv"
6808   filter: "all"
6809   parameters:
6810   - "parent"
6811   - "name"
6812   - "conf-history"
6813
6814 # Detailed Test Results - VPP Device Results - Ubuntu
6815 - type: "table"
6816   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6817   algorithm: "table_merged_details"
6818   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6819   columns:
6820     - title: " |prein| Test Name |preout| "
6821       data: "data name"
6822     - title: " |prein| Status |preout| "
6823       data: "data status"
6824   data: "vpp-device-results-ubuntu"
6825   filter: "all"
6826   parameters:
6827   - "name"
6828   - "parent"
6829   - "doc"
6830   - "status"
6831
6832 # Test configuration - VPP Device Test Configs - Ubuntu
6833 - type: "table"
6834   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6835   algorithm: "table_merged_details"
6836   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6837   columns:
6838     - title: " |prein| Test Name |preout| "
6839       data: "data name"
6840     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6841       data: "data conf-history"
6842   data: "vpp-device-results-ubuntu"
6843   filter: "all"
6844   parameters:
6845   - "parent"
6846   - "name"
6847   - "conf-history"
6848
6849 ################################################################################
6850
6851 # DPDK Performance Changes 3n-hsw 1t1c pdr
6852 - type: "table"
6853   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6854   algorithm: "table_comparison"
6855   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6856   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6857   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6858   columns:
6859     - title: "1908"
6860       data-set: "dpdk-performance-changes-3n-hsw-h1"
6861     - title: "2001"
6862       data-set: "dpdk-performance-changes-3n-hsw-ref"
6863     - title: "2005"
6864       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6865   comparisons:
6866     - title: "Diff"
6867       reference: 2
6868       compare: 3
6869   legend:
6870     - ""
6871     - "1908, 2001, 2005 - DPDK versions tested."
6872     - "Diff - difference between 2001 and 2005 DPDK version."
6873
6874 # DPDK Performance Changes 3n-hsw 2t2c pdr
6875 - type: "table"
6876   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6877   algorithm: "table_comparison"
6878   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6880   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6881   columns:
6882     - title: "1908"
6883       data-set: "dpdk-performance-changes-3n-hsw-h1"
6884     - title: "2001"
6885       data-set: "dpdk-performance-changes-3n-hsw-ref"
6886     - title: "2005"
6887       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6888   comparisons:
6889     - title: "Diff"
6890       reference: 2
6891       compare: 3
6892   legend:
6893     - ""
6894     - "1908, 2001, 2005 - DPDK versions tested."
6895     - "Diff - difference between 2001 and 2005 DPDK version."
6896
6897 # DPDK Performance Changes 3n-hsw 1t1c pdr
6898 - type: "table"
6899   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6900   algorithm: "table_comparison"
6901   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6903   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6904   columns:
6905     - title: "1908"
6906       data-set: "dpdk-performance-changes-3n-hsw-h1"
6907     - title: "2001"
6908       data-set: "dpdk-performance-changes-3n-hsw-ref"
6909     - title: "2005"
6910       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6911   comparisons:
6912     - title: "Diff"
6913       reference: 2
6914       compare: 3
6915   legend:
6916     - ""
6917     - "1908, 2001, 2005 - DPDK versions tested."
6918     - "Diff - difference between 2001 and 2005 DPDK version."
6919
6920 # DPDK Performance Changes 3n-hsw 2t2c ndr
6921 - type: "table"
6922   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6923   algorithm: "table_comparison"
6924   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6925   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6926   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6927   columns:
6928     - title: "1908"
6929       data-set: "dpdk-performance-changes-3n-hsw-h1"
6930     - title: "2001"
6931       data-set: "dpdk-performance-changes-3n-hsw-ref"
6932     - title: "2005"
6933       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6934   comparisons:
6935     - title: "Diff"
6936       reference: 2
6937       compare: 3
6938   legend:
6939     - ""
6940     - "1908, 2001, 2005 - DPDK versions tested."
6941     - "Diff - difference between 2001 and 2005 DPDK version."
6942
6943 # DPDK Performance Changes 3n-skx 2t1c pdr
6944 - type: "table"
6945   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6946   algorithm: "table_comparison"
6947   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6949   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6950   columns:
6951     - title: "1908"
6952       data-set: "dpdk-performance-changes-3n-skx-h1"
6953     - title: "2001"
6954       data-set: "dpdk-performance-changes-3n-skx-ref"
6955     - title: "2005"
6956       data-set: "dpdk-performance-changes-3n-skx-cmp"
6957   comparisons:
6958     - title: "Diff"
6959       reference: 2
6960       compare: 3
6961   legend:
6962     - ""
6963     - "1908, 2001, 2005 - DPDK versions tested."
6964     - "Diff - difference between 2001 and 2005 DPDK version."
6965
6966 # DPDK Performance Changes 3n-skx 4t2c pdr
6967 - type: "table"
6968   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6969   algorithm: "table_comparison"
6970   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6971   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6972   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6973   columns:
6974     - title: "1908"
6975       data-set: "dpdk-performance-changes-3n-skx-h1"
6976     - title: "2001"
6977       data-set: "dpdk-performance-changes-3n-skx-ref"
6978     - title: "2005"
6979       data-set: "dpdk-performance-changes-3n-skx-cmp"
6980   comparisons:
6981     - title: "Diff"
6982       reference: 2
6983       compare: 3
6984   legend:
6985     - ""
6986     - "1908, 2001, 2005 - DPDK versions tested."
6987     - "Diff - difference between 2001 and 2005 DPDK version."
6988
6989 # DPDK Performance Changes 3n-skx 2t1c ndr
6990 - type: "table"
6991   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6992   algorithm: "table_comparison"
6993   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6994   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6995   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6996   columns:
6997     - title: "1908"
6998       data-set: "dpdk-performance-changes-3n-skx-h1"
6999     - title: "2001"
7000       data-set: "dpdk-performance-changes-3n-skx-ref"
7001     - title: "2005"
7002       data-set: "dpdk-performance-changes-3n-skx-cmp"
7003   comparisons:
7004     - title: "Diff"
7005       reference: 2
7006       compare: 3
7007   legend:
7008     - ""
7009     - "1908, 2001, 2005 - DPDK versions tested."
7010     - "Diff - difference between 2001 and 2005 DPDK version."
7011
7012 # DPDK Performance Changes 3n-skx 4t2c ndr
7013 - type: "table"
7014   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7015   algorithm: "table_comparison"
7016   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7017   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7018   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7019   columns:
7020     - title: "1908"
7021       data-set: "dpdk-performance-changes-3n-skx-h1"
7022     - title: "2001"
7023       data-set: "dpdk-performance-changes-3n-skx-ref"
7024     - title: "2005"
7025       data-set: "dpdk-performance-changes-3n-skx-cmp"
7026   comparisons:
7027     - title: "Diff"
7028       reference: 2
7029       compare: 3
7030   legend:
7031     - ""
7032     - "1908, 2001, 2005 - DPDK versions tested."
7033     - "Diff - difference between 2001 and 2005 DPDK version."
7034
7035 # DPDK Performance Changes 2n-skx 2t1c pdr
7036 - type: "table"
7037   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7038   algorithm: "table_comparison"
7039   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7041   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7042   columns:
7043     - title: "1908"
7044       data-set: "dpdk-performance-changes-2n-skx-h1"
7045     - title: "2001"
7046       data-set: "dpdk-performance-changes-2n-skx-ref"
7047     - title: "2005"
7048       data-set: "dpdk-performance-changes-2n-skx-cmp"
7049   comparisons:
7050     - title: "Diff"
7051       reference: 2
7052       compare: 3
7053   legend:
7054     - ""
7055     - "1908, 2001, 2005 - DPDK versions tested."
7056     - "Diff - difference between 2001 and 2005 DPDK version."
7057
7058 # DPDK Performance Changes 2n-skx 4t2c pdr
7059 - type: "table"
7060   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7061   algorithm: "table_comparison"
7062   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7064   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7065   columns:
7066     - title: "1908"
7067       data-set: "dpdk-performance-changes-2n-skx-h1"
7068     - title: "2001"
7069       data-set: "dpdk-performance-changes-2n-skx-ref"
7070     - title: "2005"
7071       data-set: "dpdk-performance-changes-2n-skx-cmp"
7072   comparisons:
7073     - title: "Diff"
7074       reference: 2
7075       compare: 3
7076   legend:
7077     - ""
7078     - "1908, 2001, 2005 - DPDK versions tested."
7079     - "Diff - difference between 2001 and 2005 DPDK version."
7080
7081 # DPDK Performance Changes 2n-skx 2t1c ndr
7082 - type: "table"
7083   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7084   algorithm: "table_comparison"
7085   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7087   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7088   columns:
7089     - title: "1908"
7090       data-set: "dpdk-performance-changes-2n-skx-h1"
7091     - title: "2001"
7092       data-set: "dpdk-performance-changes-2n-skx-ref"
7093     - title: "2005"
7094       data-set: "dpdk-performance-changes-2n-skx-cmp"
7095   comparisons:
7096     - title: "Diff"
7097       reference: 2
7098       compare: 3
7099   legend:
7100     - ""
7101     - "1908, 2001, 2005 - DPDK versions tested."
7102     - "Diff - difference between 2001 and 2005 DPDK version."
7103
7104 # DPDK Performance Changes 2n-skx 4t2c ndr
7105 - type: "table"
7106   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7107   algorithm: "table_comparison"
7108   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7110   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7111   columns:
7112     - title: "1908"
7113       data-set: "dpdk-performance-changes-2n-skx-h1"
7114     - title: "2001"
7115       data-set: "dpdk-performance-changes-2n-skx-ref"
7116     - title: "2005"
7117       data-set: "dpdk-performance-changes-2n-skx-cmp"
7118   comparisons:
7119     - title: "Diff"
7120       reference: 2
7121       compare: 3
7122   legend:
7123     - ""
7124     - "1908, 2001, 2005 - DPDK versions tested."
7125     - "Diff - difference between 2001 and 2005 DPDK version."
7126
7127 # DPDK Performance Changes 2n-clx 2t1c pdr
7128 - type: "table"
7129   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7130   algorithm: "table_comparison"
7131   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7132   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7133   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7134   columns:
7135     - title: "2001"
7136       data-set: "dpdk-performance-changes-2n-clx-ref"
7137     - title: "2005"
7138       data-set: "dpdk-performance-changes-2n-clx-cmp"
7139   comparisons:
7140     - title: "Diff"
7141       reference: 1
7142       compare: 2
7143   legend:
7144     - ""
7145     - "2001, 2005 - DPDK versions tested."
7146     - "Diff - difference between 2001 and 2005 DPDK version."
7147
7148 # DPDK Performance Changes 2n-clx 4t2c pdr
7149 - type: "table"
7150   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7151   algorithm: "table_comparison"
7152   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7153   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7154   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7155   columns:
7156     - title: "2001"
7157       data-set: "dpdk-performance-changes-2n-clx-ref"
7158     - title: "2005"
7159       data-set: "dpdk-performance-changes-2n-clx-cmp"
7160   comparisons:
7161     - title: "Diff"
7162       reference: 1
7163       compare: 2
7164   legend:
7165     - ""
7166     - "2001, 2005 - DPDK versions tested."
7167     - "Diff - difference between 2001 and 2005 DPDK version."
7168
7169 # DPDK Performance Changes 2n-clx 2t1c ndr
7170 - type: "table"
7171   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7172   algorithm: "table_comparison"
7173   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7175   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7176   columns:
7177     - title: "2001"
7178       data-set: "dpdk-performance-changes-2n-clx-ref"
7179     - title: "2005"
7180       data-set: "dpdk-performance-changes-2n-clx-cmp"
7181   comparisons:
7182     - title: "Diff"
7183       reference: 1
7184       compare: 2
7185   legend:
7186     - ""
7187     - "2001, 2005 - DPDK versions tested."
7188     - "Diff - difference between 2001 and 2005 DPDK version."
7189
7190 # DPDK Performance Changes 2n-clx 4t2c ndr
7191 - type: "table"
7192   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7193   algorithm: "table_comparison"
7194   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7196   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7197   columns:
7198     - title: "2001"
7199       data-set: "dpdk-performance-changes-2n-clx-ref"
7200     - title: "2005"
7201       data-set: "dpdk-performance-changes-2n-clx-cmp"
7202   comparisons:
7203     - title: "Diff"
7204       reference: 1
7205       compare: 2
7206   legend:
7207     - ""
7208     - "2001, 2005 - DPDK versions tested."
7209     - "Diff - difference between 2001 and 2005 DPDK version."
7210
7211 # DPDK Performance Changes 2n-dnv 1t1c pdr
7212 - type: "table"
7213   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7214   algorithm: "table_comparison"
7215   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7217   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7218   columns:
7219     - title: "2001"
7220       data-set: "dpdk-performance-changes-2n-dnv-ref"
7221     - title: "2005"
7222       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7223   comparisons:
7224     - title: "Diff"
7225       reference: 1
7226       compare: 2
7227   legend:
7228     - ""
7229     - "2001, 2005 - DPDK versions tested."
7230     - "Diff - difference between 2001 and 2005 DPDK version."
7231
7232 # DPDK Performance Changes 2n-dnv 2t2c pdr
7233 - type: "table"
7234   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7235   algorithm: "table_comparison"
7236   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7237   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7238   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7239   columns:
7240     - title: "2001"
7241       data-set: "dpdk-performance-changes-2n-dnv-ref"
7242     - title: "2005"
7243       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7244   comparisons:
7245     - title: "Diff"
7246       reference: 1
7247       compare: 2
7248   legend:
7249     - ""
7250     - "2001, 2005 - DPDK versions tested."
7251     - "Diff - difference between 2001 and 2005 DPDK version."
7252
7253 # DPDK Performance Changes 2n-dnv 1t1c ndr
7254 - type: "table"
7255   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7256   algorithm: "table_comparison"
7257   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7259   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7260   columns:
7261     - title: "2001"
7262       data-set: "dpdk-performance-changes-2n-dnv-ref"
7263     - title: "2005"
7264       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7265   comparisons:
7266     - title: "Diff"
7267       reference: 1
7268       compare: 2
7269   legend:
7270     - ""
7271     - "2001, 2005 - DPDK versions tested."
7272     - "Diff - difference between 2001 and 2005 DPDK version."
7273
7274 # DPDK Performance Changes 2n-dnv 2t2c ndr
7275 - type: "table"
7276   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7277   algorithm: "table_comparison"
7278   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7279   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7280   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7281   columns:
7282     - title: "2001"
7283       data-set: "dpdk-performance-changes-2n-dnv-ref"
7284     - title: "2005"
7285       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7286   comparisons:
7287     - title: "Diff"
7288       reference: 1
7289       compare: 2
7290   legend:
7291     - ""
7292     - "2001, 2005 - DPDK versions tested."
7293     - "Diff - difference between 2001 and 2005 DPDK version."
7294
7295 # DPDK Performance Changes 3n-dnv 1t1c pdr
7296 - type: "table"
7297   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7298   algorithm: "table_comparison"
7299   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7301   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7302   columns:
7303     - title: "2001"
7304       data-set: "dpdk-performance-changes-3n-dnv-ref"
7305     - title: "2005"
7306       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7307   comparisons:
7308     - title: "Diff"
7309       reference: 1
7310       compare: 2
7311   legend:
7312     - ""
7313     - "2001, 2005 - DPDK versions tested."
7314     - "Diff - difference between 2001 and 2005 DPDK version."
7315
7316 # DPDK Performance Changes 3n-dnv 2t2c pdr
7317 - type: "table"
7318   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7319   algorithm: "table_comparison"
7320   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7321   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7322   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7323   columns:
7324     - title: "2001"
7325       data-set: "dpdk-performance-changes-3n-dnv-ref"
7326     - title: "2005"
7327       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7328   comparisons:
7329     - title: "Diff"
7330       reference: 1
7331       compare: 2
7332   legend:
7333     - ""
7334     - "2001, 2005 - DPDK versions tested."
7335     - "Diff - difference between 2001 and 2005 DPDK version."
7336
7337 # DPDK Performance Changes 3n-dnv 1t1c ndr
7338 - type: "table"
7339   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7340   algorithm: "table_comparison"
7341   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7342   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7343   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7344   columns:
7345     - title: "2001"
7346       data-set: "dpdk-performance-changes-3n-dnv-ref"
7347     - title: "2005"
7348       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7349   comparisons:
7350     - title: "Diff"
7351       reference: 1
7352       compare: 2
7353   legend:
7354     - ""
7355     - "2001, 2005 - DPDK versions tested."
7356     - "Diff - difference between 2001 and 2005 DPDK version."
7357
7358 # DPDK Performance Changes 3n-dnv 2t2c ndr
7359 - type: "table"
7360   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7361   algorithm: "table_comparison"
7362   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7364   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7365   columns:
7366     - title: "2001"
7367       data-set: "dpdk-performance-changes-3n-dnv-ref"
7368     - title: "2005"
7369       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7370   comparisons:
7371     - title: "Diff"
7372       reference: 1
7373       compare: 2
7374   legend:
7375     - ""
7376     - "2001, 2005 - DPDK versions tested."
7377     - "Diff - difference between 2001 and 2005 DPDK version."
7378
7379 # DPDK Performance Changes 3n-tsh 1t1c pdr
7380 - type: "table"
7381   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7382   algorithm: "table_comparison"
7383   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7385   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7386   columns:
7387     - title: "2001"
7388       data-set: "dpdk-performance-changes-3n-tsh-ref"
7389     - title: "2005"
7390       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7391   comparisons:
7392     - title: "Diff"
7393       reference: 1
7394       compare: 2
7395   legend:
7396     - ""
7397     - "2001, 2005 - DPDK versions tested."
7398     - "Diff - difference between 2001 and 2005 DPDK version."
7399
7400 # DPDK Performance Changes 3n-tsh 2t2c pdr
7401 - type: "table"
7402   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7403   algorithm: "table_comparison"
7404   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7405   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7406   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7407   columns:
7408     - title: "2001"
7409       data-set: "dpdk-performance-changes-3n-tsh-ref"
7410     - title: "2005"
7411       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7412   comparisons:
7413     - title: "Diff"
7414       reference: 1
7415       compare: 2
7416   legend:
7417     - ""
7418     - "2001, 2005 - DPDK versions tested."
7419     - "Diff - difference between 2001 and 2005 DPDK version."
7420
7421 # DPDK Performance Changes 3n-tsh 1t1c ndr
7422 - type: "table"
7423   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7424   algorithm: "table_comparison"
7425   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7427   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7428   columns:
7429     - title: "2001"
7430       data-set: "dpdk-performance-changes-3n-tsh-ref"
7431     - title: "2005"
7432       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7433   comparisons:
7434     - title: "Diff"
7435       reference: 1
7436       compare: 2
7437   legend:
7438     - ""
7439     - "2001, 2005 - DPDK versions tested."
7440     - "Diff - difference between 2001 and 2005 DPDK version."
7441
7442 # DPDK Performance Changes 3n-tsh 2t2c ndr
7443 - type: "table"
7444   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7445   algorithm: "table_comparison"
7446   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7448   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7449   columns:
7450     - title: "2001"
7451       data-set: "dpdk-performance-changes-3n-tsh-ref"
7452     - title: "2005"
7453       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7454   comparisons:
7455     - title: "Diff"
7456       reference: 1
7457       compare: 2
7458   legend:
7459     - ""
7460     - "2001, 2005 - DPDK versions tested."
7461     - "Diff - difference between 2001 and 2005 DPDK version."
7462
7463 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7464 - type: "table"
7465   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7466   algorithm: "table_comparison"
7467   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7468   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7469   filter: "'NIC_Intel-X710'"
7470   columns:
7471     - title: "3n-hsw x710"
7472       data-set: "dpdk-compare-testbeds-ref"
7473     - title: "3n-skx x710"
7474       data-set: "dpdk-compare-testbeds-cmp"
7475   comparisons:
7476     - title: "Diff"
7477       reference: 1
7478       compare: 2
7479   legend:
7480     - ""
7481     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7482     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7483
7484 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7485 - type: "table"
7486   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7487   algorithm: "table_comparison"
7488   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7490   filter: "'NIC_Intel-X710'"
7491   columns:
7492     - title: "3n-hsw x710"
7493       data-set: "dpdk-compare-testbeds-ref"
7494     - title: "3n-skx x710"
7495       data-set: "dpdk-compare-testbeds-cmp"
7496   comparisons:
7497     - title: "Diff"
7498       reference: 1
7499       compare: 2
7500   legend:
7501     - ""
7502     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7503     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7504
7505 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7506 - type: "table"
7507   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7508   algorithm: "table_comparison"
7509   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7511   filter: "'NIC_Intel-XXV710'"
7512   columns:
7513     - title: "2n-skx"
7514       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7515     - title: "2n-clx"
7516       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7517   comparisons:
7518     - title: "Diff"
7519       reference: 1
7520       compare: 2
7521   legend:
7522     - ""
7523     - "2n-skx, 2n-clx - testbeds and NICs tested."
7524     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7525
7526 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7527 - type: "table"
7528   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7529   algorithm: "table_comparison"
7530   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7532   filter: "'NIC_Intel-XXV710'"
7533   columns:
7534     - title: "2n-skx"
7535       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7536     - title: "2n-clx"
7537       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7538   comparisons:
7539     - title: "Diff"
7540       reference: 1
7541       compare: 2
7542   legend:
7543     - ""
7544     - "2n-skx, 2n-clx - testbeds and NICs tested."
7545     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7546
7547 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7548 - type: "table"
7549   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7550   algorithm: "table_comparison"
7551   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7552   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7553   filter: "'NIC_Intel-XXV710'"
7554   columns:
7555     - title: "3n-skx"
7556       data-set: "dpdk-compare-topologies-ref"
7557     - title: "2n-skx"
7558       data-set: "dpdk-compare-topologies-cmp"
7559   comparisons:
7560     - title: "Diff"
7561       reference: 1
7562       compare: 2
7563   legend:
7564     - ""
7565     - "3n-skx, 2n-skx - topologies tested."
7566     - "Diff - difference between 3n-skx and 2n-skx topologies."
7567
7568 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7569 - type: "table"
7570   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7571   algorithm: "table_comparison"
7572   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7573   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7574   filter: "'NIC_Intel-XXV710'"
7575   columns:
7576     - title: "3n-skx"
7577       data-set: "dpdk-compare-topologies-ref"
7578     - title: "2n-skx"
7579       data-set: "dpdk-compare-topologies-cmp"
7580   comparisons:
7581     - title: "Diff"
7582       reference: 1
7583       compare: 2
7584   legend:
7585     - ""
7586     - "3n-skx, 2n-skx - topologies tested."
7587     - "Diff - difference between 3n-skx and 2n-skx topologies."
7588
7589 # Detailed Test Results - DPDK Performance Results 3n-hsw
7590 - type: "table"
7591   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7592   algorithm: "table_merged_details"
7593   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7594   columns:
7595     - title: " |prein| Test Name |preout| "
7596       data: "data name"
7597     - 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| "
7598       data: "data msg"
7599   data: "dpdk-perf-results-3n-hsw"
7600   filter: "all"
7601   parameters:
7602   - "name"
7603   - "parent"
7604   - "msg"
7605
7606 # Detailed Test Results - DPDK Performance Results 3n-skx
7607 - type: "table"
7608   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7609   algorithm: "table_merged_details"
7610   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7611   columns:
7612     - title: " |prein| Test Name |preout| "
7613       data: "data name"
7614     - 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| "
7615       data: "data msg"
7616   data: "dpdk-perf-results-3n-skx"
7617   filter: "all"
7618   remove-ndr: False
7619   parameters:
7620   - "name"
7621   - "parent"
7622   - "msg"
7623
7624 # Detailed Test Results - DPDK Performance Results 2n-skx
7625 - type: "table"
7626   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7627   algorithm: "table_merged_details"
7628   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7629   columns:
7630     - title: " |prein| Test Name |preout| "
7631       data: "data name"
7632     - 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| "
7633       data: "data msg"
7634   data: "dpdk-perf-results-2n-skx"
7635   filter: "all"
7636   remove-ndr: False
7637   parameters:
7638   - "name"
7639   - "parent"
7640   - "msg"
7641
7642 # Detailed Test Results - DPDK Performance Results 2n-clx
7643 - type: "table"
7644   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7645   algorithm: "table_merged_details"
7646   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7647   columns:
7648     - title: " |prein| Test Name |preout| "
7649       data: "data name"
7650     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7651       data: "data msg"
7652   data: "dpdk-perf-results-2n-clx"
7653   filter: "all"
7654   parameters:
7655   - "name"
7656   - "parent"
7657   - "msg"
7658
7659 # Detailed Test Results - DPDK Performance Results 2n-dnv
7660 - type: "table"
7661   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7662   algorithm: "table_merged_details"
7663   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7664   columns:
7665     - title: " |prein| Test Name |preout| "
7666       data: "data name"
7667     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7668       data: "data msg"
7669   data: "dpdk-perf-results-2n-dnv"
7670   filter: "all"
7671   parameters:
7672   - "name"
7673   - "parent"
7674   - "msg"
7675
7676 # Detailed Test Results - DPDK Performance Results 3n-dnv
7677 - type: "table"
7678   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7679   algorithm: "table_merged_details"
7680   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7681   columns:
7682     - title: " |prein| Test Name |preout| "
7683       data: "data name"
7684     - 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| "
7685       data: "data msg"
7686   data: "dpdk-perf-results-3n-dnv"
7687   filter: "all"
7688   parameters:
7689   - "name"
7690   - "parent"
7691   - "msg"
7692
7693 # Detailed Test Results - DPDK Performance Results 3n-tsh
7694 - type: "table"
7695   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7696   algorithm: "table_merged_details"
7697   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7698   columns:
7699     - title: " |prein| Test Name |preout| "
7700       data: "data name"
7701     - 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| "
7702       data: "data msg"
7703   data: "dpdk-perf-results-3n-tsh"
7704   filter: "all"
7705   parameters:
7706   - "name"
7707   - "parent"
7708   - "msg"
7709
7710 ################################################################################
7711 ###                                F I L E S                                 ###
7712 ################################################################################
7713
7714 # VPP Performance Results
7715 - type: "file"
7716   title: "VPP Performance Results"
7717   algorithm: "file_details_split"
7718   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7719   dir-tables:
7720     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7721     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7722     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7723     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7724     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7725 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7726 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7727   data:
7728     - "vpp-perf-results-2n-skx"
7729     - "vpp-perf-results-3n-skx"
7730     - "vpp-perf-results-2n-clx"
7731     - "vpp-perf-results-3n-hsw"
7732     - "vpp-perf-results-3n-tsh"
7733 #    - "vpp-perf-results-2n-dnv"
7734 #    - "vpp-perf-results-3n-dnv"
7735   filter: "all"
7736   data-start-level: 4
7737   order-chapters:
7738     level-1:
7739       - "l2"
7740       - "ip4"
7741       - "ip6"
7742       - "srv6"
7743       - "ip4_tunnels"
7744       - "ip6_tunnels"
7745       - "vm_vhost"
7746       - "container_memif"
7747       - "crypto"
7748       - "vts"
7749       - "lb"
7750       - "nfv_density"
7751       - "hoststack"
7752     level-2:
7753       - "2n-skx"
7754       - "3n-skx"
7755       - "2n-clx"
7756       - "3n-hsw"
7757       - "3n-tsh"
7758       - "2n-dnv"
7759       - "3n-dnv"
7760     level-3:
7761       - "xl710"
7762       - "x520"
7763       - "xxv710"
7764       - "x710"
7765       - "x553"
7766       - "cx556a"
7767       - "vic1227"
7768       - "vic1385"
7769
7770 # VPP Performance Configuration
7771 - type: "file"
7772   title: "VPP Performance Configuration"
7773   algorithm: "file_details_split"
7774   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7775   dir-tables:
7776     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7777     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7778     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7779     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7780     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7781 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7782 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7783   data:
7784     - "vpp-perf-results-2n-skx"
7785     - "vpp-perf-results-3n-skx"
7786     - "vpp-perf-results-2n-clx"
7787     - "vpp-perf-results-3n-hsw"
7788     - "vpp-perf-results-3n-tsh"
7789 #    - "vpp-perf-results-2n-dnv"
7790 #    - "vpp-perf-results-3n-dnv"
7791   filter: "all"
7792   data-start-level: 4
7793   order-chapters:
7794     level-1:
7795       - "l2"
7796       - "ip4"
7797       - "ip6"
7798       - "srv6"
7799       - "ip4_tunnels"
7800       - "ip6_tunnels"
7801       - "vm_vhost"
7802       - "container_memif"
7803       - "crypto"
7804       - "vts"
7805       - "lb"
7806       - "nfv_density"
7807       - "hoststack"
7808     level-2:
7809       - "2n-skx"
7810       - "3n-skx"
7811       - "2n-clx"
7812       - "3n-hsw"
7813       - "3n-tsh"
7814       - "2n-dnv"
7815       - "3n-dnv"
7816     level-3:
7817       - "xl710"
7818       - "x520"
7819       - "xxv710"
7820       - "x710"
7821       - "x553"
7822       - "cx556a"
7823       - "vic1227"
7824       - "vic1385"
7825
7826 # VPP Performance Operational
7827 - type: "file"
7828   title: "VPP Performance Operational"
7829   algorithm: "file_details_split_html"
7830   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7831   dir-tables:
7832     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7833     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7834     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7835     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7836     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7837 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7838 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7839   data:
7840     - "vpp-perf-results-2n-skx"
7841     - "vpp-perf-results-3n-skx"
7842     - "vpp-perf-results-2n-clx"
7843     - "vpp-perf-results-3n-hsw"
7844     - "vpp-perf-results-3n-tsh"
7845 #    - "vpp-perf-results-2n-dnv"
7846 #    - "vpp-perf-results-3n-dnv"
7847   filter: "all"
7848   data-start-level: 4
7849   order-chapters:
7850     level-1:
7851       - "l2"
7852       - "ip4"
7853       - "ip6"
7854       - "srv6"
7855       - "ip4_tunnels"
7856       - "ip6_tunnels"
7857       - "vm_vhost"
7858       - "container_memif"
7859       - "crypto"
7860       - "vts"
7861       - "lb"
7862       - "nfv_density"
7863       - "hoststack"
7864     level-2:
7865       - "2n-skx"
7866       - "3n-skx"
7867       - "2n-clx"
7868       - "3n-hsw"
7869       - "3n-tsh"
7870       - "2n-dnv"
7871       - "3n-dnv"
7872     level-3:
7873       - "xl710"
7874       - "x520"
7875       - "xxv710"
7876       - "x710"
7877       - "x553"
7878       - "cx556a"
7879       - "vic1227"
7880       - "vic1385"
7881
7882 # VPP MRR Results
7883 - type: "file"
7884   title: "VPP MRR Results"
7885   algorithm: "file_details_split"
7886   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7887   dir-tables:
7888     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7889     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7890     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7891     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7892     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7893 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7894 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7895   data:
7896     - "vpp-mrr-results-2n-skx"
7897     - "vpp-mrr-results-3n-skx"
7898     - "vpp-mrr-results-2n-clx"
7899     - "vpp-mrr-results-3n-hsw"
7900     - "vpp-mrr-results-3n-tsh"
7901 #    - "vpp-mrr-results-2n-dnv"
7902 #    - "vpp-mrr-results-3n-dnv"
7903   filter: "all"
7904   data-start-level: 4
7905   order-chapters:
7906     level-1:
7907       - "l2"
7908       - "ip4"
7909       - "ip6"
7910       - "srv6"
7911       - "ip4_tunnels"
7912       - "ip6_tunnels"
7913       - "vm_vhost"
7914       - "container_memif"
7915       - "crypto"
7916       - "vts"
7917       - "lb"
7918       - "nfv_density"
7919       - "hoststack"
7920     level-2:
7921       - "2n-skx"
7922       - "3n-skx"
7923       - "2n-clx"
7924       - "3n-hsw"
7925       - "3n-tsh"
7926       - "2n-dnv"
7927       - "3n-dnv"
7928     level-3:
7929       - "xl710"
7930       - "x520"
7931       - "xxv710"
7932       - "x710"
7933       - "x553"
7934       - "cx556a"
7935       - "vic1227"
7936       - "vic1385"
7937
7938 # VPP MRR Configuration
7939 - type: "file"
7940   title: "VPP MRR Configuration"
7941   algorithm: "file_details_split"
7942   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7943   dir-tables:
7944     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7945     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7946     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7947     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7948     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7949     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7950     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7951   data:
7952     - "vpp-mrr-results-2n-skx"
7953     - "vpp-mrr-results-3n-skx"
7954     - "vpp-mrr-results-2n-clx"
7955     - "vpp-mrr-results-3n-hsw"
7956     - "vpp-mrr-results-3n-tsh"
7957 #    - "vpp-mrr-results-2n-dnv"
7958 #    - "vpp-mrr-results-3n-dnv"
7959   filter: "all"
7960   data-start-level: 4
7961   order-chapters:
7962     level-1:
7963       - "l2"
7964       - "ip4"
7965       - "ip6"
7966       - "srv6"
7967       - "ip4_tunnels"
7968       - "ip6_tunnels"
7969       - "vm_vhost"
7970       - "container_memif"
7971       - "crypto"
7972       - "vts"
7973       - "lb"
7974       - "nfv_density"
7975       - "hoststack"
7976     level-2:
7977       - "2n-skx"
7978       - "3n-skx"
7979       - "2n-clx"
7980       - "3n-hsw"
7981       - "3n-tsh"
7982       - "2n-dnv"
7983       - "3n-dnv"
7984     level-3:
7985       - "xl710"
7986       - "x520"
7987       - "xxv710"
7988       - "x710"
7989       - "x553"
7990       - "cx556a"
7991       - "vic1227"
7992       - "vic1385"
7993
7994 # VPP Device Results - Ubuntu
7995 - type: "file"
7996   title: "VPP Device Results - Ubuntu"
7997   algorithm: "file_test_results"
7998   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7999   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8000   data: "vpp-device-results-ubuntu"
8001   filter: "all"
8002   data-start-level: 4
8003
8004 # VPP Device Configuration - Ubuntu
8005 - type: "file"
8006   title: "VPP Device Configuration - Ubuntu"
8007   algorithm: "file_test_results"
8008   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8009   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8010   data: "vpp-device-results-ubuntu"
8011   filter: "all"
8012   data-start-level: 4
8013
8014 # DPDK Performance Results 3n-hsw
8015 - type: "file"
8016   title: "DPDK Performance Results 3n-hsw"
8017   algorithm: "file_test_results"
8018   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8019   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8020   data: "dpdk-perf-results-3n-hsw"
8021   filter: "all"
8022   data-start-level: 4
8023
8024 # DPDK Performance Results 3n-skx
8025 - type: "file"
8026   title: "DPDK Performance Results 3n-skx"
8027   algorithm: "file_test_results"
8028   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8029   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8030   data: "dpdk-perf-results-3n-skx"
8031   filter: "all"
8032   data-start-level: 4
8033
8034 # DPDK Performance Results 2n-skx
8035 - type: "file"
8036   title: "DPDK Performance Results 2n-skx"
8037   algorithm: "file_test_results"
8038   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8039   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8040   data: "dpdk-perf-results-2n-skx"
8041   filter: "all"
8042   data-start-level: 4
8043
8044 # DPDK Performance Results 2n-clx
8045 - type: "file"
8046   title: "DPDK Performance Results 2n-clx"
8047   algorithm: "file_test_results"
8048   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8049   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8050   data: "dpdk-perf-results-2n-clx"
8051   filter: "all"
8052   data-start-level: 4
8053
8054 # DPDK Performance Results 2n-dnv
8055 - type: "file"
8056   title: "DPDK Performance Results 2n-dnv"
8057   algorithm: "file_test_results"
8058   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8059   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8060   data: "dpdk-perf-results-2n-dnv"
8061   filter: "all"
8062   data-start-level: 4
8063
8064 # DPDK Performance Results 3n-dnv
8065 - type: "file"
8066   title: "DPDK Performance Results 3n-dnv"
8067   algorithm: "file_test_results"
8068   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8069   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8070   data: "dpdk-perf-results-3n-dnv"
8071   filter: "all"
8072   data-start-level: 4
8073
8074 # DPDK Performance Results 3n-tsh
8075 - type: "file"
8076   title: "DPDK Performance Results 3n-tsh"
8077   algorithm: "file_test_results"
8078   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8079   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8080   data: "dpdk-perf-results-3n-tsh"
8081   filter: "all"
8082   data-start-level: 4
8083
8084 ################################################################################
8085 ###                                P L O T S                                 ###
8086 ################################################################################
8087
8088 # Hoststack tests 3n-hsw
8089
8090 - type: "plot"
8091   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8092   algorithm: "plot_perf_box_name"
8093   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8094   data: "plot-vpp-hoststack-3n-hsw"
8095   include:
8096     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8097     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8098   layout:
8099     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8100     layout: "plot-hoststack"
8101
8102 - type: "plot"
8103   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8104   algorithm: "plot_perf_box_name"
8105   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8106   data: "plot-vpp-hoststack-3n-hsw"
8107   include:
8108     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8109     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8110   layout:
8111     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8112     layout: "plot-hoststack"
8113
8114 - type: "plot"
8115   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8116   algorithm: "plot_perf_box_name"
8117   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8118   data: "plot-vpp-hoststack-3n-hsw"
8119   include:
8120     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8121     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8122     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8123     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8124   layout:
8125     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8126     layout: "plot-hoststack"
8127
8128 ################################################################################
8129
8130 # Soak Test (PLRsearch), boxes - 2n-clx
8131 - type: "plot"
8132   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8133   algorithm: "plot_perf_box_name"
8134   output-file-type: ".html"
8135   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8136   data: "plot-vpp-soak-2n-clx"
8137   include:
8138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8144   layout:
8145     title: "30 Minutes Soak Test (PLRsearch)"
8146     layout: "plot-soak-throughput"
8147
8148 # Soak Test (PLRsearch), boxes - 2n-clx
8149 - type: "plot"
8150   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8151   algorithm: "plot_perf_box_name"
8152   output-file-type: ".html"
8153   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8154   data: "plot-vpp-soak-2n-clx"
8155   include:
8156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8158     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8159     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8161     - "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"
8162   layout:
8163     title: "30 Minutes Soak Test (PLRsearch)"
8164     layout: "plot-soak-throughput"
8165
8166 # Soak Test (PLRsearch), boxes - 2n-skx
8167 - type: "plot"
8168   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8169   algorithm: "plot_perf_box_name"
8170   output-file-type: ".html"
8171   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8172   data: "plot-vpp-soak-2n-skx"
8173   include:
8174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8180   layout:
8181     title: "30 Minutes Soak Test (PLRsearch)"
8182     layout: "plot-soak-throughput"
8183
8184 # Soak Test (PLRsearch), boxes - 2n-skx
8185 - type: "plot"
8186   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8187   algorithm: "plot_perf_box_name"
8188   output-file-type: ".html"
8189   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8190   data: "plot-vpp-soak-2n-skx"
8191   include:
8192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8194     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8195     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8197     - "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"
8198   layout:
8199     title: "30 Minutes Soak Test (PLRsearch)"
8200     layout: "plot-soak-throughput"
8201
8202 ###############################################################################
8203
8204 # Reconf tests 2n-skx
8205
8206 - type: "plot"
8207   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8208   algorithm: "plot_nf_reconf_box_name"
8209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8210   data: "plot-vpp-nfv-reconf-2n-skx"
8211   include:
8212     - "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"
8213     - "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"
8214     - "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"
8215     - "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"
8216     - "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"
8217     - "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"
8218   layout:
8219     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8220     layout: "plot-throughput"
8221
8222 - type: "plot"
8223   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8224   algorithm: "plot_nf_reconf_box_name"
8225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8226   data: "plot-vpp-nfv-reconf-2n-skx"
8227   include:
8228     - "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"
8229     - "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"
8230     - "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"
8231     - "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"
8232     - "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"
8233     - "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"
8234   layout:
8235     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8236     layout: "plot-throughput"
8237
8238 - type: "plot"
8239   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8240   algorithm: "plot_nf_reconf_box_name"
8241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8242   data: "plot-vpp-nfv-reconf-2n-skx"
8243   include:
8244     - "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"
8245     - "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"
8246     - "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"
8247     - "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"
8248     - "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"
8249     - "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"
8250   layout:
8251     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8252     layout: "plot-throughput"
8253
8254 ###############################################################################
8255
8256 # Reconf tests 2n-clx
8257
8258 - type: "plot"
8259   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8260   algorithm: "plot_nf_reconf_box_name"
8261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8262   data: "plot-vpp-nfv-reconf-2n-clx"
8263   include:
8264     - "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"
8265     - "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"
8266     - "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"
8267     - "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"
8268   layout:
8269     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8270     layout: "plot-throughput"
8271
8272 - type: "plot"
8273   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8274   algorithm: "plot_nf_reconf_box_name"
8275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8276   data: "plot-vpp-nfv-reconf-2n-clx"
8277   include:
8278     - "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"
8279     - "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"
8280     - "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"
8281     - "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"
8282   layout:
8283     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8284     layout: "plot-throughput"
8285
8286 - type: "plot"
8287   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8288   algorithm: "plot_nf_reconf_box_name"
8289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8290   data: "plot-vpp-nfv-reconf-2n-clx"
8291   include:
8292     - "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"
8293     - "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"
8294     - "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"
8295     - "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"
8296   layout:
8297     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8298     layout: "plot-throughput"
8299
8300 ###############################################################################
8301
8302 # Plots - NF Density - VSC - MRR IMIX
8303 - type: "plot"
8304   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8305   algorithm: "plot_nf_heatmap"
8306   output-file-type: ".html"
8307   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8308   data: "plot-vpp-nfv-2n-skx-mrr"
8309   filter: "'NIC_Intel-XXV710' and
8310            'NF_DENSITY' and
8311            'VHOST' and
8312            not 'VXLAN' and
8313            'CHAIN' and
8314            'NF_VPPIP4' and
8315            'IMIX' and
8316            '2T1C' and
8317            'MRR'"
8318   parameters:
8319   - "result"
8320   - "name"
8321   - "tags"
8322   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8323   x-axis: "X = VNFs per Service Chain"
8324   y-axis: "Y = Number of Service Chains"
8325   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8326   layout:
8327     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8328     layout: "plot-service-density"
8329
8330 - type: "plot"
8331   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8332   algorithm: "plot_nf_heatmap"
8333   output-file-type: ".html"
8334   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8335   data: "plot-vpp-nfv-2n-skx-mrr"
8336   filter: "'NIC_Intel-XXV710' and
8337            'NF_DENSITY' and
8338            'VHOST' and
8339            not 'VXLAN' and
8340            'CHAIN' and
8341            'NF_VPPIP4' and
8342            'IMIX' and
8343            '4T2C' and
8344            'MRR'"
8345   parameters:
8346   - "result"
8347   - "name"
8348   - "tags"
8349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8350   x-axis: "X = VNFs per Service Chain"
8351   y-axis: "Y = Number of Service Chains"
8352   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8353   layout:
8354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8355     layout: "plot-service-density"
8356
8357 - type: "plot"
8358   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8359   algorithm: "plot_nf_heatmap"
8360   output-file-type: ".html"
8361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8362   data: "plot-vpp-nfv-2n-skx-mrr"
8363   filter: "'NIC_Intel-XXV710' and
8364            'NF_DENSITY' and
8365            'VHOST' and
8366            not 'VXLAN' and
8367            'CHAIN' and
8368            'NF_VPPIP4' and
8369            'IMIX' and
8370            '8T4C' and
8371            'MRR'"
8372   parameters:
8373   - "result"
8374   - "name"
8375   - "tags"
8376   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8377   x-axis: "X = VNFs per Service Chain"
8378   y-axis: "Y = Number of Service Chains"
8379   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8380   layout:
8381     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8382     layout: "plot-service-density"
8383
8384 # Plots - NF Density - VSC - NDR IMIX
8385 - type: "plot"
8386   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8387   algorithm: "plot_nf_heatmap"
8388   output-file-type: ".html"
8389   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8390   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8391   filter: "'NIC_Intel-XXV710' and
8392            'NF_DENSITY' and
8393            'VHOST' and
8394            not 'VXLAN' and
8395            'CHAIN' and
8396            'NF_VPPIP4' and
8397            'IMIX' and
8398            '2T1C' and
8399            'NDRPDR'"
8400   parameters:
8401   - "throughput"
8402   - "name"
8403   - "tags"
8404   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8405   x-axis: "X = VNFs per Service Chain"
8406   y-axis: "Y = Number of Service Chains"
8407   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8408   layout:
8409     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8410     layout: "plot-service-density"
8411
8412 - type: "plot"
8413   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8414   algorithm: "plot_nf_heatmap"
8415   output-file-type: ".html"
8416   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8417   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8418   filter: "'NIC_Intel-XXV710' and
8419            'NF_DENSITY' and
8420            'VHOST' and
8421            not 'VXLAN' and
8422            'CHAIN' and
8423            'NF_VPPIP4' and
8424            'IMIX' and
8425            '4T2C' and
8426            'NDRPDR'"
8427   parameters:
8428   - "throughput"
8429   - "name"
8430   - "tags"
8431   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8432   x-axis: "X = VNFs per Service Chain"
8433   y-axis: "Y = Number of Service Chains"
8434   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8435   layout:
8436     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8437     layout: "plot-service-density"
8438
8439 - type: "plot"
8440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8441   algorithm: "plot_nf_heatmap"
8442   output-file-type: ".html"
8443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8444   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8445   filter: "'NIC_Intel-XXV710' and
8446            'NF_DENSITY' and
8447            'VHOST' and
8448            not 'VXLAN' and
8449            'CHAIN' and
8450            'NF_VPPIP4' and
8451            'IMIX' and
8452            '8T4C' and
8453            'NDRPDR'"
8454   parameters:
8455   - "throughput"
8456   - "name"
8457   - "tags"
8458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8459   x-axis: "X = VNFs per Service Chain"
8460   y-axis: "Y = Number of Service Chains"
8461   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8462   layout:
8463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8464     layout: "plot-service-density"
8465
8466 # Plots - NF Density - VSC - PDR IMIX
8467 - type: "plot"
8468   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8469   algorithm: "plot_nf_heatmap"
8470   output-file-type: ".html"
8471   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8472   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8473   filter: "'NIC_Intel-XXV710' and
8474            'NF_DENSITY' and
8475            'VHOST' and
8476            not 'VXLAN' and
8477            'CHAIN' and
8478            'NF_VPPIP4' and
8479            'IMIX' and
8480            '2T1C' and
8481            'NDRPDR'"
8482   parameters:
8483   - "throughput"
8484   - "name"
8485   - "tags"
8486   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8487   x-axis: "X = VNFs per Service Chain"
8488   y-axis: "Y = Number of Service Chains"
8489   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8490   layout:
8491     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8492     layout: "plot-service-density"
8493
8494 - type: "plot"
8495   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8496   algorithm: "plot_nf_heatmap"
8497   output-file-type: ".html"
8498   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8499   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8500   filter: "'NIC_Intel-XXV710' and
8501            'NF_DENSITY' and
8502            'VHOST' and
8503            not 'VXLAN' and
8504            'CHAIN' and
8505            'NF_VPPIP4' and
8506            'IMIX' and
8507            '4T2C' and
8508            'NDRPDR'"
8509   parameters:
8510   - "throughput"
8511   - "name"
8512   - "tags"
8513   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8514   x-axis: "X = VNFs per Service Chain"
8515   y-axis: "Y = Number of Service Chains"
8516   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8517   layout:
8518     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8519     layout: "plot-service-density"
8520
8521 - type: "plot"
8522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8523   algorithm: "plot_nf_heatmap"
8524   output-file-type: ".html"
8525   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8526   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8527   filter: "'NIC_Intel-XXV710' and
8528            'NF_DENSITY' and
8529            'VHOST' and
8530            not 'VXLAN' and
8531            'CHAIN' and
8532            'NF_VPPIP4' and
8533            'IMIX' and
8534            '8T4C' and
8535            'NDRPDR'"
8536   parameters:
8537   - "throughput"
8538   - "name"
8539   - "tags"
8540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8541   x-axis: "X = VNFs per Service Chain"
8542   y-axis: "Y = Number of Service Chains"
8543   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8544   layout:
8545     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8546     layout: "plot-service-density"
8547
8548 ###############################################################################
8549
8550 # Plots - NF Density - VSC - MRR IMIX
8551 - type: "plot"
8552   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8553   algorithm: "plot_nf_heatmap"
8554   output-file-type: ".html"
8555   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8556   data: "plot-vpp-nfv-2n-skx-mrr"
8557   filter: "'NIC_Intel-XXV710' and
8558            'NF_DENSITY' and
8559            'VHOST' and
8560            'VXLAN' and
8561            'CHAIN' and
8562            'IMIX' and
8563            '2T1C' and
8564            'MRR'"
8565   parameters:
8566   - "result"
8567   - "name"
8568   - "tags"
8569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8570   x-axis: "X = VNFs per Service Chain"
8571   y-axis: "Y = Number of Service Chains"
8572   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8573   layout:
8574     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8575     layout: "plot-service-density"
8576
8577 - type: "plot"
8578   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8579   algorithm: "plot_nf_heatmap"
8580   output-file-type: ".html"
8581   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8582   data: "plot-vpp-nfv-2n-skx-mrr"
8583   filter: "'NIC_Intel-XXV710' and
8584            'NF_DENSITY' and
8585            'VHOST' and
8586            'VXLAN' and
8587            'CHAIN' and
8588            'IMIX' and
8589            '4T2C' and
8590            'MRR'"
8591   parameters:
8592   - "result"
8593   - "name"
8594   - "tags"
8595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8596   x-axis: "X = VNFs per Service Chain"
8597   y-axis: "Y = Number of Service Chains"
8598   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8599   layout:
8600     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8601     layout: "plot-service-density"
8602
8603 - type: "plot"
8604   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8605   algorithm: "plot_nf_heatmap"
8606   output-file-type: ".html"
8607   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8608   data: "plot-vpp-nfv-2n-skx-mrr"
8609   filter: "'NIC_Intel-XXV710' and
8610            'NF_DENSITY' and
8611            'VHOST' and
8612            'VXLAN' and
8613            'CHAIN' and
8614            'IMIX' and
8615            '8T4C' and
8616            'MRR'"
8617   parameters:
8618   - "result"
8619   - "name"
8620   - "tags"
8621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8622   x-axis: "X = VNFs per Service Chain"
8623   y-axis: "Y = Number of Service Chains"
8624   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8625   layout:
8626     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8627     layout: "plot-service-density"
8628
8629 # Plots - NF Density - VSC - NDR IMIX
8630 - type: "plot"
8631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8632   algorithm: "plot_nf_heatmap"
8633   output-file-type: ".html"
8634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8635   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8636   filter: "'NIC_Intel-XXV710' and
8637            'NF_DENSITY' and
8638            'VHOST' and
8639            'VXLAN' and
8640            'CHAIN' and
8641            'IMIX' and
8642            '2T1C' and
8643            'NDRPDR'"
8644   parameters:
8645   - "throughput"
8646   - "name"
8647   - "tags"
8648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8649   x-axis: "X = VNFs per Service Chain"
8650   y-axis: "Y = Number of Service Chains"
8651   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8652   layout:
8653     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8654     layout: "plot-service-density"
8655
8656 - type: "plot"
8657   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8658   algorithm: "plot_nf_heatmap"
8659   output-file-type: ".html"
8660   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8661   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8662   filter: "'NIC_Intel-XXV710' and
8663            'NF_DENSITY' and
8664            'VHOST' and
8665            'VXLAN' and
8666            'CHAIN' and
8667            'IMIX' and
8668            '4T2C' and
8669            'NDRPDR'"
8670   parameters:
8671   - "throughput"
8672   - "name"
8673   - "tags"
8674   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8675   x-axis: "X = VNFs per Service Chain"
8676   y-axis: "Y = Number of Service Chains"
8677   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8678   layout:
8679     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8680     layout: "plot-service-density"
8681
8682 - type: "plot"
8683   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8684   algorithm: "plot_nf_heatmap"
8685   output-file-type: ".html"
8686   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8687   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8688   filter: "'NIC_Intel-XXV710' and
8689            'NF_DENSITY' and
8690            'VHOST' and
8691            'VXLAN' and
8692            'CHAIN' and
8693            'IMIX' and
8694            '8T4C' and
8695            'NDRPDR'"
8696   parameters:
8697   - "throughput"
8698   - "name"
8699   - "tags"
8700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8701   x-axis: "X = VNFs per Service Chain"
8702   y-axis: "Y = Number of Service Chains"
8703   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8704   layout:
8705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8706     layout: "plot-service-density"
8707
8708 # Plots - NF Density - VSC - PDR IMIX
8709 - type: "plot"
8710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8711   algorithm: "plot_nf_heatmap"
8712   output-file-type: ".html"
8713   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8714   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8715   filter: "'NIC_Intel-XXV710' and
8716            'NF_DENSITY' and
8717            'VHOST' and
8718            'VXLAN' and
8719            'CHAIN' and
8720            'IMIX' and
8721            '2T1C' and
8722            'NDRPDR'"
8723   parameters:
8724   - "throughput"
8725   - "name"
8726   - "tags"
8727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8728   x-axis: "X = VNFs per Service Chain"
8729   y-axis: "Y = Number of Service Chains"
8730   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8731   layout:
8732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8733     layout: "plot-service-density"
8734
8735 - type: "plot"
8736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8737   algorithm: "plot_nf_heatmap"
8738   output-file-type: ".html"
8739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8740   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8741   filter: "'NIC_Intel-XXV710' and
8742            'NF_DENSITY' and
8743            'VHOST' and
8744            'VXLAN' and
8745            'CHAIN' and
8746            'IMIX' and
8747            '4T2C' and
8748            'NDRPDR'"
8749   parameters:
8750   - "throughput"
8751   - "name"
8752   - "tags"
8753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8754   x-axis: "X = VNFs per Service Chain"
8755   y-axis: "Y = Number of Service Chains"
8756   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8757   layout:
8758     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8759     layout: "plot-service-density"
8760
8761 - type: "plot"
8762   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8763   algorithm: "plot_nf_heatmap"
8764   output-file-type: ".html"
8765   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8766   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8767   filter: "'NIC_Intel-XXV710' and
8768            'NF_DENSITY' and
8769            'VHOST' and
8770            'VXLAN' and
8771            'CHAIN' and
8772            'IMIX' and
8773            '8T4C' and
8774            'NDRPDR'"
8775   parameters:
8776   - "throughput"
8777   - "name"
8778   - "tags"
8779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8780   x-axis: "X = VNFs per Service Chain"
8781   y-axis: "Y = Number of Service Chains"
8782   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8783   layout:
8784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8785     layout: "plot-service-density"
8786
8787 ###############################################################################
8788
8789 # Plots - NF Density - CSC - MRR IMIX
8790 - type: "plot"
8791   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8792   algorithm: "plot_nf_heatmap"
8793   output-file-type: ".html"
8794   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8795   data: "plot-vpp-nfv-2n-skx-mrr"
8796   filter: "'NIC_Intel-XXV710' and
8797            'NF_DENSITY' and
8798            'DOCKER' and
8799            'CHAIN' and
8800            'NF_VPPIP4' and
8801            'IMIX' and
8802            '2T1C' and
8803            'MRR'"
8804   parameters:
8805   - "result"
8806   - "name"
8807   - "tags"
8808   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8809   x-axis: "X = CNFs per Service Chain"
8810   y-axis: "Y = Number of Service Chains"
8811   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8812   layout:
8813     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8814     layout: "plot-service-density"
8815
8816 - type: "plot"
8817   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8818   algorithm: "plot_nf_heatmap"
8819   output-file-type: ".html"
8820   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8821   data: "plot-vpp-nfv-2n-skx-mrr"
8822   filter: "'NIC_Intel-XXV710' and
8823            'NF_DENSITY' and
8824            'DOCKER' and
8825            'CHAIN' and
8826            'NF_VPPIP4' and
8827            'IMIX' and
8828            '4T2C' and
8829            'MRR'"
8830   parameters:
8831   - "result"
8832   - "name"
8833   - "tags"
8834   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8835   x-axis: "X = CNFs per Service Chain"
8836   y-axis: "Y = Number of Service Chains"
8837   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8838   layout:
8839     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8840     layout: "plot-service-density"
8841
8842 - type: "plot"
8843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8844   algorithm: "plot_nf_heatmap"
8845   output-file-type: ".html"
8846   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8847   data: "plot-vpp-nfv-2n-skx-mrr"
8848   filter: "'NIC_Intel-XXV710' and
8849            'NF_DENSITY' and
8850            'DOCKER' and
8851            'CHAIN' and
8852            'NF_VPPIP4' and
8853            'IMIX' and
8854            '8T4C' and
8855            'MRR'"
8856   parameters:
8857   - "result"
8858   - "name"
8859   - "tags"
8860   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8861   x-axis: "X = CNFs per Service Chain"
8862   y-axis: "Y = Number of Service Chains"
8863   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8864   layout:
8865     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8866     layout: "plot-service-density"
8867
8868 # Plots - NF Density - CSC - NDR IMIX
8869 - type: "plot"
8870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8871   algorithm: "plot_nf_heatmap"
8872   output-file-type: ".html"
8873   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8874   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8875   filter: "'NIC_Intel-XXV710' and
8876            'NF_DENSITY' and
8877            'DOCKER' and
8878            'CHAIN' and
8879            'NF_VPPIP4' and
8880            'IMIX' and
8881            '2T1C' and
8882            'NDRPDR'"
8883   parameters:
8884   - "throughput"
8885   - "name"
8886   - "tags"
8887   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8888   x-axis: "X = CNFs per Service Chain"
8889   y-axis: "Y = Number of Service Chains"
8890   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8891   layout:
8892     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8893     layout: "plot-service-density"
8894
8895 - type: "plot"
8896   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8897   algorithm: "plot_nf_heatmap"
8898   output-file-type: ".html"
8899   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8900   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8901   filter: "'NIC_Intel-XXV710' and
8902            'NF_DENSITY' and
8903            'DOCKER' and
8904            'CHAIN' and
8905            'NF_VPPIP4' and
8906            'IMIX' and
8907            '4T2C' and
8908            'NDRPDR'"
8909   parameters:
8910   - "throughput"
8911   - "name"
8912   - "tags"
8913   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8914   x-axis: "X = CNFs per Service Chain"
8915   y-axis: "Y = Number of Service Chains"
8916   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8917   layout:
8918     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8919     layout: "plot-service-density"
8920
8921 - type: "plot"
8922   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8923   algorithm: "plot_nf_heatmap"
8924   output-file-type: ".html"
8925   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8926   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8927   filter: "'NIC_Intel-XXV710' and
8928            'NF_DENSITY' and
8929            'DOCKER' and
8930            'CHAIN' and
8931            'NF_VPPIP4' and
8932            'IMIX' and
8933            '8T4C' and
8934            'NDRPDR'"
8935   parameters:
8936   - "throughput"
8937   - "name"
8938   - "tags"
8939   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8940   x-axis: "X = CNFs per Service Chain"
8941   y-axis: "Y = Number of Service Chains"
8942   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8943   layout:
8944     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8945     layout: "plot-service-density"
8946
8947 # Plots - NF Density - CSC - PDR IMIX
8948 - type: "plot"
8949   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8950   algorithm: "plot_nf_heatmap"
8951   output-file-type: ".html"
8952   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8953   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8954   filter: "'NIC_Intel-XXV710' and
8955            'NF_DENSITY' and
8956            'DOCKER' and
8957            'CHAIN' and
8958            'NF_VPPIP4' and
8959            'IMIX' and
8960            '2T1C' and
8961            'NDRPDR'"
8962   parameters:
8963   - "throughput"
8964   - "name"
8965   - "tags"
8966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8967   x-axis: "X = CNFs per Service Chain"
8968   y-axis: "Y = Number of Service Chains"
8969   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8970   layout:
8971     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8972     layout: "plot-service-density"
8973
8974 - type: "plot"
8975   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8976   algorithm: "plot_nf_heatmap"
8977   output-file-type: ".html"
8978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8979   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8980   filter: "'NIC_Intel-XXV710' and
8981            'NF_DENSITY' and
8982            'DOCKER' and
8983            'CHAIN' and
8984            'NF_VPPIP4' and
8985            'IMIX' and
8986            '4T2C' and
8987            'NDRPDR'"
8988   parameters:
8989   - "throughput"
8990   - "name"
8991   - "tags"
8992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8993   x-axis: "X = CNFs per Service Chain"
8994   y-axis: "Y = Number of Service Chains"
8995   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8996   layout:
8997     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8998     layout: "plot-service-density"
8999
9000 - type: "plot"
9001   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9002   algorithm: "plot_nf_heatmap"
9003   output-file-type: ".html"
9004   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9005   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9006   filter: "'NIC_Intel-XXV710' and
9007            'NF_DENSITY' and
9008            'DOCKER' and
9009            'CHAIN' and
9010            'NF_VPPIP4' and
9011            'IMIX' and
9012            '8T4C' and
9013            'NDRPDR'"
9014   parameters:
9015   - "throughput"
9016   - "name"
9017   - "tags"
9018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9019   x-axis: "X = CNFs per Service Chain"
9020   y-axis: "Y = Number of Service Chains"
9021   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9022   layout:
9023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9024     layout: "plot-service-density"
9025
9026 ################################################################################
9027 #
9028 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9029 #- type: "plot"
9030 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9031 #  algorithm: "plot_nf_heatmap"
9032 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9033 #  data: "plot-vpp-nfv-3n-skx-mrr"
9034 #  filter: "'NIC_Intel-XXV710' and
9035 #           'NF_DENSITY' and
9036 #           'DOCKER' and
9037 #           'CHAIN' and
9038 #           'NF_VPPIP4' and
9039 #           'IPSEC' and
9040 #           'TNL_4' and
9041 #           'IMIX' and
9042 #           '2T1C' and
9043 #           'MRR'"
9044 #  parameters:
9045 #  - "result"
9046 #  - "name"
9047 #  - "tags"
9048 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9049 #  x-axis: "X = CNFs per Service Chain"
9050 #  y-axis: "Y = Number of Service Chains"
9051 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9052 #  layout:
9053 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9054 #    layout: "plot-service-density"
9055 #
9056 #- type: "plot"
9057 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9058 #  algorithm: "plot_nf_heatmap"
9059 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9060 #  data: "plot-vpp-nfv-3n-skx-mrr"
9061 #  filter: "'NIC_Intel-XXV710' and
9062 #           'NF_DENSITY' and
9063 #           'DOCKER' and
9064 #           'CHAIN' and
9065 #           'NF_VPPIP4' and
9066 #           'IPSEC' and
9067 #           'TNL_4' and
9068 #           'IMIX' and
9069 #           '4T2C' and
9070 #           'MRR'"
9071 #  parameters:
9072 #  - "result"
9073 #  - "name"
9074 #  - "tags"
9075 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9076 #  x-axis: "X = CNFs per Service Chain"
9077 #  y-axis: "Y = Number of Service Chains"
9078 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9079 #  layout:
9080 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9081 #    layout: "plot-service-density"
9082 #
9083 #- type: "plot"
9084 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9085 #  algorithm: "plot_nf_heatmap"
9086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9087 #  data: "plot-vpp-nfv-3n-skx-mrr"
9088 #  filter: "'NIC_Intel-XXV710' and
9089 #           'NF_DENSITY' and
9090 #           'DOCKER' and
9091 #           'CHAIN' and
9092 #           'NF_VPPIP4' and
9093 #           'IPSEC' and
9094 #           'TNL_4' and
9095 #           'IMIX' and
9096 #           '8T4C' and
9097 #           'MRR'"
9098 #  parameters:
9099 #  - "result"
9100 #  - "name"
9101 #  - "tags"
9102 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9103 #  x-axis: "X = CNFs per Service Chain"
9104 #  y-axis: "Y = Number of Service Chains"
9105 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9106 #  layout:
9107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9108 #    layout: "plot-service-density"
9109
9110 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9111 - type: "plot"
9112   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9113   algorithm: "plot_nf_heatmap"
9114   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9115   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9116   filter: "'NIC_Intel-XXV710' and
9117            'NF_DENSITY' and
9118            'DOCKER' and
9119            'CHAIN' and
9120            'NF_VPPIP4' and
9121            'IPSEC' and
9122            'TNL_4' and
9123            'IMIX' and
9124            '2T1C' and
9125            'NDRPDR'"
9126   parameters:
9127   - "throughput"
9128   - "name"
9129   - "tags"
9130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9131   x-axis: "X = CNFs per Service Chain"
9132   y-axis: "Y = Number of Service Chains"
9133   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9134   layout:
9135     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9136     layout: "plot-service-density"
9137
9138 - type: "plot"
9139   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9140   algorithm: "plot_nf_heatmap"
9141   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9142   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9143   filter: "'NIC_Intel-XXV710' and
9144            'NF_DENSITY' and
9145            'DOCKER' and
9146            'CHAIN' and
9147            'NF_VPPIP4' and
9148            'IPSEC' and
9149            'TNL_4' and
9150            'IMIX' and
9151            '4T2C' and
9152            'NDRPDR'"
9153   parameters:
9154   - "throughput"
9155   - "name"
9156   - "tags"
9157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9158   x-axis: "X = CNFs per Service Chain"
9159   y-axis: "Y = Number of Service Chains"
9160   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9161   layout:
9162     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9163     layout: "plot-service-density"
9164
9165 - type: "plot"
9166   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9167   algorithm: "plot_nf_heatmap"
9168   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9169   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9170   filter: "'NIC_Intel-XXV710' and
9171            'NF_DENSITY' and
9172            'DOCKER' and
9173            'CHAIN' and
9174            'NF_VPPIP4' and
9175            'IPSEC' and
9176            'TNL_4' and
9177            'IMIX' and
9178            '8T4C' and
9179            'NDRPDR'"
9180   parameters:
9181   - "throughput"
9182   - "name"
9183   - "tags"
9184   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9185   x-axis: "X = CNFs per Service Chain"
9186   y-axis: "Y = Number of Service Chains"
9187   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9188   layout:
9189     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9190     layout: "plot-service-density"
9191
9192 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9193 - type: "plot"
9194   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9195   algorithm: "plot_nf_heatmap"
9196   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9197   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9198   filter: "'NIC_Intel-XXV710' and
9199            'NF_DENSITY' and
9200            'DOCKER' and
9201            'CHAIN' and
9202            'NF_VPPIP4' and
9203            'IPSEC' and
9204            'TNL_4' and
9205            'IMIX' and
9206            '2T1C' and
9207            'NDRPDR'"
9208   parameters:
9209   - "throughput"
9210   - "name"
9211   - "tags"
9212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9213   x-axis: "X = CNFs per Service Chain"
9214   y-axis: "Y = Number of Service Chains"
9215   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9216   layout:
9217     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9218     layout: "plot-service-density"
9219
9220 - type: "plot"
9221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9222   algorithm: "plot_nf_heatmap"
9223   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9224   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9225   filter: "'NIC_Intel-XXV710' and
9226            'NF_DENSITY' and
9227            'DOCKER' and
9228            'CHAIN' and
9229            'NF_VPPIP4' and
9230            'IPSEC' and
9231            'TNL_4' and
9232            'IMIX' and
9233            '4T2C' and
9234            'NDRPDR'"
9235   parameters:
9236   - "throughput"
9237   - "name"
9238   - "tags"
9239   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9240   x-axis: "X = CNFs per Service Chain"
9241   y-axis: "Y = Number of Service Chains"
9242   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9243   layout:
9244     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9245     layout: "plot-service-density"
9246
9247 - type: "plot"
9248   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9249   algorithm: "plot_nf_heatmap"
9250   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9251   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9252   filter: "'NIC_Intel-XXV710' and
9253            'NF_DENSITY' and
9254            'DOCKER' and
9255            'CHAIN' and
9256            'NF_VPPIP4' and
9257            'IPSEC' and
9258            'TNL_4' and
9259            'IMIX' and
9260            '8T4C' and
9261            'NDRPDR'"
9262   parameters:
9263   - "throughput"
9264   - "name"
9265   - "tags"
9266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9267   x-axis: "X = CNFs per Service Chain"
9268   y-axis: "Y = Number of Service Chains"
9269   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9270   layout:
9271     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9272     layout: "plot-service-density"
9273
9274 ###############################################################################
9275
9276 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9277 #- type: "plot"
9278 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9279 #  algorithm: "plot_nf_heatmap"
9280 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9281 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9282 #  filter: "'NIC_Intel-XL710' and
9283 #           'NF_DENSITY' and
9284 #           'DOCKER' and
9285 #           'CHAIN' and
9286 #           'NF_VPPIP4' and
9287 #           'IMIX' and
9288 #           'TNL_4' and
9289 #           '1T1C' and
9290 #           'MRR'"
9291 #  parameters:
9292 #  - "result"
9293 #  - "name"
9294 #  - "tags"
9295 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9296 #  x-axis: "X = CNFs per Service Chain"
9297 #  y-axis: "Y = Number of Service Chains"
9298 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9299 #  layout:
9300 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9301 #    layout: "plot-service-density"
9302 #
9303 #- type: "plot"
9304 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9305 #  algorithm: "plot_nf_heatmap"
9306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9307 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9308 #  filter: "'NIC_Intel-XL710' and
9309 #           'NF_DENSITY' and
9310 #           'DOCKER' and
9311 #           'CHAIN' and
9312 #           'NF_VPPIP4' and
9313 #           'IPSEC' and
9314 #           'TNL_4' and
9315 #           'IMIX' and
9316 #           '2T2C' and
9317 #           'MRR'"
9318 #  parameters:
9319 #  - "result"
9320 #  - "name"
9321 #  - "tags"
9322 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9323 #  x-axis: "X = CNFs per Service Chain"
9324 #  y-axis: "Y = Number of Service Chains"
9325 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9326 #  layout:
9327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9328 #    layout: "plot-service-density"
9329 #
9330 #- type: "plot"
9331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9332 #  algorithm: "plot_nf_heatmap"
9333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9334 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9335 #  filter: "'NIC_Intel-XL710' and
9336 #           'NF_DENSITY' and
9337 #           'DOCKER' and
9338 #           'CHAIN' and
9339 #           'NF_VPPIP4' and
9340 #           'IPSEC' and
9341 #           'TNL_4' and
9342 #           'IMIX' and
9343 #           '4T4C' and
9344 #           'MRR'"
9345 #  parameters:
9346 #  - "result"
9347 #  - "name"
9348 #  - "tags"
9349 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9350 #  x-axis: "X = CNFs per Service Chain"
9351 #  y-axis: "Y = Number of Service Chains"
9352 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9353 #  layout:
9354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9355 #    layout: "plot-service-density"
9356
9357 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9358 #- type: "plot"
9359 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9360 #  algorithm: "plot_nf_heatmap"
9361 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9362 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9363 #  filter: "'NIC_Intel-XL710' and
9364 #           'NF_DENSITY' and
9365 #           'DOCKER' and
9366 #           'CHAIN' and
9367 #           'NF_VPPIP4' and
9368 #           'IPSEC' and
9369 #           'TNL_4' and
9370 #           'IMIX' and
9371 #           '1T1C' and
9372 #           'NDRPDR'"
9373 #  parameters:
9374 #  - "throughput"
9375 #  - "name"
9376 #  - "tags"
9377 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9378 #  x-axis: "X = CNFs per Service Chain"
9379 #  y-axis: "Y = Number of Service Chains"
9380 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9381 #  layout:
9382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9383 #    layout: "plot-service-density"
9384 #
9385 #- type: "plot"
9386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9387 #  algorithm: "plot_nf_heatmap"
9388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9389 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9390 #  filter: "'NIC_Intel-XL710' and
9391 #           'NF_DENSITY' and
9392 #           'DOCKER' and
9393 #           'CHAIN' and
9394 #           'NF_VPPIP4' and
9395 #           'IPSEC' and
9396 #           'TNL_4' and
9397 #           'IMIX' and
9398 #           '2T2C' and
9399 #           'NDRPDR'"
9400 #  parameters:
9401 #  - "throughput"
9402 #  - "name"
9403 #  - "tags"
9404 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9405 #  x-axis: "X = CNFs per Service Chain"
9406 #  y-axis: "Y = Number of Service Chains"
9407 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9408 #  layout:
9409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9410 #    layout: "plot-service-density"
9411 #
9412 #- type: "plot"
9413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9414 #  algorithm: "plot_nf_heatmap"
9415 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9416 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9417 #  filter: "'NIC_Intel-XL710' and
9418 #           'NF_DENSITY' and
9419 #           'DOCKER' and
9420 #           'CHAIN' and
9421 #           'NF_VPPIP4' and
9422 #           'IPSEC' and
9423 #           'TNL_4' and
9424 #           'IMIX' and
9425 #           '4T4C' and
9426 #           'NDRPDR'"
9427 #  parameters:
9428 #  - "throughput"
9429 #  - "name"
9430 #  - "tags"
9431 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9432 #  x-axis: "X = CNFs per Service Chain"
9433 #  y-axis: "Y = Number of Service Chains"
9434 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9435 #  layout:
9436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9437 #    layout: "plot-service-density"
9438 #
9439 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9440 #- type: "plot"
9441 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9442 #  algorithm: "plot_nf_heatmap"
9443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9444 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9445 #  filter: "'NIC_Intel-XL710' and
9446 #           'NF_DENSITY' and
9447 #           'DOCKER' and
9448 #           'CHAIN' and
9449 #           'NF_VPPIP4' and
9450 #           'IPSEC' and
9451 #           'TNL_4' and
9452 #           'IMIX' and
9453 #           '1T1C' and
9454 #           'NDRPDR'"
9455 #  parameters:
9456 #  - "throughput"
9457 #  - "name"
9458 #  - "tags"
9459 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9460 #  x-axis: "X = CNFs per Service Chain"
9461 #  y-axis: "Y = Number of Service Chains"
9462 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9463 #  layout:
9464 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9465 #    layout: "plot-service-density"
9466 #
9467 #- type: "plot"
9468 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9469 #  algorithm: "plot_nf_heatmap"
9470 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9471 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9472 #  filter: "'NIC_Intel-XL710' and
9473 #           'NF_DENSITY' and
9474 #           'DOCKER' and
9475 #           'CHAIN' and
9476 #           'NF_VPPIP4' and
9477 #           'IPSEC' and
9478 #           'TNL_4' and
9479 #           'IMIX' and
9480 #           '2T2C' and
9481 #           'NDRPDR'"
9482 #  parameters:
9483 #  - "throughput"
9484 #  - "name"
9485 #  - "tags"
9486 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9487 #  x-axis: "X = CNFs per Service Chain"
9488 #  y-axis: "Y = Number of Service Chains"
9489 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9490 #  layout:
9491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9492 #    layout: "plot-service-density"
9493 #
9494 #- type: "plot"
9495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9496 #  algorithm: "plot_nf_heatmap"
9497 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9498 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9499 #  filter: "'NIC_Intel-XL710' and
9500 #           'NF_DENSITY' and
9501 #           'DOCKER' and
9502 #           'CHAIN' and
9503 #           'NF_VPPIP4' and
9504 #           'IPSEC' and
9505 #           'TNL_4' and
9506 #           'IMIX' and
9507 #           '4T4C' and
9508 #           'NDRPDR'"
9509 #  parameters:
9510 #  - "throughput"
9511 #  - "name"
9512 #  - "tags"
9513 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9514 #  x-axis: "X = CNFs per Service Chain"
9515 #  y-axis: "Y = Number of Service Chains"
9516 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9517 #  layout:
9518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9519 #    layout: "plot-service-density"
9520
9521 ###############################################################################
9522
9523 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9524 #- type: "plot"
9525 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9526 #  algorithm: "plot_nf_heatmap"
9527 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9528 #  data: "plot-vpp-nfv-3n-skx-mrr"
9529 #  filter: "'NIC_Intel-XXV710' and
9530 #           'NF_DENSITY' and
9531 #           'DOCKER' and
9532 #           'CHAIN' and
9533 #           'NF_VPPIP4' and
9534 #           'IPSEC' and
9535 #           'TNL_1000' and
9536 #           'IMIX' and
9537 #           '2T1C' and
9538 #           'MRR'"
9539 #  parameters:
9540 #  - "result"
9541 #  - "name"
9542 #  - "tags"
9543 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9544 #  x-axis: "X = CNFs per Service Chain"
9545 #  y-axis: "Y = Number of Service Chains"
9546 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9547 #  layout:
9548 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9549 #    layout: "plot-service-density"
9550 #
9551 #- type: "plot"
9552 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9553 #  algorithm: "plot_nf_heatmap"
9554 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9555 #  data: "plot-vpp-nfv-3n-skx-mrr"
9556 #  filter: "'NIC_Intel-XXV710' and
9557 #           'NF_DENSITY' and
9558 #           'DOCKER' and
9559 #           'CHAIN' and
9560 #           'NF_VPPIP4' and
9561 #           'IPSEC' and
9562 #           'TNL_1000' and
9563 #           'IMIX' and
9564 #           '4T2C' and
9565 #           'MRR'"
9566 #  parameters:
9567 #  - "result"
9568 #  - "name"
9569 #  - "tags"
9570 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9571 #  x-axis: "X = CNFs per Service Chain"
9572 #  y-axis: "Y = Number of Service Chains"
9573 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9574 #  layout:
9575 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9576 #    layout: "plot-service-density"
9577 #
9578 #- type: "plot"
9579 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9580 #  algorithm: "plot_nf_heatmap"
9581 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9582 #  data: "plot-vpp-nfv-3n-skx-mrr"
9583 #  filter: "'NIC_Intel-XXV710' and
9584 #           'NF_DENSITY' and
9585 #           'DOCKER' and
9586 #           'CHAIN' and
9587 #           'NF_VPPIP4' and
9588 #           'IPSEC' and
9589 #           'TNL_1000' and
9590 #           'IMIX' and
9591 #           '8T4C' and
9592 #           'MRR'"
9593 #  parameters:
9594 #  - "result"
9595 #  - "name"
9596 #  - "tags"
9597 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9598 #  x-axis: "X = CNFs per Service Chain"
9599 #  y-axis: "Y = Number of Service Chains"
9600 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9601 #  layout:
9602 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9603 #    layout: "plot-service-density"
9604
9605 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9606 - type: "plot"
9607   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9608   algorithm: "plot_nf_heatmap"
9609   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9610   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9611   filter: "'NIC_Intel-XXV710' and
9612            'NF_DENSITY' and
9613            'DOCKER' and
9614            'CHAIN' and
9615            'NF_VPPIP4' and
9616            'IPSEC' and
9617            'TNL_1000' and
9618            'IMIX' and
9619            '2T1C' and
9620            'NDRPDR'"
9621   parameters:
9622   - "throughput"
9623   - "name"
9624   - "tags"
9625   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9626   x-axis: "X = CNFs per Service Chain"
9627   y-axis: "Y = Number of Service Chains"
9628   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9629   layout:
9630     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9631     layout: "plot-service-density"
9632
9633 - type: "plot"
9634   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9635   algorithm: "plot_nf_heatmap"
9636   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9637   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9638   filter: "'NIC_Intel-XXV710' and
9639            'NF_DENSITY' and
9640            'DOCKER' and
9641            'CHAIN' and
9642            'NF_VPPIP4' and
9643            'IPSEC' and
9644            'TNL_1000' and
9645            'IMIX' and
9646            '4T2C' and
9647            'NDRPDR'"
9648   parameters:
9649   - "throughput"
9650   - "name"
9651   - "tags"
9652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9653   x-axis: "X = CNFs per Service Chain"
9654   y-axis: "Y = Number of Service Chains"
9655   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9656   layout:
9657     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9658     layout: "plot-service-density"
9659
9660 - type: "plot"
9661   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9662   algorithm: "plot_nf_heatmap"
9663   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9664   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9665   filter: "'NIC_Intel-XXV710' and
9666            'NF_DENSITY' and
9667            'DOCKER' and
9668            'CHAIN' and
9669            'NF_VPPIP4' and
9670            'IPSEC' and
9671            'TNL_1000' and
9672            'IMIX' and
9673            '8T4C' and
9674            'NDRPDR'"
9675   parameters:
9676   - "throughput"
9677   - "name"
9678   - "tags"
9679   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9680   x-axis: "X = CNFs per Service Chain"
9681   y-axis: "Y = Number of Service Chains"
9682   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9683   layout:
9684     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9685     layout: "plot-service-density"
9686
9687 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9688 - type: "plot"
9689   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9690   algorithm: "plot_nf_heatmap"
9691   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9692   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9693   filter: "'NIC_Intel-XXV710' and
9694            'NF_DENSITY' and
9695            'DOCKER' and
9696            'CHAIN' and
9697            'NF_VPPIP4' and
9698            'IPSEC' and
9699            'TNL_1000' and
9700            'IMIX' and
9701            '2T1C' and
9702            'NDRPDR'"
9703   parameters:
9704   - "throughput"
9705   - "name"
9706   - "tags"
9707   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9708   x-axis: "X = CNFs per Service Chain"
9709   y-axis: "Y = Number of Service Chains"
9710   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9711   layout:
9712     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9713     layout: "plot-service-density"
9714
9715 - type: "plot"
9716   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9717   algorithm: "plot_nf_heatmap"
9718   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9719   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9720   filter: "'NIC_Intel-XXV710' and
9721            'NF_DENSITY' and
9722            'DOCKER' and
9723            'CHAIN' and
9724            'NF_VPPIP4' and
9725            'IPSEC' and
9726            'TNL_1000' and
9727            'IMIX' and
9728            '4T2C' and
9729            'NDRPDR'"
9730   parameters:
9731   - "throughput"
9732   - "name"
9733   - "tags"
9734   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9735   x-axis: "X = CNFs per Service Chain"
9736   y-axis: "Y = Number of Service Chains"
9737   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9738   layout:
9739     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9740     layout: "plot-service-density"
9741
9742 - type: "plot"
9743   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9744   algorithm: "plot_nf_heatmap"
9745   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9746   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9747   filter: "'NIC_Intel-XXV710' and
9748            'NF_DENSITY' and
9749            'DOCKER' and
9750            'CHAIN' and
9751            'NF_VPPIP4' and
9752            'IPSEC' and
9753            'TNL_1000' and
9754            'IMIX' and
9755            '8T4C' and
9756            'NDRPDR'"
9757   parameters:
9758   - "throughput"
9759   - "name"
9760   - "tags"
9761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9762   x-axis: "X = CNFs per Service Chain"
9763   y-axis: "Y = Number of Service Chains"
9764   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9765   layout:
9766     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9767     layout: "plot-service-density"
9768
9769 ###############################################################################
9770
9771 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9772 #- type: "plot"
9773 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9774 #  algorithm: "plot_nf_heatmap"
9775 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9776 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9777 #  filter: "'NIC_Intel-XL710' and
9778 #           'NF_DENSITY' and
9779 #           'DOCKER' and
9780 #           'CHAIN' and
9781 #           'NF_VPPIP4' and
9782 #           'IMIX' and
9783 #           'TNL_1000' and
9784 #           '1T1C' and
9785 #           'MRR'"
9786 #  parameters:
9787 #  - "result"
9788 #  - "name"
9789 #  - "tags"
9790 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9791 #  x-axis: "X = CNFs per Service Chain"
9792 #  y-axis: "Y = Number of Service Chains"
9793 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9794 #  layout:
9795 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9796 #    layout: "plot-service-density"
9797 #
9798 #- type: "plot"
9799 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9800 #  algorithm: "plot_nf_heatmap"
9801 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9802 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9803 #  filter: "'NIC_Intel-XL710' and
9804 #           'NF_DENSITY' and
9805 #           'DOCKER' and
9806 #           'CHAIN' and
9807 #           'NF_VPPIP4' and
9808 #           'IPSEC' and
9809 #           'TNL_1000' and
9810 #           'IMIX' and
9811 #           '2T2C' and
9812 #           'MRR'"
9813 #  parameters:
9814 #  - "result"
9815 #  - "name"
9816 #  - "tags"
9817 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9818 #  x-axis: "X = CNFs per Service Chain"
9819 #  y-axis: "Y = Number of Service Chains"
9820 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9821 #  layout:
9822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9823 #    layout: "plot-service-density"
9824 #
9825 #- type: "plot"
9826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9827 #  algorithm: "plot_nf_heatmap"
9828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9829 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9830 #  filter: "'NIC_Intel-XL710' and
9831 #           'NF_DENSITY' and
9832 #           'DOCKER' and
9833 #           'CHAIN' and
9834 #           'NF_VPPIP4' and
9835 #           'IPSEC' and
9836 #           'TNL_1000' and
9837 #           'IMIX' and
9838 #           '4T4C' and
9839 #           'MRR'"
9840 #  parameters:
9841 #  - "result"
9842 #  - "name"
9843 #  - "tags"
9844 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9845 #  x-axis: "X = CNFs per Service Chain"
9846 #  y-axis: "Y = Number of Service Chains"
9847 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9848 #  layout:
9849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9850 #    layout: "plot-service-density"
9851
9852 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9853 #- type: "plot"
9854 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9855 #  algorithm: "plot_nf_heatmap"
9856 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9857 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9858 #  filter: "'NIC_Intel-XL710' and
9859 #           'NF_DENSITY' and
9860 #           'DOCKER' and
9861 #           'CHAIN' and
9862 #           'NF_VPPIP4' and
9863 #           'IPSEC' and
9864 #           'TNL_1000' and
9865 #           'IMIX' and
9866 #           '1T1C' and
9867 #           'NDRPDR'"
9868 #  parameters:
9869 #  - "throughput"
9870 #  - "name"
9871 #  - "tags"
9872 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9873 #  x-axis: "X = CNFs per Service Chain"
9874 #  y-axis: "Y = Number of Service Chains"
9875 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9876 #  layout:
9877 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9878 #    layout: "plot-service-density"
9879 #
9880 #- type: "plot"
9881 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9882 #  algorithm: "plot_nf_heatmap"
9883 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9884 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9885 #  filter: "'NIC_Intel-XL710' and
9886 #           'NF_DENSITY' and
9887 #           'DOCKER' and
9888 #           'CHAIN' and
9889 #           'NF_VPPIP4' and
9890 #           'IPSEC' and
9891 #           'TNL_1000' and
9892 #           'IMIX' and
9893 #           '2T2C' and
9894 #           'NDRPDR'"
9895 #  parameters:
9896 #  - "throughput"
9897 #  - "name"
9898 #  - "tags"
9899 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9900 #  x-axis: "X = CNFs per Service Chain"
9901 #  y-axis: "Y = Number of Service Chains"
9902 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9903 #  layout:
9904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9905 #    layout: "plot-service-density"
9906 #
9907 #- type: "plot"
9908 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9909 #  algorithm: "plot_nf_heatmap"
9910 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9911 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9912 #  filter: "'NIC_Intel-XL710' and
9913 #           'NF_DENSITY' and
9914 #           'DOCKER' and
9915 #           'CHAIN' and
9916 #           'NF_VPPIP4' and
9917 #           'IPSEC' and
9918 #           'TNL_1000' and
9919 #           'IMIX' and
9920 #           '4T4C' and
9921 #           'NDRPDR'"
9922 #  parameters:
9923 #  - "throughput"
9924 #  - "name"
9925 #  - "tags"
9926 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9927 #  x-axis: "X = CNFs per Service Chain"
9928 #  y-axis: "Y = Number of Service Chains"
9929 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9930 #  layout:
9931 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9932 #    layout: "plot-service-density"
9933 #
9934 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9935 #- type: "plot"
9936 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9937 #  algorithm: "plot_nf_heatmap"
9938 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9939 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9940 #  filter: "'NIC_Intel-XL710' and
9941 #           'NF_DENSITY' and
9942 #           'DOCKER' and
9943 #           'CHAIN' and
9944 #           'NF_VPPIP4' and
9945 #           'IPSEC' and
9946 #           'TNL_1000' and
9947 #           'IMIX' and
9948 #           '1T1C' and
9949 #           'NDRPDR'"
9950 #  parameters:
9951 #  - "throughput"
9952 #  - "name"
9953 #  - "tags"
9954 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9955 #  x-axis: "X = CNFs per Service Chain"
9956 #  y-axis: "Y = Number of Service Chains"
9957 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9958 #  layout:
9959 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9960 #    layout: "plot-service-density"
9961 #
9962 #- type: "plot"
9963 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9964 #  algorithm: "plot_nf_heatmap"
9965 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9966 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9967 #  filter: "'NIC_Intel-XL710' and
9968 #           'NF_DENSITY' and
9969 #           'DOCKER' and
9970 #           'CHAIN' and
9971 #           'NF_VPPIP4' and
9972 #           'IPSEC' and
9973 #           'TNL_1000' and
9974 #           'IMIX' and
9975 #           '2T2C' and
9976 #           'NDRPDR'"
9977 #  parameters:
9978 #  - "throughput"
9979 #  - "name"
9980 #  - "tags"
9981 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9982 #  x-axis: "X = CNFs per Service Chain"
9983 #  y-axis: "Y = Number of Service Chains"
9984 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9985 #  layout:
9986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9987 #    layout: "plot-service-density"
9988 #
9989 #- type: "plot"
9990 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9991 #  algorithm: "plot_nf_heatmap"
9992 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9993 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9994 #  filter: "'NIC_Intel-XL710' and
9995 #           'NF_DENSITY' and
9996 #           'DOCKER' and
9997 #           'CHAIN' and
9998 #           'NF_VPPIP4' and
9999 #           'IPSEC' and
10000 #           'TNL_1000' and
10001 #           'IMIX' and
10002 #           '4T4C' and
10003 #           'NDRPDR'"
10004 #  parameters:
10005 #  - "throughput"
10006 #  - "name"
10007 #  - "tags"
10008 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10009 #  x-axis: "X = CNFs per Service Chain"
10010 #  y-axis: "Y = Number of Service Chains"
10011 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10012 #  layout:
10013 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10014 #    layout: "plot-service-density"
10015
10016 ###############################################################################
10017
10018 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10019 #- type: "plot"
10020 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10021 #  algorithm: "plot_nf_heatmap"
10022 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10023 #  data: "plot-vpp-nfv-3n-skx-mrr"
10024 #  filter: "'NIC_Intel-XXV710' and
10025 #           'NF_DENSITY' and
10026 #           'DOCKER' and
10027 #           'CHAIN' and
10028 #           'NF_VPPIP4' and
10029 #           'IPSEC' and
10030 #           'TNL_10000' and
10031 #           'IMIX' and
10032 #           '2T1C' and
10033 #           'MRR'"
10034 #  parameters:
10035 #  - "result"
10036 #  - "name"
10037 #  - "tags"
10038 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10039 #  x-axis: "X = CNFs per Service Chain"
10040 #  y-axis: "Y = Number of Service Chains"
10041 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10042 #  layout:
10043 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10044 #    layout: "plot-service-density"
10045 #
10046 #- type: "plot"
10047 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10048 #  algorithm: "plot_nf_heatmap"
10049 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10050 #  data: "plot-vpp-nfv-3n-skx-mrr"
10051 #  filter: "'NIC_Intel-XXV710' and
10052 #           'NF_DENSITY' and
10053 #           'DOCKER' and
10054 #           'CHAIN' and
10055 #           'NF_VPPIP4' and
10056 #           'IPSEC' and
10057 #           'TNL_10000' and
10058 #           'IMIX' and
10059 #           '4T2C' and
10060 #           'MRR'"
10061 #  parameters:
10062 #  - "result"
10063 #  - "name"
10064 #  - "tags"
10065 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10066 #  x-axis: "X = CNFs per Service Chain"
10067 #  y-axis: "Y = Number of Service Chains"
10068 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10069 #  layout:
10070 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10071 #    layout: "plot-service-density"
10072 #
10073 #- type: "plot"
10074 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10075 #  algorithm: "plot_nf_heatmap"
10076 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10077 #  data: "plot-vpp-nfv-3n-skx-mrr"
10078 #  filter: "'NIC_Intel-XXV710' and
10079 #           'NF_DENSITY' and
10080 #           'DOCKER' and
10081 #           'CHAIN' and
10082 #           'NF_VPPIP4' and
10083 #           'IPSEC' and
10084 #           'TNL_10000' and
10085 #           'IMIX' and
10086 #           '8T4C' and
10087 #           'MRR'"
10088 #  parameters:
10089 #  - "result"
10090 #  - "name"
10091 #  - "tags"
10092 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10093 #  x-axis: "X = CNFs per Service Chain"
10094 #  y-axis: "Y = Number of Service Chains"
10095 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10096 #  layout:
10097 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10098 #    layout: "plot-service-density"
10099
10100 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10101 - type: "plot"
10102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10103   algorithm: "plot_nf_heatmap"
10104   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10105   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10106   filter: "'NIC_Intel-XXV710' and
10107            'NF_DENSITY' and
10108            'DOCKER' and
10109            'CHAIN' and
10110            'NF_VPPIP4' and
10111            'IPSEC' and
10112            'TNL_10000' and
10113            'IMIX' and
10114            '2T1C' and
10115            'NDRPDR'"
10116   parameters:
10117   - "throughput"
10118   - "name"
10119   - "tags"
10120   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10121   x-axis: "X = CNFs per Service Chain"
10122   y-axis: "Y = Number of Service Chains"
10123   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10124   layout:
10125     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10126     layout: "plot-service-density"
10127
10128 - type: "plot"
10129   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10130   algorithm: "plot_nf_heatmap"
10131   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10132   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10133   filter: "'NIC_Intel-XXV710' and
10134            'NF_DENSITY' and
10135            'DOCKER' and
10136            'CHAIN' and
10137            'NF_VPPIP4' and
10138            'IPSEC' and
10139            'TNL_10000' and
10140            'IMIX' and
10141            '4T2C' and
10142            'NDRPDR'"
10143   parameters:
10144   - "throughput"
10145   - "name"
10146   - "tags"
10147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10148   x-axis: "X = CNFs per Service Chain"
10149   y-axis: "Y = Number of Service Chains"
10150   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10151   layout:
10152     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10153     layout: "plot-service-density"
10154
10155 - type: "plot"
10156   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10157   algorithm: "plot_nf_heatmap"
10158   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10159   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10160   filter: "'NIC_Intel-XXV710' and
10161            'NF_DENSITY' and
10162            'DOCKER' and
10163            'CHAIN' and
10164            'NF_VPPIP4' and
10165            'IPSEC' and
10166            'TNL_10000' and
10167            'IMIX' and
10168            '8T4C' and
10169            'NDRPDR'"
10170   parameters:
10171   - "throughput"
10172   - "name"
10173   - "tags"
10174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10175   x-axis: "X = CNFs per Service Chain"
10176   y-axis: "Y = Number of Service Chains"
10177   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10178   layout:
10179     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10180     layout: "plot-service-density"
10181
10182 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10183 - type: "plot"
10184   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10185   algorithm: "plot_nf_heatmap"
10186   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10187   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10188   filter: "'NIC_Intel-XXV710' and
10189            'NF_DENSITY' and
10190            'DOCKER' and
10191            'CHAIN' and
10192            'NF_VPPIP4' and
10193            'IPSEC' and
10194            'TNL_10000' and
10195            'IMIX' and
10196            '2T1C' and
10197            'NDRPDR'"
10198   parameters:
10199   - "throughput"
10200   - "name"
10201   - "tags"
10202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10203   x-axis: "X = CNFs per Service Chain"
10204   y-axis: "Y = Number of Service Chains"
10205   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10206   layout:
10207     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10208     layout: "plot-service-density"
10209
10210 - type: "plot"
10211   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10212   algorithm: "plot_nf_heatmap"
10213   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10214   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10215   filter: "'NIC_Intel-XXV710' and
10216            'NF_DENSITY' and
10217            'DOCKER' and
10218            'CHAIN' and
10219            'NF_VPPIP4' and
10220            'IPSEC' and
10221            'TNL_10000' and
10222            'IMIX' and
10223            '4T2C' and
10224            'NDRPDR'"
10225   parameters:
10226   - "throughput"
10227   - "name"
10228   - "tags"
10229   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10230   x-axis: "X = CNFs per Service Chain"
10231   y-axis: "Y = Number of Service Chains"
10232   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10233   layout:
10234     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10235     layout: "plot-service-density"
10236
10237 - type: "plot"
10238   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10239   algorithm: "plot_nf_heatmap"
10240   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10241   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10242   filter: "'NIC_Intel-XXV710' and
10243            'NF_DENSITY' and
10244            'DOCKER' and
10245            'CHAIN' and
10246            'NF_VPPIP4' and
10247            'IPSEC' and
10248            'TNL_10000' and
10249            'IMIX' and
10250            '8T4C' and
10251            'NDRPDR'"
10252   parameters:
10253   - "throughput"
10254   - "name"
10255   - "tags"
10256   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10257   x-axis: "X = CNFs per Service Chain"
10258   y-axis: "Y = Number of Service Chains"
10259   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10260   layout:
10261     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10262     layout: "plot-service-density"
10263
10264 ###############################################################################
10265
10266 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10267 #- type: "plot"
10268 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10269 #  algorithm: "plot_nf_heatmap"
10270 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10271 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10272 #  filter: "'NIC_Intel-XL710' and
10273 #           'NF_DENSITY' and
10274 #           'DOCKER' and
10275 #           'CHAIN' and
10276 #           'NF_VPPIP4' and
10277 #           'IMIX' and
10278 #           'TNL_10000' and
10279 #           '1T1C' and
10280 #           'MRR'"
10281 #  parameters:
10282 #  - "result"
10283 #  - "name"
10284 #  - "tags"
10285 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10286 #  x-axis: "X = CNFs per Service Chain"
10287 #  y-axis: "Y = Number of Service Chains"
10288 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10289 #  layout:
10290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10291 #    layout: "plot-service-density"
10292 #
10293 #- type: "plot"
10294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10295 #  algorithm: "plot_nf_heatmap"
10296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10297 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10298 #  filter: "'NIC_Intel-XL710' and
10299 #           'NF_DENSITY' and
10300 #           'DOCKER' and
10301 #           'CHAIN' and
10302 #           'NF_VPPIP4' and
10303 #           'IPSEC' and
10304 #           'TNL_10000' and
10305 #           'IMIX' and
10306 #           '2T2C' and
10307 #           'MRR'"
10308 #  parameters:
10309 #  - "result"
10310 #  - "name"
10311 #  - "tags"
10312 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10313 #  x-axis: "X = CNFs per Service Chain"
10314 #  y-axis: "Y = Number of Service Chains"
10315 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10316 #  layout:
10317 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10318 #    layout: "plot-service-density"
10319 #
10320 #- type: "plot"
10321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10322 #  algorithm: "plot_nf_heatmap"
10323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10324 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10325 #  filter: "'NIC_Intel-XL710' and
10326 #           'NF_DENSITY' and
10327 #           'DOCKER' and
10328 #           'CHAIN' and
10329 #           'NF_VPPIP4' and
10330 #           'IPSEC' and
10331 #           'TNL_10000' and
10332 #           'IMIX' and
10333 #           '4T4C' and
10334 #           'MRR'"
10335 #  parameters:
10336 #  - "result"
10337 #  - "name"
10338 #  - "tags"
10339 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10340 #  x-axis: "X = CNFs per Service Chain"
10341 #  y-axis: "Y = Number of Service Chains"
10342 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10343 #  layout:
10344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10345 #    layout: "plot-service-density"
10346
10347 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10348 #- type: "plot"
10349 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10350 #  algorithm: "plot_nf_heatmap"
10351 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10352 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10353 #  filter: "'NIC_Intel-XL710' and
10354 #           'NF_DENSITY' and
10355 #           'DOCKER' and
10356 #           'CHAIN' and
10357 #           'NF_VPPIP4' and
10358 #           'IPSEC' and
10359 #           'TNL_10000' and
10360 #           'IMIX' and
10361 #           '1T1C' and
10362 #           'NDRPDR'"
10363 #  parameters:
10364 #  - "throughput"
10365 #  - "name"
10366 #  - "tags"
10367 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10368 #  x-axis: "X = CNFs per Service Chain"
10369 #  y-axis: "Y = Number of Service Chains"
10370 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10371 #  layout:
10372 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10373 #    layout: "plot-service-density"
10374 #
10375 #- type: "plot"
10376 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10377 #  algorithm: "plot_nf_heatmap"
10378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10379 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10380 #  filter: "'NIC_Intel-XL710' and
10381 #           'NF_DENSITY' and
10382 #           'DOCKER' and
10383 #           'CHAIN' and
10384 #           'NF_VPPIP4' and
10385 #           'IPSEC' and
10386 #           'TNL_10000' and
10387 #           'IMIX' and
10388 #           '2T2C' and
10389 #           'NDRPDR'"
10390 #  parameters:
10391 #  - "throughput"
10392 #  - "name"
10393 #  - "tags"
10394 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10395 #  x-axis: "X = CNFs per Service Chain"
10396 #  y-axis: "Y = Number of Service Chains"
10397 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10398 #  layout:
10399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10400 #    layout: "plot-service-density"
10401 #
10402 #- type: "plot"
10403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10404 #  algorithm: "plot_nf_heatmap"
10405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10406 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10407 #  filter: "'NIC_Intel-XL710' and
10408 #           'NF_DENSITY' and
10409 #           'DOCKER' and
10410 #           'CHAIN' and
10411 #           'NF_VPPIP4' and
10412 #           'IPSEC' and
10413 #           'TNL_10000' and
10414 #           'IMIX' and
10415 #           '4T4C' and
10416 #           'NDRPDR'"
10417 #  parameters:
10418 #  - "throughput"
10419 #  - "name"
10420 #  - "tags"
10421 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10422 #  x-axis: "X = CNFs per Service Chain"
10423 #  y-axis: "Y = Number of Service Chains"
10424 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10425 #  layout:
10426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10427 #    layout: "plot-service-density"
10428 #
10429 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10430 #- type: "plot"
10431 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10432 #  algorithm: "plot_nf_heatmap"
10433 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10434 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10435 #  filter: "'NIC_Intel-XL710' and
10436 #           'NF_DENSITY' and
10437 #           'DOCKER' and
10438 #           'CHAIN' and
10439 #           'NF_VPPIP4' and
10440 #           'IPSEC' and
10441 #           'TNL_10000' and
10442 #           'IMIX' and
10443 #           '1T1C' and
10444 #           'NDRPDR'"
10445 #  parameters:
10446 #  - "throughput"
10447 #  - "name"
10448 #  - "tags"
10449 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10450 #  x-axis: "X = CNFs per Service Chain"
10451 #  y-axis: "Y = Number of Service Chains"
10452 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10453 #  layout:
10454 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10455 #    layout: "plot-service-density"
10456 #
10457 #- type: "plot"
10458 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10459 #  algorithm: "plot_nf_heatmap"
10460 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10461 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10462 #  filter: "'NIC_Intel-XL710' and
10463 #           'NF_DENSITY' and
10464 #           'DOCKER' and
10465 #           'CHAIN' and
10466 #           'NF_VPPIP4' and
10467 #           'IPSEC' and
10468 #           'TNL_10000' and
10469 #           'IMIX' and
10470 #           '2T2C' and
10471 #           'NDRPDR'"
10472 #  parameters:
10473 #  - "throughput"
10474 #  - "name"
10475 #  - "tags"
10476 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10477 #  x-axis: "X = CNFs per Service Chain"
10478 #  y-axis: "Y = Number of Service Chains"
10479 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10480 #  layout:
10481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10482 #    layout: "plot-service-density"
10483 #
10484 #- type: "plot"
10485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10486 #  algorithm: "plot_nf_heatmap"
10487 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10488 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10489 #  filter: "'NIC_Intel-XL710' and
10490 #           'NF_DENSITY' and
10491 #           'DOCKER' and
10492 #           'CHAIN' and
10493 #           'NF_VPPIP4' and
10494 #           'IPSEC' and
10495 #           'TNL_10000' and
10496 #           'IMIX' and
10497 #           '4T4C' and
10498 #           'NDRPDR'"
10499 #  parameters:
10500 #  - "throughput"
10501 #  - "name"
10502 #  - "tags"
10503 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10504 #  x-axis: "X = CNFs per Service Chain"
10505 #  y-axis: "Y = Number of Service Chains"
10506 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10507 #  layout:
10508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10509 #    layout: "plot-service-density"
10510
10511 ###############################################################################
10512
10513 # Plots - NF Density - CSP - MRR IMIX
10514 - type: "plot"
10515   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10516   algorithm: "plot_nf_heatmap"
10517   output-file-type: ".html"
10518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10519   data: "plot-vpp-nfv-2n-skx-mrr"
10520   filter: "'NIC_Intel-XXV710' and
10521            'NF_DENSITY' and
10522            'DOCKER' and
10523            'PIPELINE' and
10524            'NF_VPPIP4' and
10525            'IMIX' and
10526            '2T1C' and
10527            'MRR'"
10528   parameters:
10529   - "result"
10530   - "name"
10531   - "tags"
10532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10533   x-axis: "X = CNFs per Service Pipeline"
10534   y-axis: "Y = Number of Service Pipelines"
10535   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10536   layout:
10537     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10538     layout: "plot-service-density"
10539
10540 - type: "plot"
10541   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10542   algorithm: "plot_nf_heatmap"
10543   output-file-type: ".html"
10544   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10545   data: "plot-vpp-nfv-2n-skx-mrr"
10546   filter: "'NIC_Intel-XXV710' and
10547            'NF_DENSITY' and
10548            'DOCKER' and
10549            'PIPELINE' and
10550            'NF_VPPIP4' and
10551            'IMIX' and
10552            '4T2C' and
10553            'MRR'"
10554   parameters:
10555   - "result"
10556   - "name"
10557   - "tags"
10558   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10559   x-axis: "X = CNFs per Service Pipeline"
10560   y-axis: "Y = Number of Service Pipelines"
10561   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10562   layout:
10563     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10564     layout: "plot-service-density"
10565
10566 - type: "plot"
10567   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10568   algorithm: "plot_nf_heatmap"
10569   output-file-type: ".html"
10570   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10571   data: "plot-vpp-nfv-2n-skx-mrr"
10572   filter: "'NIC_Intel-XXV710' and
10573            'NF_DENSITY' and
10574            'DOCKER' and
10575            'PIPELINE' and
10576            'NF_VPPIP4' and
10577            'IMIX' and
10578            '8T4C' and
10579            'MRR'"
10580   parameters:
10581   - "result"
10582   - "name"
10583   - "tags"
10584   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10585   x-axis: "X = CNFs per Service Pipeline"
10586   y-axis: "Y = Number of Service Pipelines"
10587   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10588   layout:
10589     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10590     layout: "plot-service-density"
10591
10592 # Plots - NF Density - CSP - NDR IMIX
10593 - type: "plot"
10594   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10595   algorithm: "plot_nf_heatmap"
10596   output-file-type: ".html"
10597   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10598   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10599   filter: "'NIC_Intel-XXV710' and
10600            'NF_DENSITY' and
10601            'DOCKER' and
10602            'PIPELINE' and
10603            'NF_VPPIP4' and
10604            'IMIX' and
10605            '2T1C' and
10606            'NDRPDR'"
10607   parameters:
10608   - "throughput"
10609   - "name"
10610   - "tags"
10611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10612   x-axis: "X = CNFs per Service Pipeline"
10613   y-axis: "Y = Number of Service Pipelines"
10614   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10615   layout:
10616     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10617     layout: "plot-service-density"
10618
10619 - type: "plot"
10620   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10621   algorithm: "plot_nf_heatmap"
10622   output-file-type: ".html"
10623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10624   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10625   filter: "'NIC_Intel-XXV710' and
10626            'NF_DENSITY' and
10627            'DOCKER' and
10628            'PIPELINE' and
10629            'NF_VPPIP4' and
10630            'IMIX' and
10631            '4T2C' and
10632            'NDRPDR'"
10633   parameters:
10634   - "throughput"
10635   - "name"
10636   - "tags"
10637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10638   x-axis: "X = CNFs per Service Pipeline"
10639   y-axis: "Y = Number of Service Pipelines"
10640   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10641   layout:
10642     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10643     layout: "plot-service-density"
10644
10645 - type: "plot"
10646   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10647   algorithm: "plot_nf_heatmap"
10648   output-file-type: ".html"
10649   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10650   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10651   filter: "'NIC_Intel-XXV710' and
10652            'NF_DENSITY' and
10653            'DOCKER' and
10654            'PIPELINE' and
10655            'NF_VPPIP4' and
10656            'IMIX' and
10657            '8T4C' and
10658            'NDRPDR'"
10659   parameters:
10660   - "throughput"
10661   - "name"
10662   - "tags"
10663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10664   x-axis: "X = CNFs per Service Pipeline"
10665   y-axis: "Y = Number of Service Pipelines"
10666   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10667   layout:
10668     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10669     layout: "plot-service-density"
10670
10671 # Plots - NF Density - CSP - PDR IMIX
10672 - type: "plot"
10673   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10674   algorithm: "plot_nf_heatmap"
10675   output-file-type: ".html"
10676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10677   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10678   filter: "'NIC_Intel-XXV710' and
10679            'NF_DENSITY' and
10680            'DOCKER' and
10681            'PIPELINE' and
10682            'NF_VPPIP4' and
10683            'IMIX' and
10684            '2T1C' and
10685            'NDRPDR'"
10686   parameters:
10687   - "throughput"
10688   - "name"
10689   - "tags"
10690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10691   x-axis: "X = CNFs per Service Pipeline"
10692   y-axis: "Y = Number of Service Pipelines"
10693   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10694   layout:
10695     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10696     layout: "plot-service-density"
10697
10698 - type: "plot"
10699   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10700   algorithm: "plot_nf_heatmap"
10701   output-file-type: ".html"
10702   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10703   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10704   filter: "'NIC_Intel-XXV710' and
10705            'NF_DENSITY' and
10706            'DOCKER' and
10707            'PIPELINE' and
10708            'NF_VPPIP4' and
10709            'IMIX' and
10710            '4T2C' and
10711            'NDRPDR'"
10712   parameters:
10713   - "throughput"
10714   - "name"
10715   - "tags"
10716   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10717   x-axis: "X = CNFs per Service Pipeline"
10718   y-axis: "Y = Number of Service Pipelines"
10719   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10720   layout:
10721     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10722     layout: "plot-service-density"
10723
10724 - type: "plot"
10725   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10726   algorithm: "plot_nf_heatmap"
10727   output-file-type: ".html"
10728   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10729   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10730   filter: "'NIC_Intel-XXV710' and
10731            'NF_DENSITY' and
10732            'DOCKER' and
10733            'PIPELINE' and
10734            'NF_VPPIP4' and
10735            'IMIX' and
10736            '8T4C' and
10737            'NDRPDR'"
10738   parameters:
10739   - "throughput"
10740   - "name"
10741   - "tags"
10742   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10743   x-axis: "X = CNFs per Service Pipeline"
10744   y-axis: "Y = Number of Service Pipelines"
10745   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10746   layout:
10747     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10748     layout: "plot-service-density"
10749
10750 ###############################################################################
10751 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10752
10753 - type: "plot"
10754   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10755   algorithm: "plot_nf_heatmap"
10756   output-file-type: ".html"
10757   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10758   data: "plot-vpp-nfv-2n-clx-mrr"
10759   filter: "'NIC_Intel-XXV710' and
10760            'NF_DENSITY' and
10761            'VHOST' and
10762            not 'VXLAN' and
10763            'CHAIN' and
10764            'NF_VPPIP4' and
10765            'IMIX' and
10766            '2T1C' and
10767            'MRR'"
10768   parameters:
10769   - "result"
10770   - "name"
10771   - "tags"
10772   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10773   x-axis: "X = VNFs per Service Chain"
10774   y-axis: "Y = Number of Service Chains"
10775   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10776   layout:
10777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10778     layout: "plot-service-density"
10779
10780 - type: "plot"
10781   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10782   algorithm: "plot_nf_heatmap"
10783   output-file-type: ".html"
10784   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10785   data: "plot-vpp-nfv-2n-clx-mrr"
10786   filter: "'NIC_Intel-XXV710' and
10787            'NF_DENSITY' and
10788            'VHOST' and
10789            not 'VXLAN' and
10790            'CHAIN' and
10791            'NF_VPPIP4' and
10792            'IMIX' and
10793            '4T2C' and
10794            'MRR'"
10795   parameters:
10796   - "result"
10797   - "name"
10798   - "tags"
10799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10800   x-axis: "X = VNFs per Service Chain"
10801   y-axis: "Y = Number of Service Chains"
10802   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10803   layout:
10804     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10805     layout: "plot-service-density"
10806
10807 - type: "plot"
10808   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10809   algorithm: "plot_nf_heatmap"
10810   output-file-type: ".html"
10811   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10812   data: "plot-vpp-nfv-2n-clx-mrr"
10813   filter: "'NIC_Intel-XXV710' and
10814            'NF_DENSITY' and
10815            'VHOST' and
10816            not 'VXLAN' and
10817            'CHAIN' and
10818            'NF_VPPIP4' and
10819            'IMIX' and
10820            '8T4C' and
10821            'MRR'"
10822   parameters:
10823   - "result"
10824   - "name"
10825   - "tags"
10826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10827   x-axis: "X = VNFs per Service Chain"
10828   y-axis: "Y = Number of Service Chains"
10829   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10830   layout:
10831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10832     layout: "plot-service-density"
10833
10834 # Plots - NF Density - VSC - NDR IMIX
10835 - type: "plot"
10836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10837   algorithm: "plot_nf_heatmap"
10838   output-file-type: ".html"
10839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10840   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10841   filter: "'NIC_Intel-XXV710' and
10842            'NF_DENSITY' and
10843            'VHOST' and
10844            not 'VXLAN' and
10845            'CHAIN' and
10846            'NF_VPPIP4' and
10847            'IMIX' and
10848            '2T1C' and
10849            'NDRPDR'"
10850   parameters:
10851   - "throughput"
10852   - "name"
10853   - "tags"
10854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10855   x-axis: "X = VNFs per Service Chain"
10856   y-axis: "Y = Number of Service Chains"
10857   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10858   layout:
10859     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10860     layout: "plot-service-density"
10861
10862 - type: "plot"
10863   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10864   algorithm: "plot_nf_heatmap"
10865   output-file-type: ".html"
10866   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10867   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10868   filter: "'NIC_Intel-XXV710' and
10869            'NF_DENSITY' and
10870            'VHOST' and
10871            not 'VXLAN' and
10872            'CHAIN' and
10873            'NF_VPPIP4' and
10874            'IMIX' and
10875            '4T2C' and
10876            'NDRPDR'"
10877   parameters:
10878   - "throughput"
10879   - "name"
10880   - "tags"
10881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10882   x-axis: "X = VNFs per Service Chain"
10883   y-axis: "Y = Number of Service Chains"
10884   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10885   layout:
10886     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10887     layout: "plot-service-density"
10888
10889 - type: "plot"
10890   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10891   algorithm: "plot_nf_heatmap"
10892   output-file-type: ".html"
10893   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10894   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10895   filter: "'NIC_Intel-XXV710' and
10896            'NF_DENSITY' and
10897            'VHOST' and
10898            not 'VXLAN' and
10899            'CHAIN' and
10900            'NF_VPPIP4' and
10901            'IMIX' and
10902            '8T4C' and
10903            'NDRPDR'"
10904   parameters:
10905   - "throughput"
10906   - "name"
10907   - "tags"
10908   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10909   x-axis: "X = VNFs per Service Chain"
10910   y-axis: "Y = Number of Service Chains"
10911   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10912   layout:
10913     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10914     layout: "plot-service-density"
10915
10916 # Plots - NF Density - VSC - PDR IMIX
10917 - type: "plot"
10918   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10919   algorithm: "plot_nf_heatmap"
10920   output-file-type: ".html"
10921   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10922   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10923   filter: "'NIC_Intel-XXV710' and
10924            'NF_DENSITY' and
10925            'VHOST' and
10926            not 'VXLAN' and
10927            'CHAIN' and
10928            'NF_VPPIP4' and
10929            'IMIX' and
10930            '2T1C' and
10931            'NDRPDR'"
10932   parameters:
10933   - "throughput"
10934   - "name"
10935   - "tags"
10936   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10937   x-axis: "X = VNFs per Service Chain"
10938   y-axis: "Y = Number of Service Chains"
10939   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10940   layout:
10941     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10942     layout: "plot-service-density"
10943
10944 - type: "plot"
10945   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10946   algorithm: "plot_nf_heatmap"
10947   output-file-type: ".html"
10948   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10949   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10950   filter: "'NIC_Intel-XXV710' and
10951            'NF_DENSITY' and
10952            'VHOST' and
10953            not 'VXLAN' and
10954            'CHAIN' and
10955            'NF_VPPIP4' and
10956            'IMIX' and
10957            '4T2C' and
10958            'NDRPDR'"
10959   parameters:
10960   - "throughput"
10961   - "name"
10962   - "tags"
10963   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10964   x-axis: "X = VNFs per Service Chain"
10965   y-axis: "Y = Number of Service Chains"
10966   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10967   layout:
10968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10969     layout: "plot-service-density"
10970
10971 - type: "plot"
10972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10973   algorithm: "plot_nf_heatmap"
10974   output-file-type: ".html"
10975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10976   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10977   filter: "'NIC_Intel-XXV710' and
10978            'NF_DENSITY' and
10979            'VHOST' and
10980            not 'VXLAN' and
10981            'CHAIN' and
10982            'NF_VPPIP4' and
10983            'IMIX' and
10984            '8T4C' and
10985            'NDRPDR'"
10986   parameters:
10987   - "throughput"
10988   - "name"
10989   - "tags"
10990   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10991   x-axis: "X = VNFs per Service Chain"
10992   y-axis: "Y = Number of Service Chains"
10993   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10994   layout:
10995     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10996     layout: "plot-service-density"
10997
10998 # Plots - NF Density - VSC - MRR IMIX
10999 - type: "plot"
11000   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11001   algorithm: "plot_nf_heatmap"
11002   output-file-type: ".html"
11003   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11004   data: "plot-vpp-nfv-2n-clx-mrr"
11005   filter: "'NIC_Intel-XXV710' and
11006            'NF_DENSITY' and
11007            'VHOST' and
11008            'VXLAN' and
11009            'CHAIN' and
11010            'IMIX' and
11011            '2T1C' and
11012            'MRR'"
11013   parameters:
11014   - "result"
11015   - "name"
11016   - "tags"
11017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11018   x-axis: "X = VNFs per Service Chain"
11019   y-axis: "Y = Number of Service Chains"
11020   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11021   layout:
11022     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11023     layout: "plot-service-density"
11024
11025 - type: "plot"
11026   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11027   algorithm: "plot_nf_heatmap"
11028   output-file-type: ".html"
11029   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11030   data: "plot-vpp-nfv-2n-clx-mrr"
11031   filter: "'NIC_Intel-XXV710' and
11032            'NF_DENSITY' and
11033            'VHOST' and
11034            'VXLAN' and
11035            'CHAIN' and
11036            'IMIX' and
11037            '4T2C' and
11038            'MRR'"
11039   parameters:
11040   - "result"
11041   - "name"
11042   - "tags"
11043   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11044   x-axis: "X = VNFs per Service Chain"
11045   y-axis: "Y = Number of Service Chains"
11046   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11047   layout:
11048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11049     layout: "plot-service-density"
11050
11051 - type: "plot"
11052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11053   algorithm: "plot_nf_heatmap"
11054   output-file-type: ".html"
11055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11056   data: "plot-vpp-nfv-2n-clx-mrr"
11057   filter: "'NIC_Intel-XXV710' and
11058            'NF_DENSITY' and
11059            'VHOST' and
11060            'VXLAN' and
11061            'CHAIN' and
11062            'IMIX' and
11063            '8T4C' and
11064            'MRR'"
11065   parameters:
11066   - "result"
11067   - "name"
11068   - "tags"
11069   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11070   x-axis: "X = VNFs per Service Chain"
11071   y-axis: "Y = Number of Service Chains"
11072   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11073   layout:
11074     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11075     layout: "plot-service-density"
11076
11077 # Plots - NF Density - VSC - NDR IMIX
11078 - type: "plot"
11079   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11080   algorithm: "plot_nf_heatmap"
11081   output-file-type: ".html"
11082   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11083   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11084   filter: "'NIC_Intel-XXV710' and
11085            'NF_DENSITY' and
11086            'VHOST' and
11087            'VXLAN' and
11088            'CHAIN' and
11089            'IMIX' and
11090            '2T1C' and
11091            'NDRPDR'"
11092   parameters:
11093   - "throughput"
11094   - "name"
11095   - "tags"
11096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11097   x-axis: "X = VNFs per Service Chain"
11098   y-axis: "Y = Number of Service Chains"
11099   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11100   layout:
11101     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11102     layout: "plot-service-density"
11103
11104 - type: "plot"
11105   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11106   algorithm: "plot_nf_heatmap"
11107   output-file-type: ".html"
11108   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11109   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11110   filter: "'NIC_Intel-XXV710' and
11111            'NF_DENSITY' and
11112            'VHOST' and
11113            'VXLAN' and
11114            'CHAIN' and
11115            'IMIX' and
11116            '4T2C' and
11117            'NDRPDR'"
11118   parameters:
11119   - "throughput"
11120   - "name"
11121   - "tags"
11122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11123   x-axis: "X = VNFs per Service Chain"
11124   y-axis: "Y = Number of Service Chains"
11125   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11126   layout:
11127     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11128     layout: "plot-service-density"
11129
11130 - type: "plot"
11131   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11132   algorithm: "plot_nf_heatmap"
11133   output-file-type: ".html"
11134   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11135   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11136   filter: "'NIC_Intel-XXV710' and
11137            'NF_DENSITY' and
11138            'VHOST' and
11139            'VXLAN' and
11140            'CHAIN' and
11141            'IMIX' and
11142            '8T4C' and
11143            'NDRPDR'"
11144   parameters:
11145   - "throughput"
11146   - "name"
11147   - "tags"
11148   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11149   x-axis: "X = VNFs per Service Chain"
11150   y-axis: "Y = Number of Service Chains"
11151   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11152   layout:
11153     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11154     layout: "plot-service-density"
11155
11156 # Plots - NF Density - VSC - PDR IMIX
11157 - type: "plot"
11158   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11159   algorithm: "plot_nf_heatmap"
11160   output-file-type: ".html"
11161   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11162   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11163   filter: "'NIC_Intel-XXV710' and
11164            'NF_DENSITY' and
11165            'VHOST' and
11166            'VXLAN' and
11167            'CHAIN' and
11168            'IMIX' and
11169            '2T1C' and
11170            'NDRPDR'"
11171   parameters:
11172   - "throughput"
11173   - "name"
11174   - "tags"
11175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11176   x-axis: "X = VNFs per Service Chain"
11177   y-axis: "Y = Number of Service Chains"
11178   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11179   layout:
11180     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11181     layout: "plot-service-density"
11182
11183 - type: "plot"
11184   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11185   algorithm: "plot_nf_heatmap"
11186   output-file-type: ".html"
11187   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11188   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11189   filter: "'NIC_Intel-XXV710' and
11190            'NF_DENSITY' and
11191            'VHOST' and
11192            'VXLAN' and
11193            'CHAIN' and
11194            'IMIX' and
11195            '4T2C' and
11196            'NDRPDR'"
11197   parameters:
11198   - "throughput"
11199   - "name"
11200   - "tags"
11201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11202   x-axis: "X = VNFs per Service Chain"
11203   y-axis: "Y = Number of Service Chains"
11204   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11205   layout:
11206     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11207     layout: "plot-service-density"
11208
11209 - type: "plot"
11210   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11211   algorithm: "plot_nf_heatmap"
11212   output-file-type: ".html"
11213   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11214   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11215   filter: "'NIC_Intel-XXV710' and
11216            'NF_DENSITY' and
11217            'VHOST' and
11218            'VXLAN' and
11219            'CHAIN' and
11220            'IMIX' and
11221            '8T4C' and
11222            'NDRPDR'"
11223   parameters:
11224   - "throughput"
11225   - "name"
11226   - "tags"
11227   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11228   x-axis: "X = VNFs per Service Chain"
11229   y-axis: "Y = Number of Service Chains"
11230   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11231   layout:
11232     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11233     layout: "plot-service-density"
11234
11235 # Plots - NF Density - CSC - MRR IMIX
11236 - type: "plot"
11237   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11238   algorithm: "plot_nf_heatmap"
11239   output-file-type: ".html"
11240   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11241   data: "plot-vpp-nfv-2n-clx-mrr"
11242   filter: "'NIC_Intel-XXV710' and
11243            'NF_DENSITY' and
11244            'DOCKER' and
11245            'CHAIN' and
11246            'NF_VPPIP4' and
11247            'IMIX' and
11248            '2T1C' and
11249            'MRR'"
11250   parameters:
11251   - "result"
11252   - "name"
11253   - "tags"
11254   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11255   x-axis: "X = CNFs per Service Chain"
11256   y-axis: "Y = Number of Service Chains"
11257   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11258   layout:
11259     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11260     layout: "plot-service-density"
11261
11262 - type: "plot"
11263   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11264   algorithm: "plot_nf_heatmap"
11265   output-file-type: ".html"
11266   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11267   data: "plot-vpp-nfv-2n-clx-mrr"
11268   filter: "'NIC_Intel-XXV710' and
11269            'NF_DENSITY' and
11270            'DOCKER' and
11271            'CHAIN' and
11272            'NF_VPPIP4' and
11273            'IMIX' and
11274            '4T2C' and
11275            'MRR'"
11276   parameters:
11277   - "result"
11278   - "name"
11279   - "tags"
11280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11281   x-axis: "X = CNFs per Service Chain"
11282   y-axis: "Y = Number of Service Chains"
11283   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11284   layout:
11285     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11286     layout: "plot-service-density"
11287
11288 - type: "plot"
11289   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11290   algorithm: "plot_nf_heatmap"
11291   output-file-type: ".html"
11292   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11293   data: "plot-vpp-nfv-2n-clx-mrr"
11294   filter: "'NIC_Intel-XXV710' and
11295            'NF_DENSITY' and
11296            'DOCKER' and
11297            'CHAIN' and
11298            'NF_VPPIP4' and
11299            'IMIX' and
11300            '8T4C' and
11301            'MRR'"
11302   parameters:
11303   - "result"
11304   - "name"
11305   - "tags"
11306   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11307   x-axis: "X = CNFs per Service Chain"
11308   y-axis: "Y = Number of Service Chains"
11309   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11310   layout:
11311     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11312     layout: "plot-service-density"
11313
11314 # Plots - NF Density - CSC - NDR IMIX
11315 - type: "plot"
11316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11317   algorithm: "plot_nf_heatmap"
11318   output-file-type: ".html"
11319   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11320   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11321   filter: "'NIC_Intel-XXV710' and
11322            'NF_DENSITY' and
11323            'DOCKER' and
11324            'CHAIN' and
11325            'NF_VPPIP4' and
11326            'IMIX' and
11327            '2T1C' and
11328            'NDRPDR'"
11329   parameters:
11330   - "throughput"
11331   - "name"
11332   - "tags"
11333   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11334   x-axis: "X = CNFs per Service Chain"
11335   y-axis: "Y = Number of Service Chains"
11336   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11337   layout:
11338     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11339     layout: "plot-service-density"
11340
11341 - type: "plot"
11342   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11343   algorithm: "plot_nf_heatmap"
11344   output-file-type: ".html"
11345   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11346   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11347   filter: "'NIC_Intel-XXV710' and
11348            'NF_DENSITY' and
11349            'DOCKER' and
11350            'CHAIN' and
11351            'NF_VPPIP4' and
11352            'IMIX' and
11353            '4T2C' and
11354            'NDRPDR'"
11355   parameters:
11356   - "throughput"
11357   - "name"
11358   - "tags"
11359   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11360   x-axis: "X = CNFs per Service Chain"
11361   y-axis: "Y = Number of Service Chains"
11362   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11363   layout:
11364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11365     layout: "plot-service-density"
11366
11367 - type: "plot"
11368   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11369   algorithm: "plot_nf_heatmap"
11370   output-file-type: ".html"
11371   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11372   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11373   filter: "'NIC_Intel-XXV710' and
11374            'NF_DENSITY' and
11375            'DOCKER' and
11376            'CHAIN' and
11377            'NF_VPPIP4' and
11378            'IMIX' and
11379            '8T4C' and
11380            'NDRPDR'"
11381   parameters:
11382   - "throughput"
11383   - "name"
11384   - "tags"
11385   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11386   x-axis: "X = CNFs per Service Chain"
11387   y-axis: "Y = Number of Service Chains"
11388   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11389   layout:
11390     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11391     layout: "plot-service-density"
11392
11393 # Plots - NF Density - CSC - PDR IMIX
11394 - type: "plot"
11395   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11396   algorithm: "plot_nf_heatmap"
11397   output-file-type: ".html"
11398   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11399   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11400   filter: "'NIC_Intel-XXV710' and
11401            'NF_DENSITY' and
11402            'DOCKER' and
11403            'CHAIN' and
11404            'NF_VPPIP4' and
11405            'IMIX' and
11406            '2T1C' and
11407            'NDRPDR'"
11408   parameters:
11409   - "throughput"
11410   - "name"
11411   - "tags"
11412   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11413   x-axis: "X = CNFs per Service Chain"
11414   y-axis: "Y = Number of Service Chains"
11415   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11416   layout:
11417     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11418     layout: "plot-service-density"
11419
11420 - type: "plot"
11421   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11422   algorithm: "plot_nf_heatmap"
11423   output-file-type: ".html"
11424   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11425   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11426   filter: "'NIC_Intel-XXV710' and
11427            'NF_DENSITY' and
11428            'DOCKER' and
11429            'CHAIN' and
11430            'NF_VPPIP4' and
11431            'IMIX' and
11432            '4T2C' and
11433            'NDRPDR'"
11434   parameters:
11435   - "throughput"
11436   - "name"
11437   - "tags"
11438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11439   x-axis: "X = CNFs per Service Chain"
11440   y-axis: "Y = Number of Service Chains"
11441   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11442   layout:
11443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11444     layout: "plot-service-density"
11445
11446 - type: "plot"
11447   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11448   algorithm: "plot_nf_heatmap"
11449   output-file-type: ".html"
11450   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11451   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11452   filter: "'NIC_Intel-XXV710' and
11453            'NF_DENSITY' and
11454            'DOCKER' and
11455            'CHAIN' and
11456            'NF_VPPIP4' and
11457            'IMIX' and
11458            '8T4C' and
11459            'NDRPDR'"
11460   parameters:
11461   - "throughput"
11462   - "name"
11463   - "tags"
11464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11465   x-axis: "X = CNFs per Service Chain"
11466   y-axis: "Y = Number of Service Chains"
11467   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11468   layout:
11469     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11470     layout: "plot-service-density"
11471
11472 # Plots - NF Density - CSP - MRR IMIX
11473 - type: "plot"
11474   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11475   algorithm: "plot_nf_heatmap"
11476   output-file-type: ".html"
11477   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11478   data: "plot-vpp-nfv-2n-clx-mrr"
11479   filter: "'NIC_Intel-XXV710' and
11480            'NF_DENSITY' and
11481            'DOCKER' and
11482            'PIPELINE' and
11483            'NF_VPPIP4' and
11484            'IMIX' and
11485            '2T1C' and
11486            'MRR'"
11487   parameters:
11488   - "result"
11489   - "name"
11490   - "tags"
11491   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11492   x-axis: "X = CNFs per Service Pipeline"
11493   y-axis: "Y = Number of Service Pipelines"
11494   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11495   layout:
11496     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11497     layout: "plot-service-density"
11498
11499 - type: "plot"
11500   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11501   algorithm: "plot_nf_heatmap"
11502   output-file-type: ".html"
11503   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11504   data: "plot-vpp-nfv-2n-clx-mrr"
11505   filter: "'NIC_Intel-XXV710' and
11506            'NF_DENSITY' and
11507            'DOCKER' and
11508            'PIPELINE' and
11509            'NF_VPPIP4' and
11510            'IMIX' and
11511            '4T2C' and
11512            'MRR'"
11513   parameters:
11514   - "result"
11515   - "name"
11516   - "tags"
11517   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11518   x-axis: "X = CNFs per Service Pipeline"
11519   y-axis: "Y = Number of Service Pipelines"
11520   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11521   layout:
11522     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11523     layout: "plot-service-density"
11524
11525 - type: "plot"
11526   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11527   algorithm: "plot_nf_heatmap"
11528   output-file-type: ".html"
11529   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11530   data: "plot-vpp-nfv-2n-clx-mrr"
11531   filter: "'NIC_Intel-XXV710' and
11532            'NF_DENSITY' and
11533            'DOCKER' and
11534            'PIPELINE' and
11535            'NF_VPPIP4' and
11536            'IMIX' and
11537            '8T4C' and
11538            'MRR'"
11539   parameters:
11540   - "result"
11541   - "name"
11542   - "tags"
11543   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11544   x-axis: "X = CNFs per Service Pipeline"
11545   y-axis: "Y = Number of Service Pipelines"
11546   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11547   layout:
11548     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11549     layout: "plot-service-density"
11550
11551 # Plots - NF Density - CSP - NDR IMIX
11552 - type: "plot"
11553   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11554   algorithm: "plot_nf_heatmap"
11555   output-file-type: ".html"
11556   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11557   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11558   filter: "'NIC_Intel-XXV710' and
11559            'NF_DENSITY' and
11560            'DOCKER' and
11561            'PIPELINE' and
11562            'NF_VPPIP4' and
11563            'IMIX' and
11564            '2T1C' and
11565            'NDRPDR'"
11566   parameters:
11567   - "throughput"
11568   - "name"
11569   - "tags"
11570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11571   x-axis: "X = CNFs per Service Pipeline"
11572   y-axis: "Y = Number of Service Pipelines"
11573   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11574   layout:
11575     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11576     layout: "plot-service-density"
11577
11578 - type: "plot"
11579   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11580   algorithm: "plot_nf_heatmap"
11581   output-file-type: ".html"
11582   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11583   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11584   filter: "'NIC_Intel-XXV710' and
11585            'NF_DENSITY' and
11586            'DOCKER' and
11587            'PIPELINE' and
11588            'NF_VPPIP4' and
11589            'IMIX' and
11590            '4T2C' and
11591            'NDRPDR'"
11592   parameters:
11593   - "throughput"
11594   - "name"
11595   - "tags"
11596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11597   x-axis: "X = CNFs per Service Pipeline"
11598   y-axis: "Y = Number of Service Pipelines"
11599   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11600   layout:
11601     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11602     layout: "plot-service-density"
11603
11604 - type: "plot"
11605   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11606   algorithm: "plot_nf_heatmap"
11607   output-file-type: ".html"
11608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11609   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11610   filter: "'NIC_Intel-XXV710' and
11611            'NF_DENSITY' and
11612            'DOCKER' and
11613            'PIPELINE' and
11614            'NF_VPPIP4' and
11615            'IMIX' and
11616            '8T4C' and
11617            'NDRPDR'"
11618   parameters:
11619   - "throughput"
11620   - "name"
11621   - "tags"
11622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11623   x-axis: "X = CNFs per Service Pipeline"
11624   y-axis: "Y = Number of Service Pipelines"
11625   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11626   layout:
11627     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11628     layout: "plot-service-density"
11629
11630 # Plots - NF Density - CSP - PDR IMIX
11631 - type: "plot"
11632   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11633   algorithm: "plot_nf_heatmap"
11634   output-file-type: ".html"
11635   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11636   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11637   filter: "'NIC_Intel-XXV710' and
11638            'NF_DENSITY' and
11639            'DOCKER' and
11640            'PIPELINE' and
11641            'NF_VPPIP4' and
11642            'IMIX' and
11643            '2T1C' and
11644            'NDRPDR'"
11645   parameters:
11646   - "throughput"
11647   - "name"
11648   - "tags"
11649   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11650   x-axis: "X = CNFs per Service Pipeline"
11651   y-axis: "Y = Number of Service Pipelines"
11652   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11653   layout:
11654     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11655     layout: "plot-service-density"
11656
11657 - type: "plot"
11658   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11659   algorithm: "plot_nf_heatmap"
11660   output-file-type: ".html"
11661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11662   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11663   filter: "'NIC_Intel-XXV710' and
11664            'NF_DENSITY' and
11665            'DOCKER' and
11666            'PIPELINE' and
11667            'NF_VPPIP4' and
11668            'IMIX' and
11669            '4T2C' and
11670            'NDRPDR'"
11671   parameters:
11672   - "throughput"
11673   - "name"
11674   - "tags"
11675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11676   x-axis: "X = CNFs per Service Pipeline"
11677   y-axis: "Y = Number of Service Pipelines"
11678   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11679   layout:
11680     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11681     layout: "plot-service-density"
11682
11683 - type: "plot"
11684   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11685   algorithm: "plot_nf_heatmap"
11686   output-file-type: ".html"
11687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11688   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11689   filter: "'NIC_Intel-XXV710' and
11690            'NF_DENSITY' and
11691            'DOCKER' and
11692            'PIPELINE' and
11693            'NF_VPPIP4' and
11694            'IMIX' and
11695            '8T4C' and
11696            'NDRPDR'"
11697   parameters:
11698   - "throughput"
11699   - "name"
11700   - "tags"
11701   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11702   x-axis: "X = CNFs per Service Pipeline"
11703   y-axis: "Y = Number of Service Pipelines"
11704   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11705   layout:
11706     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11707     layout: "plot-service-density"
11708
11709 ################################################################################
11710
11711 # Packet Throughput
11712
11713 - type: "plot"
11714   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11715   algorithm: "plot_perf_box_name"
11716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11718   include:
11719     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11720     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11722     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11723   layout:
11724     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11725     layout: "plot-throughput"
11726
11727 - type: "plot"
11728   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11729   algorithm: "plot_perf_box_name"
11730   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11732   include:
11733     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11736     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11737   layout:
11738     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11739     layout: "plot-throughput"
11740
11741 - type: "plot"
11742   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11743   algorithm: "plot_perf_box_name"
11744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11746   include:
11747     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11748     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11751   layout:
11752     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11753     layout: "plot-throughput"
11754
11755 - type: "plot"
11756   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11757   algorithm: "plot_perf_box_name"
11758   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11760   include:
11761     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11762     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11763     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11764     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11765   layout:
11766     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11767     layout: "plot-throughput"
11768
11769 - type: "plot"
11770   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11771   algorithm: "plot_perf_box_name"
11772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11774   include:
11775     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11776     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11777     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11778     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11779     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11780   layout:
11781     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11782     layout: "plot-throughput"
11783
11784 - type: "plot"
11785   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11786   algorithm: "plot_perf_box_name"
11787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11789   include:
11790     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11791     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11792     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11793     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11794     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11795   layout:
11796     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11797     layout: "plot-throughput"
11798
11799 - type: "plot"
11800   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11801   algorithm: "plot_perf_box_name"
11802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11804   include:
11805     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11806     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11807     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11808     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11809     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11810   layout:
11811     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11812     layout: "plot-throughput"
11813
11814 - type: "plot"
11815   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11816   algorithm: "plot_perf_box_name"
11817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11819   include:
11820     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11821     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11822     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11823     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11824     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11825   layout:
11826     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11827     layout: "plot-throughput"
11828
11829 - type: "plot"
11830   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11831   algorithm: "plot_perf_box_name"
11832   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11833   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11834   include:
11835     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11836     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11837     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11838     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11839     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11840   layout:
11841     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11842     layout: "plot-throughput"
11843
11844 - type: "plot"
11845   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11846   algorithm: "plot_perf_box_name"
11847   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11848   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11849   include:
11850     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11851     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11852     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11853     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11854     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11855   layout:
11856     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11857     layout: "plot-throughput"
11858
11859 - type: "plot"
11860   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11861   algorithm: "plot_perf_box_name"
11862   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11864   include:
11865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11871   layout:
11872     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11873     layout: "plot-throughput"
11874
11875 - type: "plot"
11876   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11877   algorithm: "plot_perf_box_name"
11878   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11880   include:
11881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11887   layout:
11888     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11889     layout: "plot-throughput"
11890
11891 - type: "plot"
11892   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11893   algorithm: "plot_perf_box_name"
11894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11896   include:
11897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11902   layout:
11903     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11904     layout: "plot-throughput"
11905
11906 - type: "plot"
11907   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11908   algorithm: "plot_perf_box_name"
11909   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11911   include:
11912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11917   layout:
11918     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11919     layout: "plot-throughput"
11920
11921 - type: "plot"
11922   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11923   algorithm: "plot_perf_box_name"
11924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11926   include:
11927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11930   layout:
11931     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11936   algorithm: "plot_perf_box_name"
11937   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11939   include:
11940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11943   layout:
11944     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11945     layout: "plot-throughput"
11946
11947 - type: "plot"
11948   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11949   algorithm: "plot_perf_box_name"
11950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11952   include:
11953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11958   layout:
11959     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11960     layout: "plot-throughput"
11961
11962 - type: "plot"
11963   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11964   algorithm: "plot_perf_box_name"
11965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11967   include:
11968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11973   layout:
11974     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11975     layout: "plot-throughput"
11976
11977 - type: "plot"
11978   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11979   algorithm: "plot_perf_box_name"
11980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11982   include:
11983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11986   layout:
11987     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11988     layout: "plot-throughput"
11989
11990 - type: "plot"
11991   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11992   algorithm: "plot_perf_box_name"
11993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11995   include:
11996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11999   layout:
12000     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12001     layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12008   include:
12009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12015   layout:
12016     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12017     layout: "plot-throughput"
12018
12019 - type: "plot"
12020   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12021   algorithm: "plot_perf_box_name"
12022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12024   include:
12025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12031   layout:
12032     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12033     layout: "plot-throughput"
12034
12035 - type: "plot"
12036   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12037   algorithm: "plot_perf_box_name"
12038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12040   include:
12041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12047   layout:
12048     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12056   include:
12057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12063   layout:
12064     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12065     layout: "plot-throughput"
12066
12067 - type: "plot"
12068   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12069   algorithm: "plot_perf_box_name"
12070   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12072   include:
12073     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12076   layout:
12077     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12078     layout: "plot-throughput"
12079
12080 - type: "plot"
12081   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12082   algorithm: "plot_perf_box_name"
12083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12085   include:
12086     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12089   layout:
12090     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12091     layout: "plot-throughput"
12092
12093 - type: "plot"
12094   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12095   algorithm: "plot_perf_box_name"
12096   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12098   include:
12099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12101 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12102 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12103 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12104   layout:
12105     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12106     layout: "plot-throughput"
12107
12108 - type: "plot"
12109   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12110   algorithm: "plot_perf_box_name"
12111   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12113   include:
12114     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12116 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12117 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12118 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12119   layout:
12120     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12121     layout: "plot-throughput"
12122
12123 - type: "plot"
12124   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12125   algorithm: "plot_perf_box_name"
12126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12128   include:
12129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12134   layout:
12135     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12143   include:
12144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12149   layout:
12150     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12155   algorithm: "plot_perf_box_name"
12156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12158   include:
12159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12164   layout:
12165     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12166     layout: "plot-throughput"
12167
12168 - type: "plot"
12169   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12170   algorithm: "plot_perf_box_name"
12171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12173   include:
12174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12179   layout:
12180     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12185   algorithm: "plot_perf_box_name"
12186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12188   include:
12189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12195   layout:
12196     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12197     layout: "plot-throughput"
12198
12199 - type: "plot"
12200   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12201   algorithm: "plot_perf_box_name"
12202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12204   include:
12205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12211   layout:
12212     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12213     layout: "plot-throughput"
12214
12215 - type: "plot"
12216   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12217   algorithm: "plot_perf_box_name"
12218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12220   include:
12221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12227   layout:
12228     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12229     layout: "plot-throughput"
12230
12231 - type: "plot"
12232   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12233   algorithm: "plot_perf_box_name"
12234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12236   include:
12237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12243   layout:
12244     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12245     layout: "plot-throughput"
12246
12247 - type: "plot"
12248   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12249   algorithm: "plot_perf_box_name"
12250   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12251   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12252   include:
12253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12258   layout:
12259     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12260     layout: "plot-throughput"
12261
12262 - type: "plot"
12263   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12264   algorithm: "plot_perf_box_name"
12265   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12266   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12267   include:
12268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12273   layout:
12274     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12275     layout: "plot-throughput"
12276
12277 - type: "plot"
12278   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12279   algorithm: "plot_perf_box_name"
12280   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12281   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12282   include:
12283     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12289   layout:
12290     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12291     layout: "plot-throughput"
12292
12293 - type: "plot"
12294   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12295   algorithm: "plot_perf_box_name"
12296   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12297   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12298   include:
12299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12305   layout:
12306     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12307     layout: "plot-throughput"
12308
12309 - type: "plot"
12310   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12311   algorithm: "plot_perf_box_name"
12312   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12313   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12314   include:
12315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12320   layout:
12321     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12322     layout: "plot-throughput"
12323
12324 - type: "plot"
12325   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12326   algorithm: "plot_perf_box_name"
12327   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12328   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12329   include:
12330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12335   layout:
12336     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12337     layout: "plot-throughput"
12338
12339 - type: "plot"
12340   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12341   algorithm: "plot_perf_box_name"
12342   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12343   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12344   include:
12345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12349     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12351   layout:
12352     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12353     layout: "plot-throughput"
12354
12355 - type: "plot"
12356   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12357   algorithm: "plot_perf_box_name"
12358   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12359   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12360   include:
12361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12365     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12367   layout:
12368     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12369     layout: "plot-throughput"
12370
12371 - type: "plot"
12372   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12373   algorithm: "plot_perf_box_name"
12374   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12375   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12376   include:
12377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12382   layout:
12383     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12384     layout: "plot-throughput"
12385
12386 - type: "plot"
12387   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12388   algorithm: "plot_perf_box_name"
12389   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12390   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12391   include:
12392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12397   layout:
12398     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12399     layout: "plot-throughput"
12400
12401 - type: "plot"
12402   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12403   algorithm: "plot_perf_box_name"
12404   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12405   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12406   include:
12407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12413   layout:
12414     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12415     layout: "plot-throughput"
12416
12417 - type: "plot"
12418   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12419   algorithm: "plot_perf_box_name"
12420   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12421   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12422   include:
12423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12429   layout:
12430     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12431     layout: "plot-throughput"
12432
12433 - type: "plot"
12434   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12435   algorithm: "plot_perf_box_name"
12436   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12438   include:
12439     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12441   layout:
12442     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12443     layout: "plot-throughput"
12444
12445 - type: "plot"
12446   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12447   algorithm: "plot_perf_box_name"
12448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12450   include:
12451     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12453   layout:
12454     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12455     layout: "plot-throughput"
12456
12457 - type: "plot"
12458   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12459   algorithm: "plot_perf_box_name"
12460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12462   include:
12463     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12466     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12467   layout:
12468     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12469     layout: "plot-throughput"
12470
12471 - type: "plot"
12472   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12473   algorithm: "plot_perf_box_name"
12474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12476   include:
12477     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12481   layout:
12482     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12483     layout: "plot-throughput"
12484
12485 - type: "plot"
12486   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12487   algorithm: "plot_perf_box_name"
12488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12490   include:
12491     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12495   layout:
12496     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12504   include:
12505     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12509   layout:
12510     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12511     layout: "plot-throughput"
12512
12513 - type: "plot"
12514   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12515   algorithm: "plot_perf_box_name"
12516   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12517   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12518   include:
12519     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12523   layout:
12524     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12525     layout: "plot-throughput"
12526
12527 - type: "plot"
12528   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12529   algorithm: "plot_perf_box_name"
12530   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12531   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12532   include:
12533     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12534     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12537   layout:
12538     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12539     layout: "plot-throughput"
12540
12541 - type: "plot"
12542   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12543   algorithm: "plot_perf_box_name"
12544   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12545   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12546   include:
12547     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12548     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12549     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12550     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12551   layout:
12552     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12553     layout: "plot-throughput"
12554
12555 - type: "plot"
12556   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12557   algorithm: "plot_perf_box_name"
12558   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12559   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12560   include:
12561     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12562     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12563     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12564     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12565   layout:
12566     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12567     layout: "plot-throughput"
12568
12569 - type: "plot"
12570   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12571   algorithm: "plot_perf_box_name"
12572   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12574   include:
12575     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12581   layout:
12582     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12583     layout: "plot-throughput"
12584
12585 - type: "plot"
12586   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12587   algorithm: "plot_perf_box_name"
12588   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12590   include:
12591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12592     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12593     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12594     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12595     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12596     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12597   layout:
12598     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12599     layout: "plot-throughput"
12600
12601 - type: "plot"
12602   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12603   algorithm: "plot_perf_box_name"
12604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12606   include:
12607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12612   layout:
12613     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12614     layout: "plot-throughput"
12615
12616 - type: "plot"
12617   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12618   algorithm: "plot_perf_box_name"
12619   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12620   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12621   include:
12622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12627   layout:
12628     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12629     layout: "plot-throughput"
12630
12631 - type: "plot"
12632   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12633   algorithm: "plot_perf_box_name"
12634   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12636   include:
12637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12642   layout:
12643     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12651   include:
12652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12657   layout:
12658     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12659     layout: "plot-throughput"
12660
12661 - type: "plot"
12662   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12663   algorithm: "plot_perf_box_name"
12664   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12665   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12666   include:
12667     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12668     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12670   layout:
12671     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12672     layout: "plot-throughput"
12673
12674 - type: "plot"
12675   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12676   algorithm: "plot_perf_box_name"
12677   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12678   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12679   include:
12680     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12681     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12682     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12683   layout:
12684     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12685     layout: "plot-throughput"
12686
12687 - type: "plot"
12688   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12689   algorithm: "plot_perf_box_name"
12690   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12692   include:
12693     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12696   layout:
12697     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12698     layout: "plot-throughput"
12699
12700 - type: "plot"
12701   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12702   algorithm: "plot_perf_box_name"
12703   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12705   include:
12706     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12709   layout:
12710     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12711     layout: "plot-throughput"
12712
12713 - type: "plot"
12714   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12715   algorithm: "plot_perf_box_name"
12716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12718   include:
12719     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12720     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12721     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12724   layout:
12725     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12726     layout: "plot-throughput"
12727
12728 - type: "plot"
12729   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12730   algorithm: "plot_perf_box_name"
12731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12733   include:
12734     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12735     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12736     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12737     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12738     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12739   layout:
12740     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12741     layout: "plot-throughput"
12742
12743 - type: "plot"
12744   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12745   algorithm: "plot_perf_box_name"
12746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12748   include:
12749     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12750     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12751     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12754   layout:
12755     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12756     layout: "plot-throughput"
12757
12758 - type: "plot"
12759   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12760   algorithm: "plot_perf_box_name"
12761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12763   include:
12764     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12765     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12766     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12769   layout:
12770     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12771     layout: "plot-throughput"
12772
12773 - type: "plot"
12774   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12775   algorithm: "plot_perf_box_name"
12776   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12777   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12778   include:
12779     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12784   layout:
12785     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12786     layout: "plot-throughput"
12787
12788 - type: "plot"
12789   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12790   algorithm: "plot_perf_box_name"
12791   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12792   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12793   include:
12794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12795     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12796     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12798     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12799   layout:
12800     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12801     layout: "plot-throughput"
12802
12803 - type: "plot"
12804   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12805   algorithm: "plot_perf_box_name"
12806   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12807   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12808   include:
12809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12811     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12814   layout:
12815     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12816     layout: "plot-throughput"
12817
12818 - type: "plot"
12819   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12820   algorithm: "plot_perf_box_name"
12821   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12822   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12823   include:
12824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12828     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12829   layout:
12830     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12835   algorithm: "plot_perf_box_name"
12836   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12837   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12838   include:
12839     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12841     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12844   layout:
12845     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12846     layout: "plot-throughput"
12847
12848 - type: "plot"
12849   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12850   algorithm: "plot_perf_box_name"
12851   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12852   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12853   include:
12854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12859   layout:
12860     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12861     layout: "plot-throughput"
12862
12863 - type: "plot"
12864   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12865   algorithm: "plot_perf_box_name"
12866   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12868   include:
12869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12875   layout:
12876     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12877     layout: "plot-throughput"
12878
12879 - type: "plot"
12880   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12881   algorithm: "plot_perf_box_name"
12882   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12883   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12884   include:
12885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12891   layout:
12892     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12893     layout: "plot-throughput"
12894
12895 - type: "plot"
12896   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12897   algorithm: "plot_perf_box_name"
12898   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12900   include:
12901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12905   layout:
12906     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12907     layout: "plot-throughput"
12908
12909 - type: "plot"
12910   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12911   algorithm: "plot_perf_box_name"
12912   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12913   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12914   include:
12915     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12916     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12917     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12918     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12919   layout:
12920     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12921     layout: "plot-throughput"
12922
12923 - type: "plot"
12924   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12925   algorithm: "plot_perf_box_name"
12926   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12928   include:
12929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12935   layout:
12936     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12937     layout: "plot-throughput"
12938
12939 - type: "plot"
12940   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12941   algorithm: "plot_perf_box_name"
12942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12944   include:
12945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12950     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12951   layout:
12952     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12953     layout: "plot-throughput"
12954
12955 - type: "plot"
12956   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12957   algorithm: "plot_perf_box_name"
12958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12960   include:
12961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12967   layout:
12968     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12969     layout: "plot-throughput"
12970
12971 - type: "plot"
12972   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12973   algorithm: "plot_perf_box_name"
12974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12976   include:
12977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12983   layout:
12984     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12985     layout: "plot-throughput"
12986
12987 - type: "plot"
12988   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12989   algorithm: "plot_perf_box_name"
12990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12992   include:
12993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12999   layout:
13000     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13001     layout: "plot-throughput"
13002
13003 - type: "plot"
13004   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13005   algorithm: "plot_perf_box_name"
13006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13008   include:
13009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13015   layout:
13016     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13017     layout: "plot-throughput"
13018
13019 - type: "plot"
13020   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13021   algorithm: "plot_perf_box_name"
13022   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13023   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13024   include:
13025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13031   layout:
13032     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13033     layout: "plot-throughput"
13034
13035 - type: "plot"
13036   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13037   algorithm: "plot_perf_box_name"
13038   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13039   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13040   include:
13041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13042     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13043     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13044     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13045     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13047   layout:
13048     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13049     layout: "plot-throughput"
13050
13051 - type: "plot"
13052   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13053   algorithm: "plot_perf_box_name"
13054   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13055   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13056   include:
13057     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13058     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13059     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13060     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13061     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13062     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13063   layout:
13064     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13065     layout: "plot-throughput"
13066
13067 - type: "plot"
13068   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13069   algorithm: "plot_perf_box_name"
13070   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13071   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13072   include:
13073     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13074     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13075     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13076     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13077     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13078     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13079   layout:
13080     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13081     layout: "plot-throughput"
13082
13083 - type: "plot"
13084   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13085   algorithm: "plot_perf_box_name"
13086   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13088   include:
13089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13095   layout:
13096     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13097     layout: "plot-throughput"
13098
13099 - type: "plot"
13100   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13101   algorithm: "plot_perf_box_name"
13102   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13103   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13104   include:
13105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13111   layout:
13112     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13113     layout: "plot-throughput"
13114
13115 - type: "plot"
13116   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13117   algorithm: "plot_perf_box_name"
13118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13120   include:
13121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13127   layout:
13128     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13129     layout: "plot-throughput"
13130
13131 - type: "plot"
13132   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13133   algorithm: "plot_perf_box_name"
13134   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13136   include:
13137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13143   layout:
13144     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13145     layout: "plot-throughput"
13146
13147 - type: "plot"
13148   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13149   algorithm: "plot_perf_box_name"
13150   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13152   include:
13153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13159   layout:
13160     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13161     layout: "plot-throughput"
13162
13163 - type: "plot"
13164   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13165   algorithm: "plot_perf_box_name"
13166   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13168   include:
13169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13175   layout:
13176     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13177     layout: "plot-throughput"
13178
13179 - type: "plot"
13180   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13181   algorithm: "plot_perf_box_name"
13182   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13184   include:
13185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13189   layout:
13190     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13191     layout: "plot-throughput"
13192
13193 - type: "plot"
13194   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13195   algorithm: "plot_perf_box_name"
13196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13198   include:
13199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13203   layout:
13204     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13209   algorithm: "plot_perf_box_name"
13210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13212   include:
13213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13217   layout:
13218     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13219     layout: "plot-throughput"
13220
13221 - type: "plot"
13222   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13223   algorithm: "plot_perf_box_name"
13224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13226   include:
13227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13231   layout:
13232     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13233     layout: "plot-throughput"
13234
13235 - type: "plot"
13236   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13237   algorithm: "plot_perf_box_name"
13238   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13239   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13240   include:
13241     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13242     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13243     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13244     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13247   layout:
13248     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13249     layout: "plot-throughput"
13250
13251 - type: "plot"
13252   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13253   algorithm: "plot_perf_box_name"
13254   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13255   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13256   include:
13257     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13258     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13259     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13263   layout:
13264     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13265     layout: "plot-throughput"
13266
13267 - type: "plot"
13268   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13269   algorithm: "plot_perf_box_name"
13270   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13272   include:
13273     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13274     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13278   layout:
13279     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13280     layout: "plot-throughput"
13281
13282 - type: "plot"
13283   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13284   algorithm: "plot_perf_box_name"
13285   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13287   include:
13288     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13289     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13290     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13291     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13293   layout:
13294     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13295     layout: "plot-throughput"
13296
13297 - type: "plot"
13298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13299   algorithm: "plot_perf_box_name"
13300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13302   include:
13303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13308   layout:
13309     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13310     layout: "plot-throughput"
13311
13312 - type: "plot"
13313   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13314   algorithm: "plot_perf_box_name"
13315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13317   include:
13318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13323   layout:
13324     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13325     layout: "plot-throughput"
13326
13327 - type: "plot"
13328   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13329   algorithm: "plot_perf_box_name"
13330   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13332   include:
13333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13337   layout:
13338     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13339     layout: "plot-throughput"
13340
13341 - type: "plot"
13342   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13343   algorithm: "plot_perf_box_name"
13344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13346   include:
13347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13351   layout:
13352     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13353     layout: "plot-throughput"
13354
13355 - type: "plot"
13356   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13357   algorithm: "plot_perf_box_name"
13358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13360   include:
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13367   layout:
13368     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13369     layout: "plot-throughput"
13370
13371 - type: "plot"
13372   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13373   algorithm: "plot_perf_box_name"
13374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13376   include:
13377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13383   layout:
13384     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13385     layout: "plot-throughput"
13386
13387 - type: "plot"
13388   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13389   algorithm: "plot_perf_box_name"
13390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13392   include:
13393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13399   layout:
13400     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13401     layout: "plot-throughput"
13402
13403 - type: "plot"
13404   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13405   algorithm: "plot_perf_box_name"
13406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13408   include:
13409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13415   layout:
13416     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13417     layout: "plot-throughput"
13418
13419 - type: "plot"
13420   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13421   algorithm: "plot_perf_box_name"
13422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13424   include:
13425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13431   layout:
13432     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13433     layout: "plot-throughput"
13434
13435 - type: "plot"
13436   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13437   algorithm: "plot_perf_box_name"
13438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13440   include:
13441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13447   layout:
13448     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13449     layout: "plot-throughput"
13450
13451 - type: "plot"
13452   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13453   algorithm: "plot_perf_box_name"
13454   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13456   include:
13457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13463   layout:
13464     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13465     layout: "plot-throughput"
13466
13467 - type: "plot"
13468   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13469   algorithm: "plot_perf_box_name"
13470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13472   include:
13473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13479   layout:
13480     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13481     layout: "plot-throughput"
13482
13483 - type: "plot"
13484   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13485   algorithm: "plot_perf_box_name"
13486   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13487   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13488   include:
13489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13493   layout:
13494     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13495     layout: "plot-throughput"
13496
13497 - type: "plot"
13498   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13499   algorithm: "plot_perf_box_name"
13500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13502   include:
13503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13507   layout:
13508     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13509     layout: "plot-throughput"
13510
13511 - type: "plot"
13512   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13513   algorithm: "plot_perf_box_name"
13514   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13515   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13516   include:
13517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13523   layout:
13524     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13525     layout: "plot-throughput"
13526
13527 - type: "plot"
13528   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13529   algorithm: "plot_perf_box_name"
13530   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13531   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13532   include:
13533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13539   layout:
13540     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13541     layout: "plot-throughput"
13542
13543 - type: "plot"
13544   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13545   algorithm: "plot_perf_box_name"
13546   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13547   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13548   include:
13549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13555   layout:
13556     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13557     layout: "plot-throughput"
13558
13559 - type: "plot"
13560   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13561   algorithm: "plot_perf_box_name"
13562   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13563   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13564   include:
13565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13571   layout:
13572     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13573     layout: "plot-throughput"
13574
13575 #- type: "plot"
13576 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13577 #  algorithm: "plot_perf_box_name"
13578 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13579 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13580 #  include:
13581 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13582 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13583 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13584 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13585 #  layout:
13586 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13587 #    layout: "plot-throughput"
13588 #
13589 #- type: "plot"
13590 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13591 #  algorithm: "plot_perf_box_name"
13592 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13593 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13594 #  include:
13595 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13596 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13597 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13598 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13599 #  layout:
13600 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13601 #    layout: "plot-throughput"
13602
13603 - type: "plot"
13604   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13605   algorithm: "plot_perf_box_name"
13606   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13607   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13608   include:
13609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13615   layout:
13616     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13617     layout: "plot-throughput"
13618
13619 - type: "plot"
13620   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13621   algorithm: "plot_perf_box_name"
13622   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13623   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13624   include:
13625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13631   layout:
13632     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13633     layout: "plot-throughput"
13634
13635 #- type: "plot"
13636 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13637 #  algorithm: "plot_perf_box_name"
13638 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13639 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13640 #  include:
13641 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13642 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13643 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13644 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13645 #  layout:
13646 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13647 #    layout: "plot-throughput"
13648 #
13649 #- type: "plot"
13650 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13651 #  algorithm: "plot_perf_box_name"
13652 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13653 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13654 #  include:
13655 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13656 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13657 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13658 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13659 #  layout:
13660 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13661 #    layout: "plot-throughput"
13662
13663 - type: "plot"
13664   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13665   algorithm: "plot_perf_box_name"
13666   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13667   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13668   include:
13669     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13670     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13671     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13672     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13673     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13675   layout:
13676     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13677     layout: "plot-throughput"
13678
13679 - type: "plot"
13680   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13681   algorithm: "plot_perf_box_name"
13682   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13683   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13684   include:
13685     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13686     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13687     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13688     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13689     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13690     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13691   layout:
13692     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13693     layout: "plot-throughput"
13694
13695 #- type: "plot"
13696 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13697 #  algorithm: "plot_perf_box_name"
13698 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13699 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13700 #  include:
13701 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13702 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13703 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13704 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13705 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13706 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13707 #  layout:
13708 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13709 #    layout: "plot-throughput"
13710 #
13711 #- type: "plot"
13712 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13713 #  algorithm: "plot_perf_box_name"
13714 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13715 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13716 #  include:
13717 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13718 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13719 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13720 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13721 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13722 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13723 #  layout:
13724 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13725 #    layout: "plot-throughput"
13726
13727 - type: "plot"
13728   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13729   algorithm: "plot_perf_box_name"
13730   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13731   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13732   include:
13733     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13734     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13735     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13736     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13737     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13738     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13739   layout:
13740     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13741     layout: "plot-throughput"
13742
13743 - type: "plot"
13744   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13745   algorithm: "plot_perf_box_name"
13746   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13747   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13748   include:
13749     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13750     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13751     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13752     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13753     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13754     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13755   layout:
13756     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13757     layout: "plot-throughput"
13758
13759 - type: "plot"
13760   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13761   algorithm: "plot_perf_box_name"
13762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13764   include:
13765     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13766     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13767     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13768 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13769 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13770 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13771   layout:
13772     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13773     layout: "plot-throughput"
13774
13775 - type: "plot"
13776   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13777   algorithm: "plot_perf_box_name"
13778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13780   include:
13781     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13782     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13783     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13784 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13785 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13786 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13787   layout:
13788     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13789     layout: "plot-throughput"
13790
13791 - type: "plot"
13792   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13793   algorithm: "plot_perf_box_name"
13794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13796   include:
13797     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13799     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13800     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13801     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13802     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13803   layout:
13804     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13805     layout: "plot-throughput"
13806
13807 - type: "plot"
13808   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13809   algorithm: "plot_perf_box_name"
13810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13812   include:
13813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13815     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13816     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13817     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13818     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13819   layout:
13820     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13821     layout: "plot-throughput"
13822
13823 - type: "plot"
13824   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13825   algorithm: "plot_perf_box_name"
13826   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13827   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13828   include:
13829     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13830     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13831     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13832     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13833     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13834     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13835   layout:
13836     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13837     layout: "plot-throughput"
13838
13839 - type: "plot"
13840   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13841   algorithm: "plot_perf_box_name"
13842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13844   include:
13845     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13846     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13847     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13848     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13849     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13850     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13851   layout:
13852     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13853     layout: "plot-throughput"
13854
13855 #- type: "plot"
13856 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13857 #  algorithm: "plot_perf_box_name"
13858 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13859 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13860 #  include:
13861 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13862 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13863 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13864 #  layout:
13865 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13866 #    layout: "plot-throughput"
13867 #
13868 #- type: "plot"
13869 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13870 #  algorithm: "plot_perf_box_name"
13871 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13872 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13873 #  include:
13874 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13875 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13876 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13877 #  layout:
13878 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13879 #    layout: "plot-throughput"
13880
13881 - type: "plot"
13882   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13883   algorithm: "plot_perf_box_name"
13884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13886   include:
13887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13892   layout:
13893     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13894     layout: "plot-throughput"
13895
13896 - type: "plot"
13897   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13898   algorithm: "plot_perf_box_name"
13899   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13901   include:
13902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13907   layout:
13908     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13909     layout: "plot-throughput"
13910
13911 - type: "plot"
13912   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13913   algorithm: "plot_perf_box_name"
13914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13916   include:
13917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13922   layout:
13923     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13924     layout: "plot-throughput"
13925
13926 - type: "plot"
13927   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13928   algorithm: "plot_perf_box_name"
13929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13931   include:
13932     - "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"
13933     - "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"
13934     - "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"
13935     - "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"
13936     - "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"
13937   layout:
13938     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13939     layout: "plot-throughput"
13940
13941 - type: "plot"
13942   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13943   algorithm: "plot_perf_box_name"
13944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13946   include:
13947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13952   layout:
13953     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13954     layout: "plot-throughput"
13955
13956 - type: "plot"
13957   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13958   algorithm: "plot_perf_box_name"
13959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13961   include:
13962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13967   layout:
13968     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13969     layout: "plot-throughput"
13970
13971 - type: "plot"
13972   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13973   algorithm: "plot_perf_box_name"
13974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13976   include:
13977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13982   layout:
13983     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13984     layout: "plot-throughput"
13985
13986 - type: "plot"
13987   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13988   algorithm: "plot_perf_box_name"
13989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13991   include:
13992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13997   layout:
13998     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13999     layout: "plot-throughput"
14000
14001 - type: "plot"
14002   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14003   algorithm: "plot_perf_box_name"
14004   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14006   include:
14007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14012   layout:
14013     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14014     layout: "plot-throughput"
14015
14016 - type: "plot"
14017   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14018   algorithm: "plot_perf_box_name"
14019   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14020   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14021   include:
14022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14027   layout:
14028     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14029     layout: "plot-throughput"
14030
14031 - type: "plot"
14032   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14033   algorithm: "plot_perf_box_name"
14034   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14036   include:
14037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14039     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14042   layout:
14043     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14044     layout: "plot-throughput"
14045
14046 - type: "plot"
14047   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14048   algorithm: "plot_perf_box_name"
14049   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14050   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14051   include:
14052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14053     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14055     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14057   layout:
14058     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14059     layout: "plot-throughput"
14060
14061 - type: "plot"
14062   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14063   algorithm: "plot_perf_box_name"
14064   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14066   include:
14067     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14068     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14069     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14070     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14071   layout:
14072     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14073     layout: "plot-throughput"
14074
14075 - type: "plot"
14076   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14077   algorithm: "plot_perf_box_name"
14078   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14080   include:
14081     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14082     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14083     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14084     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14085   layout:
14086     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14087     layout: "plot-throughput"
14088
14089 - type: "plot"
14090   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14091   algorithm: "plot_perf_box_name"
14092   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14094   include:
14095     - "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"
14096     - "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"
14097     - "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"
14098     - "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"
14099   layout:
14100     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14101     layout: "plot-throughput"
14102
14103 - type: "plot"
14104   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14105   algorithm: "plot_perf_box_name"
14106   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14108   include:
14109     - "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"
14110     - "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"
14111     - "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"
14112     - "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"
14113   layout:
14114     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14115     layout: "plot-throughput"
14116
14117 - type: "plot"
14118   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14119   algorithm: "plot_perf_box_name"
14120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14122   include:
14123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14129   layout:
14130     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14131     layout: "plot-throughput"
14132
14133 - type: "plot"
14134   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14135   algorithm: "plot_perf_box_name"
14136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14138   include:
14139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14145   layout:
14146     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14147     layout: "plot-throughput"
14148
14149 - type: "plot"
14150   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14151   algorithm: "plot_perf_box_name"
14152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14154   include:
14155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14161   layout:
14162     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14163     layout: "plot-throughput"
14164
14165 - type: "plot"
14166   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14167   algorithm: "plot_perf_box_name"
14168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14170   include:
14171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14177   layout:
14178     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14179     layout: "plot-throughput"
14180
14181 - type: "plot"
14182   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14183   algorithm: "plot_perf_box_name"
14184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14186   include:
14187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14193   layout:
14194     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14195     layout: "plot-throughput"
14196
14197 - type: "plot"
14198   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14199   algorithm: "plot_perf_box_name"
14200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14202   include:
14203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14209   layout:
14210     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14211     layout: "plot-throughput"
14212
14213 - type: "plot"
14214   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14215   algorithm: "plot_perf_box_name"
14216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14218   include:
14219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14224   layout:
14225     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14226     layout: "plot-throughput"
14227
14228 - type: "plot"
14229   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14230   algorithm: "plot_perf_box_name"
14231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14233   include:
14234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14239   layout:
14240     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14241     layout: "plot-throughput"
14242
14243 - type: "plot"
14244   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14245   algorithm: "plot_perf_box_name"
14246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14248   include:
14249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14251   layout:
14252     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14253     layout: "plot-throughput"
14254
14255 - type: "plot"
14256   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14257   algorithm: "plot_perf_box_name"
14258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14260   include:
14261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14263   layout:
14264     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14265     layout: "plot-throughput"
14266
14267 - type: "plot"
14268   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14269   algorithm: "plot_perf_box_name"
14270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14272   include:
14273     - "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"
14274     - "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"
14275   layout:
14276     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14277     layout: "plot-throughput"
14278
14279 - type: "plot"
14280   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14281   algorithm: "plot_perf_box_name"
14282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14284   include:
14285     - "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"
14286     - "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"
14287   layout:
14288     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14289     layout: "plot-throughput"
14290
14291 - type: "plot"
14292   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14293   algorithm: "plot_perf_box_name"
14294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14296   include:
14297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14299   layout:
14300     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14301     layout: "plot-throughput"
14302
14303 - type: "plot"
14304   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14305   algorithm: "plot_perf_box_name"
14306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14308   include:
14309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14311   layout:
14312     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14313     layout: "plot-throughput"
14314
14315 - type: "plot"
14316   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14317   algorithm: "plot_perf_box_name"
14318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14320   include:
14321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14323   layout:
14324     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14325     layout: "plot-throughput"
14326
14327 - type: "plot"
14328   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14329   algorithm: "plot_perf_box_name"
14330   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14332   include:
14333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14335   layout:
14336     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14337     layout: "plot-throughput"
14338
14339 - type: "plot"
14340   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14341   algorithm: "plot_perf_box_name"
14342   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14343   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14344   include:
14345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14351   layout:
14352     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14353     layout: "plot-throughput"
14354
14355 - type: "plot"
14356   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14357   algorithm: "plot_perf_box_name"
14358   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14359   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14360   include:
14361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14367   layout:
14368     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14369     layout: "plot-throughput"
14370
14371 - type: "plot"
14372   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14373   algorithm: "plot_perf_box_name"
14374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14375   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14376   include:
14377     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14378     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14379     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14380     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14381     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14382     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14383   layout:
14384     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14385     layout: "plot-throughput"
14386
14387 - type: "plot"
14388   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14389   algorithm: "plot_perf_box_name"
14390   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14391   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14392   include:
14393     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14394     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14395     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14396     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14397     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14398     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14399   layout:
14400     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14401     layout: "plot-throughput"
14402
14403 #- type: "plot"
14404 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14405 #  algorithm: "plot_perf_box_name"
14406 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14407 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14408 #  include:
14409 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14410 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14411 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14412 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14413 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14414 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14415 #  layout:
14416 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14417 #    layout: "plot-throughput"
14418 #
14419 #- type: "plot"
14420 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14421 #  algorithm: "plot_perf_box_name"
14422 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14423 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14424 #  include:
14425 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14426 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14427 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14428 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14429 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14430 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14431 #  layout:
14432 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14433 #    layout: "plot-throughput"
14434
14435 - type: "plot"
14436   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14437   algorithm: "plot_perf_box_name"
14438   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14440   include:
14441     - "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"
14442     - "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"
14443     - "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"
14444     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14445     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14446     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14447   layout:
14448     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14449     layout: "plot-throughput"
14450
14451 - type: "plot"
14452   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14453   algorithm: "plot_perf_box_name"
14454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14456   include:
14457     - "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"
14458     - "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"
14459     - "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"
14460     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14461     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14462     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14463   layout:
14464     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14465     layout: "plot-throughput"
14466
14467 ################################################################################
14468
14469 # Packet Speedup
14470
14471 - type: "plot"
14472   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14473   algorithm: "plot_tsa_name"
14474   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14476   include:
14477     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14478     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14479     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14480     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14481   layout:
14482     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14483     layout: "plot-throughput-speedup-analysis"
14484
14485 - type: "plot"
14486   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14487   algorithm: "plot_tsa_name"
14488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14490   include:
14491     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14492     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14493     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14494     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14495   layout:
14496     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14497     layout: "plot-throughput-speedup-analysis"
14498
14499 - type: "plot"
14500   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14501   algorithm: "plot_tsa_name"
14502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14504   include:
14505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14509   layout:
14510     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14511     layout: "plot-throughput-speedup-analysis"
14512
14513 - type: "plot"
14514   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14515   algorithm: "plot_tsa_name"
14516   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14518   include:
14519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14522     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14523   layout:
14524     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14525     layout: "plot-throughput-speedup-analysis"
14526
14527 - type: "plot"
14528   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14529   algorithm: "plot_tsa_name"
14530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14532   include:
14533     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14534     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14535     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14536     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14537     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14538   layout:
14539     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14540     layout: "plot-throughput-speedup-analysis"
14541
14542 - type: "plot"
14543   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14544   algorithm: "plot_tsa_name"
14545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14547   include:
14548     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14549     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14550     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14551     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14552     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14553   layout:
14554     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14555     layout: "plot-throughput-speedup-analysis"
14556
14557 - type: "plot"
14558   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14559   algorithm: "plot_tsa_name"
14560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14562   include:
14563     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14564     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14565     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14566     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14567     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14568   layout:
14569     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14570     layout: "plot-throughput-speedup-analysis"
14571
14572 - type: "plot"
14573   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14574   algorithm: "plot_tsa_name"
14575   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14577   include:
14578     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14579     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14580     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14581     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14582     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14583   layout:
14584     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14585     layout: "plot-throughput-speedup-analysis"
14586
14587 - type: "plot"
14588   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14589   algorithm: "plot_tsa_name"
14590   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14591   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14592   include:
14593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14599   layout:
14600     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14601     layout: "plot-throughput-speedup-analysis"
14602
14603 - type: "plot"
14604   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14605   algorithm: "plot_tsa_name"
14606   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14607   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14608   include:
14609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14615   layout:
14616     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14617     layout: "plot-throughput-speedup-analysis"
14618
14619 - type: "plot"
14620   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14621   algorithm: "plot_tsa_name"
14622   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14624   include:
14625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14630   layout:
14631     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14632     layout: "plot-throughput-speedup-analysis"
14633
14634 - type: "plot"
14635   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14636   algorithm: "plot_tsa_name"
14637   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14639   include:
14640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14645   layout:
14646     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14647     layout: "plot-throughput-speedup-analysis"
14648
14649 - type: "plot"
14650   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14651   algorithm: "plot_tsa_name"
14652   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14653   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14654   include:
14655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14658   layout:
14659     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14660     layout: "plot-throughput-speedup-analysis"
14661
14662 - type: "plot"
14663   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14664   algorithm: "plot_tsa_name"
14665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14667   include:
14668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14671   layout:
14672     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14673     layout: "plot-throughput-speedup-analysis"
14674
14675 - type: "plot"
14676   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14677   algorithm: "plot_tsa_name"
14678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14680   include:
14681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14686   layout:
14687     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14688     layout: "plot-throughput-speedup-analysis"
14689
14690 - type: "plot"
14691   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14692   algorithm: "plot_tsa_name"
14693   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14695   include:
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14701   layout:
14702     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14703     layout: "plot-throughput-speedup-analysis"
14704
14705 - type: "plot"
14706   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14707   algorithm: "plot_tsa_name"
14708   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14710   include:
14711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14714   layout:
14715     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14723   include:
14724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14727   layout:
14728     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14736   include:
14737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14743   layout:
14744     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14745     layout: "plot-throughput-speedup-analysis"
14746
14747 - type: "plot"
14748   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14749   algorithm: "plot_tsa_name"
14750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14752   include:
14753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14759   layout:
14760     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14761     layout: "plot-throughput-speedup-analysis"
14762
14763 - type: "plot"
14764   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14765   algorithm: "plot_tsa_name"
14766   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14768   include:
14769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14775   layout:
14776     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14777     layout: "plot-throughput-speedup-analysis"
14778
14779 - type: "plot"
14780   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14781   algorithm: "plot_tsa_name"
14782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14784   include:
14785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14791   layout:
14792     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14793     layout: "plot-throughput-speedup-analysis"
14794
14795 - type: "plot"
14796   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14797   algorithm: "plot_tsa_name"
14798   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14800   include:
14801     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14802     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14803     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14804   layout:
14805     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14806     layout: "plot-throughput-speedup-analysis"
14807
14808 - type: "plot"
14809   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14810   algorithm: "plot_tsa_name"
14811   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14812   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14813   include:
14814     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14815     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14817   layout:
14818     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14819     layout: "plot-throughput-speedup-analysis"
14820
14821 - type: "plot"
14822   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14823   algorithm: "plot_tsa_name"
14824   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14826   include:
14827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14830 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14831 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14832   layout:
14833     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14834     layout: "plot-throughput-speedup-analysis"
14835
14836 - type: "plot"
14837   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14838   algorithm: "plot_tsa_name"
14839   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14841   include:
14842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14845 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14846 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14847   layout:
14848     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14849     layout: "plot-throughput-speedup-analysis"
14850
14851 - type: "plot"
14852   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14853   algorithm: "plot_tsa_name"
14854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14856   include:
14857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14862   layout:
14863     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14864     layout: "plot-throughput-speedup-analysis"
14865
14866 - type: "plot"
14867   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14868   algorithm: "plot_tsa_name"
14869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14871   include:
14872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14876     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14877   layout:
14878     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14879     layout: "plot-throughput-speedup-analysis"
14880
14881 - type: "plot"
14882   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14883   algorithm: "plot_tsa_name"
14884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14886   include:
14887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14889     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14890     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14891     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14892   layout:
14893     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14894     layout: "plot-throughput-speedup-analysis"
14895
14896 - type: "plot"
14897   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14898   algorithm: "plot_tsa_name"
14899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14901   include:
14902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14903     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14904     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14905     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14906     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14907   layout:
14908     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14909     layout: "plot-throughput-speedup-analysis"
14910
14911 - type: "plot"
14912   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14913   algorithm: "plot_tsa_name"
14914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14916   include:
14917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14920     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14921     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14922     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14923   layout:
14924     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14925     layout: "plot-throughput-speedup-analysis"
14926
14927 - type: "plot"
14928   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14929   algorithm: "plot_tsa_name"
14930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14932   include:
14933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14935     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14936     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14937     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14938     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14939   layout:
14940     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14941     layout: "plot-throughput-speedup-analysis"
14942
14943 - type: "plot"
14944   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14945   algorithm: "plot_tsa_name"
14946   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14948   include:
14949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14955   layout:
14956     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14957     layout: "plot-throughput-speedup-analysis"
14958
14959 - type: "plot"
14960   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14961   algorithm: "plot_tsa_name"
14962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14964   include:
14965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14971   layout:
14972     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14973     layout: "plot-throughput-speedup-analysis"
14974
14975 - type: "plot"
14976   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14977   algorithm: "plot_tsa_name"
14978   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14980   include:
14981     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14982     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14983   layout:
14984     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14985     layout: "plot-throughput-speedup-analysis"
14986
14987 - type: "plot"
14988   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14989   algorithm: "plot_tsa_name"
14990   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14992   include:
14993     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14994     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14995   layout:
14996     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14997     layout: "plot-throughput-speedup-analysis"
14998
14999 - type: "plot"
15000   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15001   algorithm: "plot_tsa_name"
15002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15004   include:
15005     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15006     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15007     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15009   layout:
15010     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15011     layout: "plot-throughput-speedup-analysis"
15012
15013 - type: "plot"
15014   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15015   algorithm: "plot_tsa_name"
15016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15018   include:
15019     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15022     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15023   layout:
15024     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15025     layout: "plot-throughput-speedup-analysis"
15026
15027 - type: "plot"
15028   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15029   algorithm: "plot_tsa_name"
15030   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15032   include:
15033     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15036     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15037   layout:
15038     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15039     layout: "plot-throughput-speedup-analysis"
15040
15041 - type: "plot"
15042   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15043   algorithm: "plot_tsa_name"
15044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15046   include:
15047     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15049     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15050     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15051   layout:
15052     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15053     layout: "plot-throughput-speedup-analysis"
15054
15055 - type: "plot"
15056   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15057   algorithm: "plot_tsa_name"
15058   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15060   include:
15061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15064     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15065     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15066     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15067   layout:
15068     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15069     layout: "plot-throughput-speedup-analysis"
15070
15071 - type: "plot"
15072   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15073   algorithm: "plot_tsa_name"
15074   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15076   include:
15077     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15078     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15079     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15080     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15083   layout:
15084     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15085     layout: "plot-throughput-speedup-analysis"
15086
15087 - type: "plot"
15088   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15089   algorithm: "plot_tsa_name"
15090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15092   include:
15093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15098   layout:
15099     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15100     layout: "plot-throughput-speedup-analysis"
15101
15102 - type: "plot"
15103   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15104   algorithm: "plot_tsa_name"
15105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15107   include:
15108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15113   layout:
15114     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15115     layout: "plot-throughput-speedup-analysis"
15116
15117 - type: "plot"
15118   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15119   algorithm: "plot_tsa_name"
15120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15122   include:
15123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15128   layout:
15129     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15130     layout: "plot-throughput-speedup-analysis"
15131
15132 - type: "plot"
15133   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15134   algorithm: "plot_tsa_name"
15135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15137   include:
15138     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15139     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15140     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15143   layout:
15144     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15145     layout: "plot-throughput-speedup-analysis"
15146
15147 - type: "plot"
15148   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15149   algorithm: "plot_tsa_name"
15150   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15151   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15152   include:
15153     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15154     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15156   layout:
15157     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15158     layout: "plot-throughput-speedup-analysis"
15159
15160 - type: "plot"
15161   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15162   algorithm: "plot_tsa_name"
15163   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15165   include:
15166     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15167     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15168     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15169   layout:
15170     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15171     layout: "plot-throughput-speedup-analysis"
15172
15173 - type: "plot"
15174   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15175   algorithm: "plot_tsa_name"
15176   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15178   include:
15179     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15181     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15182   layout:
15183     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15184     layout: "plot-throughput-speedup-analysis"
15185
15186 - type: "plot"
15187   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15188   algorithm: "plot_tsa_name"
15189   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15191   include:
15192     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15195   layout:
15196     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15197     layout: "plot-throughput-speedup-analysis"
15198
15199 - type: "plot"
15200   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15201   algorithm: "plot_tsa_name"
15202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15204   include:
15205     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15210   layout:
15211     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15212     layout: "plot-throughput-speedup-analysis"
15213
15214 - type: "plot"
15215   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15216   algorithm: "plot_tsa_name"
15217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15219   include:
15220     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15221     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15225   layout:
15226     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15227     layout: "plot-throughput-speedup-analysis"
15228
15229 - type: "plot"
15230   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15231   algorithm: "plot_tsa_name"
15232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15234   include:
15235     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15237     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15238     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15239     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15240   layout:
15241     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15242     layout: "plot-throughput-speedup-analysis"
15243
15244 - type: "plot"
15245   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15246   algorithm: "plot_tsa_name"
15247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15249   include:
15250     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15251     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15252     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15253     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15254     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15255   layout:
15256     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15257     layout: "plot-throughput-speedup-analysis"
15258
15259 - type: "plot"
15260   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15261   algorithm: "plot_tsa_name"
15262   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15264   include:
15265     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15266     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15267     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15268     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15269     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15270     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15271   layout:
15272     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15273     layout: "plot-throughput-speedup-analysis"
15274
15275 - type: "plot"
15276   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15277   algorithm: "plot_tsa_name"
15278   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15280   include:
15281     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15282     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15283     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15284     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15287   layout:
15288     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15289     layout: "plot-throughput-speedup-analysis"
15290
15291 - type: "plot"
15292   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15293   algorithm: "plot_tsa_name"
15294   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15295   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15296   include:
15297     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15298     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15299     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15300     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15301   layout:
15302     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15303     layout: "plot-throughput-speedup-analysis"
15304
15305 - type: "plot"
15306   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15307   algorithm: "plot_tsa_name"
15308   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15309   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15310   include:
15311     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15312     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15313     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15314     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15315   layout:
15316     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15317     layout: "plot-throughput-speedup-analysis"
15318
15319 - type: "plot"
15320   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15321   algorithm: "plot_tsa_name"
15322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15324   include:
15325     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15326     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15327     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15328     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15329     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15330     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15331   layout:
15332     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15333     layout: "plot-throughput-speedup-analysis"
15334
15335 - type: "plot"
15336   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15337   algorithm: "plot_tsa_name"
15338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15340   include:
15341     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15342     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15343     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15344     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15347   layout:
15348     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15349     layout: "plot-throughput-speedup-analysis"
15350
15351 - type: "plot"
15352   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15353   algorithm: "plot_tsa_name"
15354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15356   include:
15357     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15358     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15359     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15360     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15363   layout:
15364     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15365     layout: "plot-throughput-speedup-analysis"
15366
15367 - type: "plot"
15368   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15369   algorithm: "plot_tsa_name"
15370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15372   include:
15373     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15374     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15375     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15376     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15379   layout:
15380     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15381     layout: "plot-throughput-speedup-analysis"
15382
15383 - type: "plot"
15384   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15385   algorithm: "plot_tsa_name"
15386   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15388   include:
15389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15395   layout:
15396     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15397     layout: "plot-throughput-speedup-analysis"
15398
15399 - type: "plot"
15400   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15401   algorithm: "plot_tsa_name"
15402   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15404   include:
15405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15411   layout:
15412     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15413     layout: "plot-throughput-speedup-analysis"
15414
15415 - type: "plot"
15416   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15417   algorithm: "plot_tsa_name"
15418   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15420   include:
15421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15427   layout:
15428     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15429     layout: "plot-throughput-speedup-analysis"
15430
15431 - type: "plot"
15432   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15433   algorithm: "plot_tsa_name"
15434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15436   include:
15437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15443   layout:
15444     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15445     layout: "plot-throughput-speedup-analysis"
15446
15447 - type: "plot"
15448   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15449   algorithm: "plot_tsa_name"
15450   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15452   include:
15453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15459   layout:
15460     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15461     layout: "plot-throughput-speedup-analysis"
15462
15463 - type: "plot"
15464   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15465   algorithm: "plot_tsa_name"
15466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15468   include:
15469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15475   layout:
15476     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15477     layout: "plot-throughput-speedup-analysis"
15478
15479 - type: "plot"
15480   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15481   algorithm: "plot_tsa_name"
15482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15484   include:
15485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15489   layout:
15490     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15491     layout: "plot-throughput-speedup-analysis"
15492
15493 - type: "plot"
15494   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15495   algorithm: "plot_tsa_name"
15496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15498   include:
15499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15503   layout:
15504     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15505     layout: "plot-throughput-speedup-analysis"
15506
15507 - type: "plot"
15508   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15509   algorithm: "plot_tsa_name"
15510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15512   include:
15513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15517   layout:
15518     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15519     layout: "plot-throughput-speedup-analysis"
15520
15521 - type: "plot"
15522   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15523   algorithm: "plot_tsa_name"
15524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15526   include:
15527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15531   layout:
15532     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15533     layout: "plot-throughput-speedup-analysis"
15534
15535 - type: "plot"
15536   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15537   algorithm: "plot_tsa_name"
15538   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15539   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15540   include:
15541     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15544     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15545     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15547   layout:
15548     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15549     layout: "plot-throughput-speedup-analysis"
15550
15551 - type: "plot"
15552   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15553   algorithm: "plot_tsa_name"
15554   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15556   include:
15557     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15558     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15563   layout:
15564     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15565     layout: "plot-throughput-speedup-analysis"
15566
15567 - type: "plot"
15568   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15569   algorithm: "plot_tsa_name"
15570   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15572   include:
15573     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15574     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15578   layout:
15579     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15580     layout: "plot-throughput-speedup-analysis"
15581
15582 - type: "plot"
15583   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15584   algorithm: "plot_tsa_name"
15585   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15587   include:
15588     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15589     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15593   layout:
15594     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15595     layout: "plot-throughput-speedup-analysis"
15596
15597 - type: "plot"
15598   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15599   algorithm: "plot_tsa_name"
15600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15602   include:
15603     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15608   layout:
15609     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15610     layout: "plot-throughput-speedup-analysis"
15611
15612 - type: "plot"
15613   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15614   algorithm: "plot_tsa_name"
15615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15617   include:
15618     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15623   layout:
15624     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15625     layout: "plot-throughput-speedup-analysis"
15626
15627 - type: "plot"
15628   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15629   algorithm: "plot_tsa_name"
15630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15632   include:
15633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15637   layout:
15638     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15639     layout: "plot-throughput-speedup-analysis"
15640
15641 - type: "plot"
15642   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15643   algorithm: "plot_tsa_name"
15644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15646   include:
15647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15651   layout:
15652     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15660   include:
15661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15667   layout:
15668     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15669     layout: "plot-throughput-speedup-analysis"
15670
15671 - type: "plot"
15672   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15673   algorithm: "plot_tsa_name"
15674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15676   include:
15677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15683   layout:
15684     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15685     layout: "plot-throughput-speedup-analysis"
15686
15687 - type: "plot"
15688   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15689   algorithm: "plot_tsa_name"
15690   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15692   include:
15693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15699   layout:
15700     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15701     layout: "plot-throughput-speedup-analysis"
15702
15703 - type: "plot"
15704   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15705   algorithm: "plot_tsa_name"
15706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15708   include:
15709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15715   layout:
15716     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15717     layout: "plot-throughput-speedup-analysis"
15718
15719 - type: "plot"
15720   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15721   algorithm: "plot_tsa_name"
15722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15724   include:
15725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15731   layout:
15732     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15733     layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15740   include:
15741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15747   layout:
15748     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15749     layout: "plot-throughput-speedup-analysis"
15750
15751 - type: "plot"
15752   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15753   algorithm: "plot_tsa_name"
15754   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15755   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15756   include:
15757     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15758     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15759     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15760     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15761     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15762     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15763   layout:
15764     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15765     layout: "plot-throughput-speedup-analysis"
15766
15767 - type: "plot"
15768   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15769   algorithm: "plot_tsa_name"
15770   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15772   include:
15773     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15774     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15775     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15776     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15777     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15778     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15779   layout:
15780     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15781     layout: "plot-throughput-speedup-analysis"
15782
15783 - type: "plot"
15784   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15785   algorithm: "plot_tsa_name"
15786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15788   include:
15789     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15790     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15791     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15792     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15795   layout:
15796     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15797     layout: "plot-throughput-speedup-analysis"
15798
15799 - type: "plot"
15800   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15801   algorithm: "plot_tsa_name"
15802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15804   include:
15805     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15806     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15807     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15811   layout:
15812     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15813     layout: "plot-throughput-speedup-analysis"
15814
15815 - type: "plot"
15816   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15817   algorithm: "plot_tsa_name"
15818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15820   include:
15821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15826   layout:
15827     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 - type: "plot"
15831   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15835   include:
15836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15841   layout:
15842     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15843     layout: "plot-throughput-speedup-analysis"
15844
15845 - type: "plot"
15846   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15847   algorithm: "plot_tsa_name"
15848   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15850   include:
15851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15856   layout:
15857     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15858     layout: "plot-throughput-speedup-analysis"
15859
15860 - type: "plot"
15861   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15862   algorithm: "plot_tsa_name"
15863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15865   include:
15866     - "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"
15867     - "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"
15868     - "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"
15869     - "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"
15870     - "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"
15871   layout:
15872     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15873     layout: "plot-throughput-speedup-analysis"
15874
15875 - type: "plot"
15876   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15877   algorithm: "plot_tsa_name"
15878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15880   include:
15881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15886   layout:
15887     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15888     layout: "plot-throughput-speedup-analysis"
15889
15890 - type: "plot"
15891   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15892   algorithm: "plot_tsa_name"
15893   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15894   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15895   include:
15896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15901   layout:
15902     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15903     layout: "plot-throughput-speedup-analysis"
15904
15905 - type: "plot"
15906   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15907   algorithm: "plot_tsa_name"
15908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15910   include:
15911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15916   layout:
15917     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15918     layout: "plot-throughput-speedup-analysis"
15919
15920 - type: "plot"
15921   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15922   algorithm: "plot_tsa_name"
15923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15925   include:
15926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15931   layout:
15932     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15933     layout: "plot-throughput-speedup-analysis"
15934
15935 - type: "plot"
15936   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15937   algorithm: "plot_tsa_name"
15938   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15939   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15940   include:
15941     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15942     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15943     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15944     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15945     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15946   layout:
15947     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15948     layout: "plot-throughput-speedup-analysis"
15949
15950 - type: "plot"
15951   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15952   algorithm: "plot_tsa_name"
15953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15955   include:
15956     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15957     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15958     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15959     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15960     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15961   layout:
15962     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15963     layout: "plot-throughput-speedup-analysis"
15964
15965 - type: "plot"
15966   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15967   algorithm: "plot_tsa_name"
15968   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15969   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15970   include:
15971     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15972     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15973     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15974     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15975     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15976   layout:
15977     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15978     layout: "plot-throughput-speedup-analysis"
15979
15980 - type: "plot"
15981   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15982   algorithm: "plot_tsa_name"
15983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15985   include:
15986     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15987     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15988     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15989     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15990     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15991   layout:
15992     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15993     layout: "plot-throughput-speedup-analysis"
15994
15995 - type: "plot"
15996   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15997   algorithm: "plot_tsa_name"
15998   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16000   include:
16001     - "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"
16002     - "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"
16003     - "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"
16004     - "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"
16005   layout:
16006     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16007     layout: "plot-throughput-speedup-analysis"
16008
16009 - type: "plot"
16010   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16011   algorithm: "plot_tsa_name"
16012   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16014   include:
16015     - "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"
16016     - "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"
16017     - "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"
16018     - "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"
16019   layout:
16020     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16028   include:
16029     - "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"
16030     - "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"
16031     - "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"
16032     - "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"
16033   layout:
16034     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16035     layout: "plot-throughput-speedup-analysis"
16036
16037 - type: "plot"
16038   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16039   algorithm: "plot_tsa_name"
16040   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16042   include:
16043     - "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"
16044     - "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"
16045     - "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"
16046     - "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"
16047   layout:
16048     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16049     layout: "plot-throughput-speedup-analysis"
16050
16051 - type: "plot"
16052   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16053   algorithm: "plot_tsa_name"
16054   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16056   include:
16057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16063   layout:
16064     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16065     layout: "plot-throughput-speedup-analysis"
16066
16067 - type: "plot"
16068   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16069   algorithm: "plot_tsa_name"
16070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16072   include:
16073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16079   layout:
16080     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16081     layout: "plot-throughput-speedup-analysis"
16082
16083 - type: "plot"
16084   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16085   algorithm: "plot_tsa_name"
16086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16088   include:
16089     - "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"
16090     - "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"
16091     - "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"
16092     - "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"
16093     - "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"
16094     - "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"
16095   layout:
16096     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16097     layout: "plot-throughput-speedup-analysis"
16098
16099 - type: "plot"
16100   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16101   algorithm: "plot_tsa_name"
16102   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16104   include:
16105     - "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"
16106     - "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"
16107     - "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"
16108     - "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"
16109     - "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"
16110     - "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"
16111   layout:
16112     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16113     layout: "plot-throughput-speedup-analysis"
16114
16115 - type: "plot"
16116   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16117   algorithm: "plot_tsa_name"
16118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16120   include:
16121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16127   layout:
16128     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16129     layout: "plot-throughput-speedup-analysis"
16130
16131 - type: "plot"
16132   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16133   algorithm: "plot_tsa_name"
16134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16136   include:
16137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16143   layout:
16144     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16145     layout: "plot-throughput-speedup-analysis"
16146
16147 - type: "plot"
16148   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16149   algorithm: "plot_tsa_name"
16150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16152   include:
16153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16158   layout:
16159     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16160     layout: "plot-throughput-speedup-analysis"
16161
16162 - type: "plot"
16163   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16164   algorithm: "plot_tsa_name"
16165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16167   include:
16168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16173   layout:
16174     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16175     layout: "plot-throughput-speedup-analysis"
16176
16177 - type: "plot"
16178   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16179   algorithm: "plot_tsa_name"
16180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16182   include:
16183     - "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"
16184     - "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"
16185   layout:
16186     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16187     layout: "plot-throughput-speedup-analysis"
16188
16189 - type: "plot"
16190   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16191   algorithm: "plot_tsa_name"
16192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16194   include:
16195     - "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"
16196     - "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"
16197   layout:
16198     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16199     layout: "plot-throughput-speedup-analysis"
16200
16201 - type: "plot"
16202   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16203   algorithm: "plot_tsa_name"
16204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16206   include:
16207     - "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"
16208     - "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"
16209   layout:
16210     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16211     layout: "plot-throughput-speedup-analysis"
16212
16213 - type: "plot"
16214   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16215   algorithm: "plot_tsa_name"
16216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16218   include:
16219     - "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"
16220     - "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"
16221   layout:
16222     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16223     layout: "plot-throughput-speedup-analysis"
16224
16225 - type: "plot"
16226   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16227   algorithm: "plot_tsa_name"
16228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16230   include:
16231     - "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"
16232     - "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"
16233     - "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"
16234     - "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"
16235     - "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"
16236     - "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"
16237   layout:
16238     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16239     layout: "plot-throughput-speedup-analysis"
16240
16241 - type: "plot"
16242   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16243   algorithm: "plot_tsa_name"
16244   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16246   include:
16247     - "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"
16248     - "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"
16249     - "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"
16250     - "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"
16251     - "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"
16252     - "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"
16253   layout:
16254     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16255     layout: "plot-throughput-speedup-analysis"
16256
16257 - type: "plot"
16258   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16259   algorithm: "plot_tsa_name"
16260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16261   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16262   include:
16263     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16264     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16265     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16266     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16267     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16268   layout:
16269     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16270     layout: "plot-throughput-speedup-analysis"
16271
16272 - type: "plot"
16273   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16274   algorithm: "plot_tsa_name"
16275   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16276   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16277   include:
16278     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16279     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16280     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16281     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16282     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16283   layout:
16284     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16285     layout: "plot-throughput-speedup-analysis"
16286
16287 - type: "plot"
16288   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16289   algorithm: "plot_tsa_name"
16290   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16291   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16292   include:
16293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16298   layout:
16299     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16300     layout: "plot-throughput-speedup-analysis"
16301
16302 - type: "plot"
16303   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16304   algorithm: "plot_tsa_name"
16305   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16306   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16307   include:
16308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16313   layout:
16314     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16315     layout: "plot-throughput-speedup-analysis"
16316
16317 - type: "plot"
16318   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16319   algorithm: "plot_tsa_name"
16320   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16321   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16322   include:
16323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16329   layout:
16330     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16331     layout: "plot-throughput-speedup-analysis"
16332
16333 - type: "plot"
16334   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16335   algorithm: "plot_tsa_name"
16336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16338   include:
16339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16345   layout:
16346     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16347     layout: "plot-throughput-speedup-analysis"
16348
16349 - type: "plot"
16350   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16351   algorithm: "plot_tsa_name"
16352   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16353   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16354   include:
16355     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16356     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16357     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16359   layout:
16360     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16361     layout: "plot-throughput-speedup-analysis"
16362
16363 - type: "plot"
16364   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16365   algorithm: "plot_tsa_name"
16366   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16367   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16368   include:
16369     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16370     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16371     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16373   layout:
16374     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16375     layout: "plot-throughput-speedup-analysis"
16376
16377 - type: "plot"
16378   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16379   algorithm: "plot_tsa_name"
16380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16381   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16382   include:
16383     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16388   layout:
16389     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16390     layout: "plot-throughput-speedup-analysis"
16391
16392 - type: "plot"
16393   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16394   algorithm: "plot_tsa_name"
16395   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16396   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16397   include:
16398     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16400     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16403   layout:
16404     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16405     layout: "plot-throughput-speedup-analysis"
16406
16407 - type: "plot"
16408   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16409   algorithm: "plot_tsa_name"
16410   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16411   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16412   include:
16413     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16416     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16419   layout:
16420     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16421     layout: "plot-throughput-speedup-analysis"
16422
16423 - type: "plot"
16424   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16425   algorithm: "plot_tsa_name"
16426   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16427   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16428   include:
16429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16435   layout:
16436     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16437     layout: "plot-throughput-speedup-analysis"
16438
16439 - type: "plot"
16440   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16441   algorithm: "plot_tsa_name"
16442   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16443   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16444   include:
16445     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16446     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16449   layout:
16450     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16451     layout: "plot-throughput-speedup-analysis"
16452
16453 - type: "plot"
16454   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16455   algorithm: "plot_tsa_name"
16456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16458   include:
16459     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16460     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16461     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16462     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16463   layout:
16464     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16465     layout: "plot-throughput-speedup-analysis"
16466
16467 - type: "plot"
16468   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16469   algorithm: "plot_tsa_name"
16470   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16471   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16472   include:
16473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16479   layout:
16480     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16481     layout: "plot-throughput-speedup-analysis"
16482
16483 - type: "plot"
16484   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16485   algorithm: "plot_tsa_name"
16486   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16487   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16488   include:
16489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16495   layout:
16496     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16497     layout: "plot-throughput-speedup-analysis"
16498
16499 - type: "plot"
16500   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16501   algorithm: "plot_tsa_name"
16502   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16503   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16504   include:
16505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16511   layout:
16512     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16513     layout: "plot-throughput-speedup-analysis"
16514
16515 - type: "plot"
16516   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16517   algorithm: "plot_tsa_name"
16518   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16519   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16520   include:
16521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16527   layout:
16528     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16529     layout: "plot-throughput-speedup-analysis"
16530
16531 - type: "plot"
16532   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16533   algorithm: "plot_tsa_name"
16534   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16535   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16536   include:
16537     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16538     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16539     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16540     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16541     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16542     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16543   layout:
16544     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16545     layout: "plot-throughput-speedup-analysis"
16546
16547 - type: "plot"
16548   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16549   algorithm: "plot_tsa_name"
16550   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16551   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16552   include:
16553     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16554     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16555     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16556     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16557     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16558     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16559   layout:
16560     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16561     layout: "plot-throughput-speedup-analysis"
16562
16563 - type: "plot"
16564   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16565   algorithm: "plot_tsa_name"
16566   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16567   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16568   include:
16569     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16570     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16571     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16572     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16573     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16574     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16575   layout:
16576     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16577     layout: "plot-throughput-speedup-analysis"
16578
16579 - type: "plot"
16580   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16581   algorithm: "plot_tsa_name"
16582   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16583   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16584   include:
16585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16587     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16588     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16589     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16591   layout:
16592     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16593     layout: "plot-throughput-speedup-analysis"
16594
16595 - type: "plot"
16596   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16597   algorithm: "plot_tsa_name"
16598   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16599   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16600   include:
16601     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16602     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16603     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16604     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16607   layout:
16608     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16609     layout: "plot-throughput-speedup-analysis"
16610
16611 - type: "plot"
16612   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16613   algorithm: "plot_tsa_name"
16614   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16615   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16616   include:
16617     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16623   layout:
16624     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16625     layout: "plot-throughput-speedup-analysis"
16626
16627 #- type: "plot"
16628 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16629 #  algorithm: "plot_tsa_name"
16630 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16631 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16632 #  include:
16633 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16634 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16635 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16636 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16637 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16638 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16639 #  layout:
16640 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16641 #    layout: "plot-throughput-speedup-analysis"
16642 #
16643 #- type: "plot"
16644 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16645 #  algorithm: "plot_tsa_name"
16646 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16647 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16648 #  include:
16649 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16650 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16651 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16652 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16653 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16654 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16655 #  layout:
16656 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16657 #    layout: "plot-throughput-speedup-analysis"
16658
16659 - type: "plot"
16660   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16661   algorithm: "plot_tsa_name"
16662   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16663   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16664   include:
16665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16667     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16668     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16670   layout:
16671     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16672     layout: "plot-throughput-speedup-analysis"
16673
16674 - type: "plot"
16675   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16676   algorithm: "plot_tsa_name"
16677   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16678   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16679   include:
16680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16685   layout:
16686     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16687     layout: "plot-throughput-speedup-analysis"
16688
16689 - type: "plot"
16690   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16691   algorithm: "plot_tsa_name"
16692   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16693   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16694   include:
16695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16701   layout:
16702     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16703     layout: "plot-throughput-speedup-analysis"
16704
16705 - type: "plot"
16706   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16707   algorithm: "plot_tsa_name"
16708   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16709   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16710   include:
16711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16717   layout:
16718     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16719     layout: "plot-throughput-speedup-analysis"
16720
16721 - type: "plot"
16722   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16723   algorithm: "plot_tsa_name"
16724   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16725   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16726   include:
16727     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16732   layout:
16733     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16734     layout: "plot-throughput-speedup-analysis"
16735
16736 - type: "plot"
16737   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16738   algorithm: "plot_tsa_name"
16739   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16740   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16741   include:
16742     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16743     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16744     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16747   layout:
16748     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16749     layout: "plot-throughput-speedup-analysis"
16750
16751 #- type: "plot"
16752 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16753 #  algorithm: "plot_tsa_name"
16754 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16755 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16756 #  include:
16757 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16758 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16759 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16760 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16761 #  layout:
16762 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16763 #    layout: "plot-throughput-speedup-analysis"
16764 #
16765 #- type: "plot"
16766 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16767 #  algorithm: "plot_tsa_name"
16768 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16769 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16770 #  include:
16771 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16772 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16773 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16774 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16775 #  layout:
16776 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16777 #    layout: "plot-throughput-speedup-analysis"
16778
16779 - type: "plot"
16780   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16781   algorithm: "plot_tsa_name"
16782   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16783   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16784   include:
16785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16791   layout:
16792     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16793     layout: "plot-throughput-speedup-analysis"
16794
16795 - type: "plot"
16796   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16797   algorithm: "plot_tsa_name"
16798   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16799   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16800   include:
16801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16807   layout:
16808     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16809     layout: "plot-throughput-speedup-analysis"
16810
16811 - type: "plot"
16812   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16813   algorithm: "plot_tsa_name"
16814   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16815   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16816   include:
16817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16822   layout:
16823     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16824     layout: "plot-throughput-speedup-analysis"
16825
16826 - type: "plot"
16827   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16828   algorithm: "plot_tsa_name"
16829   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16830   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16831   include:
16832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16837   layout:
16838     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16839     layout: "plot-throughput-speedup-analysis"
16840
16841 - type: "plot"
16842   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16843   algorithm: "plot_tsa_name"
16844   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16845   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16846   include:
16847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16853   layout:
16854     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16855     layout: "plot-throughput-speedup-analysis"
16856
16857 - type: "plot"
16858   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16859   algorithm: "plot_tsa_name"
16860   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16861   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16862   include:
16863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16869   layout:
16870     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16871     layout: "plot-throughput-speedup-analysis"
16872
16873 - type: "plot"
16874   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16875   algorithm: "plot_tsa_name"
16876   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16877   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16878   include:
16879     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16883   layout:
16884     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16885     layout: "plot-throughput-speedup-analysis"
16886
16887 - type: "plot"
16888   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16889   algorithm: "plot_tsa_name"
16890   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16891   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16892   include:
16893     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16897   layout:
16898     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16899     layout: "plot-throughput-speedup-analysis"
16900
16901 - type: "plot"
16902   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16903   algorithm: "plot_tsa_name"
16904   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16905   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16906   include:
16907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16912   layout:
16913     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16914     layout: "plot-throughput-speedup-analysis"
16915
16916 - type: "plot"
16917   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16918   algorithm: "plot_tsa_name"
16919   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16920   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16921   include:
16922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16927   layout:
16928     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16929     layout: "plot-throughput-speedup-analysis"
16930
16931 - type: "plot"
16932   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16933   algorithm: "plot_tsa_name"
16934   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16935   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16936   include:
16937     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16938     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16943   layout:
16944     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16945     layout: "plot-throughput-speedup-analysis"
16946
16947 - type: "plot"
16948   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16949   algorithm: "plot_tsa_name"
16950   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16951   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16952   include:
16953     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16959   layout:
16960     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16961     layout: "plot-throughput-speedup-analysis"
16962
16963 #- type: "plot"
16964 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16965 #  algorithm: "plot_tsa_name"
16966 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16967 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16968 #  include:
16969 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16970 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16971 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16972 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16973 #  layout:
16974 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16975 #    layout: "plot-throughput-speedup-analysis"
16976 #
16977 #- type: "plot"
16978 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16979 #  algorithm: "plot_tsa_name"
16980 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16981 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16982 #  include:
16983 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16984 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16985 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16986 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16987 #  layout:
16988 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16989 #    layout: "plot-throughput-speedup-analysis"
16990
16991 - type: "plot"
16992   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16993   algorithm: "plot_tsa_name"
16994   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16995   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16996   include:
16997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17003   layout:
17004     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17005     layout: "plot-throughput-speedup-analysis"
17006
17007 - type: "plot"
17008   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17009   algorithm: "plot_tsa_name"
17010   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17011   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17012   include:
17013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17016     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17017     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17018     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17019   layout:
17020     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17021     layout: "plot-throughput-speedup-analysis"
17022
17023 #- type: "plot"
17024 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17025 #  algorithm: "plot_tsa_name"
17026 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17027 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17028 #  include:
17029 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17030 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17031 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17032 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17033 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17034 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17035 #  layout:
17036 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17037 #    layout: "plot-throughput-speedup-analysis"
17038 #
17039 #- type: "plot"
17040 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17041 #  algorithm: "plot_tsa_name"
17042 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17043 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17044 #  include:
17045 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17046 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17047 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17048 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17049 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17050 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17051 #  layout:
17052 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17053 #    layout: "plot-throughput-speedup-analysis"
17054
17055 #- type: "plot"
17056 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17057 #  algorithm: "plot_tsa_name"
17058 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17059 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17060 #  include:
17061 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17062 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17063 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17064 #  layout:
17065 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17066 #    layout: "plot-throughput-speedup-analysis"
17067 #
17068 #- type: "plot"
17069 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17070 #  algorithm: "plot_tsa_name"
17071 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17072 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17073 #  include:
17074 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17075 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17076 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17077 #  layout:
17078 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17079 #    layout: "plot-throughput-speedup-analysis"
17080
17081 ################################################################################
17082
17083 # Packet Throughput - DPDK
17084
17085 # 2n-skx-xxv710
17086
17087 - type: "plot"
17088   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17089   algorithm: "plot_perf_box_name"
17090   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17091   data: "plot-dpdk-throughput-latency-2n-skx"
17092   include:
17093     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17094     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17095   layout:
17096     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17097     layout: "plot-throughput"
17098
17099 - type: "plot"
17100   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17101   algorithm: "plot_perf_box_name"
17102   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17103   data: "plot-dpdk-throughput-latency-2n-skx"
17104   include:
17105     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17106     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17107   layout:
17108     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17109     layout: "plot-throughput"
17110
17111 - type: "plot"
17112   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17113   algorithm: "plot_perf_box_name"
17114   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17115   data: "plot-dpdk-throughput-latency-2n-skx"
17116   include:
17117     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17118     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17119   layout:
17120     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17121     layout: "plot-throughput"
17122
17123 - type: "plot"
17124   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17125   algorithm: "plot_perf_box_name"
17126   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17127   data: "plot-dpdk-throughput-latency-2n-skx"
17128   include:
17129     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17130     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17131   layout:
17132     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17133     layout: "plot-throughput"
17134
17135 # 2n-skx-x710
17136
17137 - type: "plot"
17138   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17141   data: "plot-dpdk-throughput-latency-2n-skx"
17142   include:
17143     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17144     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17145   layout:
17146     title: "2n-skx-x710-64b-2t1c-base-ndr"
17147     layout: "plot-throughput"
17148
17149 - type: "plot"
17150   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17151   algorithm: "plot_perf_box_name"
17152   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17153   data: "plot-dpdk-throughput-latency-2n-skx"
17154   include:
17155     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17156     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17157   layout:
17158     title: "2n-skx-x710-64b-4t2c-base-ndr"
17159     layout: "plot-throughput"
17160
17161 - type: "plot"
17162   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17163   algorithm: "plot_perf_box_name"
17164   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17165   data: "plot-dpdk-throughput-latency-2n-skx"
17166   include:
17167     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17168     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17169   layout:
17170     title: "2n-skx-x710-64b-2t1c-base-pdr"
17171     layout: "plot-throughput"
17172
17173 - type: "plot"
17174   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17175   algorithm: "plot_perf_box_name"
17176   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17177   data: "plot-dpdk-throughput-latency-2n-skx"
17178   include:
17179     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17180     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17181   layout:
17182     title: "2n-skx-x710-64b-4t2c-base-pdr"
17183     layout: "plot-throughput"
17184
17185 # 3n-skx-xxv710
17186
17187 - type: "plot"
17188   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17189   algorithm: "plot_perf_box_name"
17190   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17191   data: "plot-dpdk-throughput-latency-3n-skx"
17192   include:
17193     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17194     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17195   layout:
17196     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17197     layout: "plot-throughput"
17198
17199 - type: "plot"
17200   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17201   algorithm: "plot_perf_box_name"
17202   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17203   data: "plot-dpdk-throughput-latency-3n-skx"
17204   include:
17205     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17206     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17207   layout:
17208     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17209     layout: "plot-throughput"
17210
17211 - type: "plot"
17212   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17213   algorithm: "plot_perf_box_name"
17214   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17215   data: "plot-dpdk-throughput-latency-3n-skx"
17216   include:
17217     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17218     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17219   layout:
17220     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17221     layout: "plot-throughput"
17222
17223 - type: "plot"
17224   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17225   algorithm: "plot_perf_box_name"
17226   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17227   data: "plot-dpdk-throughput-latency-3n-skx"
17228   include:
17229     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17230     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17231   layout:
17232     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17233     layout: "plot-throughput"
17234
17235 # 3n-skx-x710
17236
17237 - type: "plot"
17238   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17239   algorithm: "plot_perf_box_name"
17240   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17241   data: "plot-dpdk-throughput-latency-3n-skx"
17242   include:
17243     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17244     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17245   layout:
17246     title: "3n-skx-x710-64b-2t1c-base-ndr"
17247     layout: "plot-throughput"
17248
17249 - type: "plot"
17250   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17251   algorithm: "plot_perf_box_name"
17252   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17253   data: "plot-dpdk-throughput-latency-3n-skx"
17254   include:
17255     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17256     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17257   layout:
17258     title: "3n-skx-x710-64b-4t2c-base-ndr"
17259     layout: "plot-throughput"
17260
17261 - type: "plot"
17262   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17263   algorithm: "plot_perf_box_name"
17264   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17265   data: "plot-dpdk-throughput-latency-3n-skx"
17266   include:
17267     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17268     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17269   layout:
17270     title: "3n-skx-x710-64b-2t1c-base-pdr"
17271     layout: "plot-throughput"
17272
17273 - type: "plot"
17274   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17275   algorithm: "plot_perf_box_name"
17276   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17277   data: "plot-dpdk-throughput-latency-3n-skx"
17278   include:
17279     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17280     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17281   layout:
17282     title: "3n-skx-x710-64b-4t2c-base-pdr"
17283     layout: "plot-throughput"
17284
17285 # 3n-hsw-xl710
17286
17287 - type: "plot"
17288   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17289   algorithm: "plot_perf_box_name"
17290   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17291   data: "plot-dpdk-throughput-latency-3n-hsw"
17292   include:
17293     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17294     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17295   layout:
17296     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17297     layout: "plot-throughput"
17298
17299 - type: "plot"
17300   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17301   algorithm: "plot_perf_box_name"
17302   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17303   data: "plot-dpdk-throughput-latency-3n-hsw"
17304   include:
17305     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17306     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17307   layout:
17308     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17315   data: "plot-dpdk-throughput-latency-3n-hsw"
17316   include:
17317     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17318     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17319   layout:
17320     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17321     layout: "plot-throughput"
17322
17323 - type: "plot"
17324   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17325   algorithm: "plot_perf_box_name"
17326   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17327   data: "plot-dpdk-throughput-latency-3n-hsw"
17328   include:
17329     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17330     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17331   layout:
17332     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17333     layout: "plot-throughput"
17334
17335 # 3n-hsw-x710
17336
17337 - type: "plot"
17338   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17339   algorithm: "plot_perf_box_name"
17340   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17341   data: "plot-dpdk-throughput-latency-3n-hsw"
17342   include:
17343     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17344     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17345   layout:
17346     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17347     layout: "plot-throughput"
17348
17349 - type: "plot"
17350   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17351   algorithm: "plot_perf_box_name"
17352   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17353   data: "plot-dpdk-throughput-latency-3n-hsw"
17354   include:
17355     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17356     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17357   layout:
17358     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17359     layout: "plot-throughput"
17360
17361 - type: "plot"
17362   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17363   algorithm: "plot_perf_box_name"
17364   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17365   data: "plot-dpdk-throughput-latency-3n-hsw"
17366   include:
17367     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17368     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17369   layout:
17370     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17371     layout: "plot-throughput"
17372
17373 - type: "plot"
17374   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17375   algorithm: "plot_perf_box_name"
17376   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17377   data: "plot-dpdk-throughput-latency-3n-hsw"
17378   include:
17379     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17380     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17381   layout:
17382     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17383     layout: "plot-throughput"
17384
17385 # 2n-dnv-x553
17386
17387 - type: "plot"
17388   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17389   algorithm: "plot_perf_box_name"
17390   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17391   data: "plot-dpdk-throughput-latency-2n-dnv"
17392   include:
17393     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17394     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17395   layout:
17396     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17397     layout: "plot-throughput"
17398
17399 - type: "plot"
17400   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17401   algorithm: "plot_perf_box_name"
17402   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17403   data: "plot-dpdk-throughput-latency-2n-dnv"
17404   include:
17405     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17406     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17407   layout:
17408     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17409     layout: "plot-throughput"
17410
17411 - type: "plot"
17412   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17413   algorithm: "plot_perf_box_name"
17414   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17415   data: "plot-dpdk-throughput-latency-2n-dnv"
17416   include:
17417     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17418     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17419   layout:
17420     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17421     layout: "plot-throughput"
17422
17423 - type: "plot"
17424   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17425   algorithm: "plot_perf_box_name"
17426   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17427   data: "plot-dpdk-throughput-latency-2n-dnv"
17428   include:
17429     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17430     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17431   layout:
17432     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17433     layout: "plot-throughput"
17434
17435 # 3n-dnv-x553
17436
17437 - type: "plot"
17438   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17439   algorithm: "plot_perf_box_name"
17440   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17441   data: "plot-dpdk-throughput-latency-3n-dnv"
17442   include:
17443     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17444     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17445   layout:
17446     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17451   algorithm: "plot_perf_box_name"
17452   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17453   data: "plot-dpdk-throughput-latency-3n-dnv"
17454   include:
17455     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17456     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17457   layout:
17458     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17459     layout: "plot-throughput"
17460
17461 - type: "plot"
17462   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17463   algorithm: "plot_perf_box_name"
17464   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17465   data: "plot-dpdk-throughput-latency-3n-dnv"
17466   include:
17467     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17468     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17469   layout:
17470     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17471     layout: "plot-throughput"
17472
17473 - type: "plot"
17474   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17475   algorithm: "plot_perf_box_name"
17476   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17477   data: "plot-dpdk-throughput-latency-3n-dnv"
17478   include:
17479     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17480     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17481   layout:
17482     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17483     layout: "plot-throughput"
17484
17485 # 3n-tsh-x520
17486
17487 - type: "plot"
17488   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17489   algorithm: "plot_perf_box_name"
17490   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17491   data: "plot-dpdk-throughput-latency-3n-tsh"
17492   include:
17493     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17494     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17495   layout:
17496     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17497     layout: "plot-throughput"
17498
17499 - type: "plot"
17500   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17501   algorithm: "plot_perf_box_name"
17502   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17503   data: "plot-dpdk-throughput-latency-3n-tsh"
17504   include:
17505     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17506     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17507   layout:
17508     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17509     layout: "plot-throughput"
17510
17511 - type: "plot"
17512   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17513   algorithm: "plot_perf_box_name"
17514   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17515   data: "plot-dpdk-throughput-latency-3n-tsh"
17516   include:
17517     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17518     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17519   layout:
17520     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17521     layout: "plot-throughput"
17522
17523 - type: "plot"
17524   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17525   algorithm: "plot_perf_box_name"
17526   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17527   data: "plot-dpdk-throughput-latency-3n-tsh"
17528   include:
17529     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17530     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17531   layout:
17532     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17533     layout: "plot-throughput"
17534
17535 ################################################################################
17536 ###   2n-clx                                                                 ###
17537 ################################################################################
17538
17539 # Packet Throughput
17540
17541 - type: "plot"
17542   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17543   algorithm: "plot_perf_box_name"
17544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17546   include:
17547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17551   layout:
17552     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17553     layout: "plot-throughput"
17554
17555 - type: "plot"
17556   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17557   algorithm: "plot_perf_box_name"
17558   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17560   include:
17561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17564     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17565   layout:
17566     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17567     layout: "plot-throughput"
17568
17569 - type: "plot"
17570   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17571   algorithm: "plot_perf_box_name"
17572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17574   include:
17575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17579   layout:
17580     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17581     layout: "plot-throughput"
17582
17583 - type: "plot"
17584   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17585   algorithm: "plot_perf_box_name"
17586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17588   include:
17589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17593   layout:
17594     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17595     layout: "plot-throughput"
17596
17597 - type: "plot"
17598   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17599   algorithm: "plot_perf_box_name"
17600   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17602   include:
17603 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17604     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17605     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17606     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17607   layout:
17608     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17609     layout: "plot-throughput"
17610
17611 - type: "plot"
17612   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17613   algorithm: "plot_perf_box_name"
17614   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17616   include:
17617 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17618     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17619     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17620     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17621   layout:
17622     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17623     layout: "plot-throughput"
17624
17625 - type: "plot"
17626   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17627   algorithm: "plot_perf_box_name"
17628   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17630   include:
17631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17637   layout:
17638     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17639     layout: "plot-throughput"
17640
17641 - type: "plot"
17642   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17643   algorithm: "plot_perf_box_name"
17644   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17646   include:
17647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17653   layout:
17654     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17655     layout: "plot-throughput"
17656
17657 - type: "plot"
17658   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17659   algorithm: "plot_perf_box_name"
17660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17662   include:
17663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17667   layout:
17668     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17669     layout: "plot-throughput"
17670
17671 - type: "plot"
17672   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17673   algorithm: "plot_perf_box_name"
17674   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17676   include:
17677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17681   layout:
17682     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17683     layout: "plot-throughput"
17684
17685 - type: "plot"
17686   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17687   algorithm: "plot_perf_box_name"
17688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17690   include:
17691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17694   layout:
17695     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17696     layout: "plot-throughput"
17697
17698 - type: "plot"
17699   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17700   algorithm: "plot_perf_box_name"
17701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17703   include:
17704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17707   layout:
17708     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17709     layout: "plot-throughput"
17710
17711 - type: "plot"
17712   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17713   algorithm: "plot_perf_box_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17716   include:
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17722   layout:
17723     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17724     layout: "plot-throughput"
17725
17726 - type: "plot"
17727   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17728   algorithm: "plot_perf_box_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17731   include:
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17737   layout:
17738     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17739     layout: "plot-throughput"
17740
17741 - type: "plot"
17742   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17743   algorithm: "plot_perf_box_name"
17744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17746   include:
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17750   layout:
17751     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17752     layout: "plot-throughput"
17753
17754 - type: "plot"
17755   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17756   algorithm: "plot_perf_box_name"
17757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17759   include:
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17763   layout:
17764     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17765     layout: "plot-throughput"
17766
17767 - type: "plot"
17768   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17769   algorithm: "plot_perf_box_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17779   layout:
17780     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17781     layout: "plot-throughput"
17782
17783 - type: "plot"
17784   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17785   algorithm: "plot_perf_box_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17795   layout:
17796     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17804   include:
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17811   layout:
17812     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17813     layout: "plot-throughput"
17814
17815 - type: "plot"
17816   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17817   algorithm: "plot_perf_box_name"
17818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17820   include:
17821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17827   layout:
17828     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17829     layout: "plot-throughput"
17830
17831 - type: "plot"
17832   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17833   algorithm: "plot_perf_box_name"
17834   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17836   include:
17837     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17839   layout:
17840     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17841     layout: "plot-throughput"
17842
17843 - type: "plot"
17844   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17845   algorithm: "plot_perf_box_name"
17846   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17848   include:
17849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17851   layout:
17852     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17853     layout: "plot-throughput"
17854
17855 - type: "plot"
17856   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17857   algorithm: "plot_perf_box_name"
17858   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17860   include:
17861     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17867   layout:
17868     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17869     layout: "plot-throughput"
17870
17871 - type: "plot"
17872   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17873   algorithm: "plot_perf_box_name"
17874   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17876   include:
17877     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17883   layout:
17884     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17885     layout: "plot-throughput"
17886
17887 - type: "plot"
17888   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17889   algorithm: "plot_perf_box_name"
17890   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17892   include:
17893     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17895     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17898 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17899   layout:
17900     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17901     layout: "plot-throughput"
17902
17903 - type: "plot"
17904   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17905   algorithm: "plot_perf_box_name"
17906   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17908   include:
17909     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17910     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17914 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17915   layout:
17916     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17917     layout: "plot-throughput"
17918
17919 - type: "plot"
17920   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17921   algorithm: "plot_perf_box_name"
17922   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17924   include:
17925     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17926     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17927     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17931   layout:
17932     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17933     layout: "plot-throughput"
17934
17935 - type: "plot"
17936   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17937   algorithm: "plot_perf_box_name"
17938   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17940   include:
17941     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17943     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17944     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17947   layout:
17948     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17949     layout: "plot-throughput"
17950
17951 - type: "plot"
17952   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17953   algorithm: "plot_perf_box_name"
17954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17956   include:
17957     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17959     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17962   layout:
17963     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17964     layout: "plot-throughput"
17965
17966 - type: "plot"
17967   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17968   algorithm: "plot_perf_box_name"
17969   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17971   include:
17972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17977   layout:
17978     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17979     layout: "plot-throughput"
17980
17981 - type: "plot"
17982   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17983   algorithm: "plot_perf_box_name"
17984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17986   include:
17987     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17992   layout:
17993     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17994     layout: "plot-throughput"
17995
17996 - type: "plot"
17997   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17998   algorithm: "plot_perf_box_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18007   layout:
18008     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18013   algorithm: "plot_perf_box_name"
18014   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18016   include:
18017     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18022   layout:
18023     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18024     layout: "plot-throughput"
18025
18026 - type: "plot"
18027   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18028   algorithm: "plot_perf_box_name"
18029   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18031   include:
18032     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18037   layout:
18038     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18039     layout: "plot-throughput"
18040
18041 - type: "plot"
18042   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18043   algorithm: "plot_perf_box_name"
18044   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18046   include:
18047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18052   layout:
18053     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18054     layout: "plot-throughput"
18055
18056 - type: "plot"
18057   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18058   algorithm: "plot_perf_box_name"
18059   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18061   include:
18062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18067   layout:
18068     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18069     layout: "plot-throughput"
18070
18071 - type: "plot"
18072   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18073   algorithm: "plot_perf_box_name"
18074   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18076   include:
18077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18082   layout:
18083     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18084     layout: "plot-throughput"
18085
18086 - type: "plot"
18087   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18088   algorithm: "plot_perf_box_name"
18089   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18091   include:
18092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18097   layout:
18098     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18099     layout: "plot-throughput"
18100
18101 - type: "plot"
18102   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18103   algorithm: "plot_perf_box_name"
18104   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18106   include:
18107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18113   layout:
18114     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18115     layout: "plot-throughput"
18116
18117 - type: "plot"
18118   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18119   algorithm: "plot_perf_box_name"
18120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18122   include:
18123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18129   layout:
18130     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18131     layout: "plot-throughput"
18132
18133 - type: "plot"
18134   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18135   algorithm: "plot_perf_box_name"
18136   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18138   include:
18139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18143   layout:
18144     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18145     layout: "plot-throughput"
18146
18147 - type: "plot"
18148   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18149   algorithm: "plot_perf_box_name"
18150   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18152   include:
18153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18157   layout:
18158     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18159     layout: "plot-throughput"
18160
18161 - type: "plot"
18162   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18163   algorithm: "plot_perf_box_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18166   include:
18167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18173   layout:
18174     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18175     layout: "plot-throughput"
18176
18177 - type: "plot"
18178   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18179   algorithm: "plot_perf_box_name"
18180   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18182   include:
18183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18189   layout:
18190     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18191     layout: "plot-throughput"
18192
18193 - type: "plot"
18194   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18195   algorithm: "plot_perf_box_name"
18196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18198   include:
18199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18203   layout:
18204     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18205     layout: "plot-throughput"
18206
18207 - type: "plot"
18208   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18209   algorithm: "plot_perf_box_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18217   layout:
18218     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18219     layout: "plot-throughput"
18220
18221 - type: "plot"
18222   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18223   algorithm: "plot_perf_box_name"
18224   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18226   include:
18227     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18228     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18229     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18230     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18231     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18233   layout:
18234     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18235     layout: "plot-throughput"
18236
18237 - type: "plot"
18238   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18239   algorithm: "plot_perf_box_name"
18240   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18242   include:
18243     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18244     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18245     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18246     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18248     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18249   layout:
18250     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18251     layout: "plot-throughput"
18252
18253 - type: "plot"
18254   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18255   algorithm: "plot_perf_box_name"
18256   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18258   include:
18259     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18260     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18261     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18263   layout:
18264     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18265     layout: "plot-throughput"
18266
18267 - type: "plot"
18268   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18269   algorithm: "plot_perf_box_name"
18270   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18272   include:
18273     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18275     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18276     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18277   layout:
18278     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18279     layout: "plot-throughput"
18280
18281 - type: "plot"
18282   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18283   algorithm: "plot_perf_box_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18292   layout:
18293     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18294     layout: "plot-throughput"
18295
18296 - type: "plot"
18297   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18298   algorithm: "plot_perf_box_name"
18299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18301   include:
18302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18307   layout:
18308     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18309     layout: "plot-throughput"
18310
18311 - type: "plot"
18312   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18313   algorithm: "plot_perf_box_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18322   layout:
18323     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18324     layout: "plot-throughput"
18325
18326 - type: "plot"
18327   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18328   algorithm: "plot_perf_box_name"
18329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18331   include:
18332     - "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"
18333     - "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"
18334     - "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"
18335     - "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"
18336     - "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"
18337   layout:
18338     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18339     layout: "plot-throughput"
18340
18341 - type: "plot"
18342   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18343   algorithm: "plot_perf_box_name"
18344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18346   include:
18347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18352   layout:
18353     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18354     layout: "plot-throughput"
18355
18356 - type: "plot"
18357   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18358   algorithm: "plot_perf_box_name"
18359   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18361   include:
18362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18367   layout:
18368     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18369     layout: "plot-throughput"
18370
18371 - type: "plot"
18372   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18373   algorithm: "plot_perf_box_name"
18374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18376   include:
18377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18382   layout:
18383     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18384     layout: "plot-throughput"
18385
18386 - type: "plot"
18387   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18388   algorithm: "plot_perf_box_name"
18389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18391   include:
18392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18397   layout:
18398     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18399     layout: "plot-throughput"
18400
18401 - type: "plot"
18402   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18403   algorithm: "plot_perf_box_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18411   layout:
18412     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18413     layout: "plot-throughput"
18414
18415 - type: "plot"
18416   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18417   algorithm: "plot_perf_box_name"
18418   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18420   include:
18421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18425   layout:
18426     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18427     layout: "plot-throughput"
18428
18429 - type: "plot"
18430   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18431   algorithm: "plot_perf_box_name"
18432   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18434   include:
18435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18436     - "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"
18437     - "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"
18438     - "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"
18439   layout:
18440     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18441     layout: "plot-throughput"
18442
18443 - type: "plot"
18444   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18445   algorithm: "plot_perf_box_name"
18446   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18448   include:
18449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18450     - "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"
18451     - "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"
18452     - "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"
18453   layout:
18454     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18455     layout: "plot-throughput"
18456
18457 - type: "plot"
18458   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18459   algorithm: "plot_perf_box_name"
18460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18462   include:
18463     - "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"
18464     - "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"
18465     - "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"
18466     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18467     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18468     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18469   layout:
18470     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18471     layout: "plot-throughput"
18472
18473 - type: "plot"
18474   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18475   algorithm: "plot_perf_box_name"
18476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18478   include:
18479     - "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"
18480     - "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"
18481     - "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"
18482     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18483     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18484     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18485   layout:
18486     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18487     layout: "plot-throughput"
18488
18489 ################################################################################
18490
18491 # Packet Speedup
18492
18493 - type: "plot"
18494   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18495   algorithm: "plot_tsa_name"
18496   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18498   include:
18499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18503   layout:
18504     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18505     layout: "plot-throughput-speedup-analysis"
18506
18507 - type: "plot"
18508   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18509   algorithm: "plot_tsa_name"
18510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18512   include:
18513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18517   layout:
18518     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18519     layout: "plot-throughput-speedup-analysis"
18520
18521 - type: "plot"
18522   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18523   algorithm: "plot_tsa_name"
18524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18526   include:
18527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18531   layout:
18532     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18533     layout: "plot-throughput-speedup-analysis"
18534
18535 - type: "plot"
18536   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18537   algorithm: "plot_tsa_name"
18538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18540   include:
18541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18545   layout:
18546     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18547     layout: "plot-throughput-speedup-analysis"
18548
18549 - type: "plot"
18550   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18551   algorithm: "plot_tsa_name"
18552   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18554   include:
18555     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18556     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18557     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18558     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18559   layout:
18560     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18561     layout: "plot-throughput-speedup-analysis"
18562
18563 - type: "plot"
18564   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18565   algorithm: "plot_tsa_name"
18566   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18568   include:
18569     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18570     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18571     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18572     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18573   layout:
18574     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18575     layout: "plot-throughput-speedup-analysis"
18576
18577 - type: "plot"
18578   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18579   algorithm: "plot_tsa_name"
18580   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18582   include:
18583     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18584     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18585     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18586     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18587     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18589   layout:
18590     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18591     layout: "plot-throughput-speedup-analysis"
18592
18593 - type: "plot"
18594   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18595   algorithm: "plot_tsa_name"
18596   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18598   include:
18599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18605   layout:
18606     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18607     layout: "plot-throughput-speedup-analysis"
18608
18609 - type: "plot"
18610   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18611   algorithm: "plot_tsa_name"
18612   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18614   include:
18615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18619   layout:
18620     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18621     layout: "plot-throughput-speedup-analysis"
18622
18623 - type: "plot"
18624   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18625   algorithm: "plot_tsa_name"
18626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18628   include:
18629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18633   layout:
18634     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18635     layout: "plot-throughput-speedup-analysis"
18636
18637 - type: "plot"
18638   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18639   algorithm: "plot_tsa_name"
18640   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18642   include:
18643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18646   layout:
18647     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18648     layout: "plot-throughput-speedup-analysis"
18649
18650 - type: "plot"
18651   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18652   algorithm: "plot_tsa_name"
18653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18655   include:
18656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18659   layout:
18660     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18661     layout: "plot-throughput-speedup-analysis"
18662
18663 - type: "plot"
18664   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18665   algorithm: "plot_tsa_name"
18666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18668   include:
18669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18674   layout:
18675     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18676     layout: "plot-throughput-speedup-analysis"
18677
18678 - type: "plot"
18679   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18680   algorithm: "plot_tsa_name"
18681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18683   include:
18684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18689   layout:
18690     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18691     layout: "plot-throughput-speedup-analysis"
18692
18693 - type: "plot"
18694   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18695   algorithm: "plot_tsa_name"
18696   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18698   include:
18699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18702   layout:
18703     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18704     layout: "plot-throughput-speedup-analysis"
18705
18706 - type: "plot"
18707   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18708   algorithm: "plot_tsa_name"
18709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18711   include:
18712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18715   layout:
18716     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18717     layout: "plot-throughput-speedup-analysis"
18718
18719 - type: "plot"
18720   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18721   algorithm: "plot_tsa_name"
18722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18724   include:
18725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18731   layout:
18732     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18733     layout: "plot-throughput-speedup-analysis"
18734
18735 - type: "plot"
18736   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18737   algorithm: "plot_tsa_name"
18738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18740   include:
18741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18747   layout:
18748     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18749     layout: "plot-throughput-speedup-analysis"
18750
18751 - type: "plot"
18752   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18753   algorithm: "plot_tsa_name"
18754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18756   include:
18757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18763   layout:
18764     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18765     layout: "plot-throughput-speedup-analysis"
18766
18767 - type: "plot"
18768   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18769   algorithm: "plot_tsa_name"
18770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18772   include:
18773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18779   layout:
18780     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18781     layout: "plot-throughput-speedup-analysis"
18782
18783 - type: "plot"
18784   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18785   algorithm: "plot_tsa_name"
18786   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18788   include:
18789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18791   layout:
18792     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18793     layout: "plot-throughput-speedup-analysis"
18794
18795 - type: "plot"
18796   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18797   algorithm: "plot_tsa_name"
18798   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18800   include:
18801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18803   layout:
18804     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18805     layout: "plot-throughput-speedup-analysis"
18806
18807 - type: "plot"
18808   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18809   algorithm: "plot_tsa_name"
18810   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18812   include:
18813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18819   layout:
18820     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18821     layout: "plot-throughput-speedup-analysis"
18822
18823 - type: "plot"
18824   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18825   algorithm: "plot_tsa_name"
18826   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18828   include:
18829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18833     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18835   layout:
18836     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18837     layout: "plot-throughput-speedup-analysis"
18838
18839 - type: "plot"
18840   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18841   algorithm: "plot_tsa_name"
18842   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18844   include:
18845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18846     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18847     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18851   layout:
18852     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18853     layout: "plot-throughput-speedup-analysis"
18854
18855 - type: "plot"
18856   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18857   algorithm: "plot_tsa_name"
18858   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18860   include:
18861     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18862     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18867   layout:
18868     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18869     layout: "plot-throughput-speedup-analysis"
18870
18871 - type: "plot"
18872   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18873   algorithm: "plot_tsa_name"
18874   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18876   include:
18877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18883   layout:
18884     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18885     layout: "plot-throughput-speedup-analysis"
18886
18887 - type: "plot"
18888   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18889   algorithm: "plot_tsa_name"
18890   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18892   include:
18893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18897     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18898     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18899   layout:
18900     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18901     layout: "plot-throughput-speedup-analysis"
18902
18903 - type: "plot"
18904   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18905   algorithm: "plot_tsa_name"
18906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18908   include:
18909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18912     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18914   layout:
18915     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18916     layout: "plot-throughput-speedup-analysis"
18917
18918 - type: "plot"
18919   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18920   algorithm: "plot_tsa_name"
18921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18923   include:
18924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18929   layout:
18930     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18931     layout: "plot-throughput-speedup-analysis"
18932
18933 - type: "plot"
18934   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18935   algorithm: "plot_tsa_name"
18936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18938   include:
18939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18940     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18941     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18942     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18944   layout:
18945     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18946     layout: "plot-throughput-speedup-analysis"
18947
18948 - type: "plot"
18949   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18950   algorithm: "plot_tsa_name"
18951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18953   include:
18954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18955     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18956     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18957     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18959   layout:
18960     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18961     layout: "plot-throughput-speedup-analysis"
18962
18963 - type: "plot"
18964   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18965   algorithm: "plot_tsa_name"
18966   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18968   include:
18969     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18970     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18971     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18972     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18973     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18974   layout:
18975     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18976     layout: "plot-throughput-speedup-analysis"
18977
18978 - type: "plot"
18979   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18980   algorithm: "plot_tsa_name"
18981   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18983   include:
18984     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18985     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18986     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18987     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18988     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18989   layout:
18990     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18991     layout: "plot-throughput-speedup-analysis"
18992
18993 - type: "plot"
18994   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18995   algorithm: "plot_tsa_name"
18996   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18998   include:
18999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19004   layout:
19005     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19006     layout: "plot-throughput-speedup-analysis"
19007
19008 - type: "plot"
19009   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19010   algorithm: "plot_tsa_name"
19011   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19013   include:
19014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19019   layout:
19020     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19021     layout: "plot-throughput-speedup-analysis"
19022
19023 - type: "plot"
19024   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19025   algorithm: "plot_tsa_name"
19026   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19028   include:
19029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19034   layout:
19035     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19036     layout: "plot-throughput-speedup-analysis"
19037
19038 - type: "plot"
19039   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19040   algorithm: "plot_tsa_name"
19041   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19043   include:
19044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19046     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19049   layout:
19050     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19051     layout: "plot-throughput-speedup-analysis"
19052
19053 - type: "plot"
19054   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19055   algorithm: "plot_tsa_name"
19056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19058   include:
19059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19065   layout:
19066     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19067     layout: "plot-throughput-speedup-analysis"
19068
19069 - type: "plot"
19070   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19071   algorithm: "plot_tsa_name"
19072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19074   include:
19075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19081   layout:
19082     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19083     layout: "plot-throughput-speedup-analysis"
19084
19085 - type: "plot"
19086   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19087   algorithm: "plot_tsa_name"
19088   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19090   include:
19091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19095   layout:
19096     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19097     layout: "plot-throughput-speedup-analysis"
19098
19099 - type: "plot"
19100   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19101   algorithm: "plot_tsa_name"
19102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19104   include:
19105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19109   layout:
19110     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19111     layout: "plot-throughput-speedup-analysis"
19112
19113 - type: "plot"
19114   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19115   algorithm: "plot_tsa_name"
19116   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19118   include:
19119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19125   layout:
19126     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19127     layout: "plot-throughput-speedup-analysis"
19128
19129 - type: "plot"
19130   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19131   algorithm: "plot_tsa_name"
19132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19134   include:
19135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19141   layout:
19142     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19143     layout: "plot-throughput-speedup-analysis"
19144
19145 - type: "plot"
19146   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19147   algorithm: "plot_tsa_name"
19148   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19150   include:
19151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19155   layout:
19156     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19157     layout: "plot-throughput-speedup-analysis"
19158
19159 - type: "plot"
19160   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19161   algorithm: "plot_tsa_name"
19162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19164   include:
19165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19169   layout:
19170     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19171     layout: "plot-throughput-speedup-analysis"
19172
19173 - type: "plot"
19174   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19175   algorithm: "plot_tsa_name"
19176   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19178   include:
19179     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19181     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19182     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19183     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19184     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19185   layout:
19186     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19187     layout: "plot-throughput-speedup-analysis"
19188
19189 - type: "plot"
19190   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19191   algorithm: "plot_tsa_name"
19192   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19194   include:
19195     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19196     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19197     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19198     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19199     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19200     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19201   layout:
19202     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19203     layout: "plot-throughput-speedup-analysis"
19204
19205 - type: "plot"
19206   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19207   algorithm: "plot_tsa_name"
19208   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19210   include:
19211     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19212     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19213     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19214     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19215   layout:
19216     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19217     layout: "plot-throughput-speedup-analysis"
19218
19219 - type: "plot"
19220   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19221   algorithm: "plot_tsa_name"
19222   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19224   include:
19225     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19226     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19227     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19228     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19229   layout:
19230     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19231     layout: "plot-throughput-speedup-analysis"
19232
19233 - type: "plot"
19234   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19235   algorithm: "plot_tsa_name"
19236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19238   include:
19239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19244   layout:
19245     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19246     layout: "plot-throughput-speedup-analysis"
19247
19248 - type: "plot"
19249   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19250   algorithm: "plot_tsa_name"
19251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19253   include:
19254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19259   layout:
19260     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19261     layout: "plot-throughput-speedup-analysis"
19262
19263 - type: "plot"
19264   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19265   algorithm: "plot_tsa_name"
19266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19268   include:
19269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19274   layout:
19275     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19276     layout: "plot-throughput-speedup-analysis"
19277
19278 - type: "plot"
19279   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19280   algorithm: "plot_tsa_name"
19281   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19283   include:
19284     - "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"
19285     - "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"
19286     - "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"
19287     - "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"
19288     - "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"
19289   layout:
19290     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19291     layout: "plot-throughput-speedup-analysis"
19292
19293 - type: "plot"
19294   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19295   algorithm: "plot_tsa_name"
19296   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19298   include:
19299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19304   layout:
19305     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19306     layout: "plot-throughput-speedup-analysis"
19307
19308 - type: "plot"
19309   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19310   algorithm: "plot_tsa_name"
19311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19313   include:
19314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19319   layout:
19320     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19321     layout: "plot-throughput-speedup-analysis"
19322
19323 - type: "plot"
19324   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19325   algorithm: "plot_tsa_name"
19326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19328   include:
19329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19334   layout:
19335     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19336     layout: "plot-throughput-speedup-analysis"
19337
19338 - type: "plot"
19339   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19340   algorithm: "plot_tsa_name"
19341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19343   include:
19344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19349   layout:
19350     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19351     layout: "plot-throughput-speedup-analysis"
19352
19353 - type: "plot"
19354   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19355   algorithm: "plot_tsa_name"
19356   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19358   include:
19359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19363   layout:
19364     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19365     layout: "plot-throughput-speedup-analysis"
19366
19367 - type: "plot"
19368   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19369   algorithm: "plot_tsa_name"
19370   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19372   include:
19373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19377   layout:
19378     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19379     layout: "plot-throughput-speedup-analysis"
19380
19381 - type: "plot"
19382   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19383   algorithm: "plot_tsa_name"
19384   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19386   include:
19387     - "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"
19388     - "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"
19389     - "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"
19390     - "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"
19391   layout:
19392     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19393     layout: "plot-throughput-speedup-analysis"
19394
19395 - type: "plot"
19396   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19397   algorithm: "plot_tsa_name"
19398   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19400   include:
19401     - "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"
19402     - "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"
19403     - "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"
19404     - "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"
19405   layout:
19406     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19407     layout: "plot-throughput-speedup-analysis"
19408
19409 - type: "plot"
19410   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19411   algorithm: "plot_tsa_name"
19412   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19414   include:
19415     - "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"
19416     - "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"
19417     - "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"
19418     - "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"
19419     - "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"
19420     - "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"
19421   layout:
19422     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19423     layout: "plot-throughput-speedup-analysis"
19424
19425 - type: "plot"
19426   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19427   algorithm: "plot_tsa_name"
19428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19430   include:
19431     - "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"
19432     - "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"
19433     - "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"
19434     - "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"
19435     - "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"
19436     - "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"
19437   layout:
19438     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19439     layout: "plot-throughput-speedup-analysis"
19440
19441 ################################################################################
19442
19443 # Packet Throughput - DPDK
19444
19445 # 2n-clx-xxv710
19446
19447 - type: "plot"
19448   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19449   algorithm: "plot_perf_box_name"
19450   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19451   data: "plot-dpdk-throughput-latency-2n-clx"
19452   include:
19453     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19454     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19455   layout:
19456     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19457     layout: "plot-throughput"
19458
19459 - type: "plot"
19460   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19461   algorithm: "plot_perf_box_name"
19462   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19463   data: "plot-dpdk-throughput-latency-2n-clx"
19464   include:
19465     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19466     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19467   layout:
19468     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19469     layout: "plot-throughput"
19470
19471 - type: "plot"
19472   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19473   algorithm: "plot_perf_box_name"
19474   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19475   data: "plot-dpdk-throughput-latency-2n-clx"
19476   include:
19477     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19478     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19479   layout:
19480     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19481     layout: "plot-throughput"
19482
19483 - type: "plot"
19484   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19485   algorithm: "plot_perf_box_name"
19486   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19487   data: "plot-dpdk-throughput-latency-2n-clx"
19488   include:
19489     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19490     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19491   layout:
19492     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19493     layout: "plot-throughput"
19494
19495 # 2n-clx-x710
19496
19497 - type: "plot"
19498   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19499   algorithm: "plot_perf_box_name"
19500   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19501   data: "plot-dpdk-throughput-latency-2n-clx"
19502   include:
19503     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19504     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19505   layout:
19506     title: "2n-clx-x710-64b-2t1c-base-ndr"
19507     layout: "plot-throughput"
19508
19509 - type: "plot"
19510   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19511   algorithm: "plot_perf_box_name"
19512   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19513   data: "plot-dpdk-throughput-latency-2n-clx"
19514   include:
19515     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19516     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19517   layout:
19518     title: "2n-clx-x710-64b-4t2c-base-ndr"
19519     layout: "plot-throughput"
19520
19521 - type: "plot"
19522   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19523   algorithm: "plot_perf_box_name"
19524   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19525   data: "plot-dpdk-throughput-latency-2n-clx"
19526   include:
19527     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19528     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19529   layout:
19530     title: "2n-clx-x710-64b-2t1c-base-pdr"
19531     layout: "plot-throughput"
19532
19533 - type: "plot"
19534   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19535   algorithm: "plot_perf_box_name"
19536   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19537   data: "plot-dpdk-throughput-latency-2n-clx"
19538   include:
19539     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19540     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19541   layout:
19542     title: "2n-clx-x710-64b-4t2c-base-pdr"
19543     layout: "plot-throughput"
19544
19545 ################################################################################
19546
19547 - type: "plot"
19548   title: "Latency by percentile: 2n-skx"
19549   algorithm: "plot_hdrh_lat_by_percentile"
19550   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19551   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19552   target-links: "../../_static/vpp"
19553   data: "plot-vpp-hdrh-lat-2n-skx"
19554   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19555   layout:
19556     layout: "plot-hdrh-latency-by-percentile"
19557
19558 - type: "plot"
19559   title: "Latency by percentile: 3n-skx"
19560   algorithm: "plot_hdrh_lat_by_percentile"
19561   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19562   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19563   target-links: "../../_static/vpp"
19564   data: "plot-vpp-hdrh-lat-3n-skx"
19565   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19566   layout:
19567     layout: "plot-hdrh-latency-by-percentile"
19568
19569 - type: "plot"
19570   title: "Latency by percentile: 2n-clx"
19571   algorithm: "plot_hdrh_lat_by_percentile"
19572   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19573   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19574   target-links: "../../_static/vpp"
19575   data: "plot-vpp-hdrh-lat-2n-clx"
19576   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19577   layout:
19578     layout: "plot-hdrh-latency-by-percentile"
19579
19580 - type: "plot"
19581   title: "Latency by percentile: 3n-hsw"
19582   algorithm: "plot_hdrh_lat_by_percentile"
19583   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19584   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19585   target-links: "../../_static/vpp"
19586   data: "plot-vpp-hdrh-lat-3n-hsw"
19587   filter: "'1T1C' and 'NIC_Intel-XL710'"
19588   layout:
19589     layout: "plot-hdrh-latency-by-percentile"
19590
19591 - type: "plot"
19592   title: "Latency by percentile: 3n-tsh"
19593   algorithm: "plot_hdrh_lat_by_percentile"
19594   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19595   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19596   target-links: "../../_static/vpp"
19597   data: "plot-vpp-hdrh-lat-3n-tsh"
19598   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19599   layout:
19600     layout: "plot-hdrh-latency-by-percentile"
19601
19602 - type: "plot"
19603   title: "Latency by percentile: DPDK 2n-skx"
19604   algorithm: "plot_hdrh_lat_by_percentile"
19605   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19606   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19607   target-links: "../../_static/dpdk"
19608   data: "plot-dpdk-hdrh-lat-2n-skx"
19609   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19610   layout:
19611     layout: "plot-hdrh-latency-by-percentile"
19612
19613 - type: "plot"
19614   title: "Latency by percentile: DPDK 3n-skx"
19615   algorithm: "plot_hdrh_lat_by_percentile"
19616   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19617   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19618   target-links: "../../_static/dpdk"
19619   data: "plot-dpdk-hdrh-lat-3n-skx"
19620   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19621   layout:
19622     layout: "plot-hdrh-latency-by-percentile"
19623
19624 - type: "plot"
19625   title: "Latency by percentile: DPDK 2n-clx"
19626   algorithm: "plot_hdrh_lat_by_percentile"
19627   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19628   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19629   target-links: "../../_static/dpdk"
19630   data: "plot-dpdk-hdrh-lat-2n-clx"
19631   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19632   layout:
19633     layout: "plot-hdrh-latency-by-percentile"
19634
19635 - type: "plot"
19636   title: "Latency by percentile: DPDK 3n-hsw"
19637   algorithm: "plot_hdrh_lat_by_percentile"
19638   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19639   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19640   target-links: "../../_static/dpdk"
19641   data: "plot-dpdk-hdrh-lat-3n-hsw"
19642   filter: "'1T1C' and 'NIC_Intel-XL710'"
19643   layout:
19644     layout: "plot-hdrh-latency-by-percentile"
19645
19646 - type: "plot"
19647   title: "Latency by percentile: DPDK 3n-tsh"
19648   algorithm: "plot_hdrh_lat_by_percentile"
19649   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19650   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19651   target-links: "../../_static/dpdk"
19652   data: "plot-dpdk-hdrh-lat-3n-tsh"
19653   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19654   layout:
19655     layout: "plot-hdrh-latency-by-percentile"