Report: Add 3n-skx MRR
[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     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost
167         - 53  # NDRPDR sel vhost
168         - 55  # NDRPDR sel vhost
169         - 61  # NDRPDR sel vhost
170         - 62  # NDRPDR sel vhost
171         - 63  # NDRPDR sel vhost
172         - 64  # NDRPDR sel vhost
173         - 65  # NDRPDR sel vhost
174         - 66  # NDRPDR sel vhost
175         - 67  # NDRPDR sel vhost
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost
180         - 89  # NDRPDR sel vhost
181         - 91  # NDRPDR sel vhost
182         - 92  # NDRPDR sel vhost
183         - 93  # NDRPDR sel vhost
184         - 94  # NDRPDR sel vhost
185         - 95  # NDRPDR sel vhost
186         - 96  # NDRPDR sel vhost
187         - 97  # NDRPDR sel vhost
188         - 98  # NDRPDR sel vhost
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 87  # hoststack
255         - 88  # hoststack
256         - 89  # hoststack
257         - 90  # hoststack
258         - 91  # hoststack
259         - 92  # hoststack
260         - 93  # hoststack
261         - 94  # hoststack
262         - 95  # hoststack
263         - 96  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 45  # NDRPDR sel
275         - 46  # NDRPDR sel
276         - 47  # NDRPDR sel
277         - 48  # NDRPDR sel
278
279     plot-vpp-hdrh-lat-3n-skx:
280       csit-vpp-perf-verify-2001-3n-skx:
281         - 46  # NDRPDR sel
282
283     plot-vpp-nfv-3n-skx-ndrpdr:
284       # TODO: Add data
285       csit-vpp-perf-verify-2001-3n-skx:
286         - 45  # NDRPDR sel
287         - 46  # NDRPDR sel
288         - 47  # NDRPDR sel
289         - 48  # NDRPDR sel
290
291     plot-vpp-nfv-3n-skx-mrr:
292       csit-vpp-perf-verify-2001-3n-skx:
293         - 50  # MRR sel
294
295     plot-dpdk-throughput-latency-3n-skx:
296       csit-dpdk-perf-verify-2001-3n-skx:
297         - 1   # NDRPDR sel
298         - 2   # NDRPDR sel
299         - 3   # NDRPDR sel
300         - 4   # NDRPDR sel
301         - 5   # NDRPDR sel
302         - 6   # NDRPDR sel
303         - 7   # NDRPDR sel
304         - 8   # NDRPDR sel
305         - 9   # NDRPDR sel
306         - 10  # NDRPDR sel
307
308     plot-dpdk-hdrh-lat-3n-skx:
309       csit-dpdk-perf-verify-2001-3n-skx:
310         - 1   # NDRPDR sel
311         - 19  # NDRPDR sel
312
313     # 2n-skx
314
315     plot-vpp-throughput-lat-tsa-2n-skx:
316       # TODO: Add the data
317       csit-vpp-perf-verify-2001-2n-skx:
318         - 92  # NDRPDR sel
319         - 93  # NDRPDR sel
320         - 94  # NDRPDR sel
321         - 95  # NDRPDR sel
322         - 96  # NDRPDR sel
323         - 97  # NDRPDR sel
324         - 98  # NDRPDR sel
325         - 99  # NDRPDR sel
326
327     plot-vpp-hdrh-lat-2n-skx:
328       csit-vpp-perf-verify-2001-2n-skx:
329         - 92  # NDRPDR sel
330
331     plot-vpp-http-server-performance:
332       csit-vpp-perf-verify-2001-2n-clx:
333         - 80  # TCP
334         - 82  # TCP
335         - 83  # TCP
336         - 85  # TCP
337         - 86  # TCP
338         - 87  # TCP
339         - 88  # TCP
340         - 89  # TCP
341         - 90  # TCP
342         - 91  # TCP
343
344     plot-vpp-soak-2n-skx:
345       # TODO: Replace the data
346       # csit-vpp-perf-verify-2001-2n-skx:
347       csit-vpp-perf-verify-1908-2n-skx:
348         - 83  # SOAK
349         - 86  # SOAK
350
351     plot-vpp-nfv-2n-skx-ndrpdr:
352       # TODO: Replace the data
353       csit-vpp-perf-verify-2001-2n-skx:
354         - 30  # NFV
355         - 31  # NFV
356
357     plot-vpp-nfv-2n-skx-mrr:
358       # TODO: Replace the data
359       # csit-vpp-perf-verify-2001-2n-skx:
360       csit-vpp-perf-verify-1908-2n-skx:
361         - 71  # NFV MRR
362
363     plot-vpp-nfv-reconf-2n-skx:
364       # TODO: Replace the data
365       # csit-vpp-perf-verify-2001-2n-skx:
366       csit-vpp-perf-verify-1908-2n-skx:
367         - 113 # NFV reconf sel
368         - 114 # NFV reconf sel
369         - 115 # NFV reconf sel
370
371     plot-dpdk-throughput-latency-2n-skx:
372       csit-dpdk-perf-verify-2001-2n-skx:
373         - 1   # NDRPDR sel
374         - 2   # NDRPDR sel
375         - 3   # NDRPDR sel
376         - 4   # NDRPDR sel
377         - 5   # NDRPDR sel
378         - 6   # NDRPDR sel
379         - 7   # NDRPDR sel
380         - 8   # NDRPDR sel
381         - 9   # NDRPDR sel
382         - 10  # NDRPDR sel
383         - 11  # NDRPDR sel
384         - 13  # NDRPDR sel
385         - 26  # NDRPDR sel
386         - 16  # NDRPDR sel
387         - 17  # NDRPDR sel
388         - 18  # NDRPDR sel
389         - 19  # NDRPDR sel
390         - 27  # NDRPDR sel
391         - 21  # NDRPDR sel
392         - 25  # NDRPDR sel
393
394     plot-dpdk-hdrh-lat-2n-skx:
395       csit-dpdk-perf-verify-2001-2n-skx:
396         - 1   # NDRPDR sel
397         - 19  # NDRPDR sel
398
399     # 2n-clx
400
401     plot-vpp-throughput-lat-tsa-2n-clx:
402       csit-vpp-perf-verify-2001-2n-clx:
403         - 28  # NDRPDR sel
404         - 29  # NDRPDR sel
405         - 32  # NDRPDR sel
406         - 40  # NDRPDR sel
407         - 43  # NDRPDR sel
408         - 44  # NDRPDR sel
409         - 45  # NDRPDR sel
410         - 47  # NDRPDR sel
411         - 48  # NDRPDR sel
412         - 49  # NDRPDR sel
413
414     plot-vpp-hdrh-lat-2n-clx:
415       csit-vpp-perf-verify-2001-2n-clx:
416         - 28  # NDRPDR sel
417
418     plot-vpp-nfv-2n-clx-ndrpdr:
419       csit-vpp-perf-verify-2001-2n-clx:
420         - 28  # NDRPDR sel
421         - 29  # NDRPDR sel
422         - 32  # NDRPDR sel
423         - 40  # NDRPDR sel
424         - 43  # NDRPDR sel
425         - 44  # NDRPDR sel
426         - 45  # NDRPDR sel
427         - 47  # NDRPDR sel
428         - 48  # NDRPDR sel
429         - 49  # NDRPDR sel
430
431     plot-vpp-nfv-2n-clx-mrr:
432       csit-vpp-perf-verify-2001-2n-clx:
433         - 39  # MRR
434
435     plot-vpp-nfv-reconf-2n-clx:
436       csit-vpp-perf-verify-2001-2n-clx:
437         - 68  # Reconf
438         - 69  # Reconf
439         - 70  # Reconf
440         - 71  # Reconf
441         - 72  # Reconf
442         - 73  # Reconf
443         - 74  # Reconf
444         - 75  # Reconf
445         - 76  # Reconf
446         - 77  # Reconf
447
448     plot-vpp-soak-2n-clx:
449       csit-vpp-perf-verify-2001-2n-clx:
450         - 93  # Soak
451         - 94  # Soak
452
453     plot-dpdk-throughput-latency-2n-clx:
454       csit-dpdk-perf-verify-2001-2n-clx:
455         - 15  # NDRPDR sel
456         - 16  # NDRPDR sel
457         - 17  # NDRPDR sel
458         - 18  # NDRPDR sel
459         - 19  # NDRPDR sel
460         - 20  # NDRPDR sel
461         - 21  # NDRPDR sel
462         - 22  # NDRPDR sel
463         - 23  # NDRPDR sel
464         - 24  # NDRPDR sel
465         - 25  # NDRPDR sel
466         - 26  # NDRPDR sel
467         - 27  # NDRPDR sel
468         - 28  # NDRPDR sel
469         - 29  # NDRPDR sel
470         - 30  # NDRPDR sel
471         - 31  # NDRPDR sel
472         - 32  # NDRPDR sel
473         - 33  # NDRPDR sel
474         - 34  # NDRPDR sel
475
476
477     plot-dpdk-hdrh-lat-2n-clx:
478       csit-dpdk-perf-verify-2001-2n-clx:
479         - 15  # NDRPDR sel
480
481     # 3n-tsh
482
483     plot-vpp-throughput-lat-tsa-3n-tsh:
484       csit-vpp-perf-verify-2001-3n-tsh:
485         - 3   # NDRPDR sel
486         - 4   # NDRPDR sel
487         - 7   # NDRPDR sel
488         - 8   # NDRPDR sel
489         - 10  # NDRPDR sel
490         - 12  # NDRPDR sel
491         - 13  # NDRPDR sel
492         - 14  # NDRPDR sel
493         - 15  # NDRPDR sel
494         - 21  # NDRPDR sel
495
496     plot-vpp-hdrh-lat-3n-tsh:
497       csit-vpp-perf-verify-2001-3n-tsh:
498         - 10  # NDRPDR sel
499
500     plot-dpdk-throughput-latency-3n-tsh:
501       csit-dpdk-perf-verify-2001-3n-tsh:
502         - 3   # NDRPDR sel
503         - 4   # NDRPDR sel
504         - 5   # NDRPDR sel
505         - 9   # NDRPDR sel
506         - 10  # NDRPDR sel
507         - 11  # NDRPDR sel
508         - 12  # NDRPDR sel
509         - 14  # NDRPDR sel
510         - 15  # NDRPDR sel
511         - 18  # NDRPDR sel
512
513     plot-dpdk-hdrh-lat-3n-tsh:
514       csit-dpdk-perf-verify-2001-3n-tsh:
515         - 3   # NDRPDR sel
516
517     # 3n-dnv
518
519     plot-vpp-throughput-lat-tsa-3n-dnv:
520       csit-vpp-perf-verify-2001-3n-dnv:
521         - 5   # NDRPDR sel
522         - 6   # NDRPDR sel
523         - 7   # NDRPDR sel
524         - 8   # NDRPDR sel
525         - 9   # NDRPDR sel
526         - 10  # NDRPDR sel
527         - 12  # NDRPDR sel
528         - 16  # NDRPDR sel
529         - 17  # NDRPDR sel
530         - 18  # NDRPDR sel
531
532     plot-dpdk-throughput-latency-3n-dnv:
533       csit-dpdk-perf-verify-2001-3n-dnv:
534         - 12  # NDRPDR sel
535         - 13  # NDRPDR sel
536         - 14  # NDRPDR sel
537         - 15  # NDRPDR sel
538         - 16  # NDRPDR sel
539         - 17  # NDRPDR sel
540         - 18  # NDRPDR sel
541         - 19  # NDRPDR sel
542         - 20  # NDRPDR sel
543         - 22  # NDRPDR sel
544
545     # 2n-dnv
546
547     plot-vpp-throughput-lat-tsa-2n-dnv:
548       csit-vpp-perf-verify-2001-2n-dnv:
549         - 4   # NDRPDR sel
550         - 5   # NDRPDR sel
551         - 6   # NDRPDR sel
552         - 7   # NDRPDR sel
553         - 8   # NDRPDR sel
554         - 9   # NDRPDR sel
555         - 10  # NDRPDR sel
556         - 11  # NDRPDR sel
557         - 13  # NDRPDR sel
558         - 16  # NDRPDR sel
559
560     plot-dpdk-throughput-latency-2n-dnv:
561       csit-dpdk-perf-verify-2001-2n-dnv:
562         - 9   # NDRPDR sel
563         - 10  # NDRPDR sel
564         - 11  # NDRPDR sel
565         - 12  # NDRPDR sel
566         - 13  # NDRPDR sel
567         - 14  # NDRPDR sel
568         - 15  # NDRPDR sel
569         - 16  # NDRPDR sel
570         - 17  # NDRPDR sel
571         - 18  # NDRPDR sel
572
573     ###########################################################################
574     # Simple tables (only one data set):
575
576     # NIC Comparisons
577
578     vpp-nic-comparison-3n-skx:
579       # TODO: Add the data
580       csit-vpp-perf-verify-2001-3n-skx:
581         - 45  # NDRPDR sel
582         - 46  # NDRPDR sel
583         - 47  # NDRPDR sel
584         - 48  # NDRPDR sel
585
586     vpp-nic-comparison-2n-skx:
587       # TODO: Add the data
588       csit-vpp-perf-verify-2001-2n-skx:
589         - 92  # NDRPDR sel
590         - 93  # NDRPDR sel
591         - 94  # NDRPDR sel
592         - 95  # NDRPDR sel
593         - 96  # NDRPDR sel
594         - 97  # NDRPDR sel
595         - 98  # NDRPDR sel
596         - 99  # NDRPDR sel
597
598     vpp-nic-comparison-3n-skx-mrr:
599       csit-vpp-perf-verify-2001-3n-skx:
600         - 50  # MRR sel
601
602     vpp-nic-comparison-2n-skx-mrr:
603       # TODO: Replace
604       # csit-vpp-perf-verify-2001-2n-skx:
605       csit-vpp-perf-verify-1908-2n-skx:
606         - 69  # MRR sel
607
608     # Results
609
610     vpp-perf-results-3n-hsw:
611       csit-vpp-perf-verify-2001-3n-hsw:
612         - 18  # NDRPDR full
613         - 20  # NDRPDR full
614         - 28  # NDRPDR full
615         - 35  # NDRPDR full
616         - 42  # NDRPDR full
617         - 46  # NDRPDR full
618         - 47  # NDRPDR full
619         - 48  # NDRPDR full
620         - 49  # NDRPDR full
621         - 50  # NDRPDR full
622         - 51  # NDRPDR full
623         - 52  # NDRPDR full
624         - 53  # NDRPDR full
625         - 54  # NDRPDR full
626         - 55  # NDRPDR full
627         - 56  # NDRPDR full
628         - 57  # NDRPDR full
629         - 58  # NDRPDR full
630         - 59  # NDRPDR full
631         - 61  # NDRPDR full
632         - 62  # NDRPDR full
633         - 63  # NDRPDR full
634         - 64  # NDRPDR full
635         - 65  # NDRPDR full
636         - 67  # NDRPDR full
637         - 70  # NDRPDR full
638         - 72  # NDRPDR full
639         - 73  # NDRPDR full
640         - 76  # NDRPDR full
641         - 77  # NDRPDR full
642         - 78  # NDRPDR full
643         - 79  # NDRPDR full
644         - 81  # NDRPDR full
645         - 82  # NDRPDR full
646         - 84  # NDRPDR full
647         - 85  # NDRPDR full
648
649     vpp-perf-results-3n-skx:
650       # TODO: Replace
651       csit-vpp-perf-verify-2001-3n-skx:
652         - 47  # NDRPDR sel
653
654     vpp-perf-results-2n-skx:
655       csit-vpp-perf-verify-2001-2n-skx:
656         # TODO: Replace
657         - 92  # NDRPDR sel
658
659     vpp-perf-results-2n-clx:
660       csit-vpp-perf-verify-2001-2n-clx:
661         - 53  # NDRPDR full
662         - 54  # NDRPDR full
663         - 55  # NDRPDR full
664         - 56  # NDRPDR full
665         - 57  # NDRPDR full
666         - 58  # NDRPDR full
667         - 59  # NDRPDR full
668         - 60  # NDRPDR full
669         - 61  # NDRPDR full
670         - 62  # NDRPDR full
671         - 63  # NDRPDR full
672         - 64  # NDRPDR full
673         - 65  # NDRPDR full
674         - 66  # NDRPDR full
675         - 67  # NDRPDR full
676
677     vpp-perf-results-3n-tsh:
678       csit-vpp-perf-verify-2001-3n-tsh:
679         - 10  # NDRPDR sel
680
681     vpp-perf-results-3n-dnv:
682       csit-vpp-perf-verify-2001-3n-dnv:
683         - 19  # NDRPDR full
684         - 20  # NDRPDR full
685         - 21  # NDRPDR full
686         - 22  # NDRPDR full
687         - 23  # NDRPDR full
688         - 24  # NDRPDR full
689         - 25  # NDRPDR full
690         - 26  # NDRPDR full
691         - 37  # NDRPDR full
692         - 38  # NDRPDR full
693         - 39  # NDRPDR full
694
695     vpp-perf-results-2n-dnv:
696       csit-vpp-perf-verify-2001-2n-dnv:
697         - 21  # NDRPDR full
698         - 22  # NDRPDR full
699         - 25  # NDRPDR full
700         - 26  # NDRPDR full
701         - 27  # NDRPDR full
702         - 28  # NDRPDR full
703
704     vpp-mrr-results-3n-hsw:
705       csit-vpp-perf-verify-2001-3n-hsw:
706         - 17  # MRR sel
707
708     vpp-mrr-results-3n-skx:
709       csit-vpp-perf-verify-2001-3n-skx:
710         - 50  # MRR sel
711
712     vpp-mrr-results-2n-skx:
713       # TODO: Replace
714       # csit-vpp-perf-verify-2001-2n-skx:
715       csit-vpp-perf-verify-1908-2n-skx:
716         - 69  # MRR sel
717
718     vpp-mrr-results-2n-clx:
719       csit-vpp-perf-verify-2001-2n-clx:
720         - 39  # MRR
721
722     vpp-mrr-results-3n-tsh:
723       csit-vpp-perf-verify-2001-3n-tsh:
724         - 9   # MRR sel
725
726     vpp-mrr-results-3n-dnv:
727       csit-vpp-perf-verify-2001-3n-dnv:
728         - 11  # MRR sel
729
730     vpp-mrr-results-2n-dnv:
731       csit-vpp-perf-verify-2001-2n-dnv:
732         - 12  # MRR sel
733
734     vpp-device-results-ubuntu:
735       csit-vpp-device-2001-ubuntu1804-1n-skx:
736         - 57
737
738     dpdk-perf-results-3n-hsw:
739       csit-dpdk-perf-verify-2001-3n-hsw:
740         - 25  # NDRPDR full
741         - 26  # NDRPDR full
742
743     dpdk-perf-results-3n-skx:
744       csit-dpdk-perf-verify-2001-3n-skx:
745         - 1   # NDRPDR sel
746
747     dpdk-perf-results-2n-skx:
748       csit-dpdk-perf-verify-2001-2n-skx:
749         - 1   # NDRPDR sel
750
751     dpdk-perf-results-2n-clx:
752       csit-dpdk-perf-verify-2001-2n-clx:
753         - 15  # NDRPDR sel
754         - 34  # NDRPDR sel
755
756     dpdk-perf-results-2n-dnv:
757       csit-dpdk-perf-verify-2001-2n-dnv:
758         - 16  # NDRPDR sel
759
760     dpdk-perf-results-3n-dnv:
761       csit-dpdk-perf-verify-2001-3n-dnv:
762         - 12  # NDRPDR sel
763
764     dpdk-perf-results-3n-tsh:
765       csit-dpdk-perf-verify-2001-3n-tsh:
766         - 3   # NDRPDR sel
767
768 ###########################################################################
769     # Tables (more than one data set)
770
771     # Performance changes
772
773     vpp-performance-changes-3n-hsw-h1:
774       csit-vpp-perf-verify-1904-3n-hsw:
775         - 11  # NDRPDR sel
776         - 12  # NDRPDR sel
777         - 20  # NDRPDR sel
778         - 21  # NDRPDR sel
779         - 23  # NDRPDR sel
780         - 24  # NDRPDR sel
781         - 25  # NDRPDR sel
782         - 26  # NDRPDR sel
783         - 29  # NDRPDR sel
784         - 30  # NDRPDR sel
785     vpp-performance-changes-3n-hsw-ref:
786       csit-vpp-perf-verify-1908-3n-hsw:
787         - 12  # NDRPDR sel
788         - 13  # NDRPDR sel
789         - 14  # NDRPDR sel
790         - 15  # NDRPDR sel
791         - 16  # NDRPDR sel
792         - 17  # NDRPDR sel
793         - 18  # NDRPDR sel
794         - 19  # NDRPDR sel
795         - 20  # NDRPDR sel
796         - 21  # NDRPDR sel
797     vpp-performance-changes-3n-hsw-cmp:
798       csit-vpp-perf-verify-2001-3n-hsw:
799         - 21  # NDRPDR sel
800         - 22  # NDRPDR sel
801         - 23  # NDRPDR sel
802         - 24  # NDRPDR sel
803         - 25  # NDRPDR sel
804         - 29  # NDRPDR sel
805         - 30  # NDRPDR sel
806         - 31  # NDRPDR sel
807         - 32  # NDRPDR sel
808         - 34  # NDRPDR sel
809     vpp-performance-changes-3n-hsw:
810       - "vpp-performance-changes-3n-hsw-h1"
811       - "vpp-performance-changes-3n-hsw-ref"
812       - "vpp-performance-changes-3n-hsw-cmp"
813
814     vpp-performance-changes-3n-skx-h1:
815       csit-vpp-perf-verify-1904-3n-skx:
816         - 8   # NDRPDR sel
817         - 9   # NDRPDR sel
818         - 10  # NDRPDR sel
819         - 11  # NDRPDR sel
820         - 12  # NDRPDR sel
821         - 14  # NDRPDR sel
822         - 16  # NDRPDR sel
823         - 21  # NDRPDR sel
824         - 23  # NDRPDR sel
825         - 25  # NDRPDR sel
826     vpp-performance-changes-3n-skx-ref:
827       csit-vpp-perf-verify-1908-3n-skx:
828         - 14  # NDRPDR sel
829         - 16  # NDRPDR sel
830         - 19  # NDRPDR sel
831         - 20  # NDRPDR sel
832         - 22  # NDRPDR sel
833         - 23  # NDRPDR sel
834         - 24  # NDRPDR sel
835         - 25  # NDRPDR sel
836         - 26  # NDRPDR sel
837         - 29  # NDRPDR sel
838     vpp-performance-changes-3n-skx-cmp:
839       # TODO: Add the data
840       csit-vpp-perf-verify-2001-3n-skx:
841         - 45  # NDRPDR sel
842         - 46  # NDRPDR sel
843         - 47  # NDRPDR sel
844         - 48  # NDRPDR sel
845     vpp-performance-changes-3n-skx:
846       - "vpp-performance-changes-3n-skx-h1"
847       - "vpp-performance-changes-3n-skx-ref"
848       - "vpp-performance-changes-3n-skx-cmp"
849
850     vpp-performance-changes-2n-skx-h1:
851       csit-vpp-perf-verify-1904-2n-skx:
852         - 12  # NDRPDR sel
853         - 14  # NDRPDR sel
854         - 16  # NDRPDR sel
855         - 17  # NDRPDR sel
856         - 18  # NDRPDR sel
857         - 21  # NDRPDR sel
858         - 27  # NDRPDR sel
859         - 30  # NDRPDR sel
860         - 31  # NDRPDR sel
861         - 32  # NDRPDR sel
862     vpp-performance-changes-2n-skx-ref:
863       csit-vpp-perf-verify-1908-2n-skx:
864         - 26  # NDRPDR sel
865         - 27  # NDRPDR sel
866         - 34  # NDRPDR sel
867         - 35  # NDRPDR sel
868         - 36  # NDRPDR sel
869         - 42  # NDRPDR sel
870         - 43  # NDRPDR sel
871         - 44  # NDRPDR sel
872         - 45  # NDRPDR sel
873         - 46  # NDRPDR sel
874     vpp-performance-changes-2n-skx-cmp:
875       # TODO: Add the data
876       csit-vpp-perf-verify-2001-2n-skx:
877         - 92  # NDRPDR sel
878         - 93  # NDRPDR sel
879         - 94  # NDRPDR sel
880         - 95  # NDRPDR sel
881         - 96  # NDRPDR sel
882         - 97  # NDRPDR sel
883         - 98  # NDRPDR sel
884         - 99  # NDRPDR sel
885     vpp-performance-changes-2n-skx:
886       - "vpp-performance-changes-2n-skx-h1"
887       - "vpp-performance-changes-2n-skx-ref"
888       - "vpp-performance-changes-2n-skx-cmp"
889
890     vpp-performance-changes-nfv-2n-skx-ref:
891       csit-vpp-perf-verify-1908-2n-skx:
892         - 22  # NFV
893         - 31  # NFV
894         - 32  # NFV
895     vpp-performance-changes-nfv-2n-skx-cmp:
896       # TODO: Add the data
897       csit-vpp-perf-verify-2001-2n-skx:
898         - 30  # NFV
899         - 31  # NFV
900     vpp-performance-changes-nfv-2n-skx:
901       - "vpp-performance-changes-nfv-2n-skx-ref"
902       - "vpp-performance-changes-nfv-2n-skx-cmp"
903
904     vpp-performance-changes-2n-dnv-ref:
905       csit-vpp-perf-verify-1908-2n-dnv:
906         - 1   # NDRPDR sel
907         - 2   # NDRPDR sel
908         - 3   # NDRPDR sel
909         - 4   # NDRPDR sel
910         - 5   # NDRPDR sel
911         - 6   # NDRPDR sel
912         - 7   # NDRPDR sel
913         - 8   # NDRPDR sel
914         - 9   # NDRPDR sel
915         - 10  # NDRPDR sel
916     vpp-performance-changes-2n-dnv-cmp:
917       csit-vpp-perf-verify-2001-2n-dnv:
918         - 4   # NDRPDR sel
919         - 5   # NDRPDR sel
920         - 6   # NDRPDR sel
921         - 7   # NDRPDR sel
922         - 8   # NDRPDR sel
923         - 9   # NDRPDR sel
924         - 10  # NDRPDR sel
925         - 11  # NDRPDR sel
926         - 13  # NDRPDR sel
927         - 16  # NDRPDR sel
928     vpp-performance-changes-2n-dnv:
929       - "vpp-performance-changes-2n-dnv-ref"
930       - "vpp-performance-changes-2n-dnv-cmp"
931
932     vpp-performance-changes-3n-dnv-ref:
933       csit-vpp-perf-verify-1908-3n-dnv:
934         - 6   # NDRPDR sel
935         - 7   # NDRPDR sel
936         - 8   # NDRPDR sel
937         - 9   # NDRPDR sel
938         - 10  # NDRPDR sel
939         - 12  # NDRPDR sel
940         - 13  # NDRPDR sel
941         - 14  # NDRPDR sel
942         - 15  # NDRPDR sel
943         - 16  # NDRPDR sel
944     vpp-performance-changes-3n-dnv-cmp:
945       csit-vpp-perf-verify-2001-3n-dnv:
946         - 5   # NDRPDR sel
947         - 6   # NDRPDR sel
948         - 7   # NDRPDR sel
949         - 8   # NDRPDR sel
950         - 9   # NDRPDR sel
951         - 10  # NDRPDR sel
952         - 12  # NDRPDR sel
953         - 16  # NDRPDR sel
954         - 17  # NDRPDR sel
955         - 18  # NDRPDR sel
956     vpp-performance-changes-3n-dnv:
957       - "vpp-performance-changes-3n-dnv-ref"
958       - "vpp-performance-changes-3n-dnv-cmp"
959
960     vpp-performance-changes-3n-tsh-ref:
961       csit-vpp-perf-verify-1908-3n-tsh:
962         - 7   # NDRPDR sel
963         - 8   # NDRPDR sel
964         - 9   # NDRPDR sel
965         - 10  # NDRPDR sel
966         - 11  # NDRPDR sel
967         - 12  # NDRPDR sel
968         - 13  # NDRPDR sel
969         - 14  # NDRPDR sel
970         - 15  # NDRPDR sel
971         - 16  # NDRPDR sel
972     vpp-performance-changes-3n-tsh-cmp:
973       csit-vpp-perf-verify-2001-3n-tsh:
974         - 3   # NDRPDR sel
975         - 4   # NDRPDR sel
976         - 7   # NDRPDR sel
977         - 8   # NDRPDR sel
978         - 10  # NDRPDR sel
979         - 12  # NDRPDR sel
980         - 13  # NDRPDR sel
981         - 14  # NDRPDR sel
982         - 15  # NDRPDR sel
983         - 21  # NDRPDR sel
984     vpp-performance-changes-3n-tsh:
985       - "vpp-performance-changes-3n-tsh-ref"
986       - "vpp-performance-changes-3n-tsh-cmp"
987
988     vpp-soak-vs-ndr-2n-skx-ref:
989       csit-vpp-perf-verify-2001-2n-skx:
990         - 92  # NDRPDR sel
991         - 93  # NDRPDR sel
992         - 94  # NDRPDR sel
993         - 95  # NDRPDR sel
994         - 96  # NDRPDR sel
995         - 97  # NDRPDR sel
996         - 98  # NDRPDR sel
997         - 99  # NDRPDR sel
998     vpp-soak-vs-ndr-2n-skx-cmp:
999       # TODO: Replace
1000       # csit-vpp-perf-verify-2001-2n-skx:
1001       csit-vpp-perf-verify-1908-2n-skx:
1002         - 83  # SOAK
1003         - 86  # SOAK
1004     vpp-soak-vs-ndr-2n-skx:
1005       csit-vpp-perf-verify-2001-2n-skx:
1006         - 92  # NDRPDR sel
1007         - 93  # NDRPDR sel
1008         - 94  # NDRPDR sel
1009         - 95  # NDRPDR sel
1010         - 96  # NDRPDR sel
1011         - 97  # NDRPDR sel
1012         - 98  # NDRPDR sel
1013         - 99  # NDRPDR sel
1014         - 83  # SOAK
1015         - 86  # SOAK
1016
1017     vpp-soak-vs-ndr-2n-clx-ref:
1018       csit-vpp-perf-verify-2001-2n-clx:
1019         - 28  # NDRPDR sel
1020         - 29  # NDRPDR sel
1021         - 32  # NDRPDR sel
1022         - 40  # NDRPDR sel
1023         - 43  # NDRPDR sel
1024         - 44  # NDRPDR sel
1025         - 45  # NDRPDR sel
1026         - 47  # NDRPDR sel
1027         - 48  # NDRPDR sel
1028         - 49  # NDRPDR sel
1029     vpp-soak-vs-ndr-2n-clx-cmp:
1030       csit-vpp-perf-verify-2001-2n-clx:
1031         - 93  # SOAK
1032         - 94  # Soak
1033     vpp-soak-vs-ndr-2n-clx:
1034       csit-vpp-perf-verify-2001-2n-clx:
1035         - 28  # NDRPDR sel
1036         - 29  # NDRPDR sel
1037         - 32  # NDRPDR sel
1038         - 40  # NDRPDR sel
1039         - 43  # NDRPDR sel
1040         - 44  # NDRPDR sel
1041         - 45  # NDRPDR sel
1042         - 47  # NDRPDR sel
1043         - 48  # NDRPDR sel
1044         - 49  # NDRPDR sel
1045         - 93  # SOAK
1046         - 94  # Soak
1047
1048     vpp-performance-changes-3n-hsw-mrr-h1:
1049       csit-vpp-perf-verify-1904-3n-hsw:
1050         - 9   # MRR sel
1051     vpp-performance-changes-3n-hsw-mrr-ref:
1052       csit-vpp-perf-verify-1908-3n-hsw:
1053         - 39  # MRR sel
1054     vpp-performance-changes-3n-hsw-mrr-cmp:
1055       csit-vpp-perf-verify-2001-3n-hsw:
1056         - 17  # MRR sel
1057     vpp-performance-changes-3n-hsw-mrr:
1058       - "vpp-performance-changes-3n-hsw-mrr-h1"
1059       - "vpp-performance-changes-3n-hsw-mrr-ref"
1060       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1061
1062     vpp-performance-changes-3n-skx-mrr-h1:
1063       csit-vpp-perf-verify-1904-3n-skx:
1064         - 7   # MRR sel
1065     vpp-performance-changes-3n-skx-mrr-ref:
1066       csit-vpp-perf-verify-1908-3n-skx:
1067         - 36  # MRR sel
1068     vpp-performance-changes-3n-skx-mrr-cmp:
1069       csit-vpp-perf-verify-2001-3n-skx:
1070         - 50  # MRR sel
1071     vpp-performance-changes-3n-skx-mrr:
1072       - "vpp-performance-changes-3n-skx-mrr-h1"
1073       - "vpp-performance-changes-3n-skx-mrr-ref"
1074       - "vpp-performance-changes-3n-skx-mrr-cmp"
1075
1076     vpp-performance-changes-2n-skx-mrr-h1:
1077       csit-vpp-perf-verify-1904-2n-skx:
1078         - 11  # MRR sel
1079     vpp-performance-changes-2n-skx-mrr-ref:
1080       csit-vpp-perf-verify-1908-2n-skx:
1081         - 69  # MRR sel
1082     vpp-performance-changes-2n-skx-mrr-cmp:
1083       # TODO: Replace
1084       # csit-vpp-perf-verify-2001-2n-skx:
1085       csit-vpp-perf-verify-1908-2n-skx:
1086         - 69  # MRR sel
1087     vpp-performance-changes-2n-skx-mrr:
1088       - "vpp-performance-changes-2n-skx-mrr-h1"
1089       - "vpp-performance-changes-2n-skx-mrr-ref"
1090       - "vpp-performance-changes-2n-skx-mrr-cmp"
1091
1092     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1093       csit-vpp-perf-verify-1908-2n-skx:
1094         - 71  # NFV MRR
1095     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1096       # TODO: Replace
1097       # csit-vpp-perf-verify-2001-2n-skx:
1098       csit-vpp-perf-verify-1908-2n-skx:
1099         - 71  # NFV MRR
1100     vpp-performance-changes-nfv-2n-skx-mrr:
1101       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1102       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1103
1104     vpp-performance-changes-2n-dnv-mrr-ref:
1105       csit-vpp-perf-verify-1908-2n-dnv:
1106         - 11  # MRR sel
1107     vpp-performance-changes-2n-dnv-mrr-cmp:
1108       csit-vpp-perf-verify-2001-2n-dnv:
1109         - 12  # MRR sel
1110     vpp-performance-changes-2n-dnv-mrr:
1111       - "vpp-performance-changes-2n-dnv-mrr-ref"
1112       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1113
1114     vpp-performance-changes-3n-dnv-mrr-ref:
1115       csit-vpp-perf-verify-1908-3n-dnv:
1116         - 17  # MRR sel
1117     vpp-performance-changes-3n-dnv-mrr-cmp:
1118       csit-vpp-perf-verify-2001-3n-dnv:
1119         - 11  # MRR sel
1120     vpp-performance-changes-3n-dnv-mrr:
1121       - "vpp-performance-changes-3n-dnv-mrr-ref"
1122       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1123
1124     vpp-performance-changes-3n-tsh-mrr-ref:
1125       csit-vpp-perf-verify-1908-3n-tsh:
1126         - 17  # MRR sel
1127     vpp-performance-changes-3n-tsh-mrr-cmp:
1128       csit-vpp-perf-verify-2001-3n-tsh:
1129         - 9   # MRR sel
1130     vpp-performance-changes-3n-tsh-mrr:
1131       - "vpp-performance-changes-3n-tsh-mrr-ref"
1132       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1133
1134     dpdk-performance-changes-3n-hsw-h1:
1135       csit-dpdk-perf-verify-1904-3n-hsw:
1136         - 2   # NDRPDR sel
1137         - 3   # NDRPDR sel
1138         - 5   # NDRPDR sel
1139         - 6   # NDRPDR sel
1140         - 13  # NDRPDR sel
1141         - 14  # NDRPDR sel
1142         - 15  # NDRPDR sel
1143         - 18  # NDRPDR sel
1144         - 19  # NDRPDR sel
1145         - 20  # NDRPDR sel
1146     dpdk-performance-changes-3n-hsw-ref:
1147       csit-dpdk-perf-verify-1908-3n-hsw:
1148         - 2   # NDRPDR sel
1149         - 3   # NDRPDR sel
1150         - 4   # NDRPDR sel
1151         - 5   # NDRPDR sel
1152         - 6   # NDRPDR sel
1153         - 7   # NDRPDR sel
1154         - 8   # NDRPDR sel
1155         - 9   # NDRPDR sel
1156         - 10  # NDRPDR sel
1157         - 11  # NDRPDR sel
1158     dpdk-performance-changes-3n-hsw-cmp:
1159       csit-dpdk-perf-verify-2001-3n-hsw:
1160 #        - 4   # NDRPDR sel
1161 #        - 5   # NDRPDR sel
1162 #        - 6   # NDRPDR sel
1163 #        - 7   # NDRPDR sel
1164 #        - 8   # NDRPDR sel
1165 #        - 9   # NDRPDR sel
1166 #        - 10  # NDRPDR sel
1167 #        - 11  # NDRPDR sel
1168 #        - 12  # NDRPDR sel
1169 #        - 13  # NDRPDR sel
1170         - 15  # NDRPDR sel
1171         - 16  # NDRPDR sel
1172         - 17  # NDRPDR sel
1173         - 18  # NDRPDR sel
1174         - 19  # NDRPDR sel
1175         - 20  # NDRPDR sel
1176         - 21  # NDRPDR sel
1177         - 22  # NDRPDR sel
1178         - 23  # NDRPDR sel
1179         - 24  # NDRPDR sel
1180     dpdk-performance-changes-3n-hsw:
1181       - "dpdk-performance-changes-3n-hsw-h1"
1182       - "dpdk-performance-changes-3n-hsw-ref"
1183       - "dpdk-performance-changes-3n-hsw-cmp"
1184
1185     dpdk-performance-changes-3n-skx-h1:
1186       csit-dpdk-perf-verify-1904-3n-skx:
1187         - 2   # NDRPDR sel
1188         - 3   # NDRPDR sel
1189         - 4   # NDRPDR sel
1190         - 5   # NDRPDR sel
1191         - 6   # NDRPDR sel
1192         - 7   # NDRPDR sel
1193         - 11  # NDRPDR sel
1194         - 12  # NDRPDR sel
1195         - 13  # NDRPDR sel
1196         - 14  # NDRPDR sel
1197     dpdk-performance-changes-3n-skx-ref:
1198       csit-dpdk-perf-verify-1908-3n-skx:
1199         - 3   # NDRPDR sel
1200         - 4   # NDRPDR sel
1201         - 5   # NDRPDR sel
1202         - 6   # NDRPDR sel
1203         - 7   # NDRPDR sel
1204         - 8   # NDRPDR sel
1205         - 9   # NDRPDR sel
1206         - 10  # NDRPDR sel
1207         - 11  # NDRPDR sel
1208         - 12  # NDRPDR sel
1209     dpdk-performance-changes-3n-skx-cmp:
1210       csit-dpdk-perf-verify-2001-3n-skx:
1211         - 1   # NDRPDR sel
1212         - 2   # NDRPDR sel
1213         - 3   # NDRPDR sel
1214         - 4   # NDRPDR sel
1215         - 5   # NDRPDR sel
1216         - 6   # NDRPDR sel
1217         - 7   # NDRPDR sel
1218         - 8   # NDRPDR sel
1219         - 9   # NDRPDR sel
1220         - 10  # NDRPDR sel
1221     dpdk-performance-changes-3n-skx:
1222       - "dpdk-performance-changes-3n-skx-h1"
1223       - "dpdk-performance-changes-3n-skx-ref"
1224       - "dpdk-performance-changes-3n-skx-cmp"
1225
1226     dpdk-performance-changes-2n-skx-h1:
1227       csit-dpdk-perf-verify-1904-2n-skx:
1228         - 2   # NDRPDR sel
1229         - 3   # NDRPDR sel
1230         - 4   # NDRPDR sel
1231         - 5   # NDRPDR sel
1232         - 7   # NDRPDR sel
1233         - 8   # NDRPDR sel
1234         - 9   # NDRPDR sel
1235         - 10  # NDRPDR sel
1236         - 11  # NDRPDR sel
1237         - 12  # NDRPDR sel
1238     dpdk-performance-changes-2n-skx-ref:
1239       csit-dpdk-perf-verify-1908-2n-skx:
1240         - 2   # NDRPDR sel
1241         - 3   # NDRPDR sel
1242         - 4   # NDRPDR sel
1243         - 5   # 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-2n-skx-cmp:
1251       csit-dpdk-perf-verify-2001-2n-skx:
1252         - 1   # NDRPDR sel
1253         - 2   # NDRPDR sel
1254         - 3   # NDRPDR sel
1255         - 4   # NDRPDR sel
1256         - 5   # NDRPDR sel
1257         - 6   # NDRPDR sel
1258         - 7   # NDRPDR sel
1259         - 8   # NDRPDR sel
1260         - 9   # NDRPDR sel
1261         - 10  # NDRPDR sel
1262         - 11  # NDRPDR sel
1263         - 13  # NDRPDR sel
1264         - 26  # NDRPDR sel
1265         - 16  # NDRPDR sel
1266         - 17  # NDRPDR sel
1267         - 18  # NDRPDR sel
1268         - 19  # NDRPDR sel
1269         - 27  # NDRPDR sel
1270         - 21  # NDRPDR sel
1271         - 25  # NDRPDR sel
1272     dpdk-performance-changes-2n-skx:
1273       - "dpdk-performance-changes-2n-skx-h1"
1274       - "dpdk-performance-changes-2n-skx-ref"
1275       - "dpdk-performance-changes-2n-skx-cmp"
1276
1277     # Compare testbeds
1278
1279     vpp-compare-testbeds-ref:
1280       csit-vpp-perf-verify-2001-3n-hsw:
1281         - 21  # NDRPDR sel
1282         - 22  # NDRPDR sel
1283         - 23  # NDRPDR sel
1284         - 24  # NDRPDR sel
1285         - 25  # NDRPDR sel
1286         - 29  # NDRPDR sel
1287         - 30  # NDRPDR sel
1288         - 31  # NDRPDR sel
1289         - 32  # NDRPDR sel
1290         - 34  # NDRPDR sel
1291     vpp-compare-testbeds-cmp:
1292       # TODO: Add the data
1293       csit-vpp-perf-verify-2001-3n-skx:
1294         - 45  # NDRPDR sel
1295         - 46  # NDRPDR sel
1296         - 47  # NDRPDR sel
1297         - 48  # NDRPDR sel
1298     vpp-compare-testbeds:
1299       - "vpp-compare-testbeds-ref"
1300       - "vpp-compare-testbeds-cmp"
1301
1302     vpp-compare-testbeds-skx-clx-ref:
1303       # TODO: Add the data
1304       csit-vpp-perf-verify-2001-2n-skx:
1305         - 92  # NDRPDR sel
1306         - 93  # NDRPDR sel
1307         - 94  # NDRPDR sel
1308         - 95  # NDRPDR sel
1309         - 96  # NDRPDR sel
1310         - 97  # NDRPDR sel
1311         - 98  # NDRPDR sel
1312         - 99  # NDRPDR sel
1313     vpp-compare-testbeds-skx-clx-cmp:
1314       csit-vpp-perf-verify-2001-2n-clx:
1315         - 28  # NDRPDR sel
1316         - 29  # NDRPDR sel
1317         - 32  # NDRPDR sel
1318         - 40  # NDRPDR sel
1319         - 43  # NDRPDR sel
1320         - 44  # NDRPDR sel
1321         - 45  # NDRPDR sel
1322         - 47  # NDRPDR sel
1323         - 48  # NDRPDR sel
1324         - 49  # NDRPDR sel
1325     vpp-compare-testbeds-skx-clx:
1326       - "vpp-compare-testbeds-skx-clx-ref"
1327       - "vpp-compare-testbeds-skx-clx-cmp"
1328
1329     vpp-compare-testbeds-hsw-clx-ref:
1330       csit-vpp-perf-verify-2001-3n-hsw:
1331         - 21  # NDRPDR sel
1332         - 22  # NDRPDR sel
1333         - 23  # NDRPDR sel
1334         - 24  # NDRPDR sel
1335         - 25  # NDRPDR sel
1336         - 29  # NDRPDR sel
1337         - 30  # NDRPDR sel
1338         - 31  # NDRPDR sel
1339         - 32  # NDRPDR sel
1340         - 34  # NDRPDR sel
1341     vpp-compare-testbeds-hsw-clx-cmp:
1342       csit-vpp-perf-verify-2001-2n-clx:
1343         - 28  # NDRPDR sel
1344         - 29  # NDRPDR sel
1345         - 32  # NDRPDR sel
1346         - 40  # NDRPDR sel
1347         - 43  # NDRPDR sel
1348         - 44  # NDRPDR sel
1349         - 45  # NDRPDR sel
1350         - 47  # NDRPDR sel
1351         - 48  # NDRPDR sel
1352         - 49  # NDRPDR sel
1353     vpp-compare-testbeds-hsw-clx:
1354       - "vpp-compare-testbeds-hsw-clx-ref"
1355       - "vpp-compare-testbeds-hsw-clx-cmp"
1356
1357     vpp-compare-testbeds-mrr-ref:
1358       csit-vpp-perf-verify-2001-3n-hsw:
1359         - 17  # MRR sel
1360     vpp-compare-testbeds-mrr-cmp:
1361       csit-vpp-perf-verify-2001-3n-skx:
1362         - 50  # MRR sel
1363     vpp-compare-testbeds-mrr:
1364       - "vpp-compare-testbeds-mrr-ref"
1365       - "vpp-compare-testbeds-mrr-cmp"
1366
1367     vpp-compare-testbeds-mrr-skx-clx-ref:
1368       # TODO: Replace
1369       # csit-vpp-perf-verify-2001-2n-skx:
1370       csit-vpp-perf-verify-1908-2n-skx:
1371         - 69  # MRR sel
1372     vpp-compare-testbeds-mrr-skx-clx-cmp:
1373       csit-vpp-perf-verify-2001-2n-clx:
1374         - 39  # MRR
1375     vpp-compare-testbeds-mrr-skx-clx:
1376       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1377       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1378
1379     vpp-compare-testbeds-mrr-hsw-clx-ref:
1380       csit-vpp-perf-verify-2001-3n-hsw:
1381         - 17  # MRR sel
1382     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1383       csit-vpp-perf-verify-2001-2n-clx:
1384         - 39  # MRR
1385     vpp-compare-testbeds-mrr-hsw-clx:
1386       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1387       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1388
1389     dpdk-compare-testbeds-ref:
1390       csit-dpdk-perf-verify-2001-3n-hsw:
1391         - 4   # NDRPDR sel
1392         - 5   # NDRPDR sel
1393         - 6   # NDRPDR sel
1394         - 7   # NDRPDR sel
1395         - 8   # NDRPDR sel
1396         - 9   # NDRPDR sel
1397         - 10  # NDRPDR sel
1398         - 11  # NDRPDR sel
1399         - 12  # NDRPDR sel
1400         - 13  # NDRPDR sel
1401         - 15  # NDRPDR sel
1402         - 16  # NDRPDR sel
1403         - 17  # NDRPDR sel
1404         - 18  # NDRPDR sel
1405         - 19  # NDRPDR sel
1406         - 20  # NDRPDR sel
1407         - 21  # NDRPDR sel
1408         - 22  # NDRPDR sel
1409         - 23  # NDRPDR sel
1410         - 24  # NDRPDR sel
1411     dpdk-compare-testbeds-cmp:
1412       csit-dpdk-perf-verify-2001-3n-skx:
1413         - 1   # NDRPDR sel
1414         - 2   # NDRPDR sel
1415         - 3   # NDRPDR sel
1416         - 4   # NDRPDR sel
1417         - 5   # NDRPDR sel
1418         - 6   # NDRPDR sel
1419         - 7   # NDRPDR sel
1420         - 8   # NDRPDR sel
1421         - 9   # NDRPDR sel
1422         - 10  # NDRPDR sel
1423     dpdk-compare-testbeds:
1424       - "dpdk-compare-testbeds-ref"
1425       - "dpdk-compare-testbeds-cmp"
1426
1427     dpdk-compare-testbeds-skx-clx-ref:
1428       csit-dpdk-perf-verify-2001-2n-skx:
1429         - 1   # NDRPDR sel
1430         - 2   # NDRPDR sel
1431         - 3   # NDRPDR sel
1432         - 4   # NDRPDR sel
1433         - 5   # NDRPDR sel
1434         - 6   # NDRPDR sel
1435         - 7   # NDRPDR sel
1436         - 8   # NDRPDR sel
1437         - 9   # NDRPDR sel
1438         - 10  # NDRPDR sel
1439         - 11  # NDRPDR sel
1440         - 13  # NDRPDR sel
1441         - 26  # NDRPDR sel
1442         - 16  # NDRPDR sel
1443         - 17  # NDRPDR sel
1444         - 18  # NDRPDR sel
1445         - 19  # NDRPDR sel
1446         - 27  # NDRPDR sel
1447         - 21  # NDRPDR sel
1448         - 25  # NDRPDR sel
1449     dpdk-compare-testbeds-skx-clx-cmp:
1450       csit-dpdk-perf-verify-2001-2n-clx:
1451         - 15  # NDRPDR sel
1452         - 16  # NDRPDR sel
1453         - 17  # NDRPDR sel
1454         - 18  # NDRPDR sel
1455         - 19  # NDRPDR sel
1456         - 20  # NDRPDR sel
1457         - 21  # NDRPDR sel
1458         - 22  # NDRPDR sel
1459         - 23  # NDRPDR sel
1460         - 24  # NDRPDR sel
1461         - 25  # NDRPDR sel
1462         - 26  # NDRPDR sel
1463         - 27  # NDRPDR sel
1464         - 28  # NDRPDR sel
1465         - 29  # NDRPDR sel
1466         - 30  # NDRPDR sel
1467         - 31  # NDRPDR sel
1468         - 32  # NDRPDR sel
1469         - 33  # NDRPDR sel
1470         - 34  # NDRPDR sel
1471
1472     dpdk-compare-testbeds-skx-clx:
1473       - "dpdk-compare-testbeds-skx-clx-ref"
1474       - "dpdk-compare-testbeds-skx-clx-cmp"
1475
1476     # Compare topologies
1477
1478     vpp-compare-topologies-ref:
1479       # TODO: Add the data
1480       csit-vpp-perf-verify-2001-3n-skx:
1481         - 45  # NDRPDR sel
1482         - 46  # NDRPDR sel
1483         - 47  # NDRPDR sel
1484         - 48  # NDRPDR sel
1485     vpp-compare-topologies-cmp:
1486       # TODO: Add the data
1487       csit-vpp-perf-verify-2001-2n-skx:
1488         - 92  # NDRPDR sel
1489         - 93  # NDRPDR sel
1490         - 94  # NDRPDR sel
1491         - 95  # NDRPDR sel
1492         - 96  # NDRPDR sel
1493         - 97  # NDRPDR sel
1494         - 98  # NDRPDR sel
1495         - 99  # NDRPDR sel
1496     vpp-compare-topologies:
1497       - "vpp-compare-topologies-ref"
1498       - "vpp-compare-topologies-cmp"
1499
1500     vpp-compare-topologies-mrr-ref:
1501       csit-vpp-perf-verify-2001-3n-skx:
1502         - 50  # MRR sel
1503     vpp-compare-topologies-mrr-cmp:
1504       # TODO: Replace
1505       # csit-vpp-perf-verify-2001-2n-skx:
1506       csit-vpp-perf-verify-1908-2n-skx:
1507         - 69  # MRR sel
1508     vpp-compare-topologies-mrr:
1509       - "vpp-compare-topologies-mrr-ref"
1510       - "vpp-compare-topologies-mrr-cmp"
1511
1512     dpdk-compare-topologies-ref:
1513       csit-dpdk-perf-verify-2001-3n-skx:
1514         - 1   # NDRPDR sel
1515         - 2   # NDRPDR sel
1516         - 3   # NDRPDR sel
1517         - 4   # NDRPDR sel
1518         - 5   # NDRPDR sel
1519         - 6   # NDRPDR sel
1520         - 7   # NDRPDR sel
1521         - 8   # NDRPDR sel
1522         - 9   # NDRPDR sel
1523         - 10  # NDRPDR sel
1524     dpdk-compare-topologies-cmp:
1525       csit-dpdk-perf-verify-2001-2n-skx:
1526         - 1   # NDRPDR sel
1527         - 2   # NDRPDR sel
1528         - 3   # NDRPDR sel
1529         - 4   # NDRPDR sel
1530         - 5   # NDRPDR sel
1531         - 6   # NDRPDR sel
1532         - 7   # NDRPDR sel
1533         - 8   # NDRPDR sel
1534         - 9   # NDRPDR sel
1535         - 10  # NDRPDR sel
1536         - 11  # NDRPDR sel
1537         - 13  # NDRPDR sel
1538         - 26  # NDRPDR sel
1539         - 16  # NDRPDR sel
1540         - 17  # NDRPDR sel
1541         - 18  # NDRPDR sel
1542         - 19  # NDRPDR sel
1543         - 27  # NDRPDR sel
1544         - 21  # NDRPDR sel
1545         - 25  # NDRPDR sel
1546     dpdk-compare-topologies:
1547       - "dpdk-compare-topologies-ref"
1548       - "dpdk-compare-topologies-cmp"
1549
1550   plot-layouts:
1551
1552     plot-soak-throughput:
1553       titlefont:
1554         size: 18
1555       xaxis:
1556         title: "<b>Test Cases [Index]</b>"
1557         titlefont:
1558           size: 16
1559         autorange: True
1560         fixedrange: False
1561         gridcolor: "rgb(230, 230, 230)"
1562         linecolor: "rgb(220, 220, 220)"
1563         linewidth: 1
1564         showgrid: True
1565         showline: True
1566         showticklabels: True
1567         tickcolor: "rgb(220, 220, 220)"
1568         tickmode: "linear"
1569         tickfont:
1570           size: 16
1571         zeroline: False
1572       yaxis:
1573         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1574         titlefont:
1575           size: 16
1576         gridcolor: "rgb(230, 230, 230)"
1577         hoverformat: ".4r"
1578         tickformat: ".3r"
1579         linecolor: "rgb(220, 220, 220)"
1580         linewidth: 1
1581         showgrid: True
1582         showline: True
1583         showticklabels: True
1584         tickcolor: "rgb(220, 220, 220)"
1585         tickfont:
1586           size: 16
1587         zeroline: False
1588         range: [0,50]
1589       autosize: False
1590       margin:
1591         t: 50
1592         b: 0
1593         l: 80
1594         r: 20
1595       showlegend: True
1596       legend:
1597         orientation: "h"
1598         font:
1599           size: 16
1600       width: 700
1601       height: 900
1602       paper_bgcolor: "#fff"
1603       plot_bgcolor: "#fff"
1604       hoverlabel:
1605         namelength: -1
1606
1607     plot-service-density:
1608       titlefont:
1609         size: 18
1610       xaxis:
1611         side: "top"
1612         autorange: True
1613         fixedrange: False
1614         showgrid: False
1615         showline: False
1616         showticklabels: False
1617         ticks: ""
1618         ticklen: 0
1619         tickwidth: 0
1620         zeroline: False
1621       yaxis:
1622         autorange: "reversed"
1623         showgrid: False
1624         showline: False
1625         showticklabels: False
1626         ticks: ""
1627         ticklen: 0
1628         tickwidth: 0
1629         zeroline: False
1630       showlegend: False
1631       paper_bgcolor: "#fff"
1632       plot_bgcolor: "#fff"
1633       width: 700
1634       height: 700
1635       hoverlabel:
1636         namelength: -1
1637
1638     plot-cps:
1639       titlefont:
1640         size: 18
1641       xaxis:
1642         title: "<b>Test Cases [Index]</b>"
1643         titlefont:
1644           size: 16
1645         autorange: True
1646         fixedrange: False
1647         gridcolor: "rgb(230, 230, 230)"
1648         linecolor: "rgb(220, 220, 220)"
1649         linewidth: 1
1650         showgrid: True
1651         showline: True
1652         showticklabels: True
1653         tickcolor: "rgb(220, 220, 220)"
1654         tickmode: "linear"
1655         tickfont:
1656           size: 16
1657         zeroline: False
1658       yaxis:
1659         title: "<b>Connections Per Second [cps]</b>"
1660         titlefont:
1661           size: 16
1662         gridcolor: "rgb(230, 230, 230)"
1663         hoverformat: ".4s"
1664         linecolor: "rgb(220, 220, 220)"
1665         linewidth: 1
1666         rangemode: "tozero"
1667         showgrid: True
1668         showline: True
1669         showticklabels: True
1670         tickcolor: "rgb(220, 220, 220)"
1671         tickformat: ".3s"
1672         tickfont:
1673           size: 16
1674         zeroline: False
1675       boxmode: "group"
1676       boxgroupgap: 0.5
1677       autosize: False
1678       margin:
1679         t: 50
1680         b: 20
1681         l: 80
1682         r: 20
1683       showlegend: True
1684       legend:
1685         orientation: "h"
1686         font:
1687           size: 16
1688       width: 700
1689       height: 800
1690       paper_bgcolor: "#fff"
1691       plot_bgcolor: "#fff"
1692       hoverlabel:
1693         namelength: -1
1694
1695     plot-rps:
1696       titlefont:
1697         size: 18
1698       xaxis:
1699         title: "<b>Test Cases [Index]</b>"
1700         titlefont:
1701           size: 16
1702         autorange: True
1703         fixedrange: False
1704         gridcolor: "rgb(230, 230, 230)"
1705         linecolor: "rgb(220, 220, 220)"
1706         linewidth: 1
1707         showgrid: True
1708         showline: True
1709         showticklabels: True
1710         tickcolor: "rgb(220, 220, 220)"
1711         tickmode: "linear"
1712         tickfont:
1713           size: 16
1714         zeroline: False
1715       yaxis:
1716         title: "<b>Requests Per Second [rps]</b>"
1717         titlefont:
1718           size: 16
1719         gridcolor: "rgb(230, 230, 230)"
1720         hoverformat: ".4s"
1721         linecolor: "rgb(220, 220, 220)"
1722         linewidth: 1
1723         rangemode: "tozero"
1724         showgrid: True
1725         showline: True
1726         showticklabels: True
1727         tickcolor: "rgb(230, 230, 230)"
1728         tickformat: ".3s"
1729         tickfont:
1730           size: 16
1731         zeroline: False
1732       boxmode: "group"
1733       boxgroupgap: 0.5
1734       autosize: False
1735       margin:
1736         t: 50
1737         b: 20
1738         l: 80
1739         r: 20
1740       showlegend: True
1741       legend:
1742         orientation: "h"
1743         font:
1744           size: 16
1745       width: 700
1746       height: 800
1747       paper_bgcolor: "#fff"
1748       plot_bgcolor: "#fff"
1749       hoverlabel:
1750         namelength: -1
1751
1752     plot-hoststack:
1753       titlefont:
1754         size: 16
1755       xaxis:
1756         title: "<b>Test Cases [Index]</b>"
1757         titlefont:
1758           size: 14
1759         autorange: True
1760         fixedrange: False
1761         gridcolor: "rgb(230, 230, 230)"
1762         linecolor: "rgb(220, 220, 220)"
1763         linewidth: 1
1764         showgrid: True
1765         showline: True
1766         showticklabels: True
1767         tickcolor: "rgb(220, 220, 220)"
1768         tickmode: "linear"
1769         tickfont:
1770           size: 14
1771         zeroline: False
1772       yaxis:
1773         title: "<b>Bandwidth [Gbps]</b>"
1774         titlefont:
1775           size: 14
1776         gridcolor: "rgb(230, 230, 230)"
1777         hoverformat: ".4s"
1778         linecolor: "rgb(220, 220, 220)"
1779         linewidth: 1
1780         rangemode: "tozero"
1781         showgrid: True
1782         showline: True
1783         showticklabels: True
1784         tickcolor: "rgb(230, 230, 230)"
1785         tickformat: ".3s"
1786         tickfont:
1787           size: 14
1788         zeroline: False
1789       boxmode: "group"
1790       boxgroupgap: 0.5
1791       autosize: False
1792       margin:
1793         t: 50
1794         b: 20
1795         l: 80
1796         r: 20
1797       showlegend: True
1798       legend:
1799         orientation: "h"
1800         font:
1801           size: 14
1802       width: 700
1803       height: 800
1804       paper_bgcolor: "#fff"
1805       plot_bgcolor: "#fff"
1806       hoverlabel:
1807         namelength: -1
1808
1809     plot-throughput:
1810       titlefont:
1811         size: 18
1812       xaxis:
1813         title: "<b>Test Cases [Index]</b>"
1814         titlefont:
1815           size: 16
1816         autorange: True
1817         fixedrange: False
1818         gridcolor: "rgb(230, 230, 230)"
1819         linecolor: "rgb(220, 220, 220)"
1820         linewidth: 1
1821         showgrid: True
1822         showline: True
1823         showticklabels: True
1824         tickcolor: "rgb(220, 220, 220)"
1825         tickmode: "linear"
1826         tickfont:
1827           size: 16
1828         zeroline: False
1829       yaxis:
1830         title: "<b>Packet Throughput [Mpps]</b>"
1831         titlefont:
1832           size: 16
1833         gridcolor: "rgb(230, 230, 230)"
1834         hoverformat: ".4r"
1835         tickformat: ".3r"
1836         linecolor: "rgb(220, 220, 220)"
1837         linewidth: 1
1838         showgrid: True
1839         showline: True
1840         showticklabels: True
1841         tickcolor: "rgb(220, 220, 220)"
1842         tickfont:
1843           size: 16
1844         zeroline: False
1845         range: [0,50]
1846       autosize: False
1847       margin:
1848         t: 50
1849         b: 0
1850         l: 80
1851         r: 20
1852       showlegend: True
1853       legend:
1854         orientation: "h"
1855         font:
1856           size: 16
1857       width: 700
1858       height: 900
1859       paper_bgcolor: "#fff"
1860       plot_bgcolor: "#fff"
1861       hoverlabel:
1862         namelength: -1
1863
1864     plot-throughput-speedup-analysis:
1865       titlefont:
1866         size: 18
1867       xaxis:
1868         title: "<b>Number of Cores [Qty]</b>"
1869         titlefont:
1870           size: 16
1871         autorange: True
1872         fixedrange: False
1873         gridcolor: "rgb(230, 230, 230)"
1874         linecolor: "rgb(220, 220, 220)"
1875         linewidth: 1
1876         showgrid: True
1877         showline: True
1878         showticklabels: True
1879         tickcolor: "rgb(238, 238, 238)"
1880         tickmode: "linear"
1881         tickfont:
1882           size: 16
1883         zeroline: False
1884       yaxis:
1885         title: "<b>Packet Throughput [Mpps]</b>"
1886         titlefont:
1887           size: 16
1888         type: "linear"
1889         gridcolor: "rgb(230, 230, 230)"
1890         hoverformat: ".4s"
1891         linecolor: "rgb(220, 220, 220)"
1892         linewidth: 1
1893         showgrid: True
1894         showline: True
1895         showticklabels: True
1896         tickcolor: "rgb(220, 220, 220)"
1897         tickformat: ".4s"
1898         tickfont:
1899           size: 16
1900         zeroline: True
1901         rangemode: "tozero"
1902         range: [0,100]
1903       legend:
1904         orientation: "h"
1905         font:
1906           size: 16
1907         xanchor: "left"
1908         yanchor: "top"
1909         x: 0
1910         y: -0.2
1911         bgcolor: "rgba(255, 255, 255, 0)"
1912         bordercolor: "rgba(255, 255, 255, 0)"
1913         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1914       autosize: False
1915       margin:
1916           't': 50
1917           'b': 150
1918           'l': 85
1919           'r': 10
1920       showlegend: True
1921       width: 700
1922       height: 700
1923       paper_bgcolor: "#fff"
1924       plot_bgcolor: "#fff"
1925       hoverlabel:
1926         namelength: -1
1927       annotations: [
1928         {
1929           text: "_ _          __          ...",
1930           align: "left",
1931           showarrow: False,
1932           xref: "paper",
1933           yref: "paper",
1934           xanchor: "left",
1935           yanchor: "top",
1936           x: 0,
1937           y: -0.13,
1938           font: {
1939             family: "Consolas, Courier New",
1940             size: 15
1941           },
1942         },
1943         {
1944           text: "    Perfect     Measured     Limit",
1945           align: "left",
1946           showarrow: False,
1947           xref: "paper",
1948           yref: "paper",
1949           xanchor: "left",
1950           yanchor: "top",
1951           x: 0,
1952           y: -0.15,
1953           font: {
1954             family: "Consolas, Courier New",
1955             size: 15
1956           },
1957         },
1958       ]
1959
1960     plot-latency:
1961       titlefont:
1962         size: 18
1963       xaxis:
1964         title: "<b>Direction</b>"
1965         titlefont:
1966           size: 16
1967         autorange: True
1968         fixedrange: False
1969         gridcolor: "rgb(230, 230, 230)"
1970         linecolor: "rgb(220, 220, 220)"
1971         linewidth: 1
1972         showgrid: True
1973         showline: True
1974         showticklabels: False
1975         tickcolor: "rgb(220, 220, 220)"
1976         tickmode: "linear"
1977         tickfont:
1978           size: 16
1979         zeroline: False
1980       yaxis:
1981         title: "<b>Packet Latency [uSec]</b>"
1982         titlefont:
1983           size: 16
1984         type: "linear"
1985         gridcolor: "rgb(230, 230, 230)"
1986         hoverformat: ".4s"
1987         linecolor: "rgb(220, 220, 220)"
1988         linewidth: 1
1989         showgrid: True
1990         showline: True
1991         showticklabels: True
1992         tickcolor: "rgb(220, 220, 220)"
1993         tickformat: ".4s"
1994         tickfont:
1995           size: 16
1996         zeroline: True
1997         rangemode: "tozero"
1998       legend:
1999         orientation: "h"
2000         font:
2001           size: 16
2002         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2003       autosize: False
2004       margin:
2005           't': 50
2006           'b': 150
2007           'l': 80
2008           'r': 10
2009       showlegend: True
2010       width: 700
2011       height: 700
2012       paper_bgcolor: "#fff"
2013       plot_bgcolor: "#fff"
2014       hoverlabel:
2015         namelength: -1
2016
2017     plot-hdrh-latency:
2018       title:
2019         text: ""
2020         xanchor: "center"
2021         x: 0.5
2022         font:
2023           size: 16
2024       width: 700
2025       plot_bgcolor: "white"
2026       annotations:
2027         - font:
2028             size: 14
2029           showarrow: False
2030           text: "<b>Packet Latency [uSec]</b>"
2031           x: 1
2032           xanchor: "right"
2033           xref: "paper"
2034           y: -0.045
2035           yanchor: "top"
2036           yref: "paper"
2037         - font:
2038             size: 14
2039           showarrow: False
2040           text: "<b>Probability [%]</b>"
2041           textangle: 270
2042           x: -0.06
2043           xanchor: "center"
2044           xref: "paper"
2045           y: 0.5
2046           yanchor: "middle"
2047           yref: "paper"
2048         - font:
2049             size: 14
2050           showarrow: False
2051           text: "<b>Direction: E-W</b>"
2052           x: 0.24
2053           xanchor: "center"
2054           xref: "paper"
2055           y: 1.05
2056           yanchor: "bottom"
2057           yref: "paper"
2058         - font:
2059             size: 14
2060           showarrow: False
2061           text: "<b>Direction: W-E</b>"
2062           x: 0.74
2063           xanchor: "center"
2064           xref: "paper"
2065           y: 1.05
2066           yanchor: "bottom"
2067           yref: "paper"
2068
2069     plot-hdrh-latency-percentile:
2070       title:
2071         text: ""
2072         xanchor: "center"
2073         x: 0.5
2074         font:
2075           size: 18
2076       xaxis:
2077         type: "log"
2078         title: "<b>Percentile [%]</b>"
2079         titlefont:
2080           size: 16
2081         autorange: True
2082         fixedrange: False
2083         gridcolor: "rgb(230, 230, 230)"
2084         linecolor: "rgb(220, 220, 220)"
2085         linewidth: 1
2086         showgrid: True
2087         showline: True
2088         showticklabels: True
2089         tickcolor: "rgb(220, 220, 220)"
2090         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2091         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2092         tickfont:
2093           size: 16
2094       yaxis:
2095         title: "<b>Packet Latency [uSec]</b>"
2096         titlefont:
2097           size: 16
2098         gridcolor: "rgb(230, 230, 230)"
2099         linecolor: "rgb(220, 220, 220)"
2100         linewidth: 1
2101         showgrid: True
2102         showline: True
2103         showticklabels: True
2104         tickcolor: "rgb(220, 220, 220)"
2105         tickfont:
2106           size: 16
2107       autosize: False
2108       showlegend: True
2109       legend:
2110         traceorder: "normal"
2111         orientation: "h"
2112         font:
2113           size: 16
2114         xanchor: "left"
2115         yanchor: "top"
2116         x: 0
2117         y: -0.15
2118         bgcolor: "rgba(255, 255, 255, 0)"
2119         bordercolor: "rgba(255, 255, 255, 0)"
2120       width: 700
2121       height: 700
2122       paper_bgcolor: "white"
2123       plot_bgcolor: "white"
2124
2125     plot-hdrh-latency-by-percentile:
2126       title:
2127         text: "<b>Latency by Percentile Distribution</b>"
2128         xanchor: "center"
2129         x: 0.5
2130         font:
2131           size: 18
2132       showlegend: True
2133       legend:
2134         traceorder: "normal"
2135         orientation: "h"
2136         font:
2137           size: 16
2138         xanchor: "left"
2139         yanchor: "top"
2140         x: 0
2141         y: -0.2
2142         bgcolor: "rgba(255, 255, 255, 0)"
2143         bordercolor: "rgba(255, 255, 255, 0)"
2144       xaxis:
2145         type: "linear"
2146         title: "<b>Percentile [%]</b>"
2147         titlefont:
2148           size: 14
2149         autorange: False
2150         fixedrange: False
2151         range: [0, 100]
2152         gridcolor: "rgb(230, 230, 230)"
2153         linecolor: "rgb(220, 220, 220)"
2154         linewidth: 1
2155         showgrid: True
2156         showline: True
2157         showticklabels: True
2158         tickcolor: "rgb(220, 220, 220)"
2159         tickvals: [0, 25, 50, 75, 100]
2160         ticktext: [0, 25, 50, 75, 100]
2161         tickfont:
2162           size: 14
2163       yaxis:
2164         title: "<b>One-Way Latency per Direction [uSec]</b>"
2165         titlefont:
2166           size: 14
2167         gridcolor: "rgb(230, 230, 230)"
2168         linecolor: "rgb(220, 220, 220)"
2169         linewidth: 1
2170         showgrid: True
2171         showline: True
2172         showticklabels: True
2173         tickcolor: "rgb(220, 220, 220)"
2174         tickfont:
2175           size: 14
2176       width: 700
2177       height: 700
2178       paper_bgcolor: "white"
2179       plot_bgcolor: "white"
2180
2181 - type: "static"
2182   src-path: "{DIR[RST]}"
2183   dst-path: "{DIR[WORKING,SRC]}"
2184
2185 - type: "input"
2186   general:
2187     file-name: "output_info.xml.gz"
2188     file-format: ".gz"
2189     arch-file-format:
2190       - ".gz"
2191       - ".zip"
2192     download-path: "{job}/{build}/archives/{filename}"
2193     extract: "output.xml"
2194
2195     zip-file-name: "robot-plugin.zip"
2196     zip-file-format: ".zip"
2197     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2198     zip-extract: "robot-plugin/output.xml"
2199
2200   builds:
2201
2202     csit-vpp-perf-verify-1904-3n-hsw:
2203       - 9   # MRR sel
2204       - 11  # NDRPDR sel
2205       - 12  # NDRPDR sel
2206       - 20  # NDRPDR sel
2207       - 21  # NDRPDR sel
2208       - 23  # NDRPDR sel
2209       - 24  # NDRPDR sel
2210       - 25  # NDRPDR sel
2211       - 26  # NDRPDR sel
2212       - 29  # NDRPDR sel
2213       - 30  # NDRPDR sel
2214     csit-vpp-perf-verify-1908-3n-hsw:
2215       - 12  # NDRPDR sel
2216       - 13  # NDRPDR sel
2217       - 14  # NDRPDR sel
2218       - 15  # NDRPDR sel
2219       - 16  # NDRPDR sel
2220       - 17  # NDRPDR sel
2221       - 18  # NDRPDR sel
2222       - 19  # NDRPDR sel
2223       - 20  # NDRPDR sel
2224       - 21  # NDRPDR sel
2225       - 48  # NDRPDR sel vhost
2226       - 49  # NDRPDR sel vhost
2227       - 52  # NDRPDR sel vhost
2228       - 53  # NDRPDR sel vhost
2229       - 54  # NDRPDR sel vhost
2230       - 55  # NDRPDR sel vhost
2231       - 56  # NDRPDR sel vhost
2232       - 57  # NDRPDR sel vhost
2233       - 58  # NDRPDR sel vhost
2234       - 59  # NDRPDR sel vhost
2235       - 39  # MRR sel
2236     csit-vpp-perf-verify-2001-3n-hsw:
2237       - 21  # NDRPDR sel
2238       - 22  # NDRPDR sel
2239       - 23  # NDRPDR sel
2240       - 24  # NDRPDR sel
2241       - 25  # NDRPDR sel
2242       - 29  # NDRPDR sel
2243       - 30  # NDRPDR sel
2244       - 31  # NDRPDR sel
2245       - 32  # NDRPDR sel
2246       - 34  # NDRPDR sel
2247       - 17  # MRR sel
2248       - 18  # NDRPDR full
2249       - 20  # NDRPDR full
2250       - 28  # NDRPDR full
2251       - 35  # NDRPDR full
2252       - 42  # NDRPDR full
2253       - 46  # NDRPDR full
2254       - 47  # NDRPDR full
2255       - 48  # NDRPDR full
2256       - 49  # NDRPDR full
2257       - 50  # NDRPDR full
2258       - 51  # NDRPDR full
2259       - 52  # NDRPDR full
2260       - 53  # NDRPDR full
2261       - 54  # NDRPDR full
2262       - 55  # NDRPDR full
2263       - 56  # NDRPDR full
2264       - 57  # NDRPDR full
2265       - 58  # NDRPDR full
2266       - 59  # NDRPDR full
2267       - 61  # NDRPDR full
2268       - 62  # NDRPDR full
2269       - 63  # NDRPDR full
2270       - 64  # NDRPDR full
2271       - 65  # NDRPDR full
2272       - 67  # NDRPDR full
2273       - 70  # NDRPDR full
2274       - 72  # NDRPDR full
2275       - 73  # NDRPDR full
2276       - 76  # NDRPDR full
2277       - 77  # NDRPDR full
2278       - 78  # NDRPDR full
2279       - 79  # NDRPDR full
2280       - 81  # NDRPDR full
2281       - 82  # NDRPDR full
2282       - 84  # NDRPDR full
2283       - 85  # NDRPDR full
2284       - 87  # hoststack
2285       - 88  # hoststack
2286       - 89  # hoststack
2287       - 90  # hoststack
2288       - 91  # hoststack
2289       - 92  # hoststack
2290       - 93  # hoststack
2291       - 94  # hoststack
2292       - 95  # hoststack
2293       - 96  # hoststack
2294
2295     csit-vpp-perf-verify-1904-3n-skx:
2296       - 7   # MRR sel
2297       - 8   # NDRPDR sel
2298       - 9   # NDRPDR sel
2299       - 10  # NDRPDR sel
2300       - 11  # NDRPDR sel
2301       - 12  # NDRPDR sel
2302       - 14  # NDRPDR sel
2303       - 16  # NDRPDR sel
2304       - 21  # NDRPDR sel
2305       - 23  # NDRPDR sel
2306       - 25  # NDRPDR sel
2307     csit-vpp-perf-verify-1908-3n-skx:
2308       - 14  # NDRPDR sel
2309       - 16  # NDRPDR sel
2310       - 19  # NDRPDR sel
2311       - 20  # NDRPDR sel
2312       - 22  # NDRPDR sel
2313       - 23  # NDRPDR sel
2314       - 24  # NDRPDR sel
2315       - 25  # NDRPDR sel
2316       - 26  # NDRPDR sel
2317       - 29  # NDRPDR sel
2318       - 52  # NDRPDR sel vhost
2319       - 53  # NDRPDR sel vhost
2320       - 55  # NDRPDR sel vhost
2321       - 61  # NDRPDR sel vhost
2322       - 62  # NDRPDR sel vhost
2323       - 63  # NDRPDR sel vhost
2324       - 64  # NDRPDR sel vhost
2325       - 65  # NDRPDR sel vhost
2326       - 66  # NDRPDR sel vhost
2327       - 67  # NDRPDR sel vhost
2328       - 36  # MRR sel
2329     csit-vpp-perf-verify-2001-3n-skx:
2330       - 45  # NDRPDR sel
2331       - 46  # NDRPDR sel
2332       - 47  # NDRPDR sel
2333       - 48  # NDRPDR sel
2334       - 50  # MRR sel
2335
2336     csit-vpp-perf-verify-1904-2n-skx:
2337       - 11  # MRR sel
2338       - 12  # NDRPDR sel
2339       - 14  # NDRPDR sel
2340       - 16  # NDRPDR sel
2341       - 17  # NDRPDR sel
2342       - 18  # NDRPDR sel
2343       - 21  # NDRPDR sel
2344       - 27  # NDRPDR sel
2345       - 30  # NDRPDR sel
2346       - 31  # NDRPDR sel
2347       - 32  # NDRPDR sel
2348     csit-vpp-perf-verify-1908-2n-skx:
2349       - 26  # NDRPDR sel
2350       - 27  # NDRPDR sel
2351       - 34  # NDRPDR sel
2352       - 35  # NDRPDR sel
2353       - 36  # NDRPDR sel
2354       - 42  # NDRPDR sel
2355       - 43  # NDRPDR sel
2356       - 44  # NDRPDR sel
2357       - 45  # NDRPDR sel
2358       - 46  # NDRPDR sel
2359       - 88  # NDRPDR sel vhost
2360       - 89  # NDRPDR sel vhost
2361       - 91  # NDRPDR sel vhost
2362       - 92  # NDRPDR sel vhost
2363       - 93  # NDRPDR sel vhost
2364       - 94  # NDRPDR sel vhost
2365       - 95  # NDRPDR sel vhost
2366       - 96  # NDRPDR sel vhost
2367       - 97  # NDRPDR sel vhost
2368       - 98  # NDRPDR sel vhost
2369       - 69  # MRR sel
2370       - 22  # NFV
2371       - 31  # NFV
2372       - 32  # NFV
2373       - 71  # NFV MRR
2374       - 113 # NFV reconf sel - to be removed
2375       - 114 # NFV reconf sel - to be removed
2376       - 115 # NFV reconf sel - to be removed
2377     csit-vpp-perf-verify-2001-2n-skx:
2378       - 92  # NDRPDR sel
2379       - 93  # NDRPDR sel
2380       - 94  # NDRPDR sel
2381       - 95  # NDRPDR sel
2382       - 96  # NDRPDR sel
2383       - 97  # NDRPDR sel
2384       - 98  # NDRPDR sel
2385       - 99  # NDRPDR sel
2386
2387     csit-vpp-perf-verify-2001-2n-clx:
2388       - 28  # NDRPDR sel
2389       - 29  # NDRPDR sel
2390       - 32  # NDRPDR sel
2391       - 40  # NDRPDR sel
2392       - 43  # NDRPDR sel
2393       - 44  # NDRPDR sel
2394       - 45  # NDRPDR sel
2395       - 47  # NDRPDR sel
2396       - 48  # NDRPDR sel
2397       - 49  # NDRPDR sel
2398       - 39  # MRR
2399       - 53  # NDRPDR full
2400       - 54  # NDRPDR full
2401       - 55  # NDRPDR full
2402       - 56  # NDRPDR full
2403       - 57  # NDRPDR full
2404       - 58  # NDRPDR full
2405       - 59  # NDRPDR full
2406       - 60  # NDRPDR full
2407       - 61  # NDRPDR full
2408       - 62  # NDRPDR full
2409       - 63  # NDRPDR full
2410       - 64  # NDRPDR full
2411       - 65  # NDRPDR full
2412       - 66  # NDRPDR full
2413       - 67  # NDRPDR full
2414       - 68  # Reconf
2415       - 69  # Reconf
2416       - 70  # Reconf
2417       - 71  # Reconf
2418       - 72  # Reconf
2419       - 73  # Reconf
2420       - 74  # Reconf
2421       - 75  # Reconf
2422       - 76  # Reconf
2423       - 77  # Reconf
2424       - 80  # TCP
2425       - 82  # TCP
2426       - 83  # TCP
2427       - 85  # TCP
2428       - 86  # TCP
2429       - 87  # TCP
2430       - 88  # TCP
2431       - 89  # TCP
2432       - 90  # TCP
2433       - 91  # TCP
2434       - 93  # Soak
2435       - 94  # Soak
2436
2437     csit-vpp-perf-verify-1908-3n-tsh:
2438       - 7   # NDRPDR sel
2439       - 8   # NDRPDR sel
2440       - 9   # NDRPDR sel
2441       - 10  # NDRPDR sel
2442       - 11  # NDRPDR sel
2443       - 12  # NDRPDR sel
2444       - 13  # NDRPDR sel
2445       - 14  # NDRPDR sel
2446       - 15  # NDRPDR sel
2447       - 16  # NDRPDR sel
2448       - 17  # MRR sel
2449     csit-vpp-perf-verify-2001-3n-tsh:
2450       - 3   # NDRPDR sel
2451       - 4   # NDRPDR sel
2452       - 7   # NDRPDR sel
2453       - 8   # NDRPDR sel
2454       - 10  # NDRPDR sel
2455       - 12  # NDRPDR sel
2456       - 13  # NDRPDR sel
2457       - 14  # NDRPDR sel
2458       - 15  # NDRPDR sel
2459       - 21  # NDRPDR sel
2460       - 9   # MRR sel
2461
2462     csit-vpp-perf-verify-1908-3n-dnv:
2463       - 6   # NDRPDR sel
2464       - 7   # NDRPDR sel
2465       - 8   # NDRPDR sel
2466       - 9   # NDRPDR sel
2467       - 10  # NDRPDR sel
2468       - 12  # NDRPDR sel
2469       - 13  # NDRPDR sel
2470       - 14  # NDRPDR sel
2471       - 15  # NDRPDR sel
2472       - 16  # NDRPDR sel
2473       - 17  # MRR sel
2474     csit-vpp-perf-verify-2001-3n-dnv:
2475       - 5   # NDRPDR sel
2476       - 6   # NDRPDR sel
2477       - 7   # NDRPDR sel
2478       - 8   # NDRPDR sel
2479       - 9   # NDRPDR sel
2480       - 10  # NDRPDR sel
2481       - 12  # NDRPDR sel
2482       - 16  # NDRPDR sel
2483       - 17  # NDRPDR sel
2484       - 18  # NDRPDR sel
2485       - 11  # MRR sel
2486       - 19  # NDRPDR full
2487       - 20  # NDRPDR full
2488       - 21  # NDRPDR full
2489       - 22  # NDRPDR full
2490       - 23  # NDRPDR full
2491       - 24  # NDRPDR full
2492       - 25  # NDRPDR full
2493       - 26  # NDRPDR full
2494       - 37  # NDRPDR full
2495       - 38  # NDRPDR full
2496       - 39  # NDRPDR full
2497
2498     csit-vpp-perf-verify-1908-2n-dnv:
2499       - 1   # NDRPDR sel
2500       - 2   # NDRPDR sel
2501       - 3   # NDRPDR sel
2502       - 4   # NDRPDR sel
2503       - 5   # NDRPDR sel
2504       - 6   # NDRPDR sel
2505       - 7   # NDRPDR sel
2506       - 8   # NDRPDR sel
2507       - 9   # NDRPDR sel
2508       - 10  # NDRPDR sel
2509       - 11  # MRR sel
2510     csit-vpp-perf-verify-2001-2n-dnv:
2511       - 4   # NDRPDR sel
2512       - 5   # NDRPDR sel
2513       - 6   # NDRPDR sel
2514       - 7   # NDRPDR sel
2515       - 8   # NDRPDR sel
2516       - 9   # NDRPDR sel
2517       - 10  # NDRPDR sel
2518       - 11  # NDRPDR sel
2519       - 13  # NDRPDR sel
2520       - 16  # NDRPDR sel
2521       - 12  # MRR sel
2522       - 21  # NDRPDR full
2523       - 22  # NDRPDR full
2524       - 25  # NDRPDR full
2525       - 26  # NDRPDR full
2526       - 27  # NDRPDR full
2527       - 28  # NDRPDR full
2528
2529     csit-dpdk-perf-verify-1904-3n-hsw:
2530       - 2   # NDRPDR sel
2531       - 3   # NDRPDR sel
2532       - 5   # NDRPDR sel
2533       - 6   # NDRPDR sel
2534       - 13  # NDRPDR sel
2535       - 14  # NDRPDR sel
2536       - 15  # NDRPDR sel
2537       - 18  # NDRPDR sel
2538       - 19  # NDRPDR sel
2539       - 20  # NDRPDR sel
2540     csit-dpdk-perf-verify-1908-3n-hsw:
2541       - 2   # NDRPDR sel
2542       - 3   # NDRPDR sel
2543       - 4   # NDRPDR sel
2544       - 5   # NDRPDR sel
2545       - 6   # NDRPDR sel
2546       - 7   # NDRPDR sel
2547       - 8   # NDRPDR sel
2548       - 9   # NDRPDR sel
2549       - 10  # NDRPDR sel
2550       - 11  # NDRPDR sel
2551     csit-dpdk-perf-verify-2001-3n-hsw:
2552       - 4   # NDRPDR sel
2553       - 5   # NDRPDR sel
2554       - 6   # NDRPDR sel
2555       - 7   # NDRPDR sel
2556       - 8   # NDRPDR sel
2557       - 9   # NDRPDR sel
2558       - 10  # NDRPDR sel
2559       - 11  # NDRPDR sel
2560       - 12  # NDRPDR sel
2561       - 13  # NDRPDR sel
2562       - 15  # NDRPDR sel
2563       - 16  # NDRPDR sel
2564       - 17  # NDRPDR sel
2565       - 18  # NDRPDR sel
2566       - 19  # NDRPDR sel
2567       - 20  # NDRPDR sel
2568       - 21  # NDRPDR sel
2569       - 22  # NDRPDR sel
2570       - 23  # NDRPDR sel
2571       - 24  # NDRPDR sel
2572       - 25  # NDRPDR full
2573       - 26  # NDRPDR full
2574
2575 #    csit-dpdk-perf-verify-1904-3n-skx:
2576 #      - 2   # NDRPDR sel
2577 #      - 3   # NDRPDR sel
2578 #      - 4   # NDRPDR sel
2579 #      - 5   # NDRPDR sel
2580 #      - 6   # NDRPDR sel
2581 #      - 7   # NDRPDR sel
2582 #      - 11  # NDRPDR sel
2583 #      - 12  # NDRPDR sel
2584 #      - 13  # NDRPDR sel
2585 #      - 14  # NDRPDR sel
2586 #    csit-dpdk-perf-verify-1908-3n-skx:
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  # NDRPDR sel
2596 #      - 12  # NDRPDR sel
2597 #    csit-dpdk-perf-verify-2001-3n-skx:
2598 #      - 1   # NDRPDR sel
2599 #      - 2   # NDRPDR sel
2600 #      - 3   # NDRPDR sel
2601 #      - 4   # NDRPDR sel
2602 #      - 5   # NDRPDR sel
2603 #      - 6   # NDRPDR sel
2604 #      - 7   # NDRPDR sel
2605 #      - 8   # NDRPDR sel
2606 #      - 9   # NDRPDR sel
2607 #      - 10  # NDRPDR sel
2608
2609 #    csit-dpdk-perf-verify-1904-2n-skx:
2610 #      - 2   # NDRPDR sel
2611 #      - 3   # NDRPDR sel
2612 #      - 4   # NDRPDR sel
2613 #      - 5   # NDRPDR sel
2614 #      - 7   # NDRPDR sel
2615 #      - 8   # NDRPDR sel
2616 #      - 9   # NDRPDR sel
2617 #      - 10  # NDRPDR sel
2618 #      - 11  # NDRPDR sel
2619 #      - 12  # NDRPDR sel
2620 #    csit-dpdk-perf-verify-1908-2n-skx:
2621 #      - 2   # NDRPDR sel
2622 #      - 3   # NDRPDR sel
2623 #      - 4   # NDRPDR sel
2624 #      - 5   # NDRPDR sel
2625 #      - 7   # NDRPDR sel
2626 #      - 8   # NDRPDR sel
2627 #      - 9   # NDRPDR sel
2628 #      - 10  # NDRPDR sel
2629 #      - 11  # NDRPDR sel
2630 #      - 12  # NDRPDR sel
2631 #    csit-dpdk-perf-verify-2001-2n-skx:
2632 #      - 1   # NDRPDR sel
2633 #      - 2   # NDRPDR sel
2634 #      - 3   # NDRPDR sel
2635 #      - 4   # NDRPDR sel
2636 #      - 5   # NDRPDR sel
2637 #      - 6   # NDRPDR sel
2638 #      - 7   # NDRPDR sel
2639 #      - 8   # NDRPDR sel
2640 #      - 9   # NDRPDR sel
2641 #      - 10  # NDRPDR sel
2642 #      - 11  # NDRPDR sel
2643 #      - 13  # NDRPDR sel
2644 #      - 26  # NDRPDR sel
2645 #      - 16  # NDRPDR sel
2646 #      - 17  # NDRPDR sel
2647 #      - 18  # NDRPDR sel
2648 #      - 19  # NDRPDR sel
2649 #      - 27  # NDRPDR sel
2650 #      - 21  # NDRPDR sel
2651 #      - 25  # NDRPDR sel
2652
2653     csit-dpdk-perf-verify-2001-2n-clx:
2654       - 15  # NDRPDR sel
2655       - 16  # NDRPDR sel
2656       - 17  # NDRPDR sel
2657       - 18  # NDRPDR sel
2658       - 19  # NDRPDR sel
2659       - 20  # NDRPDR sel
2660       - 21  # NDRPDR sel
2661       - 22  # NDRPDR sel
2662       - 23  # NDRPDR sel
2663       - 24  # NDRPDR sel
2664       - 25  # NDRPDR sel
2665       - 26  # NDRPDR sel
2666       - 27  # NDRPDR sel
2667       - 28  # NDRPDR sel
2668       - 29  # NDRPDR sel
2669       - 30  # NDRPDR sel
2670       - 31  # NDRPDR sel
2671       - 32  # NDRPDR sel
2672       - 33  # NDRPDR sel
2673       - 34  # NDRPDR sel
2674
2675     csit-dpdk-perf-verify-2001-2n-dnv:
2676       - 9   # NDRPDR sel
2677       - 10  # NDRPDR sel
2678       - 11  # NDRPDR sel
2679       - 12  # NDRPDR sel
2680       - 13  # NDRPDR sel
2681       - 14  # NDRPDR sel
2682       - 15  # NDRPDR sel
2683       - 16  # NDRPDR sel
2684       - 17  # NDRPDR sel
2685       - 18  # NDRPDR sel
2686
2687     csit-dpdk-perf-verify-2001-3n-dnv:
2688       - 12  # NDRPDR sel
2689       - 13  # NDRPDR sel
2690       - 14  # NDRPDR sel
2691       - 15  # NDRPDR sel
2692       - 16  # NDRPDR sel
2693       - 17  # NDRPDR sel
2694       - 18  # NDRPDR sel
2695       - 19  # NDRPDR sel
2696       - 20  # NDRPDR sel
2697       - 22  # NDRPDR sel
2698
2699     csit-dpdk-perf-verify-2001-3n-tsh:
2700       - 3   # NDRPDR sel
2701       - 4   # NDRPDR sel
2702       - 5   # NDRPDR sel
2703       - 9   # NDRPDR sel
2704       - 10  # NDRPDR sel
2705       - 11  # NDRPDR sel
2706       - 12  # NDRPDR sel
2707       - 14  # NDRPDR sel
2708       - 15  # NDRPDR sel
2709       - 18  # NDRPDR sel
2710
2711     csit-vpp-device-2001-ubuntu1804-1n-skx:
2712       - 57
2713
2714 - type: "output"
2715   output: "report"
2716   format:
2717     html:
2718     - full
2719 #    pdf:
2720 #    - minimal
2721
2722 ################################################################################
2723 ###                               T A B L E S                                ###
2724 ################################################################################
2725
2726 ## VPP Soak vs NDR - 2n-skx
2727 #- type: "table"
2728 #  title: "VPP Soak vs NDR 2n-skx"
2729 #  algorithm: "table_soak_vs_ndr"
2730 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2731 #  reference:
2732 #    title: "NDR"
2733 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2734 #  compare:
2735 #    title: "Soak"
2736 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2737 #  data: "vpp-soak-vs-ndr-2n-skx"
2738 #  include-tests: "NDR"
2739 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2740 #  parameters:
2741 #    - "throughput"
2742 #    - "name"
2743 #    - "parent"
2744
2745 # VPP Soak vs NDR - 2n-clx
2746 - type: "table"
2747   title: "VPP Soak vs NDR 2n-clx"
2748   algorithm: "table_soak_vs_ndr"
2749   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2750   reference:
2751     title: "NDR"
2752     data: "vpp-soak-vs-ndr-2n-clx-ref"
2753   compare:
2754     title: "Soak"
2755     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2756   data: "vpp-soak-vs-ndr-2n-clx"
2757   include-tests: "NDR"
2758   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2759   parameters:
2760     - "throughput"
2761     - "name"
2762     - "parent"
2763
2764 ################################################################################
2765
2766 # VPP Compare NICs 3n-skx 2t1c ndr
2767 - type: "table"
2768   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2769   algorithm: "table_nics_comparison"
2770   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2771   reference:
2772     title: "x710"
2773     nic: "NIC_Intel-X710"
2774   compare:
2775     title: "xxv710"
2776     nic: "NIC_Intel-XXV710"
2777   data: "vpp-nic-comparison-3n-skx"
2778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2779   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2780   parameters:
2781   - "name"
2782   - "parent"
2783   - "throughput"
2784   - "tags"
2785
2786 # VPP Compare NICs 3n-skx 4t2c ndr
2787 - type: "table"
2788   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2789   algorithm: "table_nics_comparison"
2790   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2791   reference:
2792     title: "x710"
2793     nic: "NIC_Intel-X710"
2794   compare:
2795     title: "xxv710"
2796     nic: "NIC_Intel-XXV710"
2797   data: "vpp-nic-comparison-3n-skx"
2798   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2799   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2800   parameters:
2801   - "name"
2802   - "parent"
2803   - "throughput"
2804   - "tags"
2805
2806 # VPP Compare NICs 3n-skx 2t1c pdr
2807 - type: "table"
2808   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2809   algorithm: "table_nics_comparison"
2810   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2811   reference:
2812     title: "x710"
2813     nic: "NIC_Intel-X710"
2814   compare:
2815     title: "xxv710"
2816     nic: "NIC_Intel-XXV710"
2817   data: "vpp-nic-comparison-3n-skx"
2818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2819   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2820   parameters:
2821   - "name"
2822   - "parent"
2823   - "throughput"
2824   - "tags"
2825
2826  # VPP Compare NICs 3n-skx 4t2c pdr
2827 - type: "table"
2828   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2829   algorithm: "table_nics_comparison"
2830   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2831   reference:
2832     title: "x710"
2833     nic: "NIC_Intel-X710"
2834   compare:
2835     title: "xxv710"
2836     nic: "NIC_Intel-XXV710"
2837   data: "vpp-nic-comparison-3n-skx"
2838   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2839   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2840   parameters:
2841   - "name"
2842   - "parent"
2843   - "throughput"
2844   - "tags"
2845
2846 # VPP Compare NICs 3n-skx 2t1c mrr
2847 - type: "table"
2848   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2849   algorithm: "table_nics_comparison"
2850   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2851   reference:
2852     title: "x710"
2853     nic: "NIC_Intel-X710"
2854   compare:
2855     title: "xxv710"
2856     nic: "NIC_Intel-XXV710"
2857   data: "vpp-nic-comparison-3n-skx-mrr"
2858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2859   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2860   parameters:
2861   - "name"
2862   - "parent"
2863   - "result"
2864   - "tags"
2865
2866 # VPP Compare NICs 3n-skx 4t2c mrr
2867 - type: "table"
2868   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2869   algorithm: "table_nics_comparison"
2870   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2871   reference:
2872     title: "x710"
2873     nic: "NIC_Intel-X710"
2874   compare:
2875     title: "xxv710"
2876     nic: "NIC_Intel-XXV710"
2877   data: "vpp-nic-comparison-3n-skx-mrr"
2878   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2879   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2880   parameters:
2881   - "name"
2882   - "parent"
2883   - "result"
2884   - "tags"
2885
2886  # VPP Compare NICs 3n-skx 8t4c mrr
2887 - type: "table"
2888   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2889   algorithm: "table_nics_comparison"
2890   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2891   reference:
2892     title: "x710"
2893     nic: "NIC_Intel-X710"
2894   compare:
2895     title: "xxv710"
2896     nic: "NIC_Intel-XXV710"
2897   data: "vpp-nic-comparison-3n-skx-mrr"
2898   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2899   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2900   parameters:
2901   - "name"
2902   - "parent"
2903   - "result"
2904   - "tags"
2905
2906 # VPP Compare NICs 2n-skx 2t1c ndr
2907 - type: "table"
2908   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2909   algorithm: "table_nics_comparison"
2910   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2911   reference:
2912     title: "x710"
2913     nic: "NIC_Intel-X710"
2914   compare:
2915     title: "xxv710"
2916     nic: "NIC_Intel-XXV710"
2917   data: "vpp-nic-comparison-2n-skx"
2918   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2919   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2920   parameters:
2921   - "name"
2922   - "parent"
2923   - "throughput"
2924   - "tags"
2925
2926 # VPP Compare NICs 2n-skx 4t2c ndr
2927 - type: "table"
2928   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2929   algorithm: "table_nics_comparison"
2930   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2931   reference:
2932     title: "x710"
2933     nic: "NIC_Intel-X710"
2934   compare:
2935     title: "xxv710"
2936     nic: "NIC_Intel-XXV710"
2937   data: "vpp-nic-comparison-2n-skx"
2938   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2939   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2940   parameters:
2941   - "name"
2942   - "parent"
2943   - "throughput"
2944   - "tags"
2945
2946  # VPP Compare NICs 2n-skx 2t1c pdr
2947 - type: "table"
2948   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2949   algorithm: "table_nics_comparison"
2950   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2951   reference:
2952     title: "x710"
2953     nic: "NIC_Intel-X710"
2954   compare:
2955     title: "xxv710"
2956     nic: "NIC_Intel-XXV710"
2957   data: "vpp-nic-comparison-2n-skx"
2958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2959   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2960   parameters:
2961   - "name"
2962   - "parent"
2963   - "throughput"
2964   - "tags"
2965
2966 # VPP Compare NICs 2n-skx 4t2c pdr
2967 - type: "table"
2968   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2969   algorithm: "table_nics_comparison"
2970   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2971   reference:
2972     title: "x710"
2973     nic: "NIC_Intel-X710"
2974   compare:
2975     title: "xxv710"
2976     nic: "NIC_Intel-XXV710"
2977   data: "vpp-nic-comparison-2n-skx"
2978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2979   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2980   parameters:
2981   - "name"
2982   - "parent"
2983   - "throughput"
2984   - "tags"
2985
2986 ## VPP Compare NICs 2n-skx 2t1c mrr
2987 #- type: "table"
2988 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2989 #  algorithm: "table_nics_comparison"
2990 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2991 #  reference:
2992 #    title: "x710"
2993 #    nic: "NIC_Intel-X710"
2994 #  compare:
2995 #    title: "xxv710"
2996 #    nic: "NIC_Intel-XXV710"
2997 #  data: "vpp-nic-comparison-2n-skx-mrr"
2998 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2999 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3000 #  parameters:
3001 #  - "name"
3002 #  - "parent"
3003 #  - "result"
3004 #  - "tags"
3005 #
3006 ## VPP Compare NICs 2n-skx 4t2c mrr
3007 #- type: "table"
3008 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
3009 #  algorithm: "table_nics_comparison"
3010 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3011 #  reference:
3012 #    title: "x710"
3013 #    nic: "NIC_Intel-X710"
3014 #  compare:
3015 #    title: "xxv710"
3016 #    nic: "NIC_Intel-XXV710"
3017 #  data: "vpp-nic-comparison-2n-skx-mrr"
3018 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3019 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3020 #  parameters:
3021 #  - "name"
3022 #  - "parent"
3023 #  - "result"
3024 #  - "tags"
3025 #
3026 ## VPP Compare NICs 2n-skx 8t4c mrr
3027 #- type: "table"
3028 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
3029 #  algorithm: "table_nics_comparison"
3030 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3031 #  reference:
3032 #    title: "x710"
3033 #    nic: "NIC_Intel-X710"
3034 #  compare:
3035 #    title: "xxv710"
3036 #    nic: "NIC_Intel-XXV710"
3037 #  data: "vpp-nic-comparison-2n-skx-mrr"
3038 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3039 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3040 #  parameters:
3041 #  - "name"
3042 #  - "parent"
3043 #  - "result"
3044 #  - "tags"
3045
3046 ################################################################################
3047 # VPP
3048
3049 # VPP Performance Changes 3n-hsw 1t1c pdr
3050 - type: "table"
3051   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3052   algorithm: "table_perf_comparison"
3053   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3054   history:
3055     - title: "rls1904"
3056       data: "vpp-performance-changes-3n-hsw-h1"
3057   reference:
3058     title: "rls1908"
3059     data: "vpp-performance-changes-3n-hsw-ref"
3060     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3061   compare:
3062     title: "rls2001"
3063     data: "vpp-performance-changes-3n-hsw-cmp"
3064   data: "vpp-performance-changes-3n-hsw"
3065   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3066   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3067   parameters:
3068   - "name"
3069   - "parent"
3070   - "throughput"
3071
3072 # VPP Performance Changes 3n-hsw 2t2c pdr
3073 - type: "table"
3074   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3075   algorithm: "table_perf_comparison"
3076   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3077   history:
3078     - title: "rls1904"
3079       data: "vpp-performance-changes-3n-hsw-h1"
3080   reference:
3081     title: "rls1908"
3082     data: "vpp-performance-changes-3n-hsw-ref"
3083     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3084   compare:
3085     title: "rls2001"
3086     data: "vpp-performance-changes-3n-hsw-cmp"
3087   data: "vpp-performance-changes-3n-hsw"
3088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3089   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3090   parameters:
3091   - "name"
3092   - "parent"
3093   - "throughput"
3094
3095 # VPP Performance Changes 3n-hsw 1t1c ndr
3096 - type: "table"
3097   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3098   algorithm: "table_perf_comparison"
3099   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3100   history:
3101     - title: "rls1904"
3102       data: "vpp-performance-changes-3n-hsw-h1"
3103   reference:
3104     title: "rls1908"
3105     data: "vpp-performance-changes-3n-hsw-ref"
3106     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3107   compare:
3108     title: "rls2001"
3109     data: "vpp-performance-changes-3n-hsw-cmp"
3110   data: "vpp-performance-changes-3n-hsw"
3111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3112   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3113   parameters:
3114   - "name"
3115   - "parent"
3116   - "throughput"
3117
3118 # VPP Performance Changes 3n-hsw 2t2c ndr
3119 - type: "table"
3120   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3121   algorithm: "table_perf_comparison"
3122   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3123   history:
3124     - title: "rls1904"
3125       data: "vpp-performance-changes-3n-hsw-h1"
3126   reference:
3127     title: "rls1908"
3128     data: "vpp-performance-changes-3n-hsw-ref"
3129     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3130   compare:
3131     title: "rls2001"
3132     data: "vpp-performance-changes-3n-hsw-cmp"
3133   data: "vpp-performance-changes-3n-hsw"
3134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3135   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3136   parameters:
3137   - "name"
3138   - "parent"
3139   - "throughput"
3140
3141 # VPP Performance Changes 3n-skx 2t1c pdr
3142 - type: "table"
3143   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3144   algorithm: "table_perf_comparison_nic"
3145   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3146   history:
3147     - title: "rls1904 x710"
3148       data: "vpp-performance-changes-3n-skx-h1"
3149       nic: "NIC_Intel-X710"
3150   reference:
3151     title: "rls1908 xxv710"
3152     data: "vpp-performance-changes-3n-skx-ref"
3153     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3154     nic: "NIC_Intel-XXV710"
3155   compare:
3156     title: "rls2001 xxv710"
3157     data: "vpp-performance-changes-3n-skx-cmp"
3158     nic: "NIC_Intel-XXV710"
3159   data: "vpp-performance-changes-3n-skx"
3160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3161   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3162   parameters:
3163   - "name"
3164   - "parent"
3165   - "throughput"
3166   - "tags"
3167
3168 # VPP Performance Changes 3n-skx 4t2c pdr
3169 - type: "table"
3170   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3171   algorithm: "table_perf_comparison_nic"
3172   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3173   history:
3174     - title: "rls1904 x710"
3175       data: "vpp-performance-changes-3n-skx-h1"
3176       nic: "NIC_Intel-X710"
3177   reference:
3178     title: "rls1908 xxv710"
3179     data: "vpp-performance-changes-3n-skx-ref"
3180     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3181     nic: "NIC_Intel-XXV710"
3182   compare:
3183     title: "rls2001 xxv710"
3184     data: "vpp-performance-changes-3n-skx-cmp"
3185     nic: "NIC_Intel-XXV710"
3186   data: "vpp-performance-changes-3n-skx"
3187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3188   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3189   parameters:
3190   - "name"
3191   - "parent"
3192   - "throughput"
3193   - "tags"
3194
3195 # VPP Performance Changes 3n-skx 2t1c ndr
3196 - type: "table"
3197   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3198   algorithm: "table_perf_comparison_nic"
3199   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3200   history:
3201     - title: "rls1904 x710"
3202       data: "vpp-performance-changes-3n-skx-h1"
3203       nic: "NIC_Intel-X710"
3204   reference:
3205     title: "rls1908 xxv710"
3206     data: "vpp-performance-changes-3n-skx-ref"
3207     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3208     nic: "NIC_Intel-XXV710"
3209   compare:
3210     title: "rls2001 xxv710"
3211     data: "vpp-performance-changes-3n-skx-cmp"
3212     nic: "NIC_Intel-XXV710"
3213   data: "vpp-performance-changes-3n-skx"
3214   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3215   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3216   parameters:
3217   - "name"
3218   - "parent"
3219   - "throughput"
3220   - "tags"
3221
3222 # VPP Performance Changes 3n-skx 4t2c ndr
3223 - type: "table"
3224   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3225   algorithm: "table_perf_comparison_nic"
3226   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3227   history:
3228     - title: "rls1904 x710"
3229       data: "vpp-performance-changes-3n-skx-h1"
3230       nic: "NIC_Intel-X710"
3231   reference:
3232     title: "rls1908 xxv710"
3233     data: "vpp-performance-changes-3n-skx-ref"
3234     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3235     nic: "NIC_Intel-XXV710"
3236   compare:
3237     title: "rls2001 xxv710"
3238     data: "vpp-performance-changes-3n-skx-cmp"
3239     nic: "NIC_Intel-XXV710"
3240   data: "vpp-performance-changes-3n-skx"
3241   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3242   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3243   parameters:
3244   - "name"
3245   - "parent"
3246   - "throughput"
3247   - "tags"
3248
3249 # VPP Performance Changes 2n-skx 2t1c pdr
3250 - type: "table"
3251   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3252   algorithm: "table_perf_comparison_nic"
3253   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3254   history:
3255     - title: "rls1904 x710"
3256       data: "vpp-performance-changes-2n-skx-h1"
3257       nic: "NIC_Intel-X710"
3258   reference:
3259     title: "rls1908 xxv710"
3260     data: "vpp-performance-changes-2n-skx-ref"
3261     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3262     nic: "NIC_Intel-XXV710"
3263   compare:
3264     title: "rls2001 xxv710"
3265     data: "vpp-performance-changes-2n-skx-cmp"
3266     nic: "NIC_Intel-XXV710"
3267   data: "vpp-performance-changes-2n-skx"
3268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3269   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3270   parameters:
3271   - "name"
3272   - "parent"
3273   - "throughput"
3274   - "tags"
3275
3276 # VPP Performance Changes 2n-skx 4t2c pdr
3277 - type: "table"
3278   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3279   algorithm: "table_perf_comparison_nic"
3280   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3281   history:
3282     - title: "rls1904 x710"
3283       data: "vpp-performance-changes-2n-skx-h1"
3284       nic: "NIC_Intel-X710"
3285   reference:
3286     title: "rls1908 xxv710"
3287     data: "vpp-performance-changes-2n-skx-ref"
3288     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3289     nic: "NIC_Intel-XXV710"
3290   compare:
3291     title: "rls2001 xxv710"
3292     data: "vpp-performance-changes-2n-skx-cmp"
3293     nic: "NIC_Intel-XXV710"
3294   data: "vpp-performance-changes-2n-skx"
3295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3296   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3297   parameters:
3298   - "name"
3299   - "parent"
3300   - "throughput"
3301   - "tags"
3302
3303 # VPP Performance Changes 2n-skx 2t1c ndr
3304 - type: "table"
3305   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3306   algorithm: "table_perf_comparison_nic"
3307   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3308   history:
3309     - title: "rls1904 x710"
3310       data: "vpp-performance-changes-2n-skx-h1"
3311       nic: "NIC_Intel-X710"
3312   reference:
3313     title: "rls1908 xxv710"
3314     data: "vpp-performance-changes-2n-skx-ref"
3315     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3316     nic: "NIC_Intel-XXV710"
3317   compare:
3318     title: "rls2001 xxv710"
3319     data: "vpp-performance-changes-2n-skx-cmp"
3320     nic: "NIC_Intel-XXV710"
3321   data: "vpp-performance-changes-2n-skx"
3322   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3323   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3324   parameters:
3325   - "name"
3326   - "parent"
3327   - "throughput"
3328   - "tags"
3329
3330 # VPP Performance Changes 2n-skx 4t2c ndr
3331 - type: "table"
3332   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3333   algorithm: "table_perf_comparison_nic"
3334   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3335   history:
3336     - title: "rls1904 x710"
3337       data: "vpp-performance-changes-2n-skx-h1"
3338       nic: "NIC_Intel-X710"
3339   reference:
3340     title: "rls1908 xxv710"
3341     data: "vpp-performance-changes-2n-skx-ref"
3342     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3343     nic: "NIC_Intel-XXV710"
3344   compare:
3345     title: "rls2001 xxv710"
3346     data: "vpp-performance-changes-2n-skx-cmp"
3347     nic: "NIC_Intel-XXV710"
3348   data: "vpp-performance-changes-2n-skx"
3349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3350   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3351   parameters:
3352   - "name"
3353   - "parent"
3354   - "throughput"
3355   - "tags"
3356
3357 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3358 #- type: "table"
3359 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3360 #  algorithm: "table_perf_comparison"
3361 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3362 #  reference:
3363 #    title: "rls1908"
3364 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3365 #  compare:
3366 #    title: "rls2001"
3367 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3368 #  data: "vpp-performance-changes-nfv-2n-skx"
3369 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3370 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3371 #  parameters:
3372 #  - "name"
3373 #  - "parent"
3374 #  - "throughput"
3375 #  - "tags"
3376 #
3377 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3378 #- type: "table"
3379 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3380 #  algorithm: "table_perf_comparison"
3381 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3382 #  reference:
3383 #    title: "rls1908"
3384 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3385 #  compare:
3386 #    title: "rls2001"
3387 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3388 #  data: "vpp-performance-changes-nfv-2n-skx"
3389 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3390 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3391 #  parameters:
3392 #  - "name"
3393 #  - "parent"
3394 #  - "throughput"
3395 #  - "tags"
3396 #
3397 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3398 #- type: "table"
3399 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3400 #  algorithm: "table_perf_comparison"
3401 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3402 #  reference:
3403 #    title: "rls1908"
3404 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3405 #  compare:
3406 #    title: "rls2001"
3407 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3408 #  data: "vpp-performance-changes-nfv-2n-skx"
3409 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3410 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3411 #  parameters:
3412 #  - "name"
3413 #  - "parent"
3414 #  - "throughput"
3415 #  - "tags"
3416 #
3417 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3418 #- type: "table"
3419 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3420 #  algorithm: "table_perf_comparison"
3421 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3422 #  reference:
3423 #    title: "rls1908"
3424 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3425 #  compare:
3426 #    title: "rls2001"
3427 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3428 #  data: "vpp-performance-changes-nfv-2n-skx"
3429 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3430 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3431 #  parameters:
3432 #  - "name"
3433 #  - "parent"
3434 #  - "throughput"
3435 #  - "tags"
3436
3437 # VPP Performance Changes 2n-dnv 1t1c pdr
3438 - type: "table"
3439   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3440   algorithm: "table_perf_comparison"
3441   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3442   reference:
3443     title: "rls1908"
3444     data: "vpp-performance-changes-2n-dnv-ref"
3445   compare:
3446     title: "rls2001"
3447     data: "vpp-performance-changes-2n-dnv-cmp"
3448   data: "vpp-performance-changes-2n-dnv"
3449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3450   filter: "'1T1C'"
3451   parameters:
3452   - "name"
3453   - "parent"
3454   - "throughput"
3455   - "tags"
3456
3457 # VPP Performance Changes 2n-dnv 2t2c pdr
3458 - type: "table"
3459   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3460   algorithm: "table_perf_comparison"
3461   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3462   reference:
3463     title: "rls1908"
3464     data: "vpp-performance-changes-2n-dnv-ref"
3465   compare:
3466     title: "rls2001"
3467     data: "vpp-performance-changes-2n-dnv-cmp"
3468   data: "vpp-performance-changes-2n-dnv"
3469   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3470   filter: "'2T2C'"
3471   parameters:
3472   - "name"
3473   - "parent"
3474   - "throughput"
3475   - "tags"
3476
3477 # VPP Performance Changes 2n-dnv 1t1c ndr
3478 - type: "table"
3479   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3480   algorithm: "table_perf_comparison"
3481   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3482   reference:
3483     title: "rls1908"
3484     data: "vpp-performance-changes-2n-dnv-ref"
3485   compare:
3486     title: "rls2001"
3487     data: "vpp-performance-changes-2n-dnv-cmp"
3488   data: "vpp-performance-changes-2n-dnv"
3489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3490   filter: "'1T1C'"
3491   parameters:
3492   - "name"
3493   - "parent"
3494   - "throughput"
3495   - "tags"
3496
3497 # VPP Performance Changes 2n-dnv 2t2c ndr
3498 - type: "table"
3499   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3500   algorithm: "table_perf_comparison"
3501   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3502   reference:
3503     title: "rls1908 "
3504     data: "vpp-performance-changes-2n-dnv-ref"
3505   compare:
3506     title: "rls2001"
3507     data: "vpp-performance-changes-2n-dnv-cmp"
3508   data: "vpp-performance-changes-2n-dnv"
3509   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3510   filter: "'2T2C'"
3511   parameters:
3512   - "name"
3513   - "parent"
3514   - "throughput"
3515   - "tags"
3516
3517 # VPP Performance Changes 3n-dnv 1t1c pdr
3518 - type: "table"
3519   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3520   algorithm: "table_perf_comparison"
3521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3522   reference:
3523     title: "rls1908"
3524     data: "vpp-performance-changes-3n-dnv-ref"
3525   compare:
3526     title: "rls2001"
3527     data: "vpp-performance-changes-3n-dnv-cmp"
3528   data: "vpp-performance-changes-3n-dnv"
3529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3530   filter: "'1T1C'"
3531   parameters:
3532   - "name"
3533   - "parent"
3534   - "throughput"
3535   - "tags"
3536
3537 # VPP Performance Changes 3n-dnv 2t2c pdr
3538 - type: "table"
3539   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3540   algorithm: "table_perf_comparison"
3541   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3542   reference:
3543     title: "rls1908"
3544     data: "vpp-performance-changes-3n-dnv-ref"
3545   compare:
3546     title: "rls2001"
3547     data: "vpp-performance-changes-3n-dnv-cmp"
3548   data: "vpp-performance-changes-3n-dnv"
3549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'2T2C'"
3551   parameters:
3552   - "name"
3553   - "parent"
3554   - "throughput"
3555   - "tags"
3556
3557 # VPP Performance Changes 3n-dnv 1t1c ndr
3558 - type: "table"
3559   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3560   algorithm: "table_perf_comparison"
3561   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3562   reference:
3563     title: "rls1908"
3564     data: "vpp-performance-changes-3n-dnv-ref"
3565   compare:
3566     title: "rls2001"
3567     data: "vpp-performance-changes-3n-dnv-cmp"
3568   data: "vpp-performance-changes-3n-dnv"
3569   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3570   filter: "'1T1C'"
3571   parameters:
3572   - "name"
3573   - "parent"
3574   - "throughput"
3575   - "tags"
3576
3577 # VPP Performance Changes 3n-dnv 2t2c ndr
3578 - type: "table"
3579   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3580   algorithm: "table_perf_comparison"
3581   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3582   reference:
3583     title: "rls1908"
3584     data: "vpp-performance-changes-3n-dnv-ref"
3585   compare:
3586     title: "rls2001"
3587     data: "vpp-performance-changes-3n-dnv-cmp"
3588   data: "vpp-performance-changes-3n-dnv"
3589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3590   filter: "'2T2C'"
3591   parameters:
3592   - "name"
3593   - "parent"
3594   - "throughput"
3595   - "tags"
3596
3597 # VPP Performance Changes 3n-tsh 1t1c pdr
3598 - type: "table"
3599   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3600   algorithm: "table_perf_comparison"
3601   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3602   reference:
3603     title: "rls1908"
3604     data: "vpp-performance-changes-3n-tsh-ref"
3605   compare:
3606     title: "rls2001"
3607     data: "vpp-performance-changes-3n-tsh-cmp"
3608   data: "vpp-performance-changes-3n-tsh"
3609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3610   filter: "'1T1C'"
3611   parameters:
3612   - "name"
3613   - "parent"
3614   - "throughput"
3615   - "tags"
3616
3617 # VPP Performance Changes 3n-tsh 2t2c pdr
3618 - type: "table"
3619   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3620   algorithm: "table_perf_comparison"
3621   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3622   reference:
3623     title: "rls1908"
3624     data: "vpp-performance-changes-3n-tsh-ref"
3625   compare:
3626     title: "rls2001"
3627     data: "vpp-performance-changes-3n-tsh-cmp"
3628   data: "vpp-performance-changes-3n-tsh"
3629   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3630   filter: "'2T2C'"
3631   parameters:
3632   - "name"
3633   - "parent"
3634   - "throughput"
3635   - "tags"
3636
3637 # VPP Performance Changes 3n-tsh 1t1c ndr
3638 - type: "table"
3639   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3640   algorithm: "table_perf_comparison"
3641   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3642   reference:
3643     title: "rls1908"
3644     data: "vpp-performance-changes-3n-tsh-ref"
3645   compare:
3646     title: "rls2001"
3647     data: "vpp-performance-changes-3n-tsh-cmp"
3648   data: "vpp-performance-changes-3n-tsh"
3649   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3650   filter: "'1T1C'"
3651   parameters:
3652   - "name"
3653   - "parent"
3654   - "throughput"
3655   - "tags"
3656
3657 # VPP Performance Changes 3n-tsh 2t2c ndr
3658 - type: "table"
3659   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3660   algorithm: "table_perf_comparison"
3661   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3662   reference:
3663     title: "rls1908"
3664     data: "vpp-performance-changes-3n-tsh-ref"
3665   compare:
3666     title: "rls2001"
3667     data: "vpp-performance-changes-3n-tsh-cmp"
3668   data: "vpp-performance-changes-3n-tsh"
3669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3670   filter: "'2T2C'"
3671   parameters:
3672   - "name"
3673   - "parent"
3674   - "throughput"
3675   - "tags"
3676
3677 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3678 - type: "table"
3679   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3680   algorithm: "table_perf_comparison_nic"
3681   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3682   reference:
3683     title: "3n-hsw xl710"
3684     data: "vpp-compare-testbeds-ref"
3685     nic: "NIC_Intel-XL710"
3686   compare:
3687     title: "3n-skx xxv710"
3688     data: "vpp-compare-testbeds-cmp"
3689     nic: "NIC_Intel-XXV710"
3690   data: "vpp-compare-testbeds"
3691   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3692   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3693   parameters:
3694   - "name"
3695   - "parent"
3696   - "throughput"
3697   - "tags"
3698
3699 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3700 - type: "table"
3701   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3702   algorithm: "table_perf_comparison_nic"
3703   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3704   reference:
3705     title: "3n-hsw xl710"
3706     data: "vpp-compare-testbeds-ref"
3707     nic: "NIC_Intel-XL710"
3708   compare:
3709     title: "3n-skx xxv710"
3710     data: "vpp-compare-testbeds-cmp"
3711     nic: "NIC_Intel-XXV710"
3712   data: "vpp-compare-testbeds"
3713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3714   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3715   parameters:
3716   - "name"
3717   - "parent"
3718   - "throughput"
3719   - "tags"
3720
3721 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3722 - type: "table"
3723   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3724   algorithm: "table_perf_comparison_nic"
3725   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3726   reference:
3727     title: "3n-hsw xl710"
3728     data: "vpp-compare-testbeds-ref"
3729     nic: "NIC_Intel-XL710"
3730   compare:
3731     title: "3n-skx xxv710"
3732     data: "vpp-compare-testbeds-cmp"
3733     nic: "NIC_Intel-XXV710"
3734   data: "vpp-compare-testbeds"
3735   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3736   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3737   parameters:
3738   - "name"
3739   - "parent"
3740   - "throughput"
3741   - "tags"
3742
3743 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3744 - type: "table"
3745   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3746   algorithm: "table_perf_comparison_nic"
3747   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3748   reference:
3749     title: "3n-hsw xl710"
3750     data: "vpp-compare-testbeds-ref"
3751     nic: "NIC_Intel-XL710"
3752   compare:
3753     title: "3n-skx xxv710"
3754     data: "vpp-compare-testbeds-cmp"
3755     nic: "NIC_Intel-XXV710"
3756   data: "vpp-compare-testbeds"
3757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3758   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3759   parameters:
3760   - "name"
3761   - "parent"
3762   - "throughput"
3763   - "tags"
3764
3765 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3766 - type: "table"
3767   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3768   algorithm: "table_perf_comparison"
3769   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3770   reference:
3771     title: "2n-skx"
3772     data: "vpp-compare-testbeds-skx-clx-ref"
3773   compare:
3774     title: "2n-clx"
3775     data: "vpp-compare-testbeds-skx-clx-cmp"
3776   data: "vpp-compare-testbeds-skx-clx"
3777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3778   filter: "'2T1C'"
3779   parameters:
3780   - "name"
3781   - "parent"
3782   - "throughput"
3783   - "tags"
3784
3785 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3786 - type: "table"
3787   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3788   algorithm: "table_perf_comparison"
3789   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3790   reference:
3791     title: "2n-skx"
3792     data: "vpp-compare-testbeds-skx-clx-ref"
3793   compare:
3794     title: "2n-clx"
3795     data: "vpp-compare-testbeds-skx-clx-cmp"
3796   data: "vpp-compare-testbeds-skx-clx"
3797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3798   filter: "'4T2C'"
3799   parameters:
3800   - "name"
3801   - "parent"
3802   - "throughput"
3803   - "tags"
3804
3805 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3806 - type: "table"
3807   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3808   algorithm: "table_perf_comparison"
3809   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3810   reference:
3811     title: "2n-skx"
3812     data: "vpp-compare-testbeds-skx-clx-ref"
3813   compare:
3814     title: "2n-clx"
3815     data: "vpp-compare-testbeds-skx-clx-cmp"
3816   data: "vpp-compare-testbeds-skx-clx"
3817   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3818   filter: "'2T1C'"
3819   parameters:
3820   - "name"
3821   - "parent"
3822   - "throughput"
3823   - "tags"
3824
3825 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3826 - type: "table"
3827   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3828   algorithm: "table_perf_comparison"
3829   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3830   reference:
3831     title: "2n-skx"
3832     data: "vpp-compare-testbeds-skx-clx-ref"
3833   compare:
3834     title: "2n-clx"
3835     data: "vpp-compare-testbeds-skx-clx-cmp"
3836   data: "vpp-compare-testbeds-skx-clx"
3837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3838   filter: "'4T2C'"
3839   parameters:
3840   - "name"
3841   - "parent"
3842   - "throughput"
3843   - "tags"
3844
3845 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3846 - type: "table"
3847   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3848   algorithm: "table_perf_comparison_nic"
3849   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3850   reference:
3851     title: "3n-hsw xl710"
3852     data: "vpp-compare-testbeds-hsw-clx-ref"
3853     nic: "NIC_Intel-XL710"
3854   compare:
3855     title: "2n-clx xxv710"
3856     data: "vpp-compare-testbeds-hsw-clx-cmp"
3857     nic: "NIC_Intel-XXV710"
3858   data: "vpp-compare-testbeds-hsw-clx"
3859   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3860   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3861   parameters:
3862   - "name"
3863   - "parent"
3864   - "throughput"
3865   - "tags"
3866
3867 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3868 - type: "table"
3869   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3870   algorithm: "table_perf_comparison_nic"
3871   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3872   reference:
3873     title: "3n-hsw xl710"
3874     data: "vpp-compare-testbeds-hsw-clx-ref"
3875     nic: "NIC_Intel-XL710"
3876   compare:
3877     title: "2n-clx xxv710"
3878     data: "vpp-compare-testbeds-hsw-clx-cmp"
3879     nic: "NIC_Intel-XXV710"
3880   data: "vpp-compare-testbeds-hsw-clx"
3881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3882   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3883   parameters:
3884   - "name"
3885   - "parent"
3886   - "throughput"
3887   - "tags"
3888
3889 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3890 - type: "table"
3891   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3892   algorithm: "table_perf_comparison_nic"
3893   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3894   reference:
3895     title: "3n-hsw xl710"
3896     data: "vpp-compare-testbeds-hsw-clx-ref"
3897     nic: "NIC_Intel-XL710"
3898   compare:
3899     title: "2n-clx xxv710"
3900     data: "vpp-compare-testbeds-hsw-clx-cmp"
3901     nic: "NIC_Intel-XXV710"
3902   data: "vpp-compare-testbeds-hsw-clx"
3903   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3904   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3905   parameters:
3906   - "name"
3907   - "parent"
3908   - "throughput"
3909   - "tags"
3910
3911 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3912 - type: "table"
3913   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3914   algorithm: "table_perf_comparison_nic"
3915   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3916   reference:
3917     title: "3n-hsw xl710"
3918     data: "vpp-compare-testbeds-hsw-clx-ref"
3919     nic: "NIC_Intel-XL710"
3920   compare:
3921     title: "2n-clx xxv710"
3922     data: "vpp-compare-testbeds-hsw-clx-cmp"
3923     nic: "NIC_Intel-XXV710"
3924   data: "vpp-compare-testbeds-hsw-clx"
3925   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3926   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3927   parameters:
3928   - "name"
3929   - "parent"
3930   - "throughput"
3931   - "tags"
3932
3933 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3934 - type: "table"
3935   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3936   algorithm: "table_perf_comparison"
3937   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3938   reference:
3939     title: "3-Node Skx"
3940     data: "vpp-compare-topologies-ref"
3941   compare:
3942     title: "2-Node Skx"
3943     data: "vpp-compare-topologies-cmp"
3944   data: "vpp-compare-topologies"
3945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3946   filter: "'NDRPDR' and '1C'"
3947   parameters:
3948   - "name"
3949   - "parent"
3950   - "throughput"
3951
3952 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3953 - type: "table"
3954   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3955   algorithm: "table_perf_comparison"
3956   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3957   reference:
3958     title: "3-Node Skx"
3959     data: "vpp-compare-topologies-ref"
3960   compare:
3961     title: "2-Node Skx"
3962     data: "vpp-compare-topologies-cmp"
3963   data: "vpp-compare-topologies"
3964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3965   filter: "'NDRPDR' and '2C'"
3966   parameters:
3967   - "name"
3968   - "parent"
3969   - "throughput"
3970
3971 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3972 - type: "table"
3973   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3974   algorithm: "table_perf_comparison"
3975   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3976   reference:
3977     title: "3-Node Skx"
3978     data: "vpp-compare-topologies-ref"
3979   compare:
3980     title: "2-Node Skx"
3981     data: "vpp-compare-topologies-cmp"
3982   data: "vpp-compare-topologies"
3983   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3984   filter: "'NDRPDR' and '1C'"
3985   parameters:
3986   - "name"
3987   - "parent"
3988   - "throughput"
3989
3990 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3991 - type: "table"
3992   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3993   algorithm: "table_perf_comparison"
3994   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3995   reference:
3996     title: "3-Node Skx"
3997     data: "vpp-compare-topologies-ref"
3998   compare:
3999     title: "2-Node Skx"
4000     data: "vpp-compare-topologies-cmp"
4001   data: "vpp-compare-topologies"
4002   include-tests: "PDR"
4003   filter: "'NDRPDR' and '2C'"
4004   parameters:
4005   - "name"
4006   - "parent"
4007   - "throughput"
4008
4009 # VPP Performance Changes 3n-hsw 1t1c MRR
4010 - type: "table"
4011   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4012   algorithm: "table_perf_comparison"
4013   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4014   history:
4015     - title: "rls1904"
4016       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4017   reference:
4018     title: "rls1908"
4019     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4020   compare:
4021     title: "rls2001"
4022     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4023   data: "vpp-performance-changes-3n-hsw-mrr"
4024   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4025   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4026   parameters:
4027   - "name"
4028   - "parent"
4029   - "result"
4030
4031 # VPP Performance Changes 3n-hsw 2t2c MRR
4032 - type: "table"
4033   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4034   algorithm: "table_perf_comparison"
4035   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4036   history:
4037     - title: "rls1904"
4038       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4039   reference:
4040     title: "rls1908"
4041     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4042   compare:
4043     title: "rls2001"
4044     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4045   data: "vpp-performance-changes-3n-hsw-mrr"
4046   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4047   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4048   parameters:
4049   - "name"
4050   - "parent"
4051   - "result"
4052
4053 # VPP Performance Changes 3n-hsw 4t4c MRR
4054 - type: "table"
4055   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4056   algorithm: "table_perf_comparison"
4057   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4058   history:
4059     - title: "rls1904"
4060       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4061   reference:
4062     title: "rls1908"
4063     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4064   compare:
4065     title: "rls2001"
4066     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4067   data: "vpp-performance-changes-3n-hsw-mrr"
4068   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4069   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4070   parameters:
4071   - "name"
4072   - "parent"
4073   - "result"
4074
4075 # VPP Performance Changes 3n-skx 2t1c MRR
4076 - type: "table"
4077   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4078   algorithm: "table_perf_comparison"
4079   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4080   history:
4081     - title: "rls1904"
4082       data: "vpp-performance-changes-3n-skx-mrr-h1"
4083   reference:
4084     title: "rls1908"
4085     data: "vpp-performance-changes-3n-skx-mrr-ref"
4086   compare:
4087     title: "rls2001"
4088     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4089   data: "vpp-performance-changes-3n-skx-mrr"
4090   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4091   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4092   parameters:
4093   - "name"
4094   - "parent"
4095   - "result"
4096
4097 # VPP Performance Changes 3n-skx 4t2c MRR
4098 - type: "table"
4099   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4100   algorithm: "table_perf_comparison"
4101   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4102   history:
4103     - title: "rls1904"
4104       data: "vpp-performance-changes-3n-skx-mrr-h1"
4105   reference:
4106     title: "rls1908"
4107     data: "vpp-performance-changes-3n-skx-mrr-ref"
4108   compare:
4109     title: "rls2001"
4110     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4111   data: "vpp-performance-changes-3n-skx-mrr"
4112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4113   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4114   parameters:
4115   - "name"
4116   - "parent"
4117   - "result"
4118
4119 # VPP Performance Changes 3n-skx 8t4c MRR
4120 - type: "table"
4121   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4122   algorithm: "table_perf_comparison"
4123   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4124   history:
4125     - title: "rls1904"
4126       data: "vpp-performance-changes-3n-skx-mrr-h1"
4127   reference:
4128     title: "rls1908"
4129     data: "vpp-performance-changes-3n-skx-mrr-ref"
4130   compare:
4131     title: "rls2001"
4132     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4133   data: "vpp-performance-changes-3n-skx-mrr"
4134   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4135   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4136   parameters:
4137   - "name"
4138   - "parent"
4139   - "result"
4140
4141 ## VPP Performance Changes 2n-skx 2t1c MRR
4142 #- type: "table"
4143 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
4144 #  algorithm: "table_perf_comparison"
4145 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4146 #  history:
4147 #    - title: "rls1904"
4148 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4149 #  reference:
4150 #    title: "rls1908"
4151 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4152 #  compare:
4153 #    title: "rls2001"
4154 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4155 #  data: "vpp-performance-changes-2n-skx-mrr"
4156 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4157 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4158 #  parameters:
4159 #  - "name"
4160 #  - "parent"
4161 #  - "result"
4162 #
4163 ## VPP Performance Changes 2n-skx 4t2c MRR
4164 #- type: "table"
4165 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
4166 #  algorithm: "table_perf_comparison"
4167 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4168 #  history:
4169 #    - title: "rls1904"
4170 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4171 #  reference:
4172 #    title: "rls1908"
4173 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4174 #  compare:
4175 #    title: "rls2001"
4176 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4177 #  data: "vpp-performance-changes-2n-skx-mrr"
4178 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4179 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4180 #  parameters:
4181 #  - "name"
4182 #  - "parent"
4183 #  - "result"
4184 #
4185 ## VPP Performance Changes 2n-skx 8t4c MRR
4186 #- type: "table"
4187 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
4188 #  algorithm: "table_perf_comparison"
4189 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4190 #  history:
4191 #    - title: "rls1904"
4192 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4193 #  reference:
4194 #    title: "rls1908"
4195 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4196 #  compare:
4197 #    title: "rls2001"
4198 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4199 #  data: "vpp-performance-changes-2n-skx-mrr"
4200 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4201 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4202 #  parameters:
4203 #  - "name"
4204 #  - "parent"
4205 #  - "result"
4206 #
4207 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4208 #- type: "table"
4209 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4210 #  algorithm: "table_perf_comparison"
4211 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4212 #  reference:
4213 #    title: "rls1908"
4214 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4215 #  compare:
4216 #    title: "rls2001"
4217 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4218 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4219 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4220 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4221 #  parameters:
4222 #  - "name"
4223 #  - "parent"
4224 #  - "result"
4225 #
4226 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4227 #- type: "table"
4228 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4229 #  algorithm: "table_perf_comparison"
4230 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4231 #  reference:
4232 #    title: "rls1908"
4233 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4234 #  compare:
4235 #    title: "rls2001"
4236 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4237 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4238 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4239 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4240 #  parameters:
4241 #  - "name"
4242 #  - "parent"
4243 #  - "result"
4244 #
4245 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4246 #- type: "table"
4247 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4248 #  algorithm: "table_perf_comparison"
4249 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4250 #  reference:
4251 #    title: "rls1908"
4252 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4253 #  compare:
4254 #    title: "rls2001"
4255 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4256 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4257 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4258 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4259 #  parameters:
4260 #  - "name"
4261 #  - "parent"
4262 #  - "result"
4263
4264 # VPP Performance Changes 2n-dnv 1t1c MRR
4265 - type: "table"
4266   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4267   algorithm: "table_perf_comparison"
4268   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4269   reference:
4270     title: "rls1908"
4271     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4272   compare:
4273     title: "rls2001"
4274     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4275   data: "vpp-performance-changes-2n-dnv-mrr"
4276   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4277   filter: "'1T1C' and 'MRR'"
4278   parameters:
4279   - "name"
4280   - "parent"
4281   - "result"
4282
4283 # VPP Performance Changes 2n-dnv 2t2c MRR
4284 - type: "table"
4285   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4286   algorithm: "table_perf_comparison"
4287   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4288   reference:
4289     title: "rls1908"
4290     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4291   compare:
4292     title: "rls2001"
4293     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4294   data: "vpp-performance-changes-2n-dnv-mrr"
4295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4296   filter: "'2T2C' and 'MRR'"
4297   parameters:
4298   - "name"
4299   - "parent"
4300   - "result"
4301
4302 # VPP Performance Changes 2n-dnv 4t4c MRR
4303 - type: "table"
4304   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4305   algorithm: "table_perf_comparison"
4306   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4307   reference:
4308     title: "rls1908"
4309     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4310   compare:
4311     title: "rls2001"
4312     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4313   data: "vpp-performance-changes-2n-dnv-mrr"
4314   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4315   filter: "'4T4C' and 'MRR'"
4316   parameters:
4317   - "name"
4318   - "parent"
4319   - "result"
4320
4321 # VPP Performance Changes 3n-dnv 1t1c MRR
4322 - type: "table"
4323   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4324   algorithm: "table_perf_comparison"
4325   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4326   reference:
4327     title: "rls1908"
4328     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4329   compare:
4330     title: "rls2001"
4331     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4332   data: "vpp-performance-changes-3n-dnv-mrr"
4333   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4334   filter: "'1T1C' and 'MRR'"
4335   parameters:
4336   - "name"
4337   - "parent"
4338   - "result"
4339
4340 # VPP Performance Changes 3n-dnv 2t2c MRR
4341 - type: "table"
4342   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4343   algorithm: "table_perf_comparison"
4344   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4345   reference:
4346     title: "rls1908"
4347     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4348   compare:
4349     title: "rls2001"
4350     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4351   data: "vpp-performance-changes-3n-dnv-mrr"
4352   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4353   filter: "'2T2C' and 'MRR'"
4354   parameters:
4355   - "name"
4356   - "parent"
4357   - "result"
4358
4359 # VPP Performance Changes 3n-dnv 4t4c MRR
4360 - type: "table"
4361   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4362   algorithm: "table_perf_comparison"
4363   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4364   reference:
4365     title: "rls1908"
4366     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4367   compare:
4368     title: "rls2001"
4369     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4370   data: "vpp-performance-changes-3n-dnv-mrr"
4371   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4372   filter: "'4T4C' and 'MRR'"
4373   parameters:
4374   - "name"
4375   - "parent"
4376   - "result"
4377
4378 # VPP Performance Changes 3n-tsh 1t1c MRR
4379 - type: "table"
4380   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4381   algorithm: "table_perf_comparison"
4382   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4383   reference:
4384     title: "rls1908"
4385     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4386   compare:
4387     title: "rls2001"
4388     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4389   data: "vpp-performance-changes-3n-tsh-mrr"
4390   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4391   filter: "'1T1C' and 'MRR'"
4392   parameters:
4393   - "name"
4394   - "parent"
4395   - "result"
4396
4397 # VPP Performance Changes 3n-tsh 2t2c MRR
4398 - type: "table"
4399   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4400   algorithm: "table_perf_comparison"
4401   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4402   reference:
4403     title: "rls1908"
4404     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4405   compare:
4406     title: "rls2001"
4407     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4408   data: "vpp-performance-changes-3n-tsh-mrr"
4409   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4410   filter: "'2T2C' and 'MRR'"
4411   parameters:
4412   - "name"
4413   - "parent"
4414   - "result"
4415
4416 # VPP Performance Changes 3n-tsh 4t4c MRR
4417 - type: "table"
4418   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4419   algorithm: "table_perf_comparison"
4420   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4421   reference:
4422     title: "rls1908"
4423     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4424   compare:
4425     title: "rls2001"
4426     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4427   data: "vpp-performance-changes-3n-tsh-mrr"
4428   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4429   filter: "'4T4C' and 'MRR'"
4430   parameters:
4431   - "name"
4432   - "parent"
4433   - "result"
4434
4435 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4436 - type: "table"
4437   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4438   algorithm: "table_perf_comparison_nic"
4439   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4440   reference:
4441     title: "3n-hsw xl710"
4442     data: "vpp-compare-testbeds-mrr-ref"
4443     nic: "NIC_Intel-XL710"
4444   compare:
4445     title: "3n-skx xxv710"
4446     data: "vpp-compare-testbeds-mrr-cmp"
4447     nic: "NIC_Intel-XXV710"
4448   data: "vpp-compare-testbeds-mrr"
4449   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4450   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4451   parameters:
4452   - "name"
4453   - "parent"
4454   - "result"
4455   - "tags"
4456
4457 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4458 - type: "table"
4459   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4460   algorithm: "table_perf_comparison_nic"
4461   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4462   reference:
4463     title: "3n-hsw xl710"
4464     data: "vpp-compare-testbeds-mrr-ref"
4465     nic: "NIC_Intel-XL710"
4466   compare:
4467     title: "3n-skx xxv710"
4468     data: "vpp-compare-testbeds-mrr-cmp"
4469     nic: "NIC_Intel-XXV710"
4470   data: "vpp-compare-testbeds-mrr"
4471   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4472   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4473   parameters:
4474   - "name"
4475   - "parent"
4476   - "result"
4477   - "tags"
4478
4479 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4480 - type: "table"
4481   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4482   algorithm: "table_perf_comparison_nic"
4483   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4484   reference:
4485     title: "3n-hsw xl710"
4486     data: "vpp-compare-testbeds-mrr-ref"
4487     nic: "NIC_Intel-XL710"
4488   compare:
4489     title: "3n-skx xxv710"
4490     data: "vpp-compare-testbeds-mrr-cmp"
4491     nic: "NIC_Intel-XXV710"
4492   data: "vpp-compare-testbeds-mrr"
4493   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4494   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4495   parameters:
4496   - "name"
4497   - "parent"
4498   - "result"
4499   - "tags"
4500
4501 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4502 #- type: "table"
4503 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4504 #  algorithm: "table_perf_comparison"
4505 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4506 #  reference:
4507 #    title: "2n-skx"
4508 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4509 #  compare:
4510 #    title: "2n-clx"
4511 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4512 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4513 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4514 #  filter: "'2T1C'"
4515 #  parameters:
4516 #  - "name"
4517 #  - "parent"
4518 #  - "result"
4519 #  - "tags"
4520 #
4521 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4522 #- type: "table"
4523 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4524 #  algorithm: "table_perf_comparison"
4525 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4526 #  reference:
4527 #    title: "2n-skx"
4528 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4529 #  compare:
4530 #    title: "2n-clx"
4531 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4532 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4533 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4534 #  filter: "'4T2C'"
4535 #  parameters:
4536 #  - "name"
4537 #  - "parent"
4538 #  - "result"
4539 #  - "tags"
4540 #
4541 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4542 #- type: "table"
4543 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4544 #  algorithm: "table_perf_comparison"
4545 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4546 #  reference:
4547 #    title: "2n-skx"
4548 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4549 #  compare:
4550 #    title: "2n-clx"
4551 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4552 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4553 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4554 #  filter: "'8T4C'"
4555 #  parameters:
4556 #  - "name"
4557 #  - "parent"
4558 #  - "result"
4559 #  - "tags"
4560 #
4561 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4562 #- type: "table"
4563 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4564 #  algorithm: "table_perf_comparison"
4565 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4566 #  reference:
4567 #    title: "3-Node Skx"
4568 #    data: "vpp-compare-topologies-mrr-ref"
4569 #  compare:
4570 #    title: "2-Node Skx"
4571 #    data: "vpp-compare-topologies-mrr-cmp"
4572 #  data: "vpp-compare-topologies-mrr"
4573 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4574 #  filter: "'MRR' and '1C'"
4575 #  parameters:
4576 #  - "name"
4577 #  - "parent"
4578 #  - "result"
4579 #
4580 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4581 #- type: "table"
4582 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4583 #  algorithm: "table_perf_comparison"
4584 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4585 #  reference:
4586 #    title: "3-Node Skx"
4587 #    data: "vpp-compare-topologies-mrr-ref"
4588 #  compare:
4589 #    title: "2-Node Skx"
4590 #    data: "vpp-compare-topologies-mrr-cmp"
4591 #  data: "vpp-compare-topologies-mrr"
4592 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4593 #  filter: "'MRR' and '2C'"
4594 #  parameters:
4595 #  - "name"
4596 #  - "parent"
4597 #  - "result"
4598 #
4599 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4600 #- type: "table"
4601 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4602 #  algorithm: "table_perf_comparison"
4603 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4604 #  reference:
4605 #    title: "3-Node Skx"
4606 #    data: "vpp-compare-topologies-mrr-ref"
4607 #  compare:
4608 #    title: "2-Node Skx"
4609 #    data: "vpp-compare-topologies-mrr-cmp"
4610 #  data: "vpp-compare-topologies-mrr"
4611 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4612 #  filter: "'MRR' and '4C'"
4613 #  parameters:
4614 #  - "name"
4615 #  - "parent"
4616 #  - "result"
4617
4618 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4619 - type: "table"
4620   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4621   algorithm: "table_perf_comparison_nic"
4622   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4623   reference:
4624     title: "3n-hsw xl710"
4625     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4626     nic: "NIC_Intel-XL710"
4627   compare:
4628     title: "2n-clx xxv710"
4629     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4630     nic: "NIC_Intel-XXV710"
4631   data: "vpp-compare-testbeds-mrr-hsw-clx"
4632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4633   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4634   parameters:
4635   - "name"
4636   - "parent"
4637   - "result"
4638   - "tags"
4639
4640 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4641 - type: "table"
4642   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4643   algorithm: "table_perf_comparison_nic"
4644   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4645   reference:
4646     title: "3n-hsw xl710"
4647     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4648     nic: "NIC_Intel-XL710"
4649   compare:
4650     title: "2n-clx xxv710"
4651     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4652     nic: "NIC_Intel-XXV710"
4653   data: "vpp-compare-testbeds-mrr-hsw-clx"
4654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4655   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4656   parameters:
4657   - "name"
4658   - "parent"
4659   - "result"
4660   - "tags"
4661
4662 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4663 - type: "table"
4664   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4665   algorithm: "table_perf_comparison_nic"
4666   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4667   reference:
4668     title: "3n-hsw xl710"
4669     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4670     nic: "NIC_Intel-XL710"
4671   compare:
4672     title: "2n-clx xxv710"
4673     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4674     nic: "NIC_Intel-XXV710"
4675   data: "vpp-compare-testbeds-mrr-hsw-clx"
4676   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4677   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4678   parameters:
4679   - "name"
4680   - "parent"
4681   - "result"
4682   - "tags"
4683
4684 # Detailed Test Results - VPP Performance Results 3n-hsw
4685 - type: "table"
4686   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4687   algorithm: "table_merged_details"
4688   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4689   columns:
4690   - title: " |prein| Test Name |preout| "
4691     data: "data name"
4692   - 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| "
4693     data: "data msg"
4694   data: "vpp-perf-results-3n-hsw"
4695   filter: "all"
4696   parameters:
4697   - "name"
4698   - "parent"
4699   - "msg"
4700
4701 # Detailed Test Results - VPP Performance Results 3n-skx
4702 - type: "table"
4703   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4704   algorithm: "table_merged_details"
4705   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4706   columns:
4707   - title: " |prein| Test Name |preout| "
4708     data: "data name"
4709   - 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| "
4710     data: "data msg"
4711   data: "vpp-perf-results-3n-skx"
4712   filter: "all"
4713   remove-ndr: True  # Temporary solution: remove NDR results from test message
4714   parameters:
4715   - "name"
4716   - "parent"
4717   - "msg"
4718
4719 # Detailed Test Results - VPP Performance Results 2n-skx
4720 - type: "table"
4721   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4722   algorithm: "table_merged_details"
4723   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4724   columns:
4725   - title: " |prein| Test Name |preout| "
4726     data: "data name"
4727   - 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| "
4728     data: "data msg"
4729   data: "vpp-perf-results-2n-skx"
4730   filter: "all"
4731   remove-ndr: True  # Temporary solution: remove NDR results from test message
4732   parameters:
4733   - "name"
4734   - "parent"
4735   - "msg"
4736
4737 # Detailed Test Results - VPP Performance Results 2n-clx
4738 - type: "table"
4739   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4740   algorithm: "table_merged_details"
4741   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4742   columns:
4743   - title: " |prein| Test Name |preout| "
4744     data: "data name"
4745   - 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| "
4746     data: "data msg"
4747   data: "vpp-perf-results-2n-clx"
4748   filter: "all"
4749   parameters:
4750   - "name"
4751   - "parent"
4752   - "msg"
4753
4754 # Detailed Test Results - VPP Performance Results 3n-tsh
4755 - type: "table"
4756   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4757   algorithm: "table_merged_details"
4758   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4759   columns:
4760   - title: " |prein| Test Name |preout| "
4761     data: "data name"
4762   - 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| "
4763     data: "data msg"
4764   data: "vpp-perf-results-3n-tsh"
4765   filter: "all"
4766   parameters:
4767   - "name"
4768   - "parent"
4769   - "msg"
4770
4771 # Detailed Test Results - VPP Performance Results 3n-dnv
4772 - type: "table"
4773   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4774   algorithm: "table_merged_details"
4775   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4776   columns:
4777   - title: " |prein| Test Name |preout| "
4778     data: "data name"
4779   - 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| "
4780     data: "data msg"
4781   data: "vpp-perf-results-3n-dnv"
4782   filter: "all"
4783   parameters:
4784   - "name"
4785   - "parent"
4786   - "msg"
4787
4788 # Detailed Test Results - VPP Performance Results 2n-dnv
4789 - type: "table"
4790   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4791   algorithm: "table_merged_details"
4792   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4793   columns:
4794   - title: " |prein| Test Name |preout| "
4795     data: "data name"
4796   - 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| "
4797     data: "data msg"
4798   data: "vpp-perf-results-2n-dnv"
4799   filter: "all"
4800   parameters:
4801   - "name"
4802   - "parent"
4803   - "msg"
4804
4805 # Test configuration - VPP Performance Test Configs 3n-hsw
4806 - type: "table"
4807   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4808   algorithm: "table_merged_details"
4809   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4810   columns:
4811   - title: " |prein| Test Name |preout| "
4812     data: "data name"
4813   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4814     data: "data conf-history"
4815   data: "vpp-perf-results-3n-hsw"
4816   filter: "all"
4817   parameters:
4818   - "parent"
4819   - "name"
4820   - "conf-history"
4821
4822 # Test configuration - VPP Performance Test Configs 3n-skx
4823 - type: "table"
4824   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4825   algorithm: "table_merged_details"
4826   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4827   columns:
4828   - title: " |prein| Test Name |preout| "
4829     data: "data name"
4830   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4831     data: "data conf-history"
4832   data: "vpp-perf-results-3n-skx"
4833   filter: "all"
4834   parameters:
4835   - "parent"
4836   - "name"
4837   - "conf-history"
4838
4839 # Test configuration - VPP Performance Test Configs 2n-skx
4840 - type: "table"
4841   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4842   algorithm: "table_merged_details"
4843   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4844   columns:
4845   - title: " |prein| Test Name |preout| "
4846     data: "data name"
4847   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4848     data: "data conf-history"
4849   data: "vpp-perf-results-2n-skx"
4850   filter: "all"
4851   parameters:
4852   - "parent"
4853   - "name"
4854   - "conf-history"
4855
4856 # Test configuration - VPP Performance Test Configs 2n-clx
4857 - type: "table"
4858   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4859   algorithm: "table_merged_details"
4860   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4861   columns:
4862   - title: " |prein| Test Name |preout| "
4863     data: "data name"
4864   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4865     data: "data conf-history"
4866   data: "vpp-perf-results-2n-clx"
4867   filter: "all"
4868   parameters:
4869   - "parent"
4870   - "name"
4871   - "conf-history"
4872
4873 # Test configuration - VPP Performance Test Configs 3n-tsh
4874 - type: "table"
4875   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4876   algorithm: "table_merged_details"
4877   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4878   columns:
4879   - title: " |prein| Test Name |preout| "
4880     data: "data name"
4881   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4882     data: "data conf-history"
4883   data: "vpp-perf-results-3n-tsh"
4884   filter: "all"
4885   parameters:
4886   - "parent"
4887   - "name"
4888   - "conf-history"
4889
4890 # Test configuration - VPP Performance Test Configs 3n-dnv
4891 - type: "table"
4892   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4893   algorithm: "table_merged_details"
4894   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
4895   columns:
4896   - title: " |prein| Test Name |preout| "
4897     data: "data name"
4898   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4899     data: "data conf-history"
4900   data: "vpp-perf-results-3n-dnv"
4901   filter: "all"
4902   parameters:
4903   - "parent"
4904   - "name"
4905   - "conf-history"
4906
4907 # Test configuration - VPP Performance Test Configs 2n-dnv
4908 - type: "table"
4909   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4910   algorithm: "table_merged_details"
4911   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4912   columns:
4913   - title: " |prein| Test Name |preout| "
4914     data: "data name"
4915   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4916     data: "data conf-history"
4917   data: "vpp-perf-results-2n-dnv"
4918   filter: "all"
4919   parameters:
4920   - "parent"
4921   - "name"
4922   - "conf-history"
4923
4924 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4925 - type: "table"
4926   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4927   algorithm: "table_oper_data_html"
4928   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4929   data: "vpp-perf-results-3n-hsw"
4930   filter: "all"
4931
4932 # Test Operational Data - VPP Performance Operational Data 3n-skx
4933 - type: "table"
4934   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4935   algorithm: "table_oper_data_html"
4936   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
4937   data: "vpp-perf-results-3n-skx"
4938   filter: "all"
4939
4940 # Test Operational Data - VPP Performance Operational Data 2n-skx
4941 - type: "table"
4942   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4943   algorithm: "table_oper_data_html"
4944   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
4945   data: "vpp-perf-results-2n-skx"
4946   filter: "all"
4947
4948 # Test Operational Data - VPP Performance Operational Data 2n-clx
4949 - type: "table"
4950   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4951   algorithm: "table_oper_data_html"
4952   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
4953   data: "vpp-perf-results-2n-clx"
4954   filter: "all"
4955
4956 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4957 - type: "table"
4958   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4959   algorithm: "table_oper_data_html"
4960   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
4961   data: "vpp-perf-results-3n-tsh"
4962   filter: "all"
4963
4964 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4965 - type: "table"
4966   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4967   algorithm: "table_oper_data_html"
4968   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
4969   data: "vpp-perf-results-3n-dnv"
4970   filter: "all"
4971
4972 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4973 - type: "table"
4974   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4975   algorithm: "table_oper_data_html"
4976   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
4977   data: "vpp-perf-results-2n-dnv"
4978   filter: "all"
4979
4980 # Detailed Test Results - VPP MRR Results 3n-hsw
4981 - type: "table"
4982   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4983   algorithm: "table_merged_details"
4984   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
4985   columns:
4986   - title: " |prein| Test Name |preout| "
4987     data: "data name"
4988   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4989     data: "data msg"
4990   data: "vpp-mrr-results-3n-hsw"
4991   filter: "all"
4992   parameters:
4993   - "name"
4994   - "parent"
4995   - "msg"
4996
4997 # Detailed Test Results - VPP MRR Results 3n-skx
4998 - type: "table"
4999   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5000   algorithm: "table_merged_details"
5001   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5002   columns:
5003   - title: " |prein| Test Name |preout| "
5004     data: "data name"
5005   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5006     data: "data msg"
5007   data: "vpp-mrr-results-3n-skx"
5008   filter: "all"
5009   parameters:
5010   - "name"
5011   - "parent"
5012   - "msg"
5013
5014 # Detailed Test Results - VPP MRR Results 2n-skx
5015 - type: "table"
5016   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5017   algorithm: "table_merged_details"
5018   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5019   columns:
5020   - title: " |prein| Test Name |preout| "
5021     data: "data name"
5022   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5023     data: "data msg"
5024   data: "vpp-mrr-results-2n-skx"
5025   filter: "all"
5026   parameters:
5027   - "name"
5028   - "parent"
5029   - "msg"
5030
5031 # Detailed Test Results - VPP MRR Results 2n-clx
5032 - type: "table"
5033   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5034   algorithm: "table_merged_details"
5035   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5036   columns:
5037   - title: " |prein| Test Name |preout| "
5038     data: "data name"
5039   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5040     data: "data msg"
5041   data: "vpp-mrr-results-2n-clx"
5042   filter: "all"
5043   parameters:
5044   - "name"
5045   - "parent"
5046   - "msg"
5047
5048 # Detailed Test Results - VPP MRR Results 3n-tsh
5049 - type: "table"
5050   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5051   algorithm: "table_merged_details"
5052   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5053   columns:
5054   - title: " |prein| Test Name |preout| "
5055     data: "data name"
5056   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5057     data: "data msg"
5058   data: "vpp-mrr-results-3n-tsh"
5059   filter: "all"
5060   parameters:
5061   - "name"
5062   - "parent"
5063   - "msg"
5064
5065 # Detailed Test Results - VPP MRR Results 3n-dnv
5066 - type: "table"
5067   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5068   algorithm: "table_merged_details"
5069   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5070   columns:
5071   - title: " |prein| Test Name |preout| "
5072     data: "data name"
5073   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5074     data: "data msg"
5075   data: "vpp-mrr-results-3n-dnv"
5076   filter: "all"
5077   parameters:
5078   - "name"
5079   - "parent"
5080   - "msg"
5081
5082 # Detailed Test Results - VPP MRR Results 2n-dnv
5083 - type: "table"
5084   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5085   algorithm: "table_merged_details"
5086   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5087   columns:
5088   - title: " |prein| Test Name |preout| "
5089     data: "data name"
5090   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5091     data: "data msg"
5092   data: "vpp-mrr-results-2n-dnv"
5093   filter: "all"
5094   parameters:
5095   - "name"
5096   - "parent"
5097   - "msg"
5098
5099 # Test configuration - VPP MRR Test Configs 3n-hsw
5100 - type: "table"
5101   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5102   algorithm: "table_merged_details"
5103   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5104   columns:
5105   - title: " |prein| Test Name |preout| "
5106     data: "data name"
5107   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5108     data: "data conf-history"
5109   data: "vpp-mrr-results-3n-hsw"
5110   filter: "all"
5111   parameters:
5112   - "parent"
5113   - "name"
5114   - "conf-history"
5115
5116 # Test configuration - VPP MRR Test Configs 3n-skx
5117 - type: "table"
5118   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5119   algorithm: "table_merged_details"
5120   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5121   columns:
5122   - title: " |prein| Test Name |preout| "
5123     data: "data name"
5124   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5125     data: "data conf-history"
5126   data: "vpp-mrr-results-3n-skx"
5127   filter: "all"
5128   parameters:
5129   - "parent"
5130   - "name"
5131   - "conf-history"
5132
5133 # Test configuration - VPP MRR Test Configs 2n-skx
5134 - type: "table"
5135   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5136   algorithm: "table_merged_details"
5137   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5138   columns:
5139   - title: " |prein| Test Name |preout| "
5140     data: "data name"
5141   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5142     data: "data conf-history"
5143   data: "vpp-mrr-results-2n-skx"
5144   filter: "all"
5145   parameters:
5146   - "parent"
5147   - "name"
5148   - "conf-history"
5149
5150 # Test configuration - VPP MRR Test Configs 2n-clx
5151 - type: "table"
5152   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5153   algorithm: "table_merged_details"
5154   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5155   columns:
5156   - title: " |prein| Test Name |preout| "
5157     data: "data name"
5158   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5159     data: "data conf-history"
5160   data: "vpp-mrr-results-2n-clx"
5161   filter: "all"
5162   parameters:
5163   - "parent"
5164   - "name"
5165   - "conf-history"
5166
5167 # Test configuration - VPP MRR Test Configs 3n-tsh
5168 - type: "table"
5169   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5170   algorithm: "table_merged_details"
5171   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5172   columns:
5173   - title: " |prein| Test Name |preout| "
5174     data: "data name"
5175   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5176     data: "data conf-history"
5177   data: "vpp-mrr-results-3n-tsh"
5178   filter: "all"
5179   parameters:
5180   - "parent"
5181   - "name"
5182   - "conf-history"
5183
5184 # Test configuration - VPP MRR Test Configs 3n-dnv
5185 - type: "table"
5186   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5187   algorithm: "table_merged_details"
5188   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5189   columns:
5190   - title: " |prein| Test Name |preout| "
5191     data: "data name"
5192   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5193     data: "data conf-history"
5194   data: "vpp-mrr-results-3n-dnv"
5195   filter: "all"
5196   parameters:
5197   - "parent"
5198   - "name"
5199   - "conf-history"
5200
5201 # Test configuration - VPP MRR Test Configs 2n-dnv
5202 - type: "table"
5203   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5204   algorithm: "table_merged_details"
5205   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5206   columns:
5207   - title: " |prein| Test Name |preout| "
5208     data: "data name"
5209   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5210     data: "data conf-history"
5211   data: "vpp-mrr-results-2n-dnv"
5212   filter: "all"
5213   parameters:
5214   - "parent"
5215   - "name"
5216   - "conf-history"
5217
5218 # Detailed Test Results - VPP Device Results - Ubuntu
5219 - type: "table"
5220   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5221   algorithm: "table_merged_details"
5222   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5223   columns:
5224   - title: " |prein| Test Name |preout| "
5225     data: "data name"
5226   - title: " |prein| Status |preout| "
5227     data: "data status"
5228   data: "vpp-device-results-ubuntu"
5229   filter: "all"
5230   parameters:
5231   - "name"
5232   - "parent"
5233   - "doc"
5234   - "status"
5235
5236 # Test configuration - VPP Device Test Configs - Ubuntu
5237 - type: "table"
5238   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5239   algorithm: "table_merged_details"
5240   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5241   columns:
5242   - title: " |prein| Test Name |preout| "
5243     data: "data name"
5244   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5245     data: "data conf-history"
5246   data: "vpp-device-results-ubuntu"
5247   filter: "all"
5248   parameters:
5249   - "parent"
5250   - "name"
5251   - "conf-history"
5252
5253 ################################################################################
5254
5255 # DPDK Performance Changes 3n-hsw 1t1c pdr
5256 - type: "table"
5257   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5258   algorithm: "table_perf_comparison"
5259   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5260   history:
5261     - title: "rls1904"
5262       data: "dpdk-performance-changes-3n-hsw-h1"
5263   reference:
5264     title: "rls1908"
5265     data: "dpdk-performance-changes-3n-hsw-ref"
5266   compare:
5267     title: "rls2001"
5268     data: "dpdk-performance-changes-3n-hsw-cmp"
5269   data: "dpdk-performance-changes-3n-hsw"
5270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5271   filter: "'1T1C' and 'NDRPDR'"
5272   parameters:
5273   - "name"
5274   - "parent"
5275   - "throughput"
5276
5277 # DPDK Performance Changes 3n-hsw 2t2c pdr
5278 - type: "table"
5279   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5280   algorithm: "table_perf_comparison"
5281   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5282   history:
5283     - title: "rls1904"
5284       data: "dpdk-performance-changes-3n-hsw-h1"
5285   reference:
5286     title: "rls1908"
5287     data: "dpdk-performance-changes-3n-hsw-ref"
5288   compare:
5289     title: "rls2001"
5290     data: "dpdk-performance-changes-3n-hsw-cmp"
5291   data: "dpdk-performance-changes-3n-hsw"
5292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5293   filter: "'2T2C' and 'NDRPDR'"
5294   parameters:
5295   - "name"
5296   - "parent"
5297   - "throughput"
5298
5299 # DPDK Performance Changes 3n-hsw 1t1c ndr
5300 - type: "table"
5301   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5302   algorithm: "table_perf_comparison"
5303   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5304   history:
5305     - title: "rls1904"
5306       data: "dpdk-performance-changes-3n-hsw-h1"
5307   reference:
5308     title: "rls1908"
5309     data: "dpdk-performance-changes-3n-hsw-ref"
5310   compare:
5311     title: "rls2001"
5312     data: "dpdk-performance-changes-3n-hsw-cmp"
5313   data: "dpdk-performance-changes-3n-hsw"
5314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5315   filter: "'1T1C' and 'NDRPDR'"
5316   parameters:
5317   - "name"
5318   - "parent"
5319   - "throughput"
5320
5321 # DPDK Performance Changes 3n-hsw 2t2c ndr
5322 - type: "table"
5323   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5324   algorithm: "table_perf_comparison"
5325   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5326   history:
5327     - title: "rls1904"
5328       data: "dpdk-performance-changes-3n-hsw-h1"
5329   reference:
5330     title: "rls1908"
5331     data: "dpdk-performance-changes-3n-hsw-ref"
5332   compare:
5333     title: "rls2001"
5334     data: "dpdk-performance-changes-3n-hsw-cmp"
5335   data: "dpdk-performance-changes-3n-hsw"
5336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5337   filter: "'2T2C' and 'NDRPDR'"
5338   parameters:
5339   - "name"
5340   - "parent"
5341   - "throughput"
5342
5343 ## DPDK Performance Changes 3n-skx 2t1c pdr
5344 #- type: "table"
5345 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5346 #  algorithm: "table_perf_comparison"
5347 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5348 #  history:
5349 #    - title: "rls1904"
5350 #      data: "dpdk-performance-changes-3n-skx-h1"
5351 #  reference:
5352 #    title: "rls1908"
5353 #    data: "dpdk-performance-changes-3n-skx-ref"
5354 #  compare:
5355 #    title: "rls2001"
5356 #    data: "dpdk-performance-changes-3n-skx-cmp"
5357 #  data: "dpdk-performance-changes-3n-skx"
5358 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5359 #  filter: "'2T1C' and 'NDRPDR'"
5360 #  parameters:
5361 #  - "name"
5362 #  - "parent"
5363 #  - "throughput"
5364 #
5365 ## DPDK Performance Changes 3n-skx 4t2c pdr
5366 #- type: "table"
5367 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5368 #  algorithm: "table_perf_comparison"
5369 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5370 #  history:
5371 #    - title: "rls1904"
5372 #      data: "dpdk-performance-changes-3n-skx-h1"
5373 #  reference:
5374 #    title: "rls1908"
5375 #    data: "dpdk-performance-changes-3n-skx-ref"
5376 #  compare:
5377 #    title: "rls2001"
5378 #    data: "dpdk-performance-changes-3n-skx-cmp"
5379 #  data: "dpdk-performance-changes-3n-skx"
5380 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5381 #  filter: "'4T2C' and 'NDRPDR'"
5382 #  parameters:
5383 #  - "name"
5384 #  - "parent"
5385 #  - "throughput"
5386 #
5387 ## DPDK Performance Changes 3n-skx 2t1c ndr
5388 #- type: "table"
5389 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5390 #  algorithm: "table_perf_comparison"
5391 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5392 #  history:
5393 #    - title: "rls1904"
5394 #      data: "dpdk-performance-changes-3n-skx-h1"
5395 #  reference:
5396 #    title: "rls1908"
5397 #    data: "dpdk-performance-changes-3n-skx-ref"
5398 #  compare:
5399 #    title: "rls2001"
5400 #    data: "dpdk-performance-changes-3n-skx-cmp"
5401 #  data: "dpdk-performance-changes-3n-skx"
5402 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5403 #  filter: "'2T1C' and 'NDRPDR'"
5404 #  parameters:
5405 #  - "name"
5406 #  - "parent"
5407 #  - "throughput"
5408 #
5409 ## DPDK Performance Changes 3n-skx 4t2c ndr
5410 #- type: "table"
5411 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5412 #  algorithm: "table_perf_comparison"
5413 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5414 #  history:
5415 #    - title: "rls1904"
5416 #      data: "dpdk-performance-changes-3n-skx-h1"
5417 #  reference:
5418 #    title: "rls1908"
5419 #    data: "dpdk-performance-changes-3n-skx-ref"
5420 #  compare:
5421 #    title: "rls2001"
5422 #    data: "dpdk-performance-changes-3n-skx-cmp"
5423 #  data: "dpdk-performance-changes-3n-skx"
5424 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5425 #  filter: "'4T2C' and 'NDRPDR'"
5426 #  parameters:
5427 #  - "name"
5428 #  - "parent"
5429 #  - "throughput"
5430 #
5431 ## DPDK Performance Changes 2n-skx 2t1c pdr
5432 #- type: "table"
5433 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5434 #  algorithm: "table_perf_comparison"
5435 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5436 #  history:
5437 #    - title: "rls1904"
5438 #      data: "dpdk-performance-changes-2n-skx-h1"
5439 #  reference:
5440 #    title: "rls1908"
5441 #    data: "dpdk-performance-changes-2n-skx-ref"
5442 #  compare:
5443 #    title: "rls2001"
5444 #    data: "dpdk-performance-changes-2n-skx-cmp"
5445 #  data: "dpdk-performance-changes-2n-skx"
5446 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5447 #  filter: "'2T1C' and 'NDRPDR'"
5448 #  parameters:
5449 #  - "name"
5450 #  - "parent"
5451 #  - "throughput"
5452 #
5453 ## DPDK Performance Changes 2n-skx 4t2c pdr
5454 #- type: "table"
5455 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5456 #  algorithm: "table_perf_comparison"
5457 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5458 #  history:
5459 #    - title: "rls1904"
5460 #      data: "dpdk-performance-changes-2n-skx-h1"
5461 #  reference:
5462 #    title: "rls1908"
5463 #    data: "dpdk-performance-changes-2n-skx-ref"
5464 #  compare:
5465 #    title: "rls2001"
5466 #    data: "dpdk-performance-changes-2n-skx-cmp"
5467 #  data: "dpdk-performance-changes-2n-skx"
5468 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5469 #  filter: "'4T2C' and 'NDRPDR'"
5470 #  parameters:
5471 #  - "name"
5472 #  - "parent"
5473 #  - "throughput"
5474 #
5475 ## DPDK Performance Changes 2n-skx 2t1c ndr
5476 #- type: "table"
5477 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5478 #  algorithm: "table_perf_comparison"
5479 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5480 #  history:
5481 #    - title: "rls1904"
5482 #      data: "dpdk-performance-changes-2n-skx-h1"
5483 #  reference:
5484 #    title: "rls1908"
5485 #    data: "dpdk-performance-changes-2n-skx-ref"
5486 #  compare:
5487 #    title: "rls2001"
5488 #    data: "dpdk-performance-changes-2n-skx-cmp"
5489 #  data: "dpdk-performance-changes-2n-skx"
5490 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5491 #  filter: "'2T1C' and 'NDRPDR'"
5492 #  parameters:
5493 #  - "name"
5494 #  - "parent"
5495 #  - "throughput"
5496 #
5497 ## DPDK Performance Changes 2n-skx 4t2c ndr
5498 #- type: "table"
5499 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5500 #  algorithm: "table_perf_comparison"
5501 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5502 #  history:
5503 #    - title: "rls1904"
5504 #      data: "dpdk-performance-changes-2n-skx-h1"
5505 #  reference:
5506 #    title: "rls1908"
5507 #    data: "dpdk-performance-changes-2n-skx-ref"
5508 #  compare:
5509 #    title: "rls2001"
5510 #    data: "dpdk-performance-changes-2n-skx-cmp"
5511 #  data: "dpdk-performance-changes-2n-skx"
5512 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5513 #  filter: "'4T2C' and 'NDRPDR'"
5514 #  parameters:
5515 #  - "name"
5516 #  - "parent"
5517 #  - "throughput"
5518 #
5519 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5520 #- type: "table"
5521 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5522 #  algorithm: "table_perf_comparison"
5523 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5524 #  reference:
5525 #    title: "3-Node Hsw"
5526 #    data: "dpdk-compare-testbeds-ref"
5527 #  compare:
5528 #    title: "3-Node Skx"
5529 #    data: "dpdk-compare-testbeds-cmp"
5530 #  data: "dpdk-compare-testbeds"
5531 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5532 #  filter: "'NIC_Intel-X710'"
5533 #  parameters:
5534 #  - "name"
5535 #  - "parent"
5536 #  - "throughput"
5537 #
5538 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5539 #- type: "table"
5540 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5541 #  algorithm: "table_perf_comparison"
5542 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5543 #  reference:
5544 #    title: "3-Node Hsw"
5545 #    data: "dpdk-compare-testbeds-ref"
5546 #  compare:
5547 #    title: "3-Node Skx"
5548 #    data: "dpdk-compare-testbeds-cmp"
5549 #  data: "dpdk-compare-testbeds"
5550 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5551 #  filter: "'NIC_Intel-X710'"
5552 #  parameters:
5553 #  - "name"
5554 #  - "parent"
5555 #  - "throughput"
5556 #
5557 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5558 #- type: "table"
5559 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5560 #  algorithm: "table_perf_comparison"
5561 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5562 #  reference:
5563 #    title: "2-Node Skx"
5564 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5565 #  compare:
5566 #    title: "2-Node Clx"
5567 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5568 #  data: "dpdk-compare-testbeds-skx-clx"
5569 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5570 #  filter: "all"
5571 #  parameters:
5572 #  - "name"
5573 #  - "parent"
5574 #  - "throughput"
5575 #
5576 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5577 #- type: "table"
5578 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5579 #  algorithm: "table_perf_comparison"
5580 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5581 #  reference:
5582 #    title: "2-Node Skx"
5583 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5584 #  compare:
5585 #    title: "2-Node Clx"
5586 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5587 #  data: "dpdk-compare-testbeds-skx-clx"
5588 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5589 #  filter: "all"
5590 #  parameters:
5591 #  - "name"
5592 #  - "parent"
5593 #  - "throughput"
5594 #
5595 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5596 #- type: "table"
5597 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5598 #  algorithm: "table_perf_comparison"
5599 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5600 #  reference:
5601 #    title: "3-Node Skx"
5602 #    data: "dpdk-compare-topologies-ref"
5603 #  compare:
5604 #    title: "2-Node Skx"
5605 #    data: "dpdk-compare-topologies-cmp"
5606 #  data: "dpdk-compare-topologies"
5607 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5608 #  filter: "all"
5609 #  parameters:
5610 #  - "name"
5611 #  - "parent"
5612 #  - "throughput"
5613 #
5614 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5615 #- type: "table"
5616 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5617 #  algorithm: "table_perf_comparison"
5618 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5619 #  reference:
5620 #    title: "3-Node Skx"
5621 #    data: "dpdk-compare-topologies-ref"
5622 #  compare:
5623 #    title: "2-Node Skx"
5624 #    data: "dpdk-compare-topologies-cmp"
5625 #  data: "dpdk-compare-topologies"
5626 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5627 #  filter: "all"
5628 #  parameters:
5629 #  - "name"
5630 #  - "parent"
5631 #  - "throughput"
5632
5633 # Detailed Test Results - DPDK Performance Results 3n-hsw
5634 - type: "table"
5635   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5636   algorithm: "table_merged_details"
5637   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5638   columns:
5639   - title: " |prein| Test Name |preout| "
5640     data: "data name"
5641   - 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| "
5642     data: "data msg"
5643   data: "dpdk-perf-results-3n-hsw"
5644   filter: "all"
5645   parameters:
5646   - "name"
5647   - "parent"
5648   - "msg"
5649
5650 ## Detailed Test Results - DPDK Performance Results 3n-skx
5651 #- type: "table"
5652 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5653 #  algorithm: "table_merged_details"
5654 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5655 #  columns:
5656 #  - title: " |prein| Test Name |preout| "
5657 #    data: "data name"
5658 #  - 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| "
5659 #    data: "data msg"
5660 #  data: "dpdk-perf-results-3n-skx"
5661 #  filter: "all"
5662 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5663 #  parameters:
5664 #  - "name"
5665 #  - "parent"
5666 #  - "msg"
5667 #
5668 ## Detailed Test Results - DPDK Performance Results 2n-skx
5669 #- type: "table"
5670 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5671 #  algorithm: "table_merged_details"
5672 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5673 #  columns:
5674 #  - title: " |prein| Test Name |preout| "
5675 #    data: "data name"
5676 #  - 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| "
5677 #    data: "data msg"
5678 #  data: "dpdk-perf-results-2n-skx"
5679 #  filter: "all"
5680 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5681 #  parameters:
5682 #  - "name"
5683 #  - "parent"
5684 #  - "msg"
5685
5686 # Detailed Test Results - DPDK Performance Results 2n-clx
5687 - type: "table"
5688   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5689   algorithm: "table_merged_details"
5690   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5691   columns:
5692   - title: " |prein| Test Name |preout| "
5693     data: "data name"
5694   - 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| "
5695     data: "data msg"
5696   data: "dpdk-perf-results-2n-clx"
5697   filter: "all"
5698   parameters:
5699   - "name"
5700   - "parent"
5701   - "msg"
5702
5703 # Detailed Test Results - DPDK Performance Results 2n-dnv
5704 - type: "table"
5705   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5706   algorithm: "table_merged_details"
5707   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5708   columns:
5709   - title: " |prein| Test Name |preout| "
5710     data: "data name"
5711   - 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| "
5712     data: "data msg"
5713   data: "dpdk-perf-results-2n-dnv"
5714   filter: "all"
5715   parameters:
5716   - "name"
5717   - "parent"
5718   - "msg"
5719
5720 # Detailed Test Results - DPDK Performance Results 3n-dnv
5721 - type: "table"
5722   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5723   algorithm: "table_merged_details"
5724   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5725   columns:
5726   - title: " |prein| Test Name |preout| "
5727     data: "data name"
5728   - 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| "
5729     data: "data msg"
5730   data: "dpdk-perf-results-3n-dnv"
5731   filter: "all"
5732   parameters:
5733   - "name"
5734   - "parent"
5735   - "msg"
5736
5737 # Detailed Test Results - DPDK Performance Results 3n-tsh
5738 - type: "table"
5739   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5740   algorithm: "table_merged_details"
5741   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5742   columns:
5743   - title: " |prein| Test Name |preout| "
5744     data: "data name"
5745   - 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| "
5746     data: "data msg"
5747   data: "dpdk-perf-results-3n-tsh"
5748   filter: "all"
5749   parameters:
5750   - "name"
5751   - "parent"
5752   - "msg"
5753
5754 ################################################################################
5755 ###                                F I L E S                                 ###
5756 ################################################################################
5757
5758 # VPP Performance Results
5759 - type: "file"
5760   title: "VPP Performance Results"
5761   algorithm: "file_details_split"
5762   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5763   dir-tables:
5764     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5765     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5766     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5767     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5768     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5769     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5770     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5771   data:
5772     - "vpp-perf-results-2n-skx"
5773     - "vpp-perf-results-3n-skx"
5774     - "vpp-perf-results-2n-clx"
5775     - "vpp-perf-results-3n-hsw"
5776     - "vpp-perf-results-3n-tsh"
5777     - "vpp-perf-results-2n-dnv"
5778     - "vpp-perf-results-3n-dnv"
5779   filter: "all"
5780   data-start-level: 4
5781   order-chapters:
5782     level-1:
5783       - "l2"
5784       - "ip4"
5785       - "ip6"
5786       - "srv6"
5787       - "ip4_tunnels"
5788       - "ip6_tunnels"
5789       - "vm_vhost"
5790       - "container_memif"
5791       - "crypto"
5792       - "vts"
5793       - "lb"
5794       - "nfv_density"
5795       - "hoststack"
5796     level-2:
5797       - "2n-skx"
5798       - "3n-skx"
5799       - "2n-clx"
5800       - "3n-hsw"
5801       - "3n-tsh"
5802       - "2n-dnv"
5803       - "3n-dnv"
5804     level-3:
5805       - "xl710"
5806       - "x520"
5807       - "xxv710"
5808       - "x710"
5809       - "x553"
5810       - "cx556a"
5811       - "vic1227"
5812       - "vic1385"
5813
5814 # VPP Performance Configuration
5815 - type: "file"
5816   title: "VPP Performance Configuration"
5817   algorithm: "file_details_split"
5818   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5819   dir-tables:
5820     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5821     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5822     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5823     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5824     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5825     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5826     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5827   data:
5828     - "vpp-perf-results-2n-skx"
5829     - "vpp-perf-results-3n-skx"
5830     - "vpp-perf-results-2n-clx"
5831     - "vpp-perf-results-3n-hsw"
5832     - "vpp-perf-results-3n-tsh"
5833     - "vpp-perf-results-2n-dnv"
5834     - "vpp-perf-results-3n-dnv"
5835   filter: "all"
5836   data-start-level: 4
5837   order-chapters:
5838     level-1:
5839       - "l2"
5840       - "ip4"
5841       - "ip6"
5842       - "srv6"
5843       - "ip4_tunnels"
5844       - "ip6_tunnels"
5845       - "vm_vhost"
5846       - "container_memif"
5847       - "crypto"
5848       - "vts"
5849       - "lb"
5850       - "nfv_density"
5851       - "hoststack"
5852     level-2:
5853       - "2n-skx"
5854       - "3n-skx"
5855       - "2n-clx"
5856       - "3n-hsw"
5857       - "3n-tsh"
5858       - "2n-dnv"
5859       - "3n-dnv"
5860     level-3:
5861       - "xl710"
5862       - "x520"
5863       - "xxv710"
5864       - "x710"
5865       - "x553"
5866       - "cx556a"
5867       - "vic1227"
5868       - "vic1385"
5869
5870 # VPP Performance Operational
5871 - type: "file"
5872   title: "VPP Performance Operational"
5873   algorithm: "file_details_split_html"
5874   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5875   dir-tables:
5876     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5877     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5878     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5879     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5880     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5881     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5882     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5883   data:
5884     - "vpp-perf-results-2n-skx"
5885     - "vpp-perf-results-3n-skx"
5886     - "vpp-perf-results-2n-clx"
5887     - "vpp-perf-results-3n-hsw"
5888     - "vpp-perf-results-3n-tsh"
5889     - "vpp-perf-results-2n-dnv"
5890     - "vpp-perf-results-3n-dnv"
5891   filter: "all"
5892   data-start-level: 4
5893   order-chapters:
5894     level-1:
5895       - "l2"
5896       - "ip4"
5897       - "ip6"
5898       - "srv6"
5899       - "ip4_tunnels"
5900       - "ip6_tunnels"
5901       - "vm_vhost"
5902       - "container_memif"
5903       - "crypto"
5904       - "vts"
5905       - "lb"
5906       - "nfv_density"
5907       - "hoststack"
5908     level-2:
5909       - "2n-skx"
5910       - "3n-skx"
5911       - "2n-clx"
5912       - "3n-hsw"
5913       - "3n-tsh"
5914       - "2n-dnv"
5915       - "3n-dnv"
5916     level-3:
5917       - "xl710"
5918       - "x520"
5919       - "xxv710"
5920       - "x710"
5921       - "x553"
5922       - "cx556a"
5923       - "vic1227"
5924       - "vic1385"
5925
5926 # VPP MRR Results
5927 - type: "file"
5928   title: "VPP MRR Results"
5929   algorithm: "file_details_split"
5930   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5931   dir-tables:
5932 #    - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5933     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5934     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5935     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5936     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5937     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5938     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5939   data:
5940 #    - "vpp-mrr-results-2n-skx"
5941     - "vpp-mrr-results-3n-skx"
5942     - "vpp-mrr-results-2n-clx"
5943     - "vpp-mrr-results-3n-hsw"
5944     - "vpp-mrr-results-3n-tsh"
5945     - "vpp-mrr-results-2n-dnv"
5946     - "vpp-mrr-results-3n-dnv"
5947   filter: "all"
5948   data-start-level: 4
5949   order-chapters:
5950     level-1:
5951       - "l2"
5952       - "ip4"
5953       - "ip6"
5954       - "srv6"
5955       - "ip4_tunnels"
5956       - "ip6_tunnels"
5957       - "vm_vhost"
5958       - "container_memif"
5959       - "crypto"
5960       - "vts"
5961       - "lb"
5962       - "nfv_density"
5963       - "hoststack"
5964     level-2:
5965       - "2n-skx"
5966       - "3n-skx"
5967       - "2n-clx"
5968       - "3n-hsw"
5969       - "3n-tsh"
5970       - "2n-dnv"
5971       - "3n-dnv"
5972     level-3:
5973       - "xl710"
5974       - "x520"
5975       - "xxv710"
5976       - "x710"
5977       - "x553"
5978       - "cx556a"
5979       - "vic1227"
5980       - "vic1385"
5981
5982 # VPP MRR Configuration
5983 - type: "file"
5984   title: "VPP MRR Configuration"
5985   algorithm: "file_details_split"
5986   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5987   dir-tables:
5988 #    - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5989     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5990     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5991     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5992     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5993     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5994     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5995   data:
5996 #    - "vpp-mrr-results-2n-skx"
5997     - "vpp-mrr-results-3n-skx"
5998     - "vpp-mrr-results-2n-clx"
5999     - "vpp-mrr-results-3n-hsw"
6000     - "vpp-mrr-results-3n-tsh"
6001     - "vpp-mrr-results-2n-dnv"
6002     - "vpp-mrr-results-3n-dnv"
6003   filter: "all"
6004   data-start-level: 4
6005   order-chapters:
6006     level-1:
6007       - "l2"
6008       - "ip4"
6009       - "ip6"
6010       - "srv6"
6011       - "ip4_tunnels"
6012       - "ip6_tunnels"
6013       - "vm_vhost"
6014       - "container_memif"
6015       - "crypto"
6016       - "vts"
6017       - "lb"
6018       - "nfv_density"
6019       - "hoststack"
6020     level-2:
6021       - "2n-skx"
6022       - "3n-skx"
6023       - "2n-clx"
6024       - "3n-hsw"
6025       - "3n-tsh"
6026       - "2n-dnv"
6027       - "3n-dnv"
6028     level-3:
6029       - "xl710"
6030       - "x520"
6031       - "xxv710"
6032       - "x710"
6033       - "x553"
6034       - "cx556a"
6035       - "vic1227"
6036       - "vic1385"
6037
6038 # VPP Device Results - Ubuntu
6039 - type: "file"
6040   title: "VPP Device Results - Ubuntu"
6041   algorithm: "file_test_results"
6042   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6043   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6044   data: "vpp-device-results-ubuntu"
6045   filter: "all"
6046   data-start-level: 4
6047
6048 # VPP Device Configuration - Ubuntu
6049 - type: "file"
6050   title: "VPP Device Configuration - Ubuntu"
6051   algorithm: "file_test_results"
6052   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6053   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6054   data: "vpp-device-results-ubuntu"
6055   filter: "all"
6056   data-start-level: 4
6057
6058 # DPDK Performance Results 3n-hsw
6059 - type: "file"
6060   title: "DPDK Performance Results 3n-hsw"
6061   algorithm: "file_test_results"
6062   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6063   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6064   data: "dpdk-perf-results-3n-hsw"
6065   filter: "all"
6066   data-start-level: 4
6067
6068 ## DPDK Performance Results 3n-skx
6069 #- type: "file"
6070 #  title: "DPDK Performance Results 3n-skx"
6071 #  algorithm: "file_test_results"
6072 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6073 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6074 #  data: "dpdk-perf-results-3n-skx"
6075 #  filter: "all"
6076 #  data-start-level: 4
6077 #
6078 ## DPDK Performance Results 2n-skx
6079 #- type: "file"
6080 #  title: "DPDK Performance Results 2n-skx"
6081 #  algorithm: "file_test_results"
6082 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6083 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6084 #  data: "dpdk-perf-results-2n-skx"
6085 #  filter: "all"
6086 #  data-start-level: 4
6087
6088 # DPDK Performance Results 2n-clx
6089 - type: "file"
6090   title: "DPDK Performance Results 2n-clx"
6091   algorithm: "file_test_results"
6092   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6093   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6094   data: "dpdk-perf-results-2n-clx"
6095   filter: "all"
6096   data-start-level: 4
6097
6098 # DPDK Performance Results 2n-dnv
6099 - type: "file"
6100   title: "DPDK Performance Results 2n-dnv"
6101   algorithm: "file_test_results"
6102   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6103   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6104   data: "dpdk-perf-results-2n-dnv"
6105   filter: "all"
6106   data-start-level: 4
6107
6108 # DPDK Performance Results 3n-dnv
6109 - type: "file"
6110   title: "DPDK Performance Results 3n-dnv"
6111   algorithm: "file_test_results"
6112   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6113   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6114   data: "dpdk-perf-results-3n-dnv"
6115   filter: "all"
6116   data-start-level: 4
6117
6118 # DPDK Performance Results 3n-tsh
6119 - type: "file"
6120   title: "DPDK Performance Results 3n-tsh"
6121   algorithm: "file_test_results"
6122   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6123   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6124   data: "dpdk-perf-results-3n-tsh"
6125   filter: "all"
6126   data-start-level: 4
6127
6128 ################################################################################
6129 ###                                P L O T S                                 ###
6130 ################################################################################
6131
6132 # Hoststack tests 3n-hsw
6133
6134 - type: "plot"
6135   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6136   algorithm: "plot_perf_box_name"
6137   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6138   data: "plot-vpp-hoststack-3n-hsw"
6139   include:
6140     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6141     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6142   layout:
6143     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6144     layout: "plot-hoststack"
6145
6146 - type: "plot"
6147   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6148   algorithm: "plot_perf_box_name"
6149   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6150   data: "plot-vpp-hoststack-3n-hsw"
6151   include:
6152     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6153     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6154   layout:
6155     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6156     layout: "plot-hoststack"
6157
6158 - type: "plot"
6159   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6160   algorithm: "plot_perf_box_name"
6161   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6162   data: "plot-vpp-hoststack-3n-hsw"
6163   include:
6164     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6165     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6166     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6167     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6168   layout:
6169     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6170     layout: "plot-hoststack"
6171
6172 # Plots VPP HTTP Server Performance
6173 - type: "plot"
6174   title: "VPP HTTP Server Performance"
6175   algorithm: "plot_http_server_perf_box"
6176   output-file-type: ".html"
6177   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6178   data:
6179     "plot-vpp-http-server-performance"
6180   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6181   parameters:
6182   - "result"
6183   - "name"
6184   traces:
6185     hoverinfo: "y+name"
6186     boxpoints: "outliers"
6187     whiskerwidth: 0
6188   layout:
6189     title: "VPP HTTP Server Performance"
6190     layout:
6191       "plot-cps"
6192
6193 - type: "plot"
6194   title: "VPP HTTP Server Performance"
6195   algorithm: "plot_http_server_perf_box"
6196   output-file-type: ".html"
6197   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6198   data:
6199     "plot-vpp-http-server-performance"
6200   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6201   parameters:
6202   - "result"
6203   - "name"
6204   traces:
6205     hoverinfo: "y+name"
6206     boxpoints: "outliers"
6207     whiskerwidth: 0
6208   layout:
6209     title: "VPP HTTP Server Performance"
6210     layout:
6211       "plot-rps"
6212
6213 ################################################################################
6214
6215 # Soak Test (PLRsearch), boxes - 2n-clx
6216 - type: "plot"
6217   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6218   algorithm: "plot_perf_box_name"
6219   output-file-type: ".html"
6220   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6221   data: "plot-vpp-soak-2n-clx"
6222   include:
6223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6229   layout:
6230     title: "30 Minutes Soak Test (PLRsearch)"
6231     layout: "plot-soak-throughput"
6232
6233 # Soak Test (PLRsearch), boxes - 2n-clx
6234 - type: "plot"
6235   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6236   algorithm: "plot_perf_box_name"
6237   output-file-type: ".html"
6238   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6239   data: "plot-vpp-soak-2n-clx"
6240   include:
6241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6243     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6244     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6246     - "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"
6247   layout:
6248     title: "30 Minutes Soak Test (PLRsearch)"
6249     layout: "plot-soak-throughput"
6250
6251 ###############################################################################
6252
6253 # Reconf tests 2n-skx
6254
6255 #- type: "plot"
6256 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6257 #  algorithm: "plot_nf_reconf_box_name"
6258 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6259 #  data: "plot-vpp-nfv-reconf-2n-skx"
6260 #  include:
6261 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6262 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6263 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6264 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6265 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6266 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6267 #  layout:
6268 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6269 #    layout: "plot-throughput"
6270 #
6271 #- type: "plot"
6272 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6273 #  algorithm: "plot_nf_reconf_box_name"
6274 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6275 #  data: "plot-vpp-nfv-reconf-2n-skx"
6276 #  include:
6277 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6278 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6279 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6280 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6281 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6282 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6283 #  layout:
6284 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6285 #    layout: "plot-throughput"
6286 #
6287 #- type: "plot"
6288 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6289 #  algorithm: "plot_nf_reconf_box_name"
6290 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6291 #  data: "plot-vpp-nfv-reconf-2n-skx"
6292 #  include:
6293 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6294 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6295 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6296 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6297 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6298 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6299 #  layout:
6300 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6301 #    layout: "plot-throughput"
6302
6303 ###############################################################################
6304
6305 # Reconf tests 2n-clx
6306
6307 - type: "plot"
6308   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6309   algorithm: "plot_nf_reconf_box_name"
6310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6311   data: "plot-vpp-nfv-reconf-2n-clx"
6312   include:
6313     - "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"
6314     - "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"
6315     - "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"
6316     - "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"
6317   layout:
6318     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6319     layout: "plot-throughput"
6320
6321 - type: "plot"
6322   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6323   algorithm: "plot_nf_reconf_box_name"
6324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6325   data: "plot-vpp-nfv-reconf-2n-clx"
6326   include:
6327     - "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"
6328     - "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"
6329     - "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"
6330     - "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"
6331   layout:
6332     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6333     layout: "plot-throughput"
6334
6335 - type: "plot"
6336   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6337   algorithm: "plot_nf_reconf_box_name"
6338   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6339   data: "plot-vpp-nfv-reconf-2n-clx"
6340   include:
6341     - "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"
6342     - "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"
6343     - "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"
6344     - "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"
6345   layout:
6346     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6347     layout: "plot-throughput"
6348
6349 ################################################################################
6350 ## Plots - NF Density - VSC - MRR 64b
6351 #- type: "plot"
6352 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6353 #  algorithm: "plot_nf_heatmap"
6354 #  output-file-type: ".html"
6355 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6356 #  data: "plot-vpp-nfv-2n-skx-mrr"
6357 #  filter: "'NIC_Intel-XXV710' and
6358 #           'NF_DENSITY' and
6359 #           'VHOST' and
6360 #           not 'VXLAN' and
6361 #           'CHAIN' and
6362 #           'NF_VPPIP4' and
6363 #           '64B' and
6364 #           '2T1C' and
6365 #           'MRR'"
6366 #  parameters:
6367 #  - "result"
6368 #  - "name"
6369 #  - "tags"
6370 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6371 #  x-axis: "X = VNFs per Service Chain"
6372 #  y-axis: "Y = Number of Service Chains"
6373 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6374 #  layout:
6375 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6376 #    layout: "plot-service-density"
6377 #
6378 #- type: "plot"
6379 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6380 #  algorithm: "plot_nf_heatmap"
6381 #  output-file-type: ".html"
6382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6383 #  data: "plot-vpp-nfv-2n-skx-mrr"
6384 #  filter: "'NIC_Intel-XXV710' and
6385 #           'NF_DENSITY' and
6386 #           'VHOST' and
6387 #           not 'VXLAN' and
6388 #           'CHAIN' and
6389 #           'NF_VPPIP4' and
6390 #           '64B' and
6391 #           '4T2C' and
6392 #           'MRR'"
6393 #  parameters:
6394 #  - "result"
6395 #  - "name"
6396 #  - "tags"
6397 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6398 #  x-axis: "X = VNFs per Service Chain"
6399 #  y-axis: "Y = Number of Service Chains"
6400 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6401 #  layout:
6402 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6403 #    layout: "plot-service-density"
6404 #
6405 #- type: "plot"
6406 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6407 #  algorithm: "plot_nf_heatmap"
6408 #  output-file-type: ".html"
6409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6410 #  data: "plot-vpp-nfv-2n-skx-mrr"
6411 #  filter: "'NIC_Intel-XXV710' and
6412 #           'NF_DENSITY' and
6413 #           'VHOST' and
6414 #           not 'VXLAN' and
6415 #           'CHAIN' and
6416 #           'NF_VPPIP4' and
6417 #           '64B' and
6418 #           '8T4C' and
6419 #           'MRR'"
6420 #  parameters:
6421 #  - "result"
6422 #  - "name"
6423 #  - "tags"
6424 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6425 #  x-axis: "X = VNFs per Service Chain"
6426 #  y-axis: "Y = Number of Service Chains"
6427 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6428 #  layout:
6429 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6430 #    layout: "plot-service-density"
6431 #
6432 ## Plots - NF Density - VSC - MRR IMIX
6433 #- type: "plot"
6434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6435 #  algorithm: "plot_nf_heatmap"
6436 #  output-file-type: ".html"
6437 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6438 #  data: "plot-vpp-nfv-2n-skx-mrr"
6439 #  filter: "'NIC_Intel-XXV710' and
6440 #           'NF_DENSITY' and
6441 #           'VHOST' and
6442 #           not 'VXLAN' and
6443 #           'CHAIN' and
6444 #           'NF_VPPIP4' and
6445 #           'IMIX' and
6446 #           '2T1C' and
6447 #           'MRR'"
6448 #  parameters:
6449 #  - "result"
6450 #  - "name"
6451 #  - "tags"
6452 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6453 #  x-axis: "X = VNFs per Service Chain"
6454 #  y-axis: "Y = Number of Service Chains"
6455 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6456 #  layout:
6457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6458 #    layout: "plot-service-density"
6459 #
6460 #- type: "plot"
6461 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6462 #  algorithm: "plot_nf_heatmap"
6463 #  output-file-type: ".html"
6464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6465 #  data: "plot-vpp-nfv-2n-skx-mrr"
6466 #  filter: "'NIC_Intel-XXV710' and
6467 #           'NF_DENSITY' and
6468 #           'VHOST' and
6469 #           not 'VXLAN' and
6470 #           'CHAIN' and
6471 #           'NF_VPPIP4' and
6472 #           'IMIX' and
6473 #           '4T2C' and
6474 #           'MRR'"
6475 #  parameters:
6476 #  - "result"
6477 #  - "name"
6478 #  - "tags"
6479 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6480 #  x-axis: "X = VNFs per Service Chain"
6481 #  y-axis: "Y = Number of Service Chains"
6482 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6483 #  layout:
6484 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6485 #    layout: "plot-service-density"
6486 #
6487 #- type: "plot"
6488 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6489 #  algorithm: "plot_nf_heatmap"
6490 #  output-file-type: ".html"
6491 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6492 #  data: "plot-vpp-nfv-2n-skx-mrr"
6493 #  filter: "'NIC_Intel-XXV710' and
6494 #           'NF_DENSITY' and
6495 #           'VHOST' and
6496 #           not 'VXLAN' and
6497 #           'CHAIN' and
6498 #           'NF_VPPIP4' and
6499 #           'IMIX' and
6500 #           '8T4C' and
6501 #           'MRR'"
6502 #  parameters:
6503 #  - "result"
6504 #  - "name"
6505 #  - "tags"
6506 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6507 #  x-axis: "X = VNFs per Service Chain"
6508 #  y-axis: "Y = Number of Service Chains"
6509 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6510 #  layout:
6511 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6512 #    layout: "plot-service-density"
6513 #
6514 ## Plots - NF Density - VSC - NDR 64b
6515 #- type: "plot"
6516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6517 #  algorithm: "plot_nf_heatmap"
6518 #  output-file-type: ".html"
6519 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6520 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6521 #  filter: "'NIC_Intel-XXV710' and
6522 #           'NF_DENSITY' and
6523 #           'VHOST' and
6524 #           not 'VXLAN' and
6525 #           'CHAIN' and
6526 #           'NF_VPPIP4' and
6527 #           '64B' and
6528 #           '2T1C' and
6529 #           'NDRPDR'"
6530 #  parameters:
6531 #  - "throughput"
6532 #  - "name"
6533 #  - "tags"
6534 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6535 #  x-axis: "X = VNFs per Service Chain"
6536 #  y-axis: "Y = Number of Service Chains"
6537 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6538 #  layout:
6539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6540 #    layout: "plot-service-density"
6541 #
6542 #- type: "plot"
6543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6544 #  algorithm: "plot_nf_heatmap"
6545 #  output-file-type: ".html"
6546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6547 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6548 #  filter: "'NIC_Intel-XXV710' and
6549 #           'NF_DENSITY' and
6550 #           'VHOST' and
6551 #           not 'VXLAN' and
6552 #           'CHAIN' and
6553 #           'NF_VPPIP4' and
6554 #           '64B' and
6555 #           '4T2C' and
6556 #           'NDRPDR'"
6557 #  parameters:
6558 #  - "throughput"
6559 #  - "name"
6560 #  - "tags"
6561 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6562 #  x-axis: "X = VNFs per Service Chain"
6563 #  y-axis: "Y = Number of Service Chains"
6564 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6565 #  layout:
6566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6567 #    layout: "plot-service-density"
6568 #
6569 #- type: "plot"
6570 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6571 #  algorithm: "plot_nf_heatmap"
6572 #  output-file-type: ".html"
6573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6574 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6575 #  filter: "'NIC_Intel-XXV710' and
6576 #           'NF_DENSITY' and
6577 #           'VHOST' and
6578 #           not 'VXLAN' and
6579 #           'CHAIN' and
6580 #           'NF_VPPIP4' and
6581 #           '64B' and
6582 #           '8T4C' and
6583 #           'NDRPDR'"
6584 #  parameters:
6585 #  - "throughput"
6586 #  - "name"
6587 #  - "tags"
6588 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6589 #  x-axis: "X = VNFs per Service Chain"
6590 #  y-axis: "Y = Number of Service Chains"
6591 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6592 #  layout:
6593 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6594 #    layout: "plot-service-density"
6595 #
6596 ## Plots - NF Density - VSC - NDR IMIX
6597 #- type: "plot"
6598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6599 #  algorithm: "plot_nf_heatmap"
6600 #  output-file-type: ".html"
6601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6602 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6603 #  filter: "'NIC_Intel-XXV710' and
6604 #           'NF_DENSITY' and
6605 #           'VHOST' and
6606 #           not 'VXLAN' and
6607 #           'CHAIN' and
6608 #           'NF_VPPIP4' and
6609 #           'IMIX' and
6610 #           '2T1C' and
6611 #           'NDRPDR'"
6612 #  parameters:
6613 #  - "throughput"
6614 #  - "name"
6615 #  - "tags"
6616 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6617 #  x-axis: "X = VNFs per Service Chain"
6618 #  y-axis: "Y = Number of Service Chains"
6619 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6620 #  layout:
6621 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6622 #    layout: "plot-service-density"
6623 #
6624 #- type: "plot"
6625 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6626 #  algorithm: "plot_nf_heatmap"
6627 #  output-file-type: ".html"
6628 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6629 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6630 #  filter: "'NIC_Intel-XXV710' and
6631 #           'NF_DENSITY' and
6632 #           'VHOST' and
6633 #           not 'VXLAN' and
6634 #           'CHAIN' and
6635 #           'NF_VPPIP4' and
6636 #           'IMIX' and
6637 #           '4T2C' and
6638 #           'NDRPDR'"
6639 #  parameters:
6640 #  - "throughput"
6641 #  - "name"
6642 #  - "tags"
6643 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6644 #  x-axis: "X = VNFs per Service Chain"
6645 #  y-axis: "Y = Number of Service Chains"
6646 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6647 #  layout:
6648 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6649 #    layout: "plot-service-density"
6650 #
6651 #- type: "plot"
6652 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6653 #  algorithm: "plot_nf_heatmap"
6654 #  output-file-type: ".html"
6655 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6656 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6657 #  filter: "'NIC_Intel-XXV710' and
6658 #           'NF_DENSITY' and
6659 #           'VHOST' and
6660 #           not 'VXLAN' and
6661 #           'CHAIN' and
6662 #           'NF_VPPIP4' and
6663 #           'IMIX' and
6664 #           '8T4C' and
6665 #           'NDRPDR'"
6666 #  parameters:
6667 #  - "throughput"
6668 #  - "name"
6669 #  - "tags"
6670 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6671 #  x-axis: "X = VNFs per Service Chain"
6672 #  y-axis: "Y = Number of Service Chains"
6673 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6674 #  layout:
6675 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6676 #    layout: "plot-service-density"
6677 #
6678 ## Plots - NF Density - VSC - PDR 64b
6679 #- type: "plot"
6680 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6681 #  algorithm: "plot_nf_heatmap"
6682 #  output-file-type: ".html"
6683 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6684 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6685 #  filter: "'NIC_Intel-XXV710' and
6686 #           'NF_DENSITY' and
6687 #           'VHOST' and
6688 #           not 'VXLAN' and
6689 #           'CHAIN' and
6690 #           'NF_VPPIP4' and
6691 #           '64B' and
6692 #           '2T1C' and
6693 #           'NDRPDR'"
6694 #  parameters:
6695 #  - "throughput"
6696 #  - "name"
6697 #  - "tags"
6698 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6699 #  x-axis: "X = VNFs per Service Chain"
6700 #  y-axis: "Y = Number of Service Chains"
6701 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6702 #  layout:
6703 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6704 #    layout: "plot-service-density"
6705 #
6706 #- type: "plot"
6707 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6708 #  algorithm: "plot_nf_heatmap"
6709 #  output-file-type: ".html"
6710 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6711 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6712 #  filter: "'NIC_Intel-XXV710' and
6713 #           'NF_DENSITY' and
6714 #           'VHOST' and
6715 #           not 'VXLAN' and
6716 #           'CHAIN' and
6717 #           'NF_VPPIP4' and
6718 #           '64B' and
6719 #           '4T2C' and
6720 #           'NDRPDR'"
6721 #  parameters:
6722 #  - "throughput"
6723 #  - "name"
6724 #  - "tags"
6725 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6726 #  x-axis: "X = VNFs per Service Chain"
6727 #  y-axis: "Y = Number of Service Chains"
6728 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6729 #  layout:
6730 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6731 #    layout: "plot-service-density"
6732 #
6733 #- type: "plot"
6734 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6735 #  algorithm: "plot_nf_heatmap"
6736 #  output-file-type: ".html"
6737 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6738 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6739 #  filter: "'NIC_Intel-XXV710' and
6740 #           'NF_DENSITY' and
6741 #           'VHOST' and
6742 #           not 'VXLAN' and
6743 #           'CHAIN' and
6744 #           'NF_VPPIP4' and
6745 #           '64B' and
6746 #           '8T4C' and
6747 #           'NDRPDR'"
6748 #  parameters:
6749 #  - "throughput"
6750 #  - "name"
6751 #  - "tags"
6752 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6753 #  x-axis: "X = VNFs per Service Chain"
6754 #  y-axis: "Y = Number of Service Chains"
6755 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6756 #  layout:
6757 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6758 #    layout: "plot-service-density"
6759 #
6760 ## Plots - NF Density - VSC - PDR IMIX
6761 #- type: "plot"
6762 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6763 #  algorithm: "plot_nf_heatmap"
6764 #  output-file-type: ".html"
6765 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6766 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6767 #  filter: "'NIC_Intel-XXV710' and
6768 #           'NF_DENSITY' and
6769 #           'VHOST' and
6770 #           not 'VXLAN' and
6771 #           'CHAIN' and
6772 #           'NF_VPPIP4' and
6773 #           'IMIX' and
6774 #           '2T1C' and
6775 #           'NDRPDR'"
6776 #  parameters:
6777 #  - "throughput"
6778 #  - "name"
6779 #  - "tags"
6780 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6781 #  x-axis: "X = VNFs per Service Chain"
6782 #  y-axis: "Y = Number of Service Chains"
6783 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6784 #  layout:
6785 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6786 #    layout: "plot-service-density"
6787 #
6788 #- type: "plot"
6789 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6790 #  algorithm: "plot_nf_heatmap"
6791 #  output-file-type: ".html"
6792 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6793 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6794 #  filter: "'NIC_Intel-XXV710' and
6795 #           'NF_DENSITY' and
6796 #           'VHOST' and
6797 #           not 'VXLAN' and
6798 #           'CHAIN' and
6799 #           'NF_VPPIP4' and
6800 #           'IMIX' and
6801 #           '4T2C' and
6802 #           'NDRPDR'"
6803 #  parameters:
6804 #  - "throughput"
6805 #  - "name"
6806 #  - "tags"
6807 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6808 #  x-axis: "X = VNFs per Service Chain"
6809 #  y-axis: "Y = Number of Service Chains"
6810 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6811 #  layout:
6812 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6813 #    layout: "plot-service-density"
6814 #
6815 #- type: "plot"
6816 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6817 #  algorithm: "plot_nf_heatmap"
6818 #  output-file-type: ".html"
6819 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6820 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6821 #  filter: "'NIC_Intel-XXV710' and
6822 #           'NF_DENSITY' and
6823 #           'VHOST' and
6824 #           not 'VXLAN' and
6825 #           'CHAIN' and
6826 #           'NF_VPPIP4' and
6827 #           'IMIX' and
6828 #           '8T4C' and
6829 #           'NDRPDR'"
6830 #  parameters:
6831 #  - "throughput"
6832 #  - "name"
6833 #  - "tags"
6834 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6835 #  x-axis: "X = VNFs per Service Chain"
6836 #  y-axis: "Y = Number of Service Chains"
6837 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6838 #  layout:
6839 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6840 #    layout: "plot-service-density"
6841 #
6842 ################################################################################
6843 ## Plots - NF Density - VSC - MRR 64b
6844 #- type: "plot"
6845 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6846 #  algorithm: "plot_nf_heatmap"
6847 #  output-file-type: ".html"
6848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6849 #  data: "plot-vpp-nfv-2n-skx-mrr"
6850 #  filter: "'NIC_Intel-XXV710' and
6851 #           'NF_DENSITY' and
6852 #           'VHOST' and
6853 #           'VXLAN' and
6854 #           'CHAIN' and
6855 #           '118' and
6856 #           '2T1C' and
6857 #           'MRR'"
6858 #  parameters:
6859 #  - "result"
6860 #  - "name"
6861 #  - "tags"
6862 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6863 #  x-axis: "X = VNFs per Service Chain"
6864 #  y-axis: "Y = Number of Service Chains"
6865 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6866 #  layout:
6867 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6868 #    layout: "plot-service-density"
6869 #
6870 #- type: "plot"
6871 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6872 #  algorithm: "plot_nf_heatmap"
6873 #  output-file-type: ".html"
6874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6875 #  data: "plot-vpp-nfv-2n-skx-mrr"
6876 #  filter: "'NIC_Intel-XXV710' and
6877 #           'NF_DENSITY' and
6878 #           'VHOST' and
6879 #           'VXLAN' and
6880 #           'CHAIN' and
6881 #           '118' and
6882 #           '4T2C' and
6883 #           'MRR'"
6884 #  parameters:
6885 #  - "result"
6886 #  - "name"
6887 #  - "tags"
6888 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6889 #  x-axis: "X = VNFs per Service Chain"
6890 #  y-axis: "Y = Number of Service Chains"
6891 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6892 #  layout:
6893 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6894 #    layout: "plot-service-density"
6895 #
6896 #- type: "plot"
6897 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6898 #  algorithm: "plot_nf_heatmap"
6899 #  output-file-type: ".html"
6900 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6901 #  data: "plot-vpp-nfv-2n-skx-mrr"
6902 #  filter: "'NIC_Intel-XXV710' and
6903 #           'NF_DENSITY' and
6904 #           'VHOST' and
6905 #           'VXLAN' and
6906 #           'CHAIN' and
6907 #           '118' and
6908 #           '8T4C' and
6909 #           'MRR'"
6910 #  parameters:
6911 #  - "result"
6912 #  - "name"
6913 #  - "tags"
6914 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6915 #  x-axis: "X = VNFs per Service Chain"
6916 #  y-axis: "Y = Number of Service Chains"
6917 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6918 #  layout:
6919 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6920 #    layout: "plot-service-density"
6921 #
6922 ## Plots - NF Density - VSC - MRR IMIX
6923 #- type: "plot"
6924 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6925 #  algorithm: "plot_nf_heatmap"
6926 #  output-file-type: ".html"
6927 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6928 #  data: "plot-vpp-nfv-2n-skx-mrr"
6929 #  filter: "'NIC_Intel-XXV710' and
6930 #           'NF_DENSITY' and
6931 #           'VHOST' and
6932 #           'VXLAN' and
6933 #           'CHAIN' and
6934 #           'IMIX' and
6935 #           '2T1C' and
6936 #           'MRR'"
6937 #  parameters:
6938 #  - "result"
6939 #  - "name"
6940 #  - "tags"
6941 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6942 #  x-axis: "X = VNFs per Service Chain"
6943 #  y-axis: "Y = Number of Service Chains"
6944 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6945 #  layout:
6946 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6947 #    layout: "plot-service-density"
6948 #
6949 #- type: "plot"
6950 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6951 #  algorithm: "plot_nf_heatmap"
6952 #  output-file-type: ".html"
6953 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6954 #  data: "plot-vpp-nfv-2n-skx-mrr"
6955 #  filter: "'NIC_Intel-XXV710' and
6956 #           'NF_DENSITY' and
6957 #           'VHOST' and
6958 #           'VXLAN' and
6959 #           'CHAIN' and
6960 #           'IMIX' and
6961 #           '4T2C' and
6962 #           'MRR'"
6963 #  parameters:
6964 #  - "result"
6965 #  - "name"
6966 #  - "tags"
6967 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6968 #  x-axis: "X = VNFs per Service Chain"
6969 #  y-axis: "Y = Number of Service Chains"
6970 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6971 #  layout:
6972 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6973 #    layout: "plot-service-density"
6974 #
6975 #- type: "plot"
6976 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6977 #  algorithm: "plot_nf_heatmap"
6978 #  output-file-type: ".html"
6979 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6980 #  data: "plot-vpp-nfv-2n-skx-mrr"
6981 #  filter: "'NIC_Intel-XXV710' and
6982 #           'NF_DENSITY' and
6983 #           'VHOST' and
6984 #           'VXLAN' and
6985 #           'CHAIN' and
6986 #           'IMIX' and
6987 #           '8T4C' and
6988 #           'MRR'"
6989 #  parameters:
6990 #  - "result"
6991 #  - "name"
6992 #  - "tags"
6993 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6994 #  x-axis: "X = VNFs per Service Chain"
6995 #  y-axis: "Y = Number of Service Chains"
6996 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6997 #  layout:
6998 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6999 #    layout: "plot-service-density"
7000 #
7001 ## Plots - NF Density - VSC - NDR 64b
7002 #- type: "plot"
7003 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7004 #  algorithm: "plot_nf_heatmap"
7005 #  output-file-type: ".html"
7006 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7007 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7008 #  filter: "'NIC_Intel-XXV710' and
7009 #           'NF_DENSITY' and
7010 #           'VHOST' and
7011 #           'VXLAN' and
7012 #           'CHAIN' and
7013 #           '118' and
7014 #           '2T1C' and
7015 #           'NDRPDR'"
7016 #  parameters:
7017 #  - "throughput"
7018 #  - "name"
7019 #  - "tags"
7020 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7021 #  x-axis: "X = VNFs per Service Chain"
7022 #  y-axis: "Y = Number of Service Chains"
7023 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7024 #  layout:
7025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7026 #    layout: "plot-service-density"
7027 #
7028 #- type: "plot"
7029 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7030 #  algorithm: "plot_nf_heatmap"
7031 #  output-file-type: ".html"
7032 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7033 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7034 #  filter: "'NIC_Intel-XXV710' and
7035 #           'NF_DENSITY' and
7036 #           'VHOST' and
7037 #           'VXLAN' and
7038 #           'CHAIN' and
7039 #           '118' and
7040 #           '4T2C' and
7041 #           'NDRPDR'"
7042 #  parameters:
7043 #  - "throughput"
7044 #  - "name"
7045 #  - "tags"
7046 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7047 #  x-axis: "X = VNFs per Service Chain"
7048 #  y-axis: "Y = Number of Service Chains"
7049 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7050 #  layout:
7051 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7052 #    layout: "plot-service-density"
7053 #
7054 #- type: "plot"
7055 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7056 #  algorithm: "plot_nf_heatmap"
7057 #  output-file-type: ".html"
7058 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7059 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7060 #  filter: "'NIC_Intel-XXV710' and
7061 #           'NF_DENSITY' and
7062 #           'VHOST' and
7063 #           'VXLAN' and
7064 #           'CHAIN' and
7065 #           '118' and
7066 #           '8T4C' and
7067 #           'NDRPDR'"
7068 #  parameters:
7069 #  - "throughput"
7070 #  - "name"
7071 #  - "tags"
7072 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7073 #  x-axis: "X = VNFs per Service Chain"
7074 #  y-axis: "Y = Number of Service Chains"
7075 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7076 #  layout:
7077 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7078 #    layout: "plot-service-density"
7079 #
7080 ## Plots - NF Density - VSC - NDR IMIX
7081 #- type: "plot"
7082 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7083 #  algorithm: "plot_nf_heatmap"
7084 #  output-file-type: ".html"
7085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7086 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7087 #  filter: "'NIC_Intel-XXV710' and
7088 #           'NF_DENSITY' and
7089 #           'VHOST' and
7090 #           'VXLAN' and
7091 #           'CHAIN' and
7092 #           'IMIX' and
7093 #           '2T1C' and
7094 #           'NDRPDR'"
7095 #  parameters:
7096 #  - "throughput"
7097 #  - "name"
7098 #  - "tags"
7099 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7100 #  x-axis: "X = VNFs per Service Chain"
7101 #  y-axis: "Y = Number of Service Chains"
7102 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7103 #  layout:
7104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7105 #    layout: "plot-service-density"
7106 #
7107 #- type: "plot"
7108 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7109 #  algorithm: "plot_nf_heatmap"
7110 #  output-file-type: ".html"
7111 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7112 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7113 #  filter: "'NIC_Intel-XXV710' and
7114 #           'NF_DENSITY' and
7115 #           'VHOST' and
7116 #           'VXLAN' and
7117 #           'CHAIN' and
7118 #           'IMIX' and
7119 #           '4T2C' and
7120 #           'NDRPDR'"
7121 #  parameters:
7122 #  - "throughput"
7123 #  - "name"
7124 #  - "tags"
7125 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7126 #  x-axis: "X = VNFs per Service Chain"
7127 #  y-axis: "Y = Number of Service Chains"
7128 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7129 #  layout:
7130 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7131 #    layout: "plot-service-density"
7132 #
7133 #- type: "plot"
7134 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7135 #  algorithm: "plot_nf_heatmap"
7136 #  output-file-type: ".html"
7137 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7138 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7139 #  filter: "'NIC_Intel-XXV710' and
7140 #           'NF_DENSITY' and
7141 #           'VHOST' and
7142 #           'VXLAN' and
7143 #           'CHAIN' and
7144 #           'IMIX' and
7145 #           '8T4C' and
7146 #           'NDRPDR'"
7147 #  parameters:
7148 #  - "throughput"
7149 #  - "name"
7150 #  - "tags"
7151 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7152 #  x-axis: "X = VNFs per Service Chain"
7153 #  y-axis: "Y = Number of Service Chains"
7154 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7155 #  layout:
7156 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7157 #    layout: "plot-service-density"
7158 #
7159 ## Plots - NF Density - VSC - PDR 64b
7160 #- type: "plot"
7161 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7162 #  algorithm: "plot_nf_heatmap"
7163 #  output-file-type: ".html"
7164 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7165 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7166 #  filter: "'NIC_Intel-XXV710' and
7167 #           'NF_DENSITY' and
7168 #           'VHOST' and
7169 #           'VXLAN' and
7170 #           'CHAIN' and
7171 #           '118' and
7172 #           '2T1C' and
7173 #           'NDRPDR'"
7174 #  parameters:
7175 #  - "throughput"
7176 #  - "name"
7177 #  - "tags"
7178 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7179 #  x-axis: "X = VNFs per Service Chain"
7180 #  y-axis: "Y = Number of Service Chains"
7181 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7182 #  layout:
7183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7184 #    layout: "plot-service-density"
7185 #
7186 #- type: "plot"
7187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7188 #  algorithm: "plot_nf_heatmap"
7189 #  output-file-type: ".html"
7190 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7191 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7192 #  filter: "'NIC_Intel-XXV710' and
7193 #           'NF_DENSITY' and
7194 #           'VHOST' and
7195 #           'VXLAN' and
7196 #           'CHAIN' and
7197 #           '118' and
7198 #           '4T2C' and
7199 #           'NDRPDR'"
7200 #  parameters:
7201 #  - "throughput"
7202 #  - "name"
7203 #  - "tags"
7204 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7205 #  x-axis: "X = VNFs per Service Chain"
7206 #  y-axis: "Y = Number of Service Chains"
7207 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7208 #  layout:
7209 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7210 #    layout: "plot-service-density"
7211 #
7212 #- type: "plot"
7213 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7214 #  algorithm: "plot_nf_heatmap"
7215 #  output-file-type: ".html"
7216 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7217 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7218 #  filter: "'NIC_Intel-XXV710' and
7219 #           'NF_DENSITY' and
7220 #           'VHOST' and
7221 #           'VXLAN' and
7222 #           'CHAIN' and
7223 #           '118' and
7224 #           '8T4C' and
7225 #           'NDRPDR'"
7226 #  parameters:
7227 #  - "throughput"
7228 #  - "name"
7229 #  - "tags"
7230 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7231 #  x-axis: "X = VNFs per Service Chain"
7232 #  y-axis: "Y = Number of Service Chains"
7233 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7234 #  layout:
7235 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7236 #    layout: "plot-service-density"
7237 #
7238 ## Plots - NF Density - VSC - PDR IMIX
7239 #- type: "plot"
7240 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7241 #  algorithm: "plot_nf_heatmap"
7242 #  output-file-type: ".html"
7243 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7244 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7245 #  filter: "'NIC_Intel-XXV710' and
7246 #           'NF_DENSITY' and
7247 #           'VHOST' and
7248 #           'VXLAN' and
7249 #           'CHAIN' and
7250 #           'IMIX' and
7251 #           '2T1C' and
7252 #           'NDRPDR'"
7253 #  parameters:
7254 #  - "throughput"
7255 #  - "name"
7256 #  - "tags"
7257 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7258 #  x-axis: "X = VNFs per Service Chain"
7259 #  y-axis: "Y = Number of Service Chains"
7260 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7261 #  layout:
7262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7263 #    layout: "plot-service-density"
7264 #
7265 #- type: "plot"
7266 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7267 #  algorithm: "plot_nf_heatmap"
7268 #  output-file-type: ".html"
7269 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7270 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7271 #  filter: "'NIC_Intel-XXV710' and
7272 #           'NF_DENSITY' and
7273 #           'VHOST' and
7274 #           'VXLAN' and
7275 #           'CHAIN' and
7276 #           'IMIX' and
7277 #           '4T2C' and
7278 #           'NDRPDR'"
7279 #  parameters:
7280 #  - "throughput"
7281 #  - "name"
7282 #  - "tags"
7283 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7284 #  x-axis: "X = VNFs per Service Chain"
7285 #  y-axis: "Y = Number of Service Chains"
7286 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7287 #  layout:
7288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7289 #    layout: "plot-service-density"
7290 #
7291 #- type: "plot"
7292 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7293 #  algorithm: "plot_nf_heatmap"
7294 #  output-file-type: ".html"
7295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7296 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7297 #  filter: "'NIC_Intel-XXV710' and
7298 #           'NF_DENSITY' and
7299 #           'VHOST' and
7300 #           'VXLAN' and
7301 #           'CHAIN' and
7302 #           'IMIX' and
7303 #           '8T4C' and
7304 #           'NDRPDR'"
7305 #  parameters:
7306 #  - "throughput"
7307 #  - "name"
7308 #  - "tags"
7309 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7310 #  x-axis: "X = VNFs per Service Chain"
7311 #  y-axis: "Y = Number of Service Chains"
7312 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7313 #  layout:
7314 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7315 #    layout: "plot-service-density"
7316 #
7317 ################################################################################
7318 ## Plots - NF Density - CSC - MRR 64b
7319 #- type: "plot"
7320 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7321 #  algorithm: "plot_nf_heatmap"
7322 #  output-file-type: ".html"
7323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7324 #  data: "plot-vpp-nfv-2n-skx-mrr"
7325 #  filter: "'NIC_Intel-XXV710' and
7326 #           'NF_DENSITY' and
7327 #           'DOCKER' and
7328 #           'CHAIN' and
7329 #           'NF_VPPIP4' and
7330 #           '64B' and
7331 #           '2T1C' and
7332 #           'MRR'"
7333 #  parameters:
7334 #  - "result"
7335 #  - "name"
7336 #  - "tags"
7337 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7338 #  x-axis: "X = CNFs per Service Chain"
7339 #  y-axis: "Y = Number of Service Chains"
7340 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7341 #  layout:
7342 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7343 #    layout: "plot-service-density"
7344 #
7345 #- type: "plot"
7346 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7347 #  algorithm: "plot_nf_heatmap"
7348 #  output-file-type: ".html"
7349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7350 #  data: "plot-vpp-nfv-2n-skx-mrr"
7351 #  filter: "'NIC_Intel-XXV710' and
7352 #           'NF_DENSITY' and
7353 #           'DOCKER' and
7354 #           'CHAIN' and
7355 #           'NF_VPPIP4' and
7356 #           '64B' and
7357 #           '4T2C' and
7358 #           'MRR'"
7359 #  parameters:
7360 #  - "result"
7361 #  - "name"
7362 #  - "tags"
7363 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7364 #  x-axis: "X = CNFs per Service Chain"
7365 #  y-axis: "Y = Number of Service Chains"
7366 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7367 #  layout:
7368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7369 #    layout: "plot-service-density"
7370 #
7371 #- type: "plot"
7372 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7373 #  algorithm: "plot_nf_heatmap"
7374 #  output-file-type: ".html"
7375 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7376 #  data: "plot-vpp-nfv-2n-skx-mrr"
7377 #  filter: "'NIC_Intel-XXV710' and
7378 #           'NF_DENSITY' and
7379 #           'DOCKER' and
7380 #           'CHAIN' and
7381 #           'NF_VPPIP4' and
7382 #           '64B' and
7383 #           '8T4C' and
7384 #           'MRR'"
7385 #  parameters:
7386 #  - "result"
7387 #  - "name"
7388 #  - "tags"
7389 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7390 #  x-axis: "X = CNFs per Service Chain"
7391 #  y-axis: "Y = Number of Service Chains"
7392 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7393 #  layout:
7394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7395 #    layout: "plot-service-density"
7396 #
7397 ## Plots - NF Density - CSC - MRR IMIX
7398 #- type: "plot"
7399 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7400 #  algorithm: "plot_nf_heatmap"
7401 #  output-file-type: ".html"
7402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7403 #  data: "plot-vpp-nfv-2n-skx-mrr"
7404 #  filter: "'NIC_Intel-XXV710' and
7405 #           'NF_DENSITY' and
7406 #           'DOCKER' and
7407 #           'CHAIN' and
7408 #           'NF_VPPIP4' and
7409 #           'IMIX' and
7410 #           '2T1C' and
7411 #           'MRR'"
7412 #  parameters:
7413 #  - "result"
7414 #  - "name"
7415 #  - "tags"
7416 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7417 #  x-axis: "X = CNFs per Service Chain"
7418 #  y-axis: "Y = Number of Service Chains"
7419 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7420 #  layout:
7421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7422 #    layout: "plot-service-density"
7423 #
7424 #- type: "plot"
7425 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7426 #  algorithm: "plot_nf_heatmap"
7427 #  output-file-type: ".html"
7428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7429 #  data: "plot-vpp-nfv-2n-skx-mrr"
7430 #  filter: "'NIC_Intel-XXV710' and
7431 #           'NF_DENSITY' and
7432 #           'DOCKER' and
7433 #           'CHAIN' and
7434 #           'NF_VPPIP4' and
7435 #           'IMIX' and
7436 #           '4T2C' and
7437 #           'MRR'"
7438 #  parameters:
7439 #  - "result"
7440 #  - "name"
7441 #  - "tags"
7442 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7443 #  x-axis: "X = CNFs per Service Chain"
7444 #  y-axis: "Y = Number of Service Chains"
7445 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7446 #  layout:
7447 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7448 #    layout: "plot-service-density"
7449 #
7450 #- type: "plot"
7451 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7452 #  algorithm: "plot_nf_heatmap"
7453 #  output-file-type: ".html"
7454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7455 #  data: "plot-vpp-nfv-2n-skx-mrr"
7456 #  filter: "'NIC_Intel-XXV710' and
7457 #           'NF_DENSITY' and
7458 #           'DOCKER' and
7459 #           'CHAIN' and
7460 #           'NF_VPPIP4' and
7461 #           'IMIX' and
7462 #           '8T4C' and
7463 #           'MRR'"
7464 #  parameters:
7465 #  - "result"
7466 #  - "name"
7467 #  - "tags"
7468 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7469 #  x-axis: "X = CNFs per Service Chain"
7470 #  y-axis: "Y = Number of Service Chains"
7471 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7472 #  layout:
7473 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7474 #    layout: "plot-service-density"
7475 #
7476 ## Plots - NF Density - CSC - NDR 64b
7477 #- type: "plot"
7478 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7479 #  algorithm: "plot_nf_heatmap"
7480 #  output-file-type: ".html"
7481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7482 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7483 #  filter: "'NIC_Intel-XXV710' and
7484 #           'NF_DENSITY' and
7485 #           'DOCKER' and
7486 #           'CHAIN' and
7487 #           'NF_VPPIP4' and
7488 #           '64B' and
7489 #           '2T1C' and
7490 #           'NDRPDR'"
7491 #  parameters:
7492 #  - "throughput"
7493 #  - "name"
7494 #  - "tags"
7495 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7496 #  x-axis: "X = CNFs per Service Chain"
7497 #  y-axis: "Y = Number of Service Chains"
7498 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7499 #  layout:
7500 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7501 #    layout: "plot-service-density"
7502 #
7503 #- type: "plot"
7504 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7505 #  algorithm: "plot_nf_heatmap"
7506 #  output-file-type: ".html"
7507 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7508 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7509 #  filter: "'NIC_Intel-XXV710' and
7510 #           'NF_DENSITY' and
7511 #           'DOCKER' and
7512 #           'CHAIN' and
7513 #           'NF_VPPIP4' and
7514 #           '64B' and
7515 #           '4T2C' and
7516 #           'NDRPDR'"
7517 #  parameters:
7518 #  - "throughput"
7519 #  - "name"
7520 #  - "tags"
7521 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7522 #  x-axis: "X = CNFs per Service Chain"
7523 #  y-axis: "Y = Number of Service Chains"
7524 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7525 #  layout:
7526 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7527 #    layout: "plot-service-density"
7528 #
7529 #- type: "plot"
7530 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7531 #  algorithm: "plot_nf_heatmap"
7532 #  output-file-type: ".html"
7533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7534 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7535 #  filter: "'NIC_Intel-XXV710' and
7536 #           'NF_DENSITY' and
7537 #           'DOCKER' and
7538 #           'CHAIN' and
7539 #           'NF_VPPIP4' and
7540 #           '64B' and
7541 #           '8T4C' and
7542 #           'NDRPDR'"
7543 #  parameters:
7544 #  - "throughput"
7545 #  - "name"
7546 #  - "tags"
7547 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7548 #  x-axis: "X = CNFs per Service Chain"
7549 #  y-axis: "Y = Number of Service Chains"
7550 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7551 #  layout:
7552 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7553 #    layout: "plot-service-density"
7554 #
7555 ## Plots - NF Density - CSC - NDR IMIX
7556 #- type: "plot"
7557 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7558 #  algorithm: "plot_nf_heatmap"
7559 #  output-file-type: ".html"
7560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7561 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7562 #  filter: "'NIC_Intel-XXV710' and
7563 #           'NF_DENSITY' and
7564 #           'DOCKER' and
7565 #           'CHAIN' and
7566 #           'NF_VPPIP4' and
7567 #           'IMIX' and
7568 #           '2T1C' and
7569 #           'NDRPDR'"
7570 #  parameters:
7571 #  - "throughput"
7572 #  - "name"
7573 #  - "tags"
7574 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7575 #  x-axis: "X = CNFs per Service Chain"
7576 #  y-axis: "Y = Number of Service Chains"
7577 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7578 #  layout:
7579 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7580 #    layout: "plot-service-density"
7581 #
7582 #- type: "plot"
7583 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7584 #  algorithm: "plot_nf_heatmap"
7585 #  output-file-type: ".html"
7586 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7587 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7588 #  filter: "'NIC_Intel-XXV710' and
7589 #           'NF_DENSITY' and
7590 #           'DOCKER' and
7591 #           'CHAIN' and
7592 #           'NF_VPPIP4' and
7593 #           'IMIX' and
7594 #           '4T2C' and
7595 #           'NDRPDR'"
7596 #  parameters:
7597 #  - "throughput"
7598 #  - "name"
7599 #  - "tags"
7600 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7601 #  x-axis: "X = CNFs per Service Chain"
7602 #  y-axis: "Y = Number of Service Chains"
7603 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7604 #  layout:
7605 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7606 #    layout: "plot-service-density"
7607 #
7608 #- type: "plot"
7609 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7610 #  algorithm: "plot_nf_heatmap"
7611 #  output-file-type: ".html"
7612 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7613 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7614 #  filter: "'NIC_Intel-XXV710' and
7615 #           'NF_DENSITY' and
7616 #           'DOCKER' and
7617 #           'CHAIN' and
7618 #           'NF_VPPIP4' and
7619 #           'IMIX' and
7620 #           '8T4C' and
7621 #           'NDRPDR'"
7622 #  parameters:
7623 #  - "throughput"
7624 #  - "name"
7625 #  - "tags"
7626 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7627 #  x-axis: "X = CNFs per Service Chain"
7628 #  y-axis: "Y = Number of Service Chains"
7629 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7630 #  layout:
7631 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7632 #    layout: "plot-service-density"
7633 #
7634 ## Plots - NF Density - CSC - PDR 64b
7635 #- type: "plot"
7636 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7637 #  algorithm: "plot_nf_heatmap"
7638 #  output-file-type: ".html"
7639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7640 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7641 #  filter: "'NIC_Intel-XXV710' and
7642 #           'NF_DENSITY' and
7643 #           'DOCKER' and
7644 #           'CHAIN' and
7645 #           'NF_VPPIP4' and
7646 #           '64B' and
7647 #           '2T1C' and
7648 #           'NDRPDR'"
7649 #  parameters:
7650 #  - "throughput"
7651 #  - "name"
7652 #  - "tags"
7653 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7654 #  x-axis: "X = CNFs per Service Chain"
7655 #  y-axis: "Y = Number of Service Chains"
7656 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7657 #  layout:
7658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7659 #    layout: "plot-service-density"
7660 #
7661 #- type: "plot"
7662 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7663 #  algorithm: "plot_nf_heatmap"
7664 #  output-file-type: ".html"
7665 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7666 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7667 #  filter: "'NIC_Intel-XXV710' and
7668 #           'NF_DENSITY' and
7669 #           'DOCKER' and
7670 #           'CHAIN' and
7671 #           'NF_VPPIP4' and
7672 #           '64B' and
7673 #           '4T2C' and
7674 #           'NDRPDR'"
7675 #  parameters:
7676 #  - "throughput"
7677 #  - "name"
7678 #  - "tags"
7679 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7680 #  x-axis: "X = CNFs per Service Chain"
7681 #  y-axis: "Y = Number of Service Chains"
7682 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7683 #  layout:
7684 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7685 #    layout: "plot-service-density"
7686 #
7687 #- type: "plot"
7688 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7689 #  algorithm: "plot_nf_heatmap"
7690 #  output-file-type: ".html"
7691 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7692 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7693 #  filter: "'NIC_Intel-XXV710' and
7694 #           'NF_DENSITY' and
7695 #           'DOCKER' and
7696 #           'CHAIN' and
7697 #           'NF_VPPIP4' and
7698 #           '64B' and
7699 #           '8T4C' and
7700 #           'NDRPDR'"
7701 #  parameters:
7702 #  - "throughput"
7703 #  - "name"
7704 #  - "tags"
7705 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7706 #  x-axis: "X = CNFs per Service Chain"
7707 #  y-axis: "Y = Number of Service Chains"
7708 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7709 #  layout:
7710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7711 #    layout: "plot-service-density"
7712 #
7713 ## Plots - NF Density - CSC - PDR IMIX
7714 #- type: "plot"
7715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7716 #  algorithm: "plot_nf_heatmap"
7717 #  output-file-type: ".html"
7718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7719 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7720 #  filter: "'NIC_Intel-XXV710' and
7721 #           'NF_DENSITY' and
7722 #           'DOCKER' and
7723 #           'CHAIN' and
7724 #           'NF_VPPIP4' and
7725 #           'IMIX' and
7726 #           '2T1C' and
7727 #           'NDRPDR'"
7728 #  parameters:
7729 #  - "throughput"
7730 #  - "name"
7731 #  - "tags"
7732 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7733 #  x-axis: "X = CNFs per Service Chain"
7734 #  y-axis: "Y = Number of Service Chains"
7735 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7736 #  layout:
7737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7738 #    layout: "plot-service-density"
7739 #
7740 #- type: "plot"
7741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7742 #  algorithm: "plot_nf_heatmap"
7743 #  output-file-type: ".html"
7744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7745 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7746 #  filter: "'NIC_Intel-XXV710' and
7747 #           'NF_DENSITY' and
7748 #           'DOCKER' and
7749 #           'CHAIN' and
7750 #           'NF_VPPIP4' and
7751 #           'IMIX' and
7752 #           '4T2C' and
7753 #           'NDRPDR'"
7754 #  parameters:
7755 #  - "throughput"
7756 #  - "name"
7757 #  - "tags"
7758 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7759 #  x-axis: "X = CNFs per Service Chain"
7760 #  y-axis: "Y = Number of Service Chains"
7761 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7762 #  layout:
7763 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7764 #    layout: "plot-service-density"
7765 #
7766 #- type: "plot"
7767 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7768 #  algorithm: "plot_nf_heatmap"
7769 #  output-file-type: ".html"
7770 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7771 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7772 #  filter: "'NIC_Intel-XXV710' and
7773 #           'NF_DENSITY' and
7774 #           'DOCKER' and
7775 #           'CHAIN' and
7776 #           'NF_VPPIP4' and
7777 #           'IMIX' and
7778 #           '8T4C' and
7779 #           'NDRPDR'"
7780 #  parameters:
7781 #  - "throughput"
7782 #  - "name"
7783 #  - "tags"
7784 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7785 #  x-axis: "X = CNFs per Service Chain"
7786 #  y-axis: "Y = Number of Service Chains"
7787 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7788 #  layout:
7789 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7790 #    layout: "plot-service-density"
7791 #
7792 ################################################################################
7793 #
7794 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7795 #- type: "plot"
7796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7797 #  algorithm: "plot_nf_heatmap"
7798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7799 #  data: "plot-vpp-nfv-3n-skx-mrr"
7800 #  filter: "'NIC_Intel-XXV710' and
7801 #           'NF_DENSITY' and
7802 #           'DOCKER' and
7803 #           'CHAIN' and
7804 #           'NF_VPPIP4' and
7805 #           'IPSEC' and
7806 #           'TNL_4' and
7807 #           'IMIX' and
7808 #           '2T1C' and
7809 #           'MRR'"
7810 #  parameters:
7811 #  - "result"
7812 #  - "name"
7813 #  - "tags"
7814 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7815 #  x-axis: "X = CNFs per Service Chain"
7816 #  y-axis: "Y = Number of Service Chains"
7817 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7818 #  layout:
7819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7820 #    layout: "plot-service-density"
7821 #
7822 #- type: "plot"
7823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7824 #  algorithm: "plot_nf_heatmap"
7825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7826 #  data: "plot-vpp-nfv-3n-skx-mrr"
7827 #  filter: "'NIC_Intel-XXV710' and
7828 #           'NF_DENSITY' and
7829 #           'DOCKER' and
7830 #           'CHAIN' and
7831 #           'NF_VPPIP4' and
7832 #           'IPSEC' and
7833 #           'TNL_4' and
7834 #           'IMIX' and
7835 #           '4T2C' and
7836 #           'MRR'"
7837 #  parameters:
7838 #  - "result"
7839 #  - "name"
7840 #  - "tags"
7841 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7842 #  x-axis: "X = CNFs per Service Chain"
7843 #  y-axis: "Y = Number of Service Chains"
7844 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7845 #  layout:
7846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7847 #    layout: "plot-service-density"
7848 #
7849 #- type: "plot"
7850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7851 #  algorithm: "plot_nf_heatmap"
7852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7853 #  data: "plot-vpp-nfv-3n-skx-mrr"
7854 #  filter: "'NIC_Intel-XXV710' and
7855 #           'NF_DENSITY' and
7856 #           'DOCKER' and
7857 #           'CHAIN' and
7858 #           'NF_VPPIP4' and
7859 #           'IPSEC' and
7860 #           'TNL_4' and
7861 #           'IMIX' and
7862 #           '8T4C' and
7863 #           'MRR'"
7864 #  parameters:
7865 #  - "result"
7866 #  - "name"
7867 #  - "tags"
7868 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7869 #  x-axis: "X = CNFs per Service Chain"
7870 #  y-axis: "Y = Number of Service Chains"
7871 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7872 #  layout:
7873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7874 #    layout: "plot-service-density"
7875
7876 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7877 - type: "plot"
7878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7879   algorithm: "plot_nf_heatmap"
7880   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7881   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7882   filter: "'NIC_Intel-XXV710' and
7883            'NF_DENSITY' and
7884            'DOCKER' and
7885            'CHAIN' and
7886            'NF_VPPIP4' and
7887            'IPSEC' and
7888            'TNL_4' and
7889            'IMIX' and
7890            '2T1C' and
7891            'NDRPDR'"
7892   parameters:
7893   - "throughput"
7894   - "name"
7895   - "tags"
7896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7897   x-axis: "X = CNFs per Service Chain"
7898   y-axis: "Y = Number of Service Chains"
7899   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7900   layout:
7901     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7902     layout: "plot-service-density"
7903
7904 - type: "plot"
7905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7906   algorithm: "plot_nf_heatmap"
7907   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7908   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7909   filter: "'NIC_Intel-XXV710' and
7910            'NF_DENSITY' and
7911            'DOCKER' and
7912            'CHAIN' and
7913            'NF_VPPIP4' and
7914            'IPSEC' and
7915            'TNL_4' and
7916            'IMIX' and
7917            '4T2C' and
7918            'NDRPDR'"
7919   parameters:
7920   - "throughput"
7921   - "name"
7922   - "tags"
7923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7924   x-axis: "X = CNFs per Service Chain"
7925   y-axis: "Y = Number of Service Chains"
7926   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7927   layout:
7928     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7929     layout: "plot-service-density"
7930
7931 - type: "plot"
7932   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7933   algorithm: "plot_nf_heatmap"
7934   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7935   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7936   filter: "'NIC_Intel-XXV710' and
7937            'NF_DENSITY' and
7938            'DOCKER' and
7939            'CHAIN' and
7940            'NF_VPPIP4' and
7941            'IPSEC' and
7942            'TNL_4' and
7943            'IMIX' and
7944            '8T4C' and
7945            'NDRPDR'"
7946   parameters:
7947   - "throughput"
7948   - "name"
7949   - "tags"
7950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7951   x-axis: "X = CNFs per Service Chain"
7952   y-axis: "Y = Number of Service Chains"
7953   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7954   layout:
7955     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7956     layout: "plot-service-density"
7957
7958 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7959 - type: "plot"
7960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7961   algorithm: "plot_nf_heatmap"
7962   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7963   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7964   filter: "'NIC_Intel-XXV710' and
7965            'NF_DENSITY' and
7966            'DOCKER' and
7967            'CHAIN' and
7968            'NF_VPPIP4' and
7969            'IPSEC' and
7970            'TNL_4' and
7971            'IMIX' and
7972            '2T1C' and
7973            'NDRPDR'"
7974   parameters:
7975   - "throughput"
7976   - "name"
7977   - "tags"
7978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7979   x-axis: "X = CNFs per Service Chain"
7980   y-axis: "Y = Number of Service Chains"
7981   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7982   layout:
7983     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7984     layout: "plot-service-density"
7985
7986 - type: "plot"
7987   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7988   algorithm: "plot_nf_heatmap"
7989   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7990   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7991   filter: "'NIC_Intel-XXV710' and
7992            'NF_DENSITY' and
7993            'DOCKER' and
7994            'CHAIN' and
7995            'NF_VPPIP4' and
7996            'IPSEC' and
7997            'TNL_4' and
7998            'IMIX' and
7999            '4T2C' and
8000            'NDRPDR'"
8001   parameters:
8002   - "throughput"
8003   - "name"
8004   - "tags"
8005   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8006   x-axis: "X = CNFs per Service Chain"
8007   y-axis: "Y = Number of Service Chains"
8008   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8009   layout:
8010     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8011     layout: "plot-service-density"
8012
8013 - type: "plot"
8014   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8015   algorithm: "plot_nf_heatmap"
8016   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8017   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8018   filter: "'NIC_Intel-XXV710' and
8019            'NF_DENSITY' and
8020            'DOCKER' and
8021            'CHAIN' and
8022            'NF_VPPIP4' and
8023            'IPSEC' and
8024            'TNL_4' and
8025            'IMIX' and
8026            '8T4C' and
8027            'NDRPDR'"
8028   parameters:
8029   - "throughput"
8030   - "name"
8031   - "tags"
8032   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8033   x-axis: "X = CNFs per Service Chain"
8034   y-axis: "Y = Number of Service Chains"
8035   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8036   layout:
8037     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8038     layout: "plot-service-density"
8039
8040 ###############################################################################
8041
8042 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8043 - type: "plot"
8044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8045   algorithm: "plot_nf_heatmap"
8046   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8047   data: "plot-vpp-nfv-3n-hsw-mrr"
8048   filter: "'NIC_Intel-XL710' and
8049            'NF_DENSITY' and
8050            'DOCKER' and
8051            'CHAIN' and
8052            'NF_VPPIP4' and
8053            'IMIX' and
8054            'TNL_4' and
8055            '1T1C' and
8056            'MRR'"
8057   parameters:
8058   - "result"
8059   - "name"
8060   - "tags"
8061   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8062   x-axis: "X = CNFs per Service Chain"
8063   y-axis: "Y = Number of Service Chains"
8064   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8065   layout:
8066     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8067     layout: "plot-service-density"
8068
8069 - type: "plot"
8070   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8071   algorithm: "plot_nf_heatmap"
8072   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8073   data: "plot-vpp-nfv-3n-hsw-mrr"
8074   filter: "'NIC_Intel-XL710' and
8075            'NF_DENSITY' and
8076            'DOCKER' and
8077            'CHAIN' and
8078            'NF_VPPIP4' and
8079            'IPSEC' and
8080            'TNL_4' and
8081            'IMIX' and
8082            '2T2C' and
8083            'MRR'"
8084   parameters:
8085   - "result"
8086   - "name"
8087   - "tags"
8088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8089   x-axis: "X = CNFs per Service Chain"
8090   y-axis: "Y = Number of Service Chains"
8091   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8092   layout:
8093     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8094     layout: "plot-service-density"
8095
8096 - type: "plot"
8097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8098   algorithm: "plot_nf_heatmap"
8099   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8100   data: "plot-vpp-nfv-3n-hsw-mrr"
8101   filter: "'NIC_Intel-XL710' and
8102            'NF_DENSITY' and
8103            'DOCKER' and
8104            'CHAIN' and
8105            'NF_VPPIP4' and
8106            'IPSEC' and
8107            'TNL_4' and
8108            'IMIX' and
8109            '4T4C' and
8110            'MRR'"
8111   parameters:
8112   - "result"
8113   - "name"
8114   - "tags"
8115   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8116   x-axis: "X = CNFs per Service Chain"
8117   y-axis: "Y = Number of Service Chains"
8118   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8119   layout:
8120     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8121     layout: "plot-service-density"
8122
8123 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8124 - type: "plot"
8125   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8126   algorithm: "plot_nf_heatmap"
8127   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8128   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8129   filter: "'NIC_Intel-XL710' and
8130            'NF_DENSITY' and
8131            'DOCKER' and
8132            'CHAIN' and
8133            'NF_VPPIP4' and
8134            'IPSEC' and
8135            'TNL_4' and
8136            'IMIX' and
8137            '1T1C' and
8138            'NDRPDR'"
8139   parameters:
8140   - "throughput"
8141   - "name"
8142   - "tags"
8143   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8144   x-axis: "X = CNFs per Service Chain"
8145   y-axis: "Y = Number of Service Chains"
8146   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8147   layout:
8148     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8149     layout: "plot-service-density"
8150
8151 - type: "plot"
8152   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8153   algorithm: "plot_nf_heatmap"
8154   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8155   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8156   filter: "'NIC_Intel-XL710' and
8157            'NF_DENSITY' and
8158            'DOCKER' and
8159            'CHAIN' and
8160            'NF_VPPIP4' and
8161            'IPSEC' and
8162            'TNL_4' and
8163            'IMIX' and
8164            '2T2C' and
8165            'NDRPDR'"
8166   parameters:
8167   - "throughput"
8168   - "name"
8169   - "tags"
8170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8171   x-axis: "X = CNFs per Service Chain"
8172   y-axis: "Y = Number of Service Chains"
8173   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8174   layout:
8175     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8176     layout: "plot-service-density"
8177
8178 - type: "plot"
8179   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8180   algorithm: "plot_nf_heatmap"
8181   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8182   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8183   filter: "'NIC_Intel-XL710' and
8184            'NF_DENSITY' and
8185            'DOCKER' and
8186            'CHAIN' and
8187            'NF_VPPIP4' and
8188            'IPSEC' and
8189            'TNL_4' and
8190            'IMIX' and
8191            '4T4C' and
8192            'NDRPDR'"
8193   parameters:
8194   - "throughput"
8195   - "name"
8196   - "tags"
8197   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8198   x-axis: "X = CNFs per Service Chain"
8199   y-axis: "Y = Number of Service Chains"
8200   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8201   layout:
8202     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8203     layout: "plot-service-density"
8204
8205 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8206 - type: "plot"
8207   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8208   algorithm: "plot_nf_heatmap"
8209   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8210   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8211   filter: "'NIC_Intel-XL710' and
8212            'NF_DENSITY' and
8213            'DOCKER' and
8214            'CHAIN' and
8215            'NF_VPPIP4' and
8216            'IPSEC' and
8217            'TNL_4' and
8218            'IMIX' and
8219            '1T1C' and
8220            'NDRPDR'"
8221   parameters:
8222   - "throughput"
8223   - "name"
8224   - "tags"
8225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8226   x-axis: "X = CNFs per Service Chain"
8227   y-axis: "Y = Number of Service Chains"
8228   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8229   layout:
8230     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8231     layout: "plot-service-density"
8232
8233 - type: "plot"
8234   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8235   algorithm: "plot_nf_heatmap"
8236   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8237   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8238   filter: "'NIC_Intel-XL710' and
8239            'NF_DENSITY' and
8240            'DOCKER' and
8241            'CHAIN' and
8242            'NF_VPPIP4' and
8243            'IPSEC' and
8244            'TNL_4' and
8245            'IMIX' and
8246            '2T2C' and
8247            'NDRPDR'"
8248   parameters:
8249   - "throughput"
8250   - "name"
8251   - "tags"
8252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8253   x-axis: "X = CNFs per Service Chain"
8254   y-axis: "Y = Number of Service Chains"
8255   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8256   layout:
8257     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8258     layout: "plot-service-density"
8259
8260 - type: "plot"
8261   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8262   algorithm: "plot_nf_heatmap"
8263   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8264   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8265   filter: "'NIC_Intel-XL710' and
8266            'NF_DENSITY' and
8267            'DOCKER' and
8268            'CHAIN' and
8269            'NF_VPPIP4' and
8270            'IPSEC' and
8271            'TNL_4' and
8272            'IMIX' and
8273            '4T4C' and
8274            'NDRPDR'"
8275   parameters:
8276   - "throughput"
8277   - "name"
8278   - "tags"
8279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8280   x-axis: "X = CNFs per Service Chain"
8281   y-axis: "Y = Number of Service Chains"
8282   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8283   layout:
8284     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8285     layout: "plot-service-density"
8286
8287 ###############################################################################
8288
8289 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8290 #- type: "plot"
8291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8292 #  algorithm: "plot_nf_heatmap"
8293 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8294 #  data: "plot-vpp-nfv-3n-skx-mrr"
8295 #  filter: "'NIC_Intel-XXV710' and
8296 #           'NF_DENSITY' and
8297 #           'DOCKER' and
8298 #           'CHAIN' and
8299 #           'NF_VPPIP4' and
8300 #           'IPSEC' and
8301 #           'TNL_1000' and
8302 #           'IMIX' and
8303 #           '2T1C' and
8304 #           'MRR'"
8305 #  parameters:
8306 #  - "result"
8307 #  - "name"
8308 #  - "tags"
8309 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8310 #  x-axis: "X = CNFs per Service Chain"
8311 #  y-axis: "Y = Number of Service Chains"
8312 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8313 #  layout:
8314 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8315 #    layout: "plot-service-density"
8316 #
8317 #- type: "plot"
8318 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8319 #  algorithm: "plot_nf_heatmap"
8320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8321 #  data: "plot-vpp-nfv-3n-skx-mrr"
8322 #  filter: "'NIC_Intel-XXV710' and
8323 #           'NF_DENSITY' and
8324 #           'DOCKER' and
8325 #           'CHAIN' and
8326 #           'NF_VPPIP4' and
8327 #           'IPSEC' and
8328 #           'TNL_1000' and
8329 #           'IMIX' and
8330 #           '4T2C' and
8331 #           'MRR'"
8332 #  parameters:
8333 #  - "result"
8334 #  - "name"
8335 #  - "tags"
8336 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8337 #  x-axis: "X = CNFs per Service Chain"
8338 #  y-axis: "Y = Number of Service Chains"
8339 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8340 #  layout:
8341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8342 #    layout: "plot-service-density"
8343 #
8344 #- type: "plot"
8345 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8346 #  algorithm: "plot_nf_heatmap"
8347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8348 #  data: "plot-vpp-nfv-3n-skx-mrr"
8349 #  filter: "'NIC_Intel-XXV710' and
8350 #           'NF_DENSITY' and
8351 #           'DOCKER' and
8352 #           'CHAIN' and
8353 #           'NF_VPPIP4' and
8354 #           'IPSEC' and
8355 #           'TNL_1000' and
8356 #           'IMIX' and
8357 #           '8T4C' and
8358 #           'MRR'"
8359 #  parameters:
8360 #  - "result"
8361 #  - "name"
8362 #  - "tags"
8363 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8364 #  x-axis: "X = CNFs per Service Chain"
8365 #  y-axis: "Y = Number of Service Chains"
8366 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8367 #  layout:
8368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8369 #    layout: "plot-service-density"
8370
8371 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8372 - type: "plot"
8373   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8374   algorithm: "plot_nf_heatmap"
8375   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8376   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8377   filter: "'NIC_Intel-XXV710' and
8378            'NF_DENSITY' and
8379            'DOCKER' and
8380            'CHAIN' and
8381            'NF_VPPIP4' and
8382            'IPSEC' and
8383            'TNL_1000' and
8384            'IMIX' and
8385            '2T1C' and
8386            'NDRPDR'"
8387   parameters:
8388   - "throughput"
8389   - "name"
8390   - "tags"
8391   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8392   x-axis: "X = CNFs per Service Chain"
8393   y-axis: "Y = Number of Service Chains"
8394   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8395   layout:
8396     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8397     layout: "plot-service-density"
8398
8399 - type: "plot"
8400   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8401   algorithm: "plot_nf_heatmap"
8402   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8403   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8404   filter: "'NIC_Intel-XXV710' and
8405            'NF_DENSITY' and
8406            'DOCKER' and
8407            'CHAIN' and
8408            'NF_VPPIP4' and
8409            'IPSEC' and
8410            'TNL_1000' and
8411            'IMIX' and
8412            '4T2C' and
8413            'NDRPDR'"
8414   parameters:
8415   - "throughput"
8416   - "name"
8417   - "tags"
8418   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8419   x-axis: "X = CNFs per Service Chain"
8420   y-axis: "Y = Number of Service Chains"
8421   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8422   layout:
8423     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8424     layout: "plot-service-density"
8425
8426 - type: "plot"
8427   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8428   algorithm: "plot_nf_heatmap"
8429   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8430   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8431   filter: "'NIC_Intel-XXV710' and
8432            'NF_DENSITY' and
8433            'DOCKER' and
8434            'CHAIN' and
8435            'NF_VPPIP4' and
8436            'IPSEC' and
8437            'TNL_1000' and
8438            'IMIX' and
8439            '8T4C' and
8440            'NDRPDR'"
8441   parameters:
8442   - "throughput"
8443   - "name"
8444   - "tags"
8445   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8446   x-axis: "X = CNFs per Service Chain"
8447   y-axis: "Y = Number of Service Chains"
8448   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8449   layout:
8450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8451     layout: "plot-service-density"
8452
8453 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8454 - type: "plot"
8455   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8456   algorithm: "plot_nf_heatmap"
8457   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8458   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8459   filter: "'NIC_Intel-XXV710' and
8460            'NF_DENSITY' and
8461            'DOCKER' and
8462            'CHAIN' and
8463            'NF_VPPIP4' and
8464            'IPSEC' and
8465            'TNL_1000' and
8466            'IMIX' and
8467            '2T1C' and
8468            'NDRPDR'"
8469   parameters:
8470   - "throughput"
8471   - "name"
8472   - "tags"
8473   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8474   x-axis: "X = CNFs per Service Chain"
8475   y-axis: "Y = Number of Service Chains"
8476   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8477   layout:
8478     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8479     layout: "plot-service-density"
8480
8481 - type: "plot"
8482   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8483   algorithm: "plot_nf_heatmap"
8484   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8485   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8486   filter: "'NIC_Intel-XXV710' and
8487            'NF_DENSITY' and
8488            'DOCKER' and
8489            'CHAIN' and
8490            'NF_VPPIP4' and
8491            'IPSEC' and
8492            'TNL_1000' and
8493            'IMIX' and
8494            '4T2C' and
8495            'NDRPDR'"
8496   parameters:
8497   - "throughput"
8498   - "name"
8499   - "tags"
8500   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8501   x-axis: "X = CNFs per Service Chain"
8502   y-axis: "Y = Number of Service Chains"
8503   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8504   layout:
8505     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8506     layout: "plot-service-density"
8507
8508 - type: "plot"
8509   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8510   algorithm: "plot_nf_heatmap"
8511   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8512   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8513   filter: "'NIC_Intel-XXV710' and
8514            'NF_DENSITY' and
8515            'DOCKER' and
8516            'CHAIN' and
8517            'NF_VPPIP4' and
8518            'IPSEC' and
8519            'TNL_1000' and
8520            'IMIX' and
8521            '8T4C' and
8522            'NDRPDR'"
8523   parameters:
8524   - "throughput"
8525   - "name"
8526   - "tags"
8527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8528   x-axis: "X = CNFs per Service Chain"
8529   y-axis: "Y = Number of Service Chains"
8530   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8531   layout:
8532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8533     layout: "plot-service-density"
8534
8535 ###############################################################################
8536
8537 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8538 - type: "plot"
8539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8540   algorithm: "plot_nf_heatmap"
8541   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8542   data: "plot-vpp-nfv-3n-hsw-mrr"
8543   filter: "'NIC_Intel-XL710' and
8544            'NF_DENSITY' and
8545            'DOCKER' and
8546            'CHAIN' and
8547            'NF_VPPIP4' and
8548            'IMIX' and
8549            'TNL_1000' and
8550            '1T1C' and
8551            'MRR'"
8552   parameters:
8553   - "result"
8554   - "name"
8555   - "tags"
8556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8557   x-axis: "X = CNFs per Service Chain"
8558   y-axis: "Y = Number of Service Chains"
8559   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8560   layout:
8561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8562     layout: "plot-service-density"
8563
8564 - type: "plot"
8565   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8566   algorithm: "plot_nf_heatmap"
8567   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8568   data: "plot-vpp-nfv-3n-hsw-mrr"
8569   filter: "'NIC_Intel-XL710' and
8570            'NF_DENSITY' and
8571            'DOCKER' and
8572            'CHAIN' and
8573            'NF_VPPIP4' and
8574            'IPSEC' and
8575            'TNL_1000' and
8576            'IMIX' and
8577            '2T2C' and
8578            'MRR'"
8579   parameters:
8580   - "result"
8581   - "name"
8582   - "tags"
8583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8584   x-axis: "X = CNFs per Service Chain"
8585   y-axis: "Y = Number of Service Chains"
8586   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8587   layout:
8588     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8589     layout: "plot-service-density"
8590
8591 - type: "plot"
8592   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8593   algorithm: "plot_nf_heatmap"
8594   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8595   data: "plot-vpp-nfv-3n-hsw-mrr"
8596   filter: "'NIC_Intel-XL710' and
8597            'NF_DENSITY' and
8598            'DOCKER' and
8599            'CHAIN' and
8600            'NF_VPPIP4' and
8601            'IPSEC' and
8602            'TNL_1000' and
8603            'IMIX' and
8604            '4T4C' and
8605            'MRR'"
8606   parameters:
8607   - "result"
8608   - "name"
8609   - "tags"
8610   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8611   x-axis: "X = CNFs per Service Chain"
8612   y-axis: "Y = Number of Service Chains"
8613   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8614   layout:
8615     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8616     layout: "plot-service-density"
8617
8618 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8619 - type: "plot"
8620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8621   algorithm: "plot_nf_heatmap"
8622   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8623   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8624   filter: "'NIC_Intel-XL710' and
8625            'NF_DENSITY' and
8626            'DOCKER' and
8627            'CHAIN' and
8628            'NF_VPPIP4' and
8629            'IPSEC' and
8630            'TNL_1000' and
8631            'IMIX' and
8632            '1T1C' and
8633            'NDRPDR'"
8634   parameters:
8635   - "throughput"
8636   - "name"
8637   - "tags"
8638   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8639   x-axis: "X = CNFs per Service Chain"
8640   y-axis: "Y = Number of Service Chains"
8641   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8642   layout:
8643     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8644     layout: "plot-service-density"
8645
8646 - type: "plot"
8647   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8648   algorithm: "plot_nf_heatmap"
8649   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8650   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8651   filter: "'NIC_Intel-XL710' and
8652            'NF_DENSITY' and
8653            'DOCKER' and
8654            'CHAIN' and
8655            'NF_VPPIP4' and
8656            'IPSEC' and
8657            'TNL_1000' and
8658            'IMIX' and
8659            '2T2C' and
8660            'NDRPDR'"
8661   parameters:
8662   - "throughput"
8663   - "name"
8664   - "tags"
8665   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8666   x-axis: "X = CNFs per Service Chain"
8667   y-axis: "Y = Number of Service Chains"
8668   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8669   layout:
8670     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8671     layout: "plot-service-density"
8672
8673 - type: "plot"
8674   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8675   algorithm: "plot_nf_heatmap"
8676   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8677   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8678   filter: "'NIC_Intel-XL710' and
8679            'NF_DENSITY' and
8680            'DOCKER' and
8681            'CHAIN' and
8682            'NF_VPPIP4' and
8683            'IPSEC' and
8684            'TNL_1000' and
8685            'IMIX' and
8686            '4T4C' and
8687            'NDRPDR'"
8688   parameters:
8689   - "throughput"
8690   - "name"
8691   - "tags"
8692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8693   x-axis: "X = CNFs per Service Chain"
8694   y-axis: "Y = Number of Service Chains"
8695   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8696   layout:
8697     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8698     layout: "plot-service-density"
8699
8700 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8701 - type: "plot"
8702   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8703   algorithm: "plot_nf_heatmap"
8704   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8705   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8706   filter: "'NIC_Intel-XL710' and
8707            'NF_DENSITY' and
8708            'DOCKER' and
8709            'CHAIN' and
8710            'NF_VPPIP4' and
8711            'IPSEC' and
8712            'TNL_1000' and
8713            'IMIX' and
8714            '1T1C' and
8715            'NDRPDR'"
8716   parameters:
8717   - "throughput"
8718   - "name"
8719   - "tags"
8720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8721   x-axis: "X = CNFs per Service Chain"
8722   y-axis: "Y = Number of Service Chains"
8723   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8724   layout:
8725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8726     layout: "plot-service-density"
8727
8728 - type: "plot"
8729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8730   algorithm: "plot_nf_heatmap"
8731   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8732   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8733   filter: "'NIC_Intel-XL710' and
8734            'NF_DENSITY' and
8735            'DOCKER' and
8736            'CHAIN' and
8737            'NF_VPPIP4' and
8738            'IPSEC' and
8739            'TNL_1000' and
8740            'IMIX' and
8741            '2T2C' and
8742            'NDRPDR'"
8743   parameters:
8744   - "throughput"
8745   - "name"
8746   - "tags"
8747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8748   x-axis: "X = CNFs per Service Chain"
8749   y-axis: "Y = Number of Service Chains"
8750   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8751   layout:
8752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8753     layout: "plot-service-density"
8754
8755 - type: "plot"
8756   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8757   algorithm: "plot_nf_heatmap"
8758   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8759   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8760   filter: "'NIC_Intel-XL710' and
8761            'NF_DENSITY' and
8762            'DOCKER' and
8763            'CHAIN' and
8764            'NF_VPPIP4' and
8765            'IPSEC' and
8766            'TNL_1000' and
8767            'IMIX' and
8768            '4T4C' and
8769            'NDRPDR'"
8770   parameters:
8771   - "throughput"
8772   - "name"
8773   - "tags"
8774   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8775   x-axis: "X = CNFs per Service Chain"
8776   y-axis: "Y = Number of Service Chains"
8777   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8778   layout:
8779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8780     layout: "plot-service-density"
8781
8782 ###############################################################################
8783
8784 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8785 #- type: "plot"
8786 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8787 #  algorithm: "plot_nf_heatmap"
8788 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8789 #  data: "plot-vpp-nfv-3n-skx-mrr"
8790 #  filter: "'NIC_Intel-XXV710' and
8791 #           'NF_DENSITY' and
8792 #           'DOCKER' and
8793 #           'CHAIN' and
8794 #           'NF_VPPIP4' and
8795 #           'IPSEC' and
8796 #           'TNL_10000' and
8797 #           'IMIX' and
8798 #           '2T1C' and
8799 #           'MRR'"
8800 #  parameters:
8801 #  - "result"
8802 #  - "name"
8803 #  - "tags"
8804 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8805 #  x-axis: "X = CNFs per Service Chain"
8806 #  y-axis: "Y = Number of Service Chains"
8807 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8808 #  layout:
8809 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8810 #    layout: "plot-service-density"
8811 #
8812 #- type: "plot"
8813 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8814 #  algorithm: "plot_nf_heatmap"
8815 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8816 #  data: "plot-vpp-nfv-3n-skx-mrr"
8817 #  filter: "'NIC_Intel-XXV710' and
8818 #           'NF_DENSITY' and
8819 #           'DOCKER' and
8820 #           'CHAIN' and
8821 #           'NF_VPPIP4' and
8822 #           'IPSEC' and
8823 #           'TNL_10000' and
8824 #           'IMIX' and
8825 #           '4T2C' and
8826 #           'MRR'"
8827 #  parameters:
8828 #  - "result"
8829 #  - "name"
8830 #  - "tags"
8831 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8832 #  x-axis: "X = CNFs per Service Chain"
8833 #  y-axis: "Y = Number of Service Chains"
8834 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8835 #  layout:
8836 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8837 #    layout: "plot-service-density"
8838 #
8839 #- type: "plot"
8840 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8841 #  algorithm: "plot_nf_heatmap"
8842 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8843 #  data: "plot-vpp-nfv-3n-skx-mrr"
8844 #  filter: "'NIC_Intel-XXV710' and
8845 #           'NF_DENSITY' and
8846 #           'DOCKER' and
8847 #           'CHAIN' and
8848 #           'NF_VPPIP4' and
8849 #           'IPSEC' and
8850 #           'TNL_10000' and
8851 #           'IMIX' and
8852 #           '8T4C' and
8853 #           'MRR'"
8854 #  parameters:
8855 #  - "result"
8856 #  - "name"
8857 #  - "tags"
8858 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8859 #  x-axis: "X = CNFs per Service Chain"
8860 #  y-axis: "Y = Number of Service Chains"
8861 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8862 #  layout:
8863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8864 #    layout: "plot-service-density"
8865
8866 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8867 - type: "plot"
8868   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8869   algorithm: "plot_nf_heatmap"
8870   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8871   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8872   filter: "'NIC_Intel-XXV710' and
8873            'NF_DENSITY' and
8874            'DOCKER' and
8875            'CHAIN' and
8876            'NF_VPPIP4' and
8877            'IPSEC' and
8878            'TNL_10000' and
8879            'IMIX' and
8880            '2T1C' and
8881            'NDRPDR'"
8882   parameters:
8883   - "throughput"
8884   - "name"
8885   - "tags"
8886   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8887   x-axis: "X = CNFs per Service Chain"
8888   y-axis: "Y = Number of Service Chains"
8889   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8890   layout:
8891     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8892     layout: "plot-service-density"
8893
8894 - type: "plot"
8895   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8896   algorithm: "plot_nf_heatmap"
8897   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8898   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8899   filter: "'NIC_Intel-XXV710' and
8900            'NF_DENSITY' and
8901            'DOCKER' and
8902            'CHAIN' and
8903            'NF_VPPIP4' and
8904            'IPSEC' and
8905            'TNL_10000' 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-10000tnl-vppip4-ndr"
8919     layout: "plot-service-density"
8920
8921 - type: "plot"
8922   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8923   algorithm: "plot_nf_heatmap"
8924   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8925   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8926   filter: "'NIC_Intel-XXV710' and
8927            'NF_DENSITY' and
8928            'DOCKER' and
8929            'CHAIN' and
8930            'NF_VPPIP4' and
8931            'IPSEC' and
8932            'TNL_10000' and
8933            'IMIX' and
8934            '8T4C' and
8935            'NDRPDR'"
8936   parameters:
8937   - "throughput"
8938   - "name"
8939   - "tags"
8940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8941   x-axis: "X = CNFs per Service Chain"
8942   y-axis: "Y = Number of Service Chains"
8943   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8944   layout:
8945     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8946     layout: "plot-service-density"
8947
8948 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8949 - type: "plot"
8950   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8951   algorithm: "plot_nf_heatmap"
8952   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8953   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8954   filter: "'NIC_Intel-XXV710' and
8955            'NF_DENSITY' and
8956            'DOCKER' and
8957            'CHAIN' and
8958            'NF_VPPIP4' and
8959            'IPSEC' and
8960            'TNL_10000' and
8961            'IMIX' and
8962            '2T1C' and
8963            'NDRPDR'"
8964   parameters:
8965   - "throughput"
8966   - "name"
8967   - "tags"
8968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8969   x-axis: "X = CNFs per Service Chain"
8970   y-axis: "Y = Number of Service Chains"
8971   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8972   layout:
8973     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8974     layout: "plot-service-density"
8975
8976 - type: "plot"
8977   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8978   algorithm: "plot_nf_heatmap"
8979   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8980   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8981   filter: "'NIC_Intel-XXV710' and
8982            'NF_DENSITY' and
8983            'DOCKER' and
8984            'CHAIN' and
8985            'NF_VPPIP4' and
8986            'IPSEC' and
8987            'TNL_10000' and
8988            'IMIX' and
8989            '4T2C' and
8990            'NDRPDR'"
8991   parameters:
8992   - "throughput"
8993   - "name"
8994   - "tags"
8995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8996   x-axis: "X = CNFs per Service Chain"
8997   y-axis: "Y = Number of Service Chains"
8998   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8999   layout:
9000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9001     layout: "plot-service-density"
9002
9003 - type: "plot"
9004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9005   algorithm: "plot_nf_heatmap"
9006   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9007   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9008   filter: "'NIC_Intel-XXV710' and
9009            'NF_DENSITY' and
9010            'DOCKER' and
9011            'CHAIN' and
9012            'NF_VPPIP4' and
9013            'IPSEC' and
9014            'TNL_10000' and
9015            'IMIX' and
9016            '8T4C' and
9017            'NDRPDR'"
9018   parameters:
9019   - "throughput"
9020   - "name"
9021   - "tags"
9022   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9023   x-axis: "X = CNFs per Service Chain"
9024   y-axis: "Y = Number of Service Chains"
9025   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9026   layout:
9027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9028     layout: "plot-service-density"
9029
9030 ###############################################################################
9031
9032 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9033 - type: "plot"
9034   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9035   algorithm: "plot_nf_heatmap"
9036   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9037   data: "plot-vpp-nfv-3n-hsw-mrr"
9038   filter: "'NIC_Intel-XL710' and
9039            'NF_DENSITY' and
9040            'DOCKER' and
9041            'CHAIN' and
9042            'NF_VPPIP4' and
9043            'IMIX' and
9044            'TNL_10000' and
9045            '1T1C' and
9046            'MRR'"
9047   parameters:
9048   - "result"
9049   - "name"
9050   - "tags"
9051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9052   x-axis: "X = CNFs per Service Chain"
9053   y-axis: "Y = Number of Service Chains"
9054   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9055   layout:
9056     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9057     layout: "plot-service-density"
9058
9059 - type: "plot"
9060   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9061   algorithm: "plot_nf_heatmap"
9062   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9063   data: "plot-vpp-nfv-3n-hsw-mrr"
9064   filter: "'NIC_Intel-XL710' and
9065            'NF_DENSITY' and
9066            'DOCKER' and
9067            'CHAIN' and
9068            'NF_VPPIP4' and
9069            'IPSEC' and
9070            'TNL_10000' and
9071            'IMIX' and
9072            '2T2C' and
9073            'MRR'"
9074   parameters:
9075   - "result"
9076   - "name"
9077   - "tags"
9078   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9079   x-axis: "X = CNFs per Service Chain"
9080   y-axis: "Y = Number of Service Chains"
9081   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9082   layout:
9083     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9084     layout: "plot-service-density"
9085
9086 - type: "plot"
9087   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9088   algorithm: "plot_nf_heatmap"
9089   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9090   data: "plot-vpp-nfv-3n-hsw-mrr"
9091   filter: "'NIC_Intel-XL710' and
9092            'NF_DENSITY' and
9093            'DOCKER' and
9094            'CHAIN' and
9095            'NF_VPPIP4' and
9096            'IPSEC' and
9097            'TNL_10000' and
9098            'IMIX' and
9099            '4T4C' and
9100            'MRR'"
9101   parameters:
9102   - "result"
9103   - "name"
9104   - "tags"
9105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9106   x-axis: "X = CNFs per Service Chain"
9107   y-axis: "Y = Number of Service Chains"
9108   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9109   layout:
9110     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9111     layout: "plot-service-density"
9112
9113 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9114 - type: "plot"
9115   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9116   algorithm: "plot_nf_heatmap"
9117   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9118   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9119   filter: "'NIC_Intel-XL710' and
9120            'NF_DENSITY' and
9121            'DOCKER' and
9122            'CHAIN' and
9123            'NF_VPPIP4' and
9124            'IPSEC' and
9125            'TNL_10000' and
9126            'IMIX' and
9127            '1T1C' and
9128            'NDRPDR'"
9129   parameters:
9130   - "throughput"
9131   - "name"
9132   - "tags"
9133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9134   x-axis: "X = CNFs per Service Chain"
9135   y-axis: "Y = Number of Service Chains"
9136   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9137   layout:
9138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9139     layout: "plot-service-density"
9140
9141 - type: "plot"
9142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9143   algorithm: "plot_nf_heatmap"
9144   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9145   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9146   filter: "'NIC_Intel-XL710' and
9147            'NF_DENSITY' and
9148            'DOCKER' and
9149            'CHAIN' and
9150            'NF_VPPIP4' and
9151            'IPSEC' and
9152            'TNL_10000' and
9153            'IMIX' and
9154            '2T2C' and
9155            'NDRPDR'"
9156   parameters:
9157   - "throughput"
9158   - "name"
9159   - "tags"
9160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9161   x-axis: "X = CNFs per Service Chain"
9162   y-axis: "Y = Number of Service Chains"
9163   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9164   layout:
9165     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9166     layout: "plot-service-density"
9167
9168 - type: "plot"
9169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9170   algorithm: "plot_nf_heatmap"
9171   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9172   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9173   filter: "'NIC_Intel-XL710' and
9174            'NF_DENSITY' and
9175            'DOCKER' and
9176            'CHAIN' and
9177            'NF_VPPIP4' and
9178            'IPSEC' and
9179            'TNL_10000' and
9180            'IMIX' and
9181            '4T4C' and
9182            'NDRPDR'"
9183   parameters:
9184   - "throughput"
9185   - "name"
9186   - "tags"
9187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9188   x-axis: "X = CNFs per Service Chain"
9189   y-axis: "Y = Number of Service Chains"
9190   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9191   layout:
9192     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9193     layout: "plot-service-density"
9194
9195 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9196 - type: "plot"
9197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9198   algorithm: "plot_nf_heatmap"
9199   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9200   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9201   filter: "'NIC_Intel-XL710' and
9202            'NF_DENSITY' and
9203            'DOCKER' and
9204            'CHAIN' and
9205            'NF_VPPIP4' and
9206            'IPSEC' and
9207            'TNL_10000' and
9208            'IMIX' and
9209            '1T1C' and
9210            'NDRPDR'"
9211   parameters:
9212   - "throughput"
9213   - "name"
9214   - "tags"
9215   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9216   x-axis: "X = CNFs per Service Chain"
9217   y-axis: "Y = Number of Service Chains"
9218   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9219   layout:
9220     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9221     layout: "plot-service-density"
9222
9223 - type: "plot"
9224   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9225   algorithm: "plot_nf_heatmap"
9226   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9227   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9228   filter: "'NIC_Intel-XL710' and
9229            'NF_DENSITY' and
9230            'DOCKER' and
9231            'CHAIN' and
9232            'NF_VPPIP4' and
9233            'IPSEC' and
9234            'TNL_10000' and
9235            'IMIX' and
9236            '2T2C' and
9237            'NDRPDR'"
9238   parameters:
9239   - "throughput"
9240   - "name"
9241   - "tags"
9242   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9243   x-axis: "X = CNFs per Service Chain"
9244   y-axis: "Y = Number of Service Chains"
9245   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9246   layout:
9247     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9248     layout: "plot-service-density"
9249
9250 - type: "plot"
9251   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9252   algorithm: "plot_nf_heatmap"
9253   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9254   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9255   filter: "'NIC_Intel-XL710' and
9256            'NF_DENSITY' and
9257            'DOCKER' and
9258            'CHAIN' and
9259            'NF_VPPIP4' and
9260            'IPSEC' and
9261            'TNL_10000' and
9262            'IMIX' and
9263            '4T4C' and
9264            'NDRPDR'"
9265   parameters:
9266   - "throughput"
9267   - "name"
9268   - "tags"
9269   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9270   x-axis: "X = CNFs per Service Chain"
9271   y-axis: "Y = Number of Service Chains"
9272   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9273   layout:
9274     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9275     layout: "plot-service-density"
9276
9277 ###############################################################################
9278
9279 # Plots - NF Density - CSP - MRR 64b
9280
9281 #- type: "plot"
9282 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9283 #  algorithm: "plot_nf_heatmap"
9284 #  output-file-type: ".html"
9285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9286 #  data: "plot-vpp-nfv-2n-skx-mrr"
9287 #  filter: "'NIC_Intel-XXV710' and
9288 #           'NF_DENSITY' and
9289 #           'DOCKER' and
9290 #           'PIPELINE' and
9291 #           'NF_VPPIP4' and
9292 #           '64B' and
9293 #           '2T1C' and
9294 #           'MRR'"
9295 #  parameters:
9296 #  - "result"
9297 #  - "name"
9298 #  - "tags"
9299 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9300 #  x-axis: "X = CNFs per Service Pipeline"
9301 #  y-axis: "Y = Number of Service Pipelines"
9302 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9303 #  layout:
9304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9305 #    layout: "plot-service-density"
9306 #
9307 #- type: "plot"
9308 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9309 #  algorithm: "plot_nf_heatmap"
9310 #  output-file-type: ".html"
9311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9312 #  data: "plot-vpp-nfv-2n-skx-mrr"
9313 #  filter: "'NIC_Intel-XXV710' and
9314 #           'NF_DENSITY' and
9315 #           'DOCKER' and
9316 #           'PIPELINE' and
9317 #           'NF_VPPIP4' and
9318 #           '64B' and
9319 #           '4T2C' and
9320 #           'MRR'"
9321 #  parameters:
9322 #  - "result"
9323 #  - "name"
9324 #  - "tags"
9325 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9326 #  x-axis: "X = CNFs per Service Pipeline"
9327 #  y-axis: "Y = Number of Service Pipelines"
9328 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9329 #  layout:
9330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9331 #    layout: "plot-service-density"
9332 #
9333 #- type: "plot"
9334 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9335 #  algorithm: "plot_nf_heatmap"
9336 #  output-file-type: ".html"
9337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9338 #  data: "plot-vpp-nfv-2n-skx-mrr"
9339 #  filter: "'NIC_Intel-XXV710' and
9340 #           'NF_DENSITY' and
9341 #           'DOCKER' and
9342 #           'PIPELINE' and
9343 #           'NF_VPPIP4' and
9344 #           '64B' and
9345 #           '8T4C' and
9346 #           'MRR'"
9347 #  parameters:
9348 #  - "result"
9349 #  - "name"
9350 #  - "tags"
9351 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9352 #  x-axis: "X = CNFs per Service Pipeline"
9353 #  y-axis: "Y = Number of Service Pipelines"
9354 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9355 #  layout:
9356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9357 #    layout: "plot-service-density"
9358 #
9359 ## Plots - NF Density - CSP - MRR IMIX
9360 #- type: "plot"
9361 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9362 #  algorithm: "plot_nf_heatmap"
9363 #  output-file-type: ".html"
9364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9365 #  data: "plot-vpp-nfv-2n-skx-mrr"
9366 #  filter: "'NIC_Intel-XXV710' and
9367 #           'NF_DENSITY' and
9368 #           'DOCKER' and
9369 #           'PIPELINE' and
9370 #           'NF_VPPIP4' and
9371 #           'IMIX' and
9372 #           '2T1C' and
9373 #           'MRR'"
9374 #  parameters:
9375 #  - "result"
9376 #  - "name"
9377 #  - "tags"
9378 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9379 #  x-axis: "X = CNFs per Service Pipeline"
9380 #  y-axis: "Y = Number of Service Pipelines"
9381 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9382 #  layout:
9383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9384 #    layout: "plot-service-density"
9385 #
9386 #- type: "plot"
9387 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9388 #  algorithm: "plot_nf_heatmap"
9389 #  output-file-type: ".html"
9390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9391 #  data: "plot-vpp-nfv-2n-skx-mrr"
9392 #  filter: "'NIC_Intel-XXV710' and
9393 #           'NF_DENSITY' and
9394 #           'DOCKER' and
9395 #           'PIPELINE' and
9396 #           'NF_VPPIP4' and
9397 #           'IMIX' and
9398 #           '4T2C' and
9399 #           'MRR'"
9400 #  parameters:
9401 #  - "result"
9402 #  - "name"
9403 #  - "tags"
9404 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9405 #  x-axis: "X = CNFs per Service Pipeline"
9406 #  y-axis: "Y = Number of Service Pipelines"
9407 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9408 #  layout:
9409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9410 #    layout: "plot-service-density"
9411 #
9412 #- type: "plot"
9413 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9414 #  algorithm: "plot_nf_heatmap"
9415 #  output-file-type: ".html"
9416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9417 #  data: "plot-vpp-nfv-2n-skx-mrr"
9418 #  filter: "'NIC_Intel-XXV710' and
9419 #           'NF_DENSITY' and
9420 #           'DOCKER' and
9421 #           'PIPELINE' and
9422 #           'NF_VPPIP4' and
9423 #           'IMIX' and
9424 #           '8T4C' and
9425 #           'MRR'"
9426 #  parameters:
9427 #  - "result"
9428 #  - "name"
9429 #  - "tags"
9430 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9431 #  x-axis: "X = CNFs per Service Pipeline"
9432 #  y-axis: "Y = Number of Service Pipelines"
9433 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9434 #  layout:
9435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9436 #    layout: "plot-service-density"
9437 #
9438 ## Plots - NF Density - CSP - NDR 64b
9439 #- type: "plot"
9440 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9441 #  algorithm: "plot_nf_heatmap"
9442 #  output-file-type: ".html"
9443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9444 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9445 #  filter: "'NIC_Intel-XXV710' and
9446 #           'NF_DENSITY' and
9447 #           'DOCKER' and
9448 #           'PIPELINE' and
9449 #           'NF_VPPIP4' and
9450 #           '64B' and
9451 #           '2T1C' and
9452 #           'NDRPDR'"
9453 #  parameters:
9454 #  - "throughput"
9455 #  - "name"
9456 #  - "tags"
9457 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9458 #  x-axis: "X = CNFs per Service Pipeline"
9459 #  y-axis: "Y = Number of Service Pipelines"
9460 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9461 #  layout:
9462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9463 #    layout: "plot-service-density"
9464 #
9465 #- type: "plot"
9466 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9467 #  algorithm: "plot_nf_heatmap"
9468 #  output-file-type: ".html"
9469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9470 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9471 #  filter: "'NIC_Intel-XXV710' and
9472 #           'NF_DENSITY' and
9473 #           'DOCKER' and
9474 #           'PIPELINE' and
9475 #           'NF_VPPIP4' and
9476 #           '64B' and
9477 #           '4T2C' and
9478 #           'NDRPDR'"
9479 #  parameters:
9480 #  - "throughput"
9481 #  - "name"
9482 #  - "tags"
9483 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9484 #  x-axis: "X = CNFs per Service Pipeline"
9485 #  y-axis: "Y = Number of Service Pipelines"
9486 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9487 #  layout:
9488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9489 #    layout: "plot-service-density"
9490 #
9491 #- type: "plot"
9492 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9493 #  algorithm: "plot_nf_heatmap"
9494 #  output-file-type: ".html"
9495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9496 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9497 #  filter: "'NIC_Intel-XXV710' and
9498 #           'NF_DENSITY' and
9499 #           'DOCKER' and
9500 #           'PIPELINE' and
9501 #           'NF_VPPIP4' and
9502 #           '64B' and
9503 #           '8T4C' and
9504 #           'NDRPDR'"
9505 #  parameters:
9506 #  - "throughput"
9507 #  - "name"
9508 #  - "tags"
9509 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9510 #  x-axis: "X = CNFs per Service Pipeline"
9511 #  y-axis: "Y = Number of Service Pipelines"
9512 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9513 #  layout:
9514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9515 #    layout: "plot-service-density"
9516 #
9517 ## Plots - NF Density - CSP - NDR IMIX
9518 #- type: "plot"
9519 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9520 #  algorithm: "plot_nf_heatmap"
9521 #  output-file-type: ".html"
9522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9523 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9524 #  filter: "'NIC_Intel-XXV710' and
9525 #           'NF_DENSITY' and
9526 #           'DOCKER' and
9527 #           'PIPELINE' and
9528 #           'NF_VPPIP4' and
9529 #           'IMIX' and
9530 #           '2T1C' and
9531 #           'NDRPDR'"
9532 #  parameters:
9533 #  - "throughput"
9534 #  - "name"
9535 #  - "tags"
9536 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9537 #  x-axis: "X = CNFs per Service Pipeline"
9538 #  y-axis: "Y = Number of Service Pipelines"
9539 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9540 #  layout:
9541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9542 #    layout: "plot-service-density"
9543 #
9544 #- type: "plot"
9545 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9546 #  algorithm: "plot_nf_heatmap"
9547 #  output-file-type: ".html"
9548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9549 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9550 #  filter: "'NIC_Intel-XXV710' and
9551 #           'NF_DENSITY' and
9552 #           'DOCKER' and
9553 #           'PIPELINE' and
9554 #           'NF_VPPIP4' and
9555 #           'IMIX' and
9556 #           '4T2C' and
9557 #           'NDRPDR'"
9558 #  parameters:
9559 #  - "throughput"
9560 #  - "name"
9561 #  - "tags"
9562 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9563 #  x-axis: "X = CNFs per Service Pipeline"
9564 #  y-axis: "Y = Number of Service Pipelines"
9565 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9566 #  layout:
9567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9568 #    layout: "plot-service-density"
9569 #
9570 #- type: "plot"
9571 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9572 #  algorithm: "plot_nf_heatmap"
9573 #  output-file-type: ".html"
9574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9575 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9576 #  filter: "'NIC_Intel-XXV710' and
9577 #           'NF_DENSITY' and
9578 #           'DOCKER' and
9579 #           'PIPELINE' and
9580 #           'NF_VPPIP4' and
9581 #           'IMIX' and
9582 #           '8T4C' and
9583 #           'NDRPDR'"
9584 #  parameters:
9585 #  - "throughput"
9586 #  - "name"
9587 #  - "tags"
9588 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9589 #  x-axis: "X = CNFs per Service Pipeline"
9590 #  y-axis: "Y = Number of Service Pipelines"
9591 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9592 #  layout:
9593 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9594 #    layout: "plot-service-density"
9595 #
9596 ## Plots - NF Density - CSP - PDR 64b
9597 #- type: "plot"
9598 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9599 #  algorithm: "plot_nf_heatmap"
9600 #  output-file-type: ".html"
9601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9602 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9603 #  filter: "'NIC_Intel-XXV710' and
9604 #           'NF_DENSITY' and
9605 #           'DOCKER' and
9606 #           'PIPELINE' and
9607 #           'NF_VPPIP4' and
9608 #           '64B' and
9609 #           '2T1C' and
9610 #           'NDRPDR'"
9611 #  parameters:
9612 #  - "throughput"
9613 #  - "name"
9614 #  - "tags"
9615 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9616 #  x-axis: "X = CNFs per Service Pipeline"
9617 #  y-axis: "Y = Number of Service Pipelines"
9618 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9619 #  layout:
9620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9621 #    layout: "plot-service-density"
9622 #
9623 #- type: "plot"
9624 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9625 #  algorithm: "plot_nf_heatmap"
9626 #  output-file-type: ".html"
9627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9628 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9629 #  filter: "'NIC_Intel-XXV710' and
9630 #           'NF_DENSITY' and
9631 #           'DOCKER' and
9632 #           'PIPELINE' and
9633 #           'NF_VPPIP4' and
9634 #           '64B' and
9635 #           '4T2C' and
9636 #           'NDRPDR'"
9637 #  parameters:
9638 #  - "throughput"
9639 #  - "name"
9640 #  - "tags"
9641 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9642 #  x-axis: "X = CNFs per Service Pipeline"
9643 #  y-axis: "Y = Number of Service Pipelines"
9644 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9645 #  layout:
9646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9647 #    layout: "plot-service-density"
9648 #
9649 #- type: "plot"
9650 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9651 #  algorithm: "plot_nf_heatmap"
9652 #  output-file-type: ".html"
9653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9654 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9655 #  filter: "'NIC_Intel-XXV710' and
9656 #           'NF_DENSITY' and
9657 #           'DOCKER' and
9658 #           'PIPELINE' and
9659 #           'NF_VPPIP4' and
9660 #           '64B' and
9661 #           '8T4C' and
9662 #           'NDRPDR'"
9663 #  parameters:
9664 #  - "throughput"
9665 #  - "name"
9666 #  - "tags"
9667 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9668 #  x-axis: "X = CNFs per Service Pipeline"
9669 #  y-axis: "Y = Number of Service Pipelines"
9670 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9671 #  layout:
9672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9673 #    layout: "plot-service-density"
9674 #
9675 ## Plots - NF Density - CSP - PDR IMIX
9676 #- type: "plot"
9677 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9678 #  algorithm: "plot_nf_heatmap"
9679 #  output-file-type: ".html"
9680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9681 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9682 #  filter: "'NIC_Intel-XXV710' and
9683 #           'NF_DENSITY' and
9684 #           'DOCKER' and
9685 #           'PIPELINE' and
9686 #           'NF_VPPIP4' and
9687 #           'IMIX' and
9688 #           '2T1C' and
9689 #           'NDRPDR'"
9690 #  parameters:
9691 #  - "throughput"
9692 #  - "name"
9693 #  - "tags"
9694 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9695 #  x-axis: "X = CNFs per Service Pipeline"
9696 #  y-axis: "Y = Number of Service Pipelines"
9697 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9698 #  layout:
9699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9700 #    layout: "plot-service-density"
9701 #
9702 #- type: "plot"
9703 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9704 #  algorithm: "plot_nf_heatmap"
9705 #  output-file-type: ".html"
9706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9707 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9708 #  filter: "'NIC_Intel-XXV710' and
9709 #           'NF_DENSITY' and
9710 #           'DOCKER' and
9711 #           'PIPELINE' and
9712 #           'NF_VPPIP4' and
9713 #           'IMIX' and
9714 #           '4T2C' and
9715 #           'NDRPDR'"
9716 #  parameters:
9717 #  - "throughput"
9718 #  - "name"
9719 #  - "tags"
9720 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9721 #  x-axis: "X = CNFs per Service Pipeline"
9722 #  y-axis: "Y = Number of Service Pipelines"
9723 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9724 #  layout:
9725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9726 #    layout: "plot-service-density"
9727 #
9728 #- type: "plot"
9729 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9730 #  algorithm: "plot_nf_heatmap"
9731 #  output-file-type: ".html"
9732 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9733 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9734 #  filter: "'NIC_Intel-XXV710' and
9735 #           'NF_DENSITY' and
9736 #           'DOCKER' and
9737 #           'PIPELINE' and
9738 #           'NF_VPPIP4' and
9739 #           'IMIX' and
9740 #           '8T4C' and
9741 #           'NDRPDR'"
9742 #  parameters:
9743 #  - "throughput"
9744 #  - "name"
9745 #  - "tags"
9746 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9747 #  x-axis: "X = CNFs per Service Pipeline"
9748 #  y-axis: "Y = Number of Service Pipelines"
9749 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9750 #  layout:
9751 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9752 #    layout: "plot-service-density"
9753
9754 ###############################################################################
9755 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9756
9757 - type: "plot"
9758   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9759   algorithm: "plot_nf_heatmap"
9760   output-file-type: ".html"
9761   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9762   data: "plot-vpp-nfv-2n-clx-mrr"
9763   filter: "'NIC_Intel-XXV710' and
9764            'NF_DENSITY' and
9765            'VHOST' and
9766            not 'VXLAN' and
9767            'CHAIN' and
9768            'NF_VPPIP4' and
9769            'IMIX' and
9770            '2T1C' and
9771            'MRR'"
9772   parameters:
9773   - "result"
9774   - "name"
9775   - "tags"
9776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9777   x-axis: "X = VNFs per Service Chain"
9778   y-axis: "Y = Number of Service Chains"
9779   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9780   layout:
9781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9782     layout: "plot-service-density"
9783
9784 - type: "plot"
9785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9786   algorithm: "plot_nf_heatmap"
9787   output-file-type: ".html"
9788   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9789   data: "plot-vpp-nfv-2n-clx-mrr"
9790   filter: "'NIC_Intel-XXV710' and
9791            'NF_DENSITY' and
9792            'VHOST' and
9793            not 'VXLAN' and
9794            'CHAIN' and
9795            'NF_VPPIP4' and
9796            'IMIX' and
9797            '4T2C' and
9798            'MRR'"
9799   parameters:
9800   - "result"
9801   - "name"
9802   - "tags"
9803   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9804   x-axis: "X = VNFs per Service Chain"
9805   y-axis: "Y = Number of Service Chains"
9806   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9807   layout:
9808     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9809     layout: "plot-service-density"
9810
9811 - type: "plot"
9812   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9813   algorithm: "plot_nf_heatmap"
9814   output-file-type: ".html"
9815   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9816   data: "plot-vpp-nfv-2n-clx-mrr"
9817   filter: "'NIC_Intel-XXV710' and
9818            'NF_DENSITY' and
9819            'VHOST' and
9820            not 'VXLAN' and
9821            'CHAIN' and
9822            'NF_VPPIP4' and
9823            'IMIX' and
9824            '8T4C' and
9825            'MRR'"
9826   parameters:
9827   - "result"
9828   - "name"
9829   - "tags"
9830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9831   x-axis: "X = VNFs per Service Chain"
9832   y-axis: "Y = Number of Service Chains"
9833   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9834   layout:
9835     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9836     layout: "plot-service-density"
9837
9838 # Plots - NF Density - VSC - NDR IMIX
9839 - type: "plot"
9840   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9841   algorithm: "plot_nf_heatmap"
9842   output-file-type: ".html"
9843   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9844   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9845   filter: "'NIC_Intel-XXV710' and
9846            'NF_DENSITY' and
9847            'VHOST' and
9848            not 'VXLAN' and
9849            'CHAIN' and
9850            'NF_VPPIP4' and
9851            'IMIX' and
9852            '2T1C' and
9853            'NDRPDR'"
9854   parameters:
9855   - "throughput"
9856   - "name"
9857   - "tags"
9858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9859   x-axis: "X = VNFs per Service Chain"
9860   y-axis: "Y = Number of Service Chains"
9861   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9862   layout:
9863     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9864     layout: "plot-service-density"
9865
9866 - type: "plot"
9867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9868   algorithm: "plot_nf_heatmap"
9869   output-file-type: ".html"
9870   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9871   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9872   filter: "'NIC_Intel-XXV710' and
9873            'NF_DENSITY' and
9874            'VHOST' and
9875            not 'VXLAN' and
9876            'CHAIN' and
9877            'NF_VPPIP4' and
9878            'IMIX' and
9879            '4T2C' and
9880            'NDRPDR'"
9881   parameters:
9882   - "throughput"
9883   - "name"
9884   - "tags"
9885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9886   x-axis: "X = VNFs per Service Chain"
9887   y-axis: "Y = Number of Service Chains"
9888   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9889   layout:
9890     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9891     layout: "plot-service-density"
9892
9893 - type: "plot"
9894   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9895   algorithm: "plot_nf_heatmap"
9896   output-file-type: ".html"
9897   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9898   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9899   filter: "'NIC_Intel-XXV710' and
9900            'NF_DENSITY' and
9901            'VHOST' and
9902            not 'VXLAN' and
9903            'CHAIN' and
9904            'NF_VPPIP4' and
9905            'IMIX' and
9906            '8T4C' and
9907            'NDRPDR'"
9908   parameters:
9909   - "throughput"
9910   - "name"
9911   - "tags"
9912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9913   x-axis: "X = VNFs per Service Chain"
9914   y-axis: "Y = Number of Service Chains"
9915   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9916   layout:
9917     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9918     layout: "plot-service-density"
9919
9920 # Plots - NF Density - VSC - PDR IMIX
9921 - type: "plot"
9922   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9923   algorithm: "plot_nf_heatmap"
9924   output-file-type: ".html"
9925   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9926   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9927   filter: "'NIC_Intel-XXV710' and
9928            'NF_DENSITY' and
9929            'VHOST' and
9930            not 'VXLAN' and
9931            'CHAIN' and
9932            'NF_VPPIP4' and
9933            'IMIX' and
9934            '2T1C' and
9935            'NDRPDR'"
9936   parameters:
9937   - "throughput"
9938   - "name"
9939   - "tags"
9940   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9941   x-axis: "X = VNFs per Service Chain"
9942   y-axis: "Y = Number of Service Chains"
9943   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9944   layout:
9945     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9946     layout: "plot-service-density"
9947
9948 - type: "plot"
9949   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9950   algorithm: "plot_nf_heatmap"
9951   output-file-type: ".html"
9952   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9953   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9954   filter: "'NIC_Intel-XXV710' and
9955            'NF_DENSITY' and
9956            'VHOST' and
9957            not 'VXLAN' and
9958            'CHAIN' and
9959            'NF_VPPIP4' and
9960            'IMIX' and
9961            '4T2C' and
9962            'NDRPDR'"
9963   parameters:
9964   - "throughput"
9965   - "name"
9966   - "tags"
9967   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9968   x-axis: "X = VNFs per Service Chain"
9969   y-axis: "Y = Number of Service Chains"
9970   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9971   layout:
9972     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9973     layout: "plot-service-density"
9974
9975 - type: "plot"
9976   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9977   algorithm: "plot_nf_heatmap"
9978   output-file-type: ".html"
9979   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9980   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9981   filter: "'NIC_Intel-XXV710' and
9982            'NF_DENSITY' and
9983            'VHOST' and
9984            not 'VXLAN' and
9985            'CHAIN' and
9986            'NF_VPPIP4' and
9987            'IMIX' and
9988            '8T4C' and
9989            'NDRPDR'"
9990   parameters:
9991   - "throughput"
9992   - "name"
9993   - "tags"
9994   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9995   x-axis: "X = VNFs per Service Chain"
9996   y-axis: "Y = Number of Service Chains"
9997   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9998   layout:
9999     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10000     layout: "plot-service-density"
10001
10002 # Plots - NF Density - VSC - MRR IMIX
10003 - type: "plot"
10004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10005   algorithm: "plot_nf_heatmap"
10006   output-file-type: ".html"
10007   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10008   data: "plot-vpp-nfv-2n-clx-mrr"
10009   filter: "'NIC_Intel-XXV710' and
10010            'NF_DENSITY' and
10011            'VHOST' and
10012            'VXLAN' and
10013            'CHAIN' and
10014            'IMIX' and
10015            '2T1C' and
10016            'MRR'"
10017   parameters:
10018   - "result"
10019   - "name"
10020   - "tags"
10021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10022   x-axis: "X = VNFs per Service Chain"
10023   y-axis: "Y = Number of Service Chains"
10024   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10025   layout:
10026     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10027     layout: "plot-service-density"
10028
10029 - type: "plot"
10030   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10031   algorithm: "plot_nf_heatmap"
10032   output-file-type: ".html"
10033   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10034   data: "plot-vpp-nfv-2n-clx-mrr"
10035   filter: "'NIC_Intel-XXV710' and
10036            'NF_DENSITY' and
10037            'VHOST' and
10038            'VXLAN' and
10039            'CHAIN' and
10040            'IMIX' and
10041            '4T2C' and
10042            'MRR'"
10043   parameters:
10044   - "result"
10045   - "name"
10046   - "tags"
10047   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10048   x-axis: "X = VNFs per Service Chain"
10049   y-axis: "Y = Number of Service Chains"
10050   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10051   layout:
10052     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10053     layout: "plot-service-density"
10054
10055 - type: "plot"
10056   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10057   algorithm: "plot_nf_heatmap"
10058   output-file-type: ".html"
10059   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10060   data: "plot-vpp-nfv-2n-clx-mrr"
10061   filter: "'NIC_Intel-XXV710' and
10062            'NF_DENSITY' and
10063            'VHOST' and
10064            'VXLAN' and
10065            'CHAIN' and
10066            'IMIX' and
10067            '8T4C' and
10068            'MRR'"
10069   parameters:
10070   - "result"
10071   - "name"
10072   - "tags"
10073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10074   x-axis: "X = VNFs per Service Chain"
10075   y-axis: "Y = Number of Service Chains"
10076   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10077   layout:
10078     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10079     layout: "plot-service-density"
10080
10081 # Plots - NF Density - VSC - NDR IMIX
10082 - type: "plot"
10083   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10084   algorithm: "plot_nf_heatmap"
10085   output-file-type: ".html"
10086   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10087   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10088   filter: "'NIC_Intel-XXV710' and
10089            'NF_DENSITY' and
10090            'VHOST' and
10091            'VXLAN' and
10092            'CHAIN' a
10093            'IMIX' and
10094            '2T1C' and
10095            'NDRPDR'"
10096   parameters:
10097   - "throughput"
10098   - "name"
10099   - "tags"
10100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10101   x-axis: "X = VNFs per Service Chain"
10102   y-axis: "Y = Number of Service Chains"
10103   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10104   layout:
10105     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10106     layout: "plot-service-density"
10107
10108 - type: "plot"
10109   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10110   algorithm: "plot_nf_heatmap"
10111   output-file-type: ".html"
10112   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10113   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10114   filter: "'NIC_Intel-XXV710' and
10115            'NF_DENSITY' and
10116            'VHOST' and
10117            'VXLAN' and
10118            'CHAIN' and
10119            'IMIX' and
10120            '4T2C' and
10121            'NDRPDR'"
10122   parameters:
10123   - "throughput"
10124   - "name"
10125   - "tags"
10126   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10127   x-axis: "X = VNFs per Service Chain"
10128   y-axis: "Y = Number of Service Chains"
10129   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10130   layout:
10131     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10132     layout: "plot-service-density"
10133
10134 - type: "plot"
10135   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10136   algorithm: "plot_nf_heatmap"
10137   output-file-type: ".html"
10138   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10139   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10140   filter: "'NIC_Intel-XXV710' and
10141            'NF_DENSITY' and
10142            'VHOST' and
10143            'VXLAN' and
10144            'CHAIN' and
10145            'IMIX' and
10146            '8T4C' and
10147            'NDRPDR'"
10148   parameters:
10149   - "throughput"
10150   - "name"
10151   - "tags"
10152   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10153   x-axis: "X = VNFs per Service Chain"
10154   y-axis: "Y = Number of Service Chains"
10155   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10156   layout:
10157     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10158     layout: "plot-service-density"
10159
10160 # Plots - NF Density - VSC - PDR IMIX
10161 - type: "plot"
10162   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10163   algorithm: "plot_nf_heatmap"
10164   output-file-type: ".html"
10165   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10166   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10167   filter: "'NIC_Intel-XXV710' and
10168            'NF_DENSITY' and
10169            'VHOST' and
10170            'VXLAN' and
10171            'CHAIN' and
10172            'IMIX' and
10173            '2T1C' and
10174            'NDRPDR'"
10175   parameters:
10176   - "throughput"
10177   - "name"
10178   - "tags"
10179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10180   x-axis: "X = VNFs per Service Chain"
10181   y-axis: "Y = Number of Service Chains"
10182   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10183   layout:
10184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10185     layout: "plot-service-density"
10186
10187 - type: "plot"
10188   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10189   algorithm: "plot_nf_heatmap"
10190   output-file-type: ".html"
10191   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10192   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10193   filter: "'NIC_Intel-XXV710' and
10194            'NF_DENSITY' and
10195            'VHOST' and
10196            'VXLAN' and
10197            'CHAIN' and
10198            'IMIX' and
10199            '4T2C' and
10200            'NDRPDR'"
10201   parameters:
10202   - "throughput"
10203   - "name"
10204   - "tags"
10205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10206   x-axis: "X = VNFs per Service Chain"
10207   y-axis: "Y = Number of Service Chains"
10208   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10209   layout:
10210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10211     layout: "plot-service-density"
10212
10213 - type: "plot"
10214   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10215   algorithm: "plot_nf_heatmap"
10216   output-file-type: ".html"
10217   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10218   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10219   filter: "'NIC_Intel-XXV710' and
10220            'NF_DENSITY' and
10221            'VHOST' and
10222            'VXLAN' and
10223            'CHAIN' and
10224            'IMIX' and
10225            '8T4C' and
10226            'NDRPDR'"
10227   parameters:
10228   - "throughput"
10229   - "name"
10230   - "tags"
10231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10232   x-axis: "X = VNFs per Service Chain"
10233   y-axis: "Y = Number of Service Chains"
10234   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10235   layout:
10236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10237     layout: "plot-service-density"
10238
10239 # Plots - NF Density - CSC - MRR IMIX
10240 - type: "plot"
10241   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10242   algorithm: "plot_nf_heatmap"
10243   output-file-type: ".html"
10244   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10245   data: "plot-vpp-nfv-2n-clx-mrr"
10246   filter: "'NIC_Intel-XXV710' and
10247            'NF_DENSITY' and
10248            'DOCKER' and
10249            'CHAIN' and
10250            'NF_VPPIP4' and
10251            'IMIX' and
10252            '2T1C' and
10253            'MRR'"
10254   parameters:
10255   - "result"
10256   - "name"
10257   - "tags"
10258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10259   x-axis: "X = CNFs per Service Chain"
10260   y-axis: "Y = Number of Service Chains"
10261   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10262   layout:
10263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10264     layout: "plot-service-density"
10265
10266 - type: "plot"
10267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10268   algorithm: "plot_nf_heatmap"
10269   output-file-type: ".html"
10270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10271   data: "plot-vpp-nfv-2n-clx-mrr"
10272   filter: "'NIC_Intel-XXV710' and
10273            'NF_DENSITY' and
10274            'DOCKER' and
10275            'CHAIN' and
10276            'NF_VPPIP4' and
10277            'IMIX' and
10278            '4T2C' and
10279            'MRR'"
10280   parameters:
10281   - "result"
10282   - "name"
10283   - "tags"
10284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10285   x-axis: "X = CNFs per Service Chain"
10286   y-axis: "Y = Number of Service Chains"
10287   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10288   layout:
10289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10290     layout: "plot-service-density"
10291
10292 - type: "plot"
10293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10294   algorithm: "plot_nf_heatmap"
10295   output-file-type: ".html"
10296   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10297   data: "plot-vpp-nfv-2n-clx-mrr"
10298   filter: "'NIC_Intel-XXV710' and
10299            'NF_DENSITY' and
10300            'DOCKER' and
10301            'CHAIN' and
10302            'NF_VPPIP4' and
10303            'IMIX' and
10304            '8T4C' and
10305            'MRR'"
10306   parameters:
10307   - "result"
10308   - "name"
10309   - "tags"
10310   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10311   x-axis: "X = CNFs per Service Chain"
10312   y-axis: "Y = Number of Service Chains"
10313   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10314   layout:
10315     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10316     layout: "plot-service-density"
10317
10318 # Plots - NF Density - CSC - NDR IMIX
10319 - type: "plot"
10320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10321   algorithm: "plot_nf_heatmap"
10322   output-file-type: ".html"
10323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10324   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10325   filter: "'NIC_Intel-XXV710' and
10326            'NF_DENSITY' and
10327            'DOCKER' and
10328            'CHAIN' and
10329            'NF_VPPIP4' and
10330            'IMIX' and
10331            '2T1C' and
10332            'NDRPDR'"
10333   parameters:
10334   - "throughput"
10335   - "name"
10336   - "tags"
10337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10338   x-axis: "X = CNFs per Service Chain"
10339   y-axis: "Y = Number of Service Chains"
10340   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10341   layout:
10342     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10343     layout: "plot-service-density"
10344
10345 - type: "plot"
10346   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10347   algorithm: "plot_nf_heatmap"
10348   output-file-type: ".html"
10349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10350   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10351   filter: "'NIC_Intel-XXV710' and
10352            'NF_DENSITY' and
10353            'DOCKER' and
10354            'CHAIN' and
10355            'NF_VPPIP4' and
10356            'IMIX' and
10357            '4T2C' and
10358            'NDRPDR'"
10359   parameters:
10360   - "throughput"
10361   - "name"
10362   - "tags"
10363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10364   x-axis: "X = CNFs per Service Chain"
10365   y-axis: "Y = Number of Service Chains"
10366   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10367   layout:
10368     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10369     layout: "plot-service-density"
10370
10371 - type: "plot"
10372   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10373   algorithm: "plot_nf_heatmap"
10374   output-file-type: ".html"
10375   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10376   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10377   filter: "'NIC_Intel-XXV710' and
10378            'NF_DENSITY' and
10379            'DOCKER' and
10380            'CHAIN' and
10381            'NF_VPPIP4' and
10382            'IMIX' and
10383            '8T4C' and
10384            'NDRPDR'"
10385   parameters:
10386   - "throughput"
10387   - "name"
10388   - "tags"
10389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10390   x-axis: "X = CNFs per Service Chain"
10391   y-axis: "Y = Number of Service Chains"
10392   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10393   layout:
10394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10395     layout: "plot-service-density"
10396
10397 # Plots - NF Density - CSC - PDR IMIX
10398 - type: "plot"
10399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10400   algorithm: "plot_nf_heatmap"
10401   output-file-type: ".html"
10402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10403   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10404   filter: "'NIC_Intel-XXV710' and
10405            'NF_DENSITY' and
10406            'DOCKER' and
10407            'CHAIN' and
10408            'NF_VPPIP4' and
10409            'IMIX' and
10410            '2T1C' and
10411            'NDRPDR'"
10412   parameters:
10413   - "throughput"
10414   - "name"
10415   - "tags"
10416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10417   x-axis: "X = CNFs per Service Chain"
10418   y-axis: "Y = Number of Service Chains"
10419   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10420   layout:
10421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10422     layout: "plot-service-density"
10423
10424 - type: "plot"
10425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10426   algorithm: "plot_nf_heatmap"
10427   output-file-type: ".html"
10428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10429   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10430   filter: "'NIC_Intel-XXV710' and
10431            'NF_DENSITY' and
10432            'DOCKER' and
10433            'CHAIN' and
10434            'NF_VPPIP4' and
10435            'IMIX' and
10436            '4T2C' and
10437            'NDRPDR'"
10438   parameters:
10439   - "throughput"
10440   - "name"
10441   - "tags"
10442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10443   x-axis: "X = CNFs per Service Chain"
10444   y-axis: "Y = Number of Service Chains"
10445   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10446   layout:
10447     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10448     layout: "plot-service-density"
10449
10450 - type: "plot"
10451   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10452   algorithm: "plot_nf_heatmap"
10453   output-file-type: ".html"
10454   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10455   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10456   filter: "'NIC_Intel-XXV710' and
10457            'NF_DENSITY' and
10458            'DOCKER' and
10459            'CHAIN' and
10460            'NF_VPPIP4' and
10461            'IMIX' and
10462            '8T4C' and
10463            'NDRPDR'"
10464   parameters:
10465   - "throughput"
10466   - "name"
10467   - "tags"
10468   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10469   x-axis: "X = CNFs per Service Chain"
10470   y-axis: "Y = Number of Service Chains"
10471   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10472   layout:
10473     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10474     layout: "plot-service-density"
10475
10476 # Plots - NF Density - CSP - MRR IMIX
10477 - type: "plot"
10478   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10479   algorithm: "plot_nf_heatmap"
10480   output-file-type: ".html"
10481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10482   data: "plot-vpp-nfv-2n-clx-mrr"
10483   filter: "'NIC_Intel-XXV710' and
10484            'NF_DENSITY' and
10485            'DOCKER' and
10486            'PIPELINE' and
10487            'NF_VPPIP4' and
10488            'IMIX' and
10489            '2T1C' and
10490            'MRR'"
10491   parameters:
10492   - "result"
10493   - "name"
10494   - "tags"
10495   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10496   x-axis: "X = CNFs per Service Pipeline"
10497   y-axis: "Y = Number of Service Pipelines"
10498   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10499   layout:
10500     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10501     layout: "plot-service-density"
10502
10503 - type: "plot"
10504   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10505   algorithm: "plot_nf_heatmap"
10506   output-file-type: ".html"
10507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10508   data: "plot-vpp-nfv-2n-clx-mrr"
10509   filter: "'NIC_Intel-XXV710' and
10510            'NF_DENSITY' and
10511            'DOCKER' and
10512            'PIPELINE' and
10513            'NF_VPPIP4' and
10514            'IMIX' and
10515            '4T2C' and
10516            'MRR'"
10517   parameters:
10518   - "result"
10519   - "name"
10520   - "tags"
10521   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10522   x-axis: "X = CNFs per Service Pipeline"
10523   y-axis: "Y = Number of Service Pipelines"
10524   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10525   layout:
10526     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10527     layout: "plot-service-density"
10528
10529 - type: "plot"
10530   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10531   algorithm: "plot_nf_heatmap"
10532   output-file-type: ".html"
10533   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10534   data: "plot-vpp-nfv-2n-clx-mrr"
10535   filter: "'NIC_Intel-XXV710' and
10536            'NF_DENSITY' and
10537            'DOCKER' and
10538            'PIPELINE' and
10539            'NF_VPPIP4' and
10540            'IMIX' and
10541            '8T4C' and
10542            'MRR'"
10543   parameters:
10544   - "result"
10545   - "name"
10546   - "tags"
10547   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10548   x-axis: "X = CNFs per Service Pipeline"
10549   y-axis: "Y = Number of Service Pipelines"
10550   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10551   layout:
10552     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10553     layout: "plot-service-density"
10554
10555 # Plots - NF Density - CSP - NDR IMIX
10556 - type: "plot"
10557   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10558   algorithm: "plot_nf_heatmap"
10559   output-file-type: ".html"
10560   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10561   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10562   filter: "'NIC_Intel-XXV710' and
10563            'NF_DENSITY' and
10564            'DOCKER' and
10565            'PIPELINE' and
10566            'NF_VPPIP4' and
10567            'IMIX' and
10568            '2T1C' and
10569            'NDRPDR'"
10570   parameters:
10571   - "throughput"
10572   - "name"
10573   - "tags"
10574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10575   x-axis: "X = CNFs per Service Pipeline"
10576   y-axis: "Y = Number of Service Pipelines"
10577   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10578   layout:
10579     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10580     layout: "plot-service-density"
10581
10582 - type: "plot"
10583   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10584   algorithm: "plot_nf_heatmap"
10585   output-file-type: ".html"
10586   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10587   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10588   filter: "'NIC_Intel-XXV710' and
10589            'NF_DENSITY' and
10590            'DOCKER' and
10591            'PIPELINE' and
10592            'NF_VPPIP4' and
10593            'IMIX' and
10594            '4T2C' and
10595            'NDRPDR'"
10596   parameters:
10597   - "throughput"
10598   - "name"
10599   - "tags"
10600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10601   x-axis: "X = CNFs per Service Pipeline"
10602   y-axis: "Y = Number of Service Pipelines"
10603   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10604   layout:
10605     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10606     layout: "plot-service-density"
10607
10608 - type: "plot"
10609   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10610   algorithm: "plot_nf_heatmap"
10611   output-file-type: ".html"
10612   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10613   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10614   filter: "'NIC_Intel-XXV710' and
10615            'NF_DENSITY' and
10616            'DOCKER' and
10617            'PIPELINE' and
10618            'NF_VPPIP4' and
10619            'IMIX' and
10620            '8T4C' and
10621            'NDRPDR'"
10622   parameters:
10623   - "throughput"
10624   - "name"
10625   - "tags"
10626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10627   x-axis: "X = CNFs per Service Pipeline"
10628   y-axis: "Y = Number of Service Pipelines"
10629   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10630   layout:
10631     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10632     layout: "plot-service-density"
10633
10634 # Plots - NF Density - CSP - PDR IMIX
10635 - type: "plot"
10636   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10637   algorithm: "plot_nf_heatmap"
10638   output-file-type: ".html"
10639   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10640   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10641   filter: "'NIC_Intel-XXV710' and
10642            'NF_DENSITY' and
10643            'DOCKER' and
10644            'PIPELINE' and
10645            'NF_VPPIP4' and
10646            'IMIX' and
10647            '2T1C' and
10648            'NDRPDR'"
10649   parameters:
10650   - "throughput"
10651   - "name"
10652   - "tags"
10653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10654   x-axis: "X = CNFs per Service Pipeline"
10655   y-axis: "Y = Number of Service Pipelines"
10656   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10657   layout:
10658     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10659     layout: "plot-service-density"
10660
10661 - type: "plot"
10662   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10663   algorithm: "plot_nf_heatmap"
10664   output-file-type: ".html"
10665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10666   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10667   filter: "'NIC_Intel-XXV710' and
10668            'NF_DENSITY' and
10669            'DOCKER' and
10670            'PIPELINE' and
10671            'NF_VPPIP4' and
10672            'IMIX' and
10673            '4T2C' and
10674            'NDRPDR'"
10675   parameters:
10676   - "throughput"
10677   - "name"
10678   - "tags"
10679   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10680   x-axis: "X = CNFs per Service Pipeline"
10681   y-axis: "Y = Number of Service Pipelines"
10682   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10683   layout:
10684     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10685     layout: "plot-service-density"
10686
10687 - type: "plot"
10688   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10689   algorithm: "plot_nf_heatmap"
10690   output-file-type: ".html"
10691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10692   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10693   filter: "'NIC_Intel-XXV710' and
10694            'NF_DENSITY' and
10695            'DOCKER' and
10696            'PIPELINE' and
10697            'NF_VPPIP4' and
10698            'IMIX' and
10699            '8T4C' and
10700            'NDRPDR'"
10701   parameters:
10702   - "throughput"
10703   - "name"
10704   - "tags"
10705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10706   x-axis: "X = CNFs per Service Pipeline"
10707   y-axis: "Y = Number of Service Pipelines"
10708   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10709   layout:
10710     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10711     layout: "plot-service-density"
10712
10713 ################################################################################
10714
10715 # Packet Throughput
10716
10717 - type: "plot"
10718   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10719   algorithm: "plot_perf_box_name"
10720   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10722   include:
10723     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10724     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10725     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10727   layout:
10728     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10729     layout: "plot-throughput"
10730
10731 - type: "plot"
10732   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10733   algorithm: "plot_perf_box_name"
10734   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10736   include:
10737     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10738     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10739     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10741   layout:
10742     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10743     layout: "plot-throughput"
10744
10745 - type: "plot"
10746   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10747   algorithm: "plot_perf_box_name"
10748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10750   include:
10751     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10752     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10753     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10754     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10755     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10756   layout:
10757     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10758     layout: "plot-throughput"
10759
10760 - type: "plot"
10761   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10762   algorithm: "plot_perf_box_name"
10763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10765   include:
10766     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10767     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10768     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10769     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10770     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10771   layout:
10772     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10773     layout: "plot-throughput"
10774
10775 - type: "plot"
10776   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10777   algorithm: "plot_perf_box_name"
10778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10780   include:
10781     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10782     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10783     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10784     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10785     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10786   layout:
10787     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10788     layout: "plot-throughput"
10789
10790 - type: "plot"
10791   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10792   algorithm: "plot_perf_box_name"
10793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10795   include:
10796     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10797     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10798     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10799     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10800     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10801   layout:
10802     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10803     layout: "plot-throughput"
10804
10805 - type: "plot"
10806   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10807   algorithm: "plot_perf_box_name"
10808   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10809   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10810   include:
10811     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10812     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10813     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10814     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10815     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10816   layout:
10817     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10818     layout: "plot-throughput"
10819
10820 - type: "plot"
10821   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10822   algorithm: "plot_perf_box_name"
10823   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10824   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10825   include:
10826     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10827     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10828     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10829     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10830     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10831   layout:
10832     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10833     layout: "plot-throughput"
10834
10835 - type: "plot"
10836   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10837   algorithm: "plot_perf_box_name"
10838   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10840   include:
10841     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10842     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10847   layout:
10848     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10849     layout: "plot-throughput"
10850
10851 - type: "plot"
10852   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10853   algorithm: "plot_perf_box_name"
10854   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10855   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10856   include:
10857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10863   layout:
10864     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10865     layout: "plot-throughput"
10866
10867 - type: "plot"
10868   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10869   algorithm: "plot_perf_box_name"
10870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10872   include:
10873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10877   layout:
10878     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10879     layout: "plot-throughput"
10880
10881 - type: "plot"
10882   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10883   algorithm: "plot_perf_box_name"
10884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10886   include:
10887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10891   layout:
10892     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10893     layout: "plot-throughput"
10894
10895 - type: "plot"
10896   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10897   algorithm: "plot_perf_box_name"
10898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10900   include:
10901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10904   layout:
10905     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10906     layout: "plot-throughput"
10907
10908 - type: "plot"
10909   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10910   algorithm: "plot_perf_box_name"
10911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10913   include:
10914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10917   layout:
10918     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10919     layout: "plot-throughput"
10920
10921 - type: "plot"
10922   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10923   algorithm: "plot_perf_box_name"
10924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10926   include:
10927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10932   layout:
10933     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10934     layout: "plot-throughput"
10935
10936 - type: "plot"
10937   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10938   algorithm: "plot_perf_box_name"
10939   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10940   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10941   include:
10942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10947   layout:
10948     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10949     layout: "plot-throughput"
10950
10951 - type: "plot"
10952   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10953   algorithm: "plot_perf_box_name"
10954   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10956   include:
10957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10960   layout:
10961     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10962     layout: "plot-throughput"
10963
10964 - type: "plot"
10965   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10966   algorithm: "plot_perf_box_name"
10967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10969   include:
10970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10973   layout:
10974     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10975     layout: "plot-throughput"
10976
10977 - type: "plot"
10978   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10979   algorithm: "plot_perf_box_name"
10980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10982   include:
10983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10989   layout:
10990     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10991     layout: "plot-throughput"
10992
10993 - type: "plot"
10994   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10995   algorithm: "plot_perf_box_name"
10996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10998   include:
10999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11005   layout:
11006     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11007     layout: "plot-throughput"
11008
11009 - type: "plot"
11010   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11011   algorithm: "plot_perf_box_name"
11012   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11014   include:
11015     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11018   layout:
11019     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11020     layout: "plot-throughput"
11021
11022 - type: "plot"
11023   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11024   algorithm: "plot_perf_box_name"
11025   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11027   include:
11028     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11031   layout:
11032     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11033     layout: "plot-throughput"
11034
11035 - type: "plot"
11036   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11037   algorithm: "plot_perf_box_name"
11038   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11040   include:
11041     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11044 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11045 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11046   layout:
11047     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11048     layout: "plot-throughput"
11049
11050 - type: "plot"
11051   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11052   algorithm: "plot_perf_box_name"
11053   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11055   include:
11056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11059 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11060 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11061   layout:
11062     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11063     layout: "plot-throughput"
11064
11065 - type: "plot"
11066   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11067   algorithm: "plot_perf_box_name"
11068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11070   include:
11071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11076   layout:
11077     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11078     layout: "plot-throughput"
11079
11080 - type: "plot"
11081   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11082   algorithm: "plot_perf_box_name"
11083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11085   include:
11086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11091   layout:
11092     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11093     layout: "plot-throughput"
11094
11095 - type: "plot"
11096   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11097   algorithm: "plot_perf_box_name"
11098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11100   include:
11101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11106   layout:
11107     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11108     layout: "plot-throughput"
11109
11110 - type: "plot"
11111   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11112   algorithm: "plot_perf_box_name"
11113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11115   include:
11116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11121   layout:
11122     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11123     layout: "plot-throughput"
11124
11125 - type: "plot"
11126   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11127   algorithm: "plot_perf_box_name"
11128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11130   include:
11131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11137   layout:
11138     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11139     layout: "plot-throughput"
11140
11141 - type: "plot"
11142   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11143   algorithm: "plot_perf_box_name"
11144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11146   include:
11147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11153   layout:
11154     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11155     layout: "plot-throughput"
11156
11157 - type: "plot"
11158   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11159   algorithm: "plot_perf_box_name"
11160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11162   include:
11163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11169   layout:
11170     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11171     layout: "plot-throughput"
11172
11173 - type: "plot"
11174   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11175   algorithm: "plot_perf_box_name"
11176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11178   include:
11179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11185   layout:
11186     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11187     layout: "plot-throughput"
11188
11189 - type: "plot"
11190   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11191   algorithm: "plot_perf_box_name"
11192   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11193   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11194   include:
11195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11200   layout:
11201     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11202     layout: "plot-throughput"
11203
11204 - type: "plot"
11205   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11206   algorithm: "plot_perf_box_name"
11207   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11208   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11209   include:
11210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11215   layout:
11216     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11217     layout: "plot-throughput"
11218
11219 - type: "plot"
11220   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11221   algorithm: "plot_perf_box_name"
11222   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11223   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11224   include:
11225     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11231   layout:
11232     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11233     layout: "plot-throughput"
11234
11235 - type: "plot"
11236   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11237   algorithm: "plot_perf_box_name"
11238   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11239   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11240   include:
11241     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11247   layout:
11248     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11249     layout: "plot-throughput"
11250
11251 - type: "plot"
11252   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11253   algorithm: "plot_perf_box_name"
11254   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11255   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11256   include:
11257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11262   layout:
11263     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11264     layout: "plot-throughput"
11265
11266 - type: "plot"
11267   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11268   algorithm: "plot_perf_box_name"
11269   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11270   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11271   include:
11272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11277   layout:
11278     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11279     layout: "plot-throughput"
11280
11281 - type: "plot"
11282   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11283   algorithm: "plot_perf_box_name"
11284   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11285   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11286   include:
11287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11293   layout:
11294     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11295     layout: "plot-throughput"
11296
11297 - type: "plot"
11298   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11299   algorithm: "plot_perf_box_name"
11300   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11301   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11302   include:
11303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11309   layout:
11310     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11311     layout: "plot-throughput"
11312
11313 - type: "plot"
11314   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11315   algorithm: "plot_perf_box_name"
11316   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11317   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11318   include:
11319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11324   layout:
11325     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11326     layout: "plot-throughput"
11327
11328 - type: "plot"
11329   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11330   algorithm: "plot_perf_box_name"
11331   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11332   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11333   include:
11334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11339   layout:
11340     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11341     layout: "plot-throughput"
11342
11343 - type: "plot"
11344   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11345   algorithm: "plot_perf_box_name"
11346   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11347   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11348   include:
11349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11355   layout:
11356     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11357     layout: "plot-throughput"
11358
11359 - type: "plot"
11360   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11361   algorithm: "plot_perf_box_name"
11362   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11363   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11364   include:
11365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11371   layout:
11372     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11373     layout: "plot-throughput"
11374
11375 - type: "plot"
11376   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11377   algorithm: "plot_perf_box_name"
11378   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11380   include:
11381     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11383   layout:
11384     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11385     layout: "plot-throughput"
11386
11387 - type: "plot"
11388   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11389   algorithm: "plot_perf_box_name"
11390   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11392   include:
11393     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11395   layout:
11396     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11397     layout: "plot-throughput"
11398
11399 - type: "plot"
11400   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11401   algorithm: "plot_perf_box_name"
11402   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11404   include:
11405     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11409   layout:
11410     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11411     layout: "plot-throughput"
11412
11413 - type: "plot"
11414   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11415   algorithm: "plot_perf_box_name"
11416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11418   include:
11419     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11423   layout:
11424     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11425     layout: "plot-throughput"
11426
11427 - type: "plot"
11428   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11429   algorithm: "plot_perf_box_name"
11430   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11431   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11432   include:
11433     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11437   layout:
11438     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11439     layout: "plot-throughput"
11440
11441 - type: "plot"
11442   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11443   algorithm: "plot_perf_box_name"
11444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11446   include:
11447     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11451   layout:
11452     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11453     layout: "plot-throughput"
11454
11455 - type: "plot"
11456   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11457   algorithm: "plot_perf_box_name"
11458   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11459   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11460   include:
11461     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11465   layout:
11466     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11467     layout: "plot-throughput"
11468
11469 - type: "plot"
11470   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11471   algorithm: "plot_perf_box_name"
11472   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11473   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11474   include:
11475     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11479   layout:
11480     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11481     layout: "plot-throughput"
11482
11483 - type: "plot"
11484   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11485   algorithm: "plot_perf_box_name"
11486   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11487   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11488   include:
11489     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11493   layout:
11494     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11495     layout: "plot-throughput"
11496
11497 - type: "plot"
11498   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11499   algorithm: "plot_perf_box_name"
11500   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11501   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11502   include:
11503     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11507   layout:
11508     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11509     layout: "plot-throughput"
11510
11511 - type: "plot"
11512   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11513   algorithm: "plot_perf_box_name"
11514   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11516   include:
11517     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11523   layout:
11524     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11525     layout: "plot-throughput"
11526
11527 - type: "plot"
11528   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11529   algorithm: "plot_perf_box_name"
11530   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11531   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11532   include:
11533     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11538     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11539   layout:
11540     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11541     layout: "plot-throughput"
11542
11543 - type: "plot"
11544   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11545   algorithm: "plot_perf_box_name"
11546   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11548   include:
11549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11554   layout:
11555     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11556     layout: "plot-throughput"
11557
11558 - type: "plot"
11559   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11560   algorithm: "plot_perf_box_name"
11561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11563   include:
11564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11569   layout:
11570     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11571     layout: "plot-throughput"
11572
11573 - type: "plot"
11574   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11575   algorithm: "plot_perf_box_name"
11576   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11578   include:
11579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11584   layout:
11585     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11586     layout: "plot-throughput"
11587
11588 - type: "plot"
11589   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11590   algorithm: "plot_perf_box_name"
11591   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11593   include:
11594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11599   layout:
11600     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11601     layout: "plot-throughput"
11602
11603 - type: "plot"
11604   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11605   algorithm: "plot_perf_box_name"
11606   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11607   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11608   include:
11609     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11612   layout:
11613     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11614     layout: "plot-throughput"
11615
11616 - type: "plot"
11617   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11618   algorithm: "plot_perf_box_name"
11619   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11621   include:
11622     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11625   layout:
11626     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11627     layout: "plot-throughput"
11628
11629 - type: "plot"
11630   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11631   algorithm: "plot_perf_box_name"
11632   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11634   include:
11635     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11638   layout:
11639     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11640     layout: "plot-throughput"
11641
11642 - type: "plot"
11643   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11644   algorithm: "plot_perf_box_name"
11645   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11647   include:
11648     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11651   layout:
11652     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11653     layout: "plot-throughput"
11654
11655 - type: "plot"
11656   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11657   algorithm: "plot_perf_box_name"
11658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11660   include:
11661     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11666   layout:
11667     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11668     layout: "plot-throughput"
11669
11670 - type: "plot"
11671   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11672   algorithm: "plot_perf_box_name"
11673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11675   include:
11676     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11681   layout:
11682     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11683     layout: "plot-throughput"
11684
11685 - type: "plot"
11686   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11687   algorithm: "plot_perf_box_name"
11688   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11690   include:
11691     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11696   layout:
11697     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11698     layout: "plot-throughput"
11699
11700 - type: "plot"
11701   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11702   algorithm: "plot_perf_box_name"
11703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11705   include:
11706     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11711   layout:
11712     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11713     layout: "plot-throughput"
11714
11715 - type: "plot"
11716   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11717   algorithm: "plot_perf_box_name"
11718   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11719   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11720   include:
11721     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11726   layout:
11727     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11728     layout: "plot-throughput"
11729
11730 - type: "plot"
11731   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11732   algorithm: "plot_perf_box_name"
11733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11735   include:
11736     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11741   layout:
11742     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11743     layout: "plot-throughput"
11744
11745 - type: "plot"
11746   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11747   algorithm: "plot_perf_box_name"
11748   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11749   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11750   include:
11751     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11756   layout:
11757     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11758     layout: "plot-throughput"
11759
11760 - type: "plot"
11761   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11762   algorithm: "plot_perf_box_name"
11763   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11764   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11765   include:
11766     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11771   layout:
11772     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11773     layout: "plot-throughput"
11774
11775 - type: "plot"
11776   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11777   algorithm: "plot_perf_box_name"
11778   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11779   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11780   include:
11781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11786   layout:
11787     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11788     layout: "plot-throughput"
11789
11790 - type: "plot"
11791   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11792   algorithm: "plot_perf_box_name"
11793   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11794   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11795   include:
11796     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11801   layout:
11802     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11803     layout: "plot-throughput"
11804
11805 - type: "plot"
11806   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11807   algorithm: "plot_perf_box_name"
11808   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11810   include:
11811     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11812     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11813     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11817   layout:
11818     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11819     layout: "plot-throughput"
11820
11821 - type: "plot"
11822   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11823   algorithm: "plot_perf_box_name"
11824   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11826   include:
11827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11833   layout:
11834     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11835     layout: "plot-throughput"
11836
11837 - type: "plot"
11838   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11839   algorithm: "plot_perf_box_name"
11840   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11842   include:
11843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11847   layout:
11848     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11849     layout: "plot-throughput"
11850
11851 - type: "plot"
11852   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11853   algorithm: "plot_perf_box_name"
11854   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11855   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11856   include:
11857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11861   layout:
11862     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11863     layout: "plot-throughput"
11864
11865 - type: "plot"
11866   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11867   algorithm: "plot_perf_box_name"
11868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11870   include:
11871     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11872     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11873     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11877   layout:
11878     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11879     layout: "plot-throughput"
11880
11881 - type: "plot"
11882   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11883   algorithm: "plot_perf_box_name"
11884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11886   include:
11887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11893   layout:
11894     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11895     layout: "plot-throughput"
11896
11897 - type: "plot"
11898   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11899   algorithm: "plot_perf_box_name"
11900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11902   include:
11903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11909   layout:
11910     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11911     layout: "plot-throughput"
11912
11913 - type: "plot"
11914   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11915   algorithm: "plot_perf_box_name"
11916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11918   include:
11919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11925   layout:
11926     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11927     layout: "plot-throughput"
11928
11929 - type: "plot"
11930   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11931   algorithm: "plot_perf_box_name"
11932   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11933   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11934   include:
11935     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11936 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11937     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11938 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11940 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11941   layout:
11942     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11949   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11950   include:
11951     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11952 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11953     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11954 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11956 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11957   layout:
11958     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11963   algorithm: "plot_perf_box_name"
11964   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11965   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11966   include:
11967     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11968     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11969     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11970     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11971     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11972     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11973   layout:
11974     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11975     layout: "plot-throughput"
11976
11977 - type: "plot"
11978   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11979   algorithm: "plot_perf_box_name"
11980   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11981   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11982   include:
11983     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11984     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11985     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11986     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11987     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11989   layout:
11990     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11991     layout: "plot-throughput"
11992
11993 - type: "plot"
11994   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11995   algorithm: "plot_perf_box_name"
11996   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11998   include:
11999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12005   layout:
12006     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12007     layout: "plot-throughput"
12008
12009 - type: "plot"
12010   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12011   algorithm: "plot_perf_box_name"
12012   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12014   include:
12015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12021   layout:
12022     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12023     layout: "plot-throughput"
12024
12025 - type: "plot"
12026   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12027   algorithm: "plot_perf_box_name"
12028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12030   include:
12031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12035   layout:
12036     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12037     layout: "plot-throughput"
12038
12039 - type: "plot"
12040   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12041   algorithm: "plot_perf_box_name"
12042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12044   include:
12045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12049   layout:
12050     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12051     layout: "plot-throughput"
12052
12053 - type: "plot"
12054   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12055   algorithm: "plot_perf_box_name"
12056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12058   include:
12059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12064   layout:
12065     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12066     layout: "plot-throughput"
12067
12068 - type: "plot"
12069   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12070   algorithm: "plot_perf_box_name"
12071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12073   include:
12074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12079   layout:
12080     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12081     layout: "plot-throughput"
12082
12083 - type: "plot"
12084   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12085   algorithm: "plot_perf_box_name"
12086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12088   include:
12089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12093   layout:
12094     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12095     layout: "plot-throughput"
12096
12097 - type: "plot"
12098   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12099   algorithm: "plot_perf_box_name"
12100   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12101   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12102   include:
12103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12107   layout:
12108     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12109     layout: "plot-throughput"
12110
12111 - type: "plot"
12112   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12113   algorithm: "plot_perf_box_name"
12114   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12116   include:
12117     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12118     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12119     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12120     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12121     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12122     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12123   layout:
12124     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12125     layout: "plot-throughput"
12126
12127 - type: "plot"
12128   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12129   algorithm: "plot_perf_box_name"
12130   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12132   include:
12133     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12134     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12135     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12136     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12137     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12138     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12139   layout:
12140     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12141     layout: "plot-throughput"
12142
12143 - type: "plot"
12144   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12145   algorithm: "plot_perf_box_name"
12146   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12148   include:
12149     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12150     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12151     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12152     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12153     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12154   layout:
12155     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12156     layout: "plot-throughput"
12157
12158 - type: "plot"
12159   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12160   algorithm: "plot_perf_box_name"
12161   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12163   include:
12164     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12165     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12166     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12167     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12168     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12169   layout:
12170     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12171     layout: "plot-throughput"
12172
12173 - type: "plot"
12174   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12175   algorithm: "plot_perf_box_name"
12176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12178   include:
12179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12184   layout:
12185     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12186     layout: "plot-throughput"
12187
12188 - type: "plot"
12189   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12190   algorithm: "plot_perf_box_name"
12191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12193   include:
12194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12199   layout:
12200     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12201     layout: "plot-throughput"
12202
12203 - type: "plot"
12204   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12205   algorithm: "plot_perf_box_name"
12206   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12208   include:
12209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12213   layout:
12214     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12215     layout: "plot-throughput"
12216
12217 - type: "plot"
12218   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12219   algorithm: "plot_perf_box_name"
12220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12222   include:
12223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12227   layout:
12228     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12229     layout: "plot-throughput"
12230
12231 - type: "plot"
12232   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12233   algorithm: "plot_perf_box_name"
12234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12236   include:
12237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12243   layout:
12244     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12245     layout: "plot-throughput"
12246
12247 - type: "plot"
12248   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12249   algorithm: "plot_perf_box_name"
12250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12252   include:
12253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12259   layout:
12260     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12261     layout: "plot-throughput"
12262
12263 - type: "plot"
12264   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12265   algorithm: "plot_perf_box_name"
12266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12268   include:
12269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12275   layout:
12276     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12277     layout: "plot-throughput"
12278
12279 - type: "plot"
12280   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12281   algorithm: "plot_perf_box_name"
12282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12284   include:
12285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12291   layout:
12292     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12293     layout: "plot-throughput"
12294
12295 - type: "plot"
12296   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12297   algorithm: "plot_perf_box_name"
12298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12300   include:
12301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12307   layout:
12308     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12309     layout: "plot-throughput"
12310
12311 - type: "plot"
12312   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12313   algorithm: "plot_perf_box_name"
12314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12316   include:
12317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12323   layout:
12324     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12325     layout: "plot-throughput"
12326
12327 - type: "plot"
12328   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12329   algorithm: "plot_perf_box_name"
12330   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12331   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12332   include:
12333     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12334     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12335     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12336     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12337   layout:
12338     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12339     layout: "plot-throughput"
12340
12341 - type: "plot"
12342   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12343   algorithm: "plot_perf_box_name"
12344   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12345   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12346   include:
12347     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12348     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12349     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12350     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12351   layout:
12352     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12353     layout: "plot-throughput"
12354
12355 - type: "plot"
12356   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12357   algorithm: "plot_perf_box_name"
12358   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12359   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12360   include:
12361     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12362     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12363     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12364     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12365     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12366     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12367   layout:
12368     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12369     layout: "plot-throughput"
12370
12371 - type: "plot"
12372   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12373   algorithm: "plot_perf_box_name"
12374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12375   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12376   include:
12377     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12378     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12379     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12380     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12382     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12383   layout:
12384     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12385     layout: "plot-throughput"
12386
12387 - type: "plot"
12388   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12389   algorithm: "plot_perf_box_name"
12390   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12391   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12392   include:
12393     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12394     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12395     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12396     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12398     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12399   layout:
12400     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12401     layout: "plot-throughput"
12402
12403 - type: "plot"
12404   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12405   algorithm: "plot_perf_box_name"
12406   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12407   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12408   include:
12409     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12410     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12411     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12412     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12413     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12414     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12415   layout:
12416     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12417     layout: "plot-throughput"
12418
12419 - type: "plot"
12420   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12421   algorithm: "plot_perf_box_name"
12422   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12423   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12424   include:
12425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12426     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12427     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12428     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12429   layout:
12430     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12431     layout: "plot-throughput"
12432
12433 - type: "plot"
12434   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12435   algorithm: "plot_perf_box_name"
12436   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12437   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12438   include:
12439     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12440     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12443   layout:
12444     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12445     layout: "plot-throughput"
12446
12447 - type: "plot"
12448   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12449   algorithm: "plot_perf_box_name"
12450   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12451   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12452   include:
12453     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12459   layout:
12460     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12461     layout: "plot-throughput"
12462
12463 - type: "plot"
12464   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12465   algorithm: "plot_perf_box_name"
12466   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12467   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12468   include:
12469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12474     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12475   layout:
12476     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12477     layout: "plot-throughput"
12478
12479 - type: "plot"
12480   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12481   algorithm: "plot_perf_box_name"
12482   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12483   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12484   include:
12485     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12487     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12488     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12489   layout:
12490     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12491     layout: "plot-throughput"
12492
12493 - type: "plot"
12494   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12495   algorithm: "plot_perf_box_name"
12496   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12497   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12498   include:
12499     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12503   layout:
12504     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12505     layout: "plot-throughput"
12506
12507 - type: "plot"
12508   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12509   algorithm: "plot_perf_box_name"
12510   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12511   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12512   include:
12513     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12515     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12519   layout:
12520     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12521     layout: "plot-throughput"
12522
12523 - type: "plot"
12524   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12525   algorithm: "plot_perf_box_name"
12526   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12527   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12528   include:
12529     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12535   layout:
12536     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12537     layout: "plot-throughput"
12538
12539 - type: "plot"
12540   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12541   algorithm: "plot_perf_box_name"
12542   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12543   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12544   include:
12545     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12551   layout:
12552     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12553     layout: "plot-throughput"
12554
12555 - type: "plot"
12556   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12557   algorithm: "plot_perf_box_name"
12558   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12559   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12560   include:
12561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12567   layout:
12568     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12569     layout: "plot-throughput"
12570
12571 - type: "plot"
12572   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12573   algorithm: "plot_perf_box_name"
12574   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12575   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12576   include:
12577     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12578     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12579     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12580     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12581     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12582     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12583   layout:
12584     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12585     layout: "plot-throughput"
12586
12587 - type: "plot"
12588   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12589   algorithm: "plot_perf_box_name"
12590   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12592   include:
12593     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12594     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12595     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12596     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12597     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12598     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12599   layout:
12600     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12601     layout: "plot-throughput"
12602
12603 - type: "plot"
12604   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12605   algorithm: "plot_perf_box_name"
12606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12608   include:
12609     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12610     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12611     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12612     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12613     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12614     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12615   layout:
12616     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12617     layout: "plot-throughput"
12618
12619 - type: "plot"
12620   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12621   algorithm: "plot_perf_box_name"
12622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12624   include:
12625     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12626     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12627     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12628     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12629     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12630     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12631   layout:
12632     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12633     layout: "plot-throughput"
12634
12635 - type: "plot"
12636   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12637   algorithm: "plot_perf_box_name"
12638   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12639   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12640   include:
12641     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12642     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12643     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12644     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12645     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12646     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12647   layout:
12648     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12649     layout: "plot-throughput"
12650
12651 - type: "plot"
12652   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12653   algorithm: "plot_perf_box_name"
12654   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12655   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12656   include:
12657     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12658     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12659     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12660     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12661     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12662     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12663   layout:
12664     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12665     layout: "plot-throughput"
12666
12667 #- type: "plot"
12668 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12669 #  algorithm: "plot_perf_box_name"
12670 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12671 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12672 #  include:
12673 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12674 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12675 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12676 #  layout:
12677 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12678 #    layout: "plot-throughput"
12679 #
12680 #- type: "plot"
12681 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12682 #  algorithm: "plot_perf_box_name"
12683 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12684 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12685 #  include:
12686 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12687 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12688 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12689 #  layout:
12690 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12691 #    layout: "plot-throughput"
12692
12693 - type: "plot"
12694   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12695   algorithm: "plot_perf_box_name"
12696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12698   include:
12699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12702     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12703   layout:
12704     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12705     layout: "plot-throughput"
12706
12707 - type: "plot"
12708   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12709   algorithm: "plot_perf_box_name"
12710   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12711   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12712   include:
12713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12715     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12716     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12717   layout:
12718     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12719     layout: "plot-throughput"
12720
12721 - type: "plot"
12722   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12723   algorithm: "plot_perf_box_name"
12724   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12726   include:
12727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12731   layout:
12732     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12733     layout: "plot-throughput"
12734
12735 - type: "plot"
12736   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12737   algorithm: "plot_perf_box_name"
12738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12740   include:
12741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12745   layout:
12746     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12747     layout: "plot-throughput"
12748
12749 - type: "plot"
12750   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12751   algorithm: "plot_perf_box_name"
12752   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12754   include:
12755     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12756     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12757     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12758     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12759   layout:
12760     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12761     layout: "plot-throughput"
12762
12763 - type: "plot"
12764   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12765   algorithm: "plot_perf_box_name"
12766   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12767   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12768   include:
12769     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12770     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12771     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12772     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12773   layout:
12774     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12775     layout: "plot-throughput"
12776
12777 - type: "plot"
12778   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12779   algorithm: "plot_perf_box_name"
12780   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12781   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12782   include:
12783     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12784     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12785     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12786     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12787   layout:
12788     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12789     layout: "plot-throughput"
12790
12791 - type: "plot"
12792   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12793   algorithm: "plot_perf_box_name"
12794   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12796   include:
12797     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12798     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12799     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12800     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12801   layout:
12802     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12803     layout: "plot-throughput"
12804
12805 - type: "plot"
12806   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12807   algorithm: "plot_perf_box_name"
12808   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12810   include:
12811     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12812     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12813     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12814     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12815   layout:
12816     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12817     layout: "plot-throughput"
12818
12819 - type: "plot"
12820   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12821   algorithm: "plot_perf_box_name"
12822   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12824   include:
12825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12826     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12827     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12828     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12829   layout:
12830     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12835   algorithm: "plot_perf_box_name"
12836   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12838   include:
12839     - "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"
12840     - "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"
12841     - "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"
12842     - "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"
12843   layout:
12844     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12845     layout: "plot-throughput"
12846
12847 - type: "plot"
12848   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12849   algorithm: "plot_perf_box_name"
12850   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12852   include:
12853     - "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"
12854     - "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"
12855     - "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"
12856     - "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"
12857   layout:
12858     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12859     layout: "plot-throughput"
12860
12861 - type: "plot"
12862   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12863   algorithm: "plot_perf_box_name"
12864   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12866   include:
12867     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12868     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12869     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12870     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12871     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12873   layout:
12874     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12875     layout: "plot-throughput"
12876
12877 - type: "plot"
12878   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12879   algorithm: "plot_perf_box_name"
12880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12882   include:
12883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12885     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12886     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12887     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12888     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12889   layout:
12890     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12891     layout: "plot-throughput"
12892
12893 - type: "plot"
12894   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12895   algorithm: "plot_perf_box_name"
12896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12898   include:
12899     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12900     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12901     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12902     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12903     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12904     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12905   layout:
12906     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12907     layout: "plot-throughput"
12908
12909 - type: "plot"
12910   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12911   algorithm: "plot_perf_box_name"
12912   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12914   include:
12915     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12916     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12917     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12918     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12919     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12920     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12921   layout:
12922     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12923     layout: "plot-throughput"
12924
12925 - type: "plot"
12926   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12927   algorithm: "plot_perf_box_name"
12928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12930   include:
12931     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12932     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12933     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12934     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12935     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12936     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12937   layout:
12938     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12939     layout: "plot-throughput"
12940
12941 - type: "plot"
12942   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12943   algorithm: "plot_perf_box_name"
12944   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12946   include:
12947     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12948     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12949     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12950     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12951     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12952     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12953   layout:
12954     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12955     layout: "plot-throughput"
12956
12957 - type: "plot"
12958   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12959   algorithm: "plot_perf_box_name"
12960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12962   include:
12963     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12964     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12965     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12966     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12967     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12968   layout:
12969     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12970     layout: "plot-throughput"
12971
12972 - type: "plot"
12973   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12974   algorithm: "plot_perf_box_name"
12975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12977   include:
12978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12981     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12982     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12983   layout:
12984     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12985     layout: "plot-throughput"
12986
12987 - type: "plot"
12988   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12989   algorithm: "plot_perf_box_name"
12990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12992   include:
12993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12995   layout:
12996     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12997     layout: "plot-throughput"
12998
12999 - type: "plot"
13000   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13001   algorithm: "plot_perf_box_name"
13002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13004   include:
13005     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13006     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13007   layout:
13008     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13009     layout: "plot-throughput"
13010
13011 - type: "plot"
13012   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13013   algorithm: "plot_perf_box_name"
13014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13016   include:
13017     - "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"
13018     - "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"
13019   layout:
13020     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13021     layout: "plot-throughput"
13022
13023 - type: "plot"
13024   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13025   algorithm: "plot_perf_box_name"
13026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13028   include:
13029     - "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"
13030     - "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"
13031   layout:
13032     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13033     layout: "plot-throughput"
13034
13035 - type: "plot"
13036   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13037   algorithm: "plot_perf_box_name"
13038   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13039   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13040   include:
13041     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13042     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13043     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13044     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13045     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13046   layout:
13047     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13048     layout: "plot-throughput"
13049
13050 - type: "plot"
13051   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13052   algorithm: "plot_perf_box_name"
13053   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13054   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13055   include:
13056     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13057     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13058     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13059     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13060     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13061   layout:
13062     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13063     layout: "plot-throughput"
13064
13065 #- type: "plot"
13066 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13067 #  algorithm: "plot_perf_box_name"
13068 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13069 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13070 #  include:
13071 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13072 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13073 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13074 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13075 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13076 #  layout:
13077 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13078 #    layout: "plot-throughput"
13079 #
13080 #- type: "plot"
13081 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13082 #  algorithm: "plot_perf_box_name"
13083 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13084 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13085 #  include:
13086 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13087 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13088 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13089 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13090 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13091 #  layout:
13092 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13093 #    layout: "plot-throughput"
13094
13095 #- type: "plot"
13096 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13097 #  algorithm: "plot_perf_box_name"
13098 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13099 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13100 #  include:
13101 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13102 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13103 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13104 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13105 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13106 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13107 #  layout:
13108 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13109 #    layout: "plot-throughput"
13110 #
13111 #- type: "plot"
13112 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13113 #  algorithm: "plot_perf_box_name"
13114 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13115 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13116 #  include:
13117 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13118 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13119 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13120 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13121 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13122 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13123 #  layout:
13124 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13125 #    layout: "plot-throughput"
13126
13127 - type: "plot"
13128   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13129   algorithm: "plot_perf_box_name"
13130   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13131   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13132   include:
13133     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13134     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13135     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13136   layout:
13137     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13138     layout: "plot-throughput"
13139
13140 - type: "plot"
13141   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13142   algorithm: "plot_perf_box_name"
13143   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13145   include:
13146     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13147     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13148     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13149   layout:
13150     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13151     layout: "plot-throughput"
13152
13153 ################################################################################
13154
13155 # Packet Speedup
13156
13157 - type: "plot"
13158   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13159   algorithm: "plot_tsa_name"
13160   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13161   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13162   include:
13163     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13164     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13165     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13166     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13167   layout:
13168     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13169     layout: "plot-throughput-speedup-analysis"
13170
13171 - type: "plot"
13172   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13173   algorithm: "plot_tsa_name"
13174   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13175   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13176   include:
13177     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13178     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13179     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13180     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13181   layout:
13182     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13183     layout: "plot-throughput-speedup-analysis"
13184
13185 - type: "plot"
13186   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13187   algorithm: "plot_tsa_name"
13188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13190   include:
13191     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13192     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13193     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13194     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13195     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13196   layout:
13197     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13198     layout: "plot-throughput-speedup-analysis"
13199
13200 - type: "plot"
13201   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13202   algorithm: "plot_tsa_name"
13203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13205   include:
13206     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13207     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13208     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13209     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13210     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13211   layout:
13212     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13213     layout: "plot-throughput-speedup-analysis"
13214
13215 - type: "plot"
13216   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13217   algorithm: "plot_tsa_name"
13218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13220   include:
13221     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13222     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13223     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13224     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13225     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13226   layout:
13227     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13228     layout: "plot-throughput-speedup-analysis"
13229
13230 - type: "plot"
13231   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13232   algorithm: "plot_tsa_name"
13233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13235   include:
13236     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13237     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13238     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13239     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13240     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13241   layout:
13242     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13243     layout: "plot-throughput-speedup-analysis"
13244
13245 - type: "plot"
13246   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13247   algorithm: "plot_tsa_name"
13248   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13250   include:
13251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13257   layout:
13258     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13259     layout: "plot-throughput-speedup-analysis"
13260
13261 - type: "plot"
13262   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13263   algorithm: "plot_tsa_name"
13264   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13266   include:
13267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13273   layout:
13274     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13275     layout: "plot-throughput-speedup-analysis"
13276
13277 - type: "plot"
13278   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13279   algorithm: "plot_tsa_name"
13280   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13281   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13282   include:
13283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13287   layout:
13288     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13289     layout: "plot-throughput-speedup-analysis"
13290
13291 - type: "plot"
13292   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13293   algorithm: "plot_tsa_name"
13294   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13295   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13296   include:
13297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13301   layout:
13302     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13303     layout: "plot-throughput-speedup-analysis"
13304
13305 - type: "plot"
13306   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13307   algorithm: "plot_tsa_name"
13308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13310   include:
13311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13314   layout:
13315     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13316     layout: "plot-throughput-speedup-analysis"
13317
13318 - type: "plot"
13319   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13320   algorithm: "plot_tsa_name"
13321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13323   include:
13324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13327   layout:
13328     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13329     layout: "plot-throughput-speedup-analysis"
13330
13331 - type: "plot"
13332   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13333   algorithm: "plot_tsa_name"
13334   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13336   include:
13337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13342   layout:
13343     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13344     layout: "plot-throughput-speedup-analysis"
13345
13346 - type: "plot"
13347   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13348   algorithm: "plot_tsa_name"
13349   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13351   include:
13352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13357   layout:
13358     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13359     layout: "plot-throughput-speedup-analysis"
13360
13361 - type: "plot"
13362   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13363   algorithm: "plot_tsa_name"
13364   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13366   include:
13367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13370   layout:
13371     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13372     layout: "plot-throughput-speedup-analysis"
13373
13374 - type: "plot"
13375   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13376   algorithm: "plot_tsa_name"
13377   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13379   include:
13380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13383   layout:
13384     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13385     layout: "plot-throughput-speedup-analysis"
13386
13387 - type: "plot"
13388   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13389   algorithm: "plot_tsa_name"
13390   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13392   include:
13393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13399   layout:
13400     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13401     layout: "plot-throughput-speedup-analysis"
13402
13403 - type: "plot"
13404   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13405   algorithm: "plot_tsa_name"
13406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13408   include:
13409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13415   layout:
13416     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13417     layout: "plot-throughput-speedup-analysis"
13418
13419 - type: "plot"
13420   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13421   algorithm: "plot_tsa_name"
13422   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13424   include:
13425     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13426     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13427     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13428   layout:
13429     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13430     layout: "plot-throughput-speedup-analysis"
13431
13432 - type: "plot"
13433   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13434   algorithm: "plot_tsa_name"
13435   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13437   include:
13438     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13439     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13440     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13441   layout:
13442     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13443     layout: "plot-throughput-speedup-analysis"
13444
13445 - type: "plot"
13446   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13447   algorithm: "plot_tsa_name"
13448   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13450   include:
13451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13454 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13455 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13456   layout:
13457     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13458     layout: "plot-throughput-speedup-analysis"
13459
13460 - type: "plot"
13461   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13462   algorithm: "plot_tsa_name"
13463   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13465   include:
13466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13469 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13470 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13471   layout:
13472     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13473     layout: "plot-throughput-speedup-analysis"
13474
13475 - type: "plot"
13476   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13477   algorithm: "plot_tsa_name"
13478   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13480   include:
13481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13486   layout:
13487     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13488     layout: "plot-throughput-speedup-analysis"
13489
13490 - type: "plot"
13491   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13492   algorithm: "plot_tsa_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13495   include:
13496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13501   layout:
13502     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13503     layout: "plot-throughput-speedup-analysis"
13504
13505 - type: "plot"
13506   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13507   algorithm: "plot_tsa_name"
13508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13510   include:
13511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13516   layout:
13517     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13518     layout: "plot-throughput-speedup-analysis"
13519
13520 - type: "plot"
13521   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13522   algorithm: "plot_tsa_name"
13523   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13525   include:
13526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13531   layout:
13532     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13533     layout: "plot-throughput-speedup-analysis"
13534
13535 - type: "plot"
13536   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13537   algorithm: "plot_tsa_name"
13538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13540   include:
13541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13547   layout:
13548     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13549     layout: "plot-throughput-speedup-analysis"
13550
13551 - type: "plot"
13552   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13553   algorithm: "plot_tsa_name"
13554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13556   include:
13557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13563   layout:
13564     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13565     layout: "plot-throughput-speedup-analysis"
13566
13567 - type: "plot"
13568   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13569   algorithm: "plot_tsa_name"
13570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13572   include:
13573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13576     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13577     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13578     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13579   layout:
13580     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13581     layout: "plot-throughput-speedup-analysis"
13582
13583 - type: "plot"
13584   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13585   algorithm: "plot_tsa_name"
13586   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13588   include:
13589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13591     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13592     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13593     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13594     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13595   layout:
13596     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13597     layout: "plot-throughput-speedup-analysis"
13598
13599 - type: "plot"
13600   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13601   algorithm: "plot_tsa_name"
13602   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13603   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13604   include:
13605     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13606     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13607   layout:
13608     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13609     layout: "plot-throughput-speedup-analysis"
13610
13611 - type: "plot"
13612   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13613   algorithm: "plot_tsa_name"
13614   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13616   include:
13617     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13618     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13619   layout:
13620     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13621     layout: "plot-throughput-speedup-analysis"
13622
13623 - type: "plot"
13624   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13625   algorithm: "plot_tsa_name"
13626   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13628   include:
13629     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13630     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13631     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13632     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13633   layout:
13634     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13635     layout: "plot-throughput-speedup-analysis"
13636
13637 - type: "plot"
13638   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13639   algorithm: "plot_tsa_name"
13640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13642   include:
13643     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13644     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13645     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13646     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13647   layout:
13648     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13649     layout: "plot-throughput-speedup-analysis"
13650
13651 - type: "plot"
13652   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13653   algorithm: "plot_tsa_name"
13654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13656   include:
13657     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13658     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13659     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13661   layout:
13662     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13663     layout: "plot-throughput-speedup-analysis"
13664
13665 - type: "plot"
13666   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13667   algorithm: "plot_tsa_name"
13668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13670   include:
13671     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13672     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13673     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13674     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13675   layout:
13676     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13677     layout: "plot-throughput-speedup-analysis"
13678
13679 - type: "plot"
13680   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13681   algorithm: "plot_tsa_name"
13682   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13684   include:
13685     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13686     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13687     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13688     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13691   layout:
13692     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13693     layout: "plot-throughput-speedup-analysis"
13694
13695 - type: "plot"
13696   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13697   algorithm: "plot_tsa_name"
13698   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13700   include:
13701     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13702     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13705     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13706     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13707   layout:
13708     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
13709     layout: "plot-throughput-speedup-analysis"
13710
13711 - type: "plot"
13712   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13713   algorithm: "plot_tsa_name"
13714   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13716   include:
13717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13722   layout:
13723     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13724     layout: "plot-throughput-speedup-analysis"
13725
13726 - type: "plot"
13727   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13728   algorithm: "plot_tsa_name"
13729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13731   include:
13732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13737   layout:
13738     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13739     layout: "plot-throughput-speedup-analysis"
13740
13741 - type: "plot"
13742   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13743   algorithm: "plot_tsa_name"
13744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13746   include:
13747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13752   layout:
13753     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13754     layout: "plot-throughput-speedup-analysis"
13755
13756 - type: "plot"
13757   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13758   algorithm: "plot_tsa_name"
13759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13761   include:
13762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13767   layout:
13768     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13769     layout: "plot-throughput-speedup-analysis"
13770
13771 - type: "plot"
13772   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13773   algorithm: "plot_tsa_name"
13774   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13776   include:
13777     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13778     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13779     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13780   layout:
13781     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13782     layout: "plot-throughput-speedup-analysis"
13783
13784 - type: "plot"
13785   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13786   algorithm: "plot_tsa_name"
13787   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13788   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13789   include:
13790     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13791     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13792     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13793   layout:
13794     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13795     layout: "plot-throughput-speedup-analysis"
13796
13797 - type: "plot"
13798   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13799   algorithm: "plot_tsa_name"
13800   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13802   include:
13803     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13804     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13806   layout:
13807     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
13808     layout: "plot-throughput-speedup-analysis"
13809
13810 - type: "plot"
13811   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13812   algorithm: "plot_tsa_name"
13813   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13815   include:
13816     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13817     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13818     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13819   layout:
13820     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
13821     layout: "plot-throughput-speedup-analysis"
13822
13823 - type: "plot"
13824   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13825   algorithm: "plot_tsa_name"
13826   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13828   include:
13829     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13833     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13834   layout:
13835     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13836     layout: "plot-throughput-speedup-analysis"
13837
13838 - type: "plot"
13839   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13840   algorithm: "plot_tsa_name"
13841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13843   include:
13844     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13848     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13849   layout:
13850     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13851     layout: "plot-throughput-speedup-analysis"
13852
13853 - type: "plot"
13854   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13855   algorithm: "plot_tsa_name"
13856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13858   include:
13859     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13864   layout:
13865     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13866     layout: "plot-throughput-speedup-analysis"
13867
13868 - type: "plot"
13869   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13870   algorithm: "plot_tsa_name"
13871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13873   include:
13874     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13879   layout:
13880     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13881     layout: "plot-throughput-speedup-analysis"
13882
13883 - type: "plot"
13884   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13885   algorithm: "plot_tsa_name"
13886   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13888   include:
13889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13892     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13893     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13894     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13895   layout:
13896     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13897     layout: "plot-throughput-speedup-analysis"
13898
13899 - type: "plot"
13900   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13901   algorithm: "plot_tsa_name"
13902   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13904   include:
13905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13906     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13907     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13908     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13911   layout:
13912     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13913     layout: "plot-throughput-speedup-analysis"
13914
13915 - type: "plot"
13916   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13917   algorithm: "plot_tsa_name"
13918   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13920   include:
13921     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13922     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13923     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13924     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13925   layout:
13926     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13927     layout: "plot-throughput-speedup-analysis"
13928
13929 - type: "plot"
13930   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13931   algorithm: "plot_tsa_name"
13932   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13934   include:
13935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13936     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13937     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13938     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13939   layout:
13940     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13941     layout: "plot-throughput-speedup-analysis"
13942
13943 - type: "plot"
13944   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
13945   algorithm: "plot_tsa_name"
13946   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
13947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13948   include:
13949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13950     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13951     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13952     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13953     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13955   layout:
13956     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
13957     layout: "plot-throughput-speedup-analysis"
13958
13959 - type: "plot"
13960   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
13961   algorithm: "plot_tsa_name"
13962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
13963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13964   include:
13965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13971   layout:
13972     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
13973     layout: "plot-throughput-speedup-analysis"
13974
13975 - type: "plot"
13976   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13977   algorithm: "plot_tsa_name"
13978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13980   include:
13981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13987   layout:
13988     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13989     layout: "plot-throughput-speedup-analysis"
13990
13991 - type: "plot"
13992   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13993   algorithm: "plot_tsa_name"
13994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13996   include:
13997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14003   layout:
14004     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14005     layout: "plot-throughput-speedup-analysis"
14006
14007 - type: "plot"
14008   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14009   algorithm: "plot_tsa_name"
14010   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14012   include:
14013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14019   layout:
14020     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14021     layout: "plot-throughput-speedup-analysis"
14022
14023 - type: "plot"
14024   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14025   algorithm: "plot_tsa_name"
14026   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14028   include:
14029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14035   layout:
14036     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14037     layout: "plot-throughput-speedup-analysis"
14038
14039 - type: "plot"
14040   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14041   algorithm: "plot_tsa_name"
14042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14044   include:
14045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14049   layout:
14050     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14051     layout: "plot-throughput-speedup-analysis"
14052
14053 - type: "plot"
14054   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14055   algorithm: "plot_tsa_name"
14056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14058   include:
14059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14063   layout:
14064     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14065     layout: "plot-throughput-speedup-analysis"
14066
14067 - type: "plot"
14068   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14069   algorithm: "plot_tsa_name"
14070   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14072   include:
14073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14078   layout:
14079     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14080     layout: "plot-throughput-speedup-analysis"
14081
14082 - type: "plot"
14083   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14084   algorithm: "plot_tsa_name"
14085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14087   include:
14088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14093   layout:
14094     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14095     layout: "plot-throughput-speedup-analysis"
14096
14097 - type: "plot"
14098   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14099   algorithm: "plot_tsa_name"
14100   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14101   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14102   include:
14103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14107   layout:
14108     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14109     layout: "plot-throughput-speedup-analysis"
14110
14111 - type: "plot"
14112   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14113   algorithm: "plot_tsa_name"
14114   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14116   include:
14117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14121   layout:
14122     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14123     layout: "plot-throughput-speedup-analysis"
14124
14125 - type: "plot"
14126   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14127   algorithm: "plot_tsa_name"
14128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14130   include:
14131     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14132     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14133     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14134     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14135     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14136     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14137   layout:
14138     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14139     layout: "plot-throughput-speedup-analysis"
14140
14141 - type: "plot"
14142   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14143   algorithm: "plot_tsa_name"
14144   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14146   include:
14147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14148     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14149     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14150     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14151     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14152     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14153   layout:
14154     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14155     layout: "plot-throughput-speedup-analysis"
14156
14157 - type: "plot"
14158   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14159   algorithm: "plot_tsa_name"
14160   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14162   include:
14163     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14164     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14165     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14166     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14167     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14168   layout:
14169     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14170     layout: "plot-throughput-speedup-analysis"
14171
14172 - type: "plot"
14173   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14174   algorithm: "plot_tsa_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14179     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14180     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14181     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14182     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14183   layout:
14184     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14185     layout: "plot-throughput-speedup-analysis"
14186
14187 - type: "plot"
14188   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14189   algorithm: "plot_tsa_name"
14190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14192   include:
14193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14198   layout:
14199     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14200     layout: "plot-throughput-speedup-analysis"
14201
14202 - type: "plot"
14203   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14204   algorithm: "plot_tsa_name"
14205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14207   include:
14208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14213   layout:
14214     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14215     layout: "plot-throughput-speedup-analysis"
14216
14217 - type: "plot"
14218   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14219   algorithm: "plot_tsa_name"
14220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14222   include:
14223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14227   layout:
14228     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14229     layout: "plot-throughput-speedup-analysis"
14230
14231 - type: "plot"
14232   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14233   algorithm: "plot_tsa_name"
14234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14236   include:
14237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14241   layout:
14242     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14243     layout: "plot-throughput-speedup-analysis"
14244
14245 - type: "plot"
14246   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14247   algorithm: "plot_tsa_name"
14248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14250   include:
14251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14257   layout:
14258     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14259     layout: "plot-throughput-speedup-analysis"
14260
14261 - type: "plot"
14262   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14263   algorithm: "plot_tsa_name"
14264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14266   include:
14267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14273   layout:
14274     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14275     layout: "plot-throughput-speedup-analysis"
14276
14277 - type: "plot"
14278   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14279   algorithm: "plot_tsa_name"
14280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14282   include:
14283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14289   layout:
14290     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14291     layout: "plot-throughput-speedup-analysis"
14292
14293 - type: "plot"
14294   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14295   algorithm: "plot_tsa_name"
14296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14298   include:
14299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14305   layout:
14306     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14307     layout: "plot-throughput-speedup-analysis"
14308
14309 - type: "plot"
14310   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14311   algorithm: "plot_tsa_name"
14312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14314   include:
14315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14321   layout:
14322     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14323     layout: "plot-throughput-speedup-analysis"
14324
14325 - type: "plot"
14326   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14327   algorithm: "plot_tsa_name"
14328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14330   include:
14331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14337   layout:
14338     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14339     layout: "plot-throughput-speedup-analysis"
14340
14341 - type: "plot"
14342   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14343   algorithm: "plot_tsa_name"
14344   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14346   include:
14347     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14348     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14349     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14350     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14351     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14352     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14353   layout:
14354     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14355     layout: "plot-throughput-speedup-analysis"
14356
14357 - type: "plot"
14358   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14359   algorithm: "plot_tsa_name"
14360   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14362   include:
14363     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14364     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14365     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14366     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14367     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14368     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14369   layout:
14370     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14371     layout: "plot-throughput-speedup-analysis"
14372
14373 - type: "plot"
14374   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14375   algorithm: "plot_tsa_name"
14376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14378   include:
14379     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14380     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14381     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14382     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14383     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14384     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14385   layout:
14386     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14387     layout: "plot-throughput-speedup-analysis"
14388
14389 - type: "plot"
14390   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14391   algorithm: "plot_tsa_name"
14392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14394   include:
14395     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14396     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14397     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14398     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14399     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14400     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14401   layout:
14402     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14403     layout: "plot-throughput-speedup-analysis"
14404
14405 - type: "plot"
14406   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14407   algorithm: "plot_tsa_name"
14408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14410   include:
14411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14415   layout:
14416     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14417     layout: "plot-throughput-speedup-analysis"
14418
14419 - type: "plot"
14420   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14421   algorithm: "plot_tsa_name"
14422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14424   include:
14425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14429   layout:
14430     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14431     layout: "plot-throughput-speedup-analysis"
14432
14433 - type: "plot"
14434   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14435   algorithm: "plot_tsa_name"
14436   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14438   include:
14439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14443   layout:
14444     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14445     layout: "plot-throughput-speedup-analysis"
14446
14447 - type: "plot"
14448   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14449   algorithm: "plot_tsa_name"
14450   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14452   include:
14453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14457   layout:
14458     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14459     layout: "plot-throughput-speedup-analysis"
14460
14461 - type: "plot"
14462   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14463   algorithm: "plot_tsa_name"
14464   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14466   include:
14467     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14468     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14469     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14470     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14471   layout:
14472     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14473     layout: "plot-throughput-speedup-analysis"
14474
14475 - type: "plot"
14476   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14477   algorithm: "plot_tsa_name"
14478   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14479   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14480   include:
14481     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14482     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14483     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14484     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14485   layout:
14486     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14487     layout: "plot-throughput-speedup-analysis"
14488
14489 - type: "plot"
14490   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14491   algorithm: "plot_tsa_name"
14492   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14494   include:
14495     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14496     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14497     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14498     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14499   layout:
14500     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14501     layout: "plot-throughput-speedup-analysis"
14502
14503 - type: "plot"
14504   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14505   algorithm: "plot_tsa_name"
14506   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14508   include:
14509     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14510     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14511     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14512     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14513   layout:
14514     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14515     layout: "plot-throughput-speedup-analysis"
14516
14517 - type: "plot"
14518   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14519   algorithm: "plot_tsa_name"
14520   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14522   include:
14523     - "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"
14524     - "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"
14525     - "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"
14526     - "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"
14527   layout:
14528     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14529     layout: "plot-throughput-speedup-analysis"
14530
14531 - type: "plot"
14532   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14533   algorithm: "plot_tsa_name"
14534   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14536   include:
14537     - "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"
14538     - "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"
14539     - "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"
14540     - "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"
14541   layout:
14542     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14550   include:
14551     - "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"
14552     - "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"
14553     - "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"
14554     - "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"
14555   layout:
14556     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14557     layout: "plot-throughput-speedup-analysis"
14558
14559 - type: "plot"
14560   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14561   algorithm: "plot_tsa_name"
14562   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14564   include:
14565     - "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"
14566     - "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"
14567     - "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"
14568     - "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"
14569   layout:
14570     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14571     layout: "plot-throughput-speedup-analysis"
14572
14573 - type: "plot"
14574   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14575   algorithm: "plot_tsa_name"
14576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14578   include:
14579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14585   layout:
14586     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14587     layout: "plot-throughput-speedup-analysis"
14588
14589 - type: "plot"
14590   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14591   algorithm: "plot_tsa_name"
14592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14594   include:
14595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14601   layout:
14602     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
14603     layout: "plot-throughput-speedup-analysis"
14604
14605 - type: "plot"
14606   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14607   algorithm: "plot_tsa_name"
14608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14610   include:
14611     - "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"
14612     - "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"
14613     - "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"
14614     - "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"
14615     - "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"
14616     - "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"
14617   layout:
14618     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14619     layout: "plot-throughput-speedup-analysis"
14620
14621 - type: "plot"
14622   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14623   algorithm: "plot_tsa_name"
14624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14626   include:
14627     - "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"
14628     - "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"
14629     - "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"
14630     - "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"
14631     - "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"
14632     - "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"
14633   layout:
14634     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14635     layout: "plot-throughput-speedup-analysis"
14636
14637 - type: "plot"
14638   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14639   algorithm: "plot_tsa_name"
14640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14642   include:
14643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14648     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14649   layout:
14650     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14651     layout: "plot-throughput-speedup-analysis"
14652
14653 - type: "plot"
14654   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14655   algorithm: "plot_tsa_name"
14656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14658   include:
14659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14665   layout:
14666     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 - type: "plot"
14670   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14671   algorithm: "plot_tsa_name"
14672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14674   include:
14675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14680   layout:
14681     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14682     layout: "plot-throughput-speedup-analysis"
14683
14684 - type: "plot"
14685   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14686   algorithm: "plot_tsa_name"
14687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14689   include:
14690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14695   layout:
14696     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14697     layout: "plot-throughput-speedup-analysis"
14698
14699 - type: "plot"
14700   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14701   algorithm: "plot_tsa_name"
14702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14704   include:
14705     - "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"
14706     - "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"
14707   layout:
14708     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14709     layout: "plot-throughput-speedup-analysis"
14710
14711 - type: "plot"
14712   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14713   algorithm: "plot_tsa_name"
14714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14716   include:
14717     - "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"
14718     - "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"
14719   layout:
14720     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14721     layout: "plot-throughput-speedup-analysis"
14722
14723 - type: "plot"
14724   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14725   algorithm: "plot_tsa_name"
14726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14728   include:
14729     - "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"
14730     - "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"
14731   layout:
14732     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14733     layout: "plot-throughput-speedup-analysis"
14734
14735 - type: "plot"
14736   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14737   algorithm: "plot_tsa_name"
14738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14740   include:
14741     - "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"
14742     - "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"
14743   layout:
14744     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14745     layout: "plot-throughput-speedup-analysis"
14746
14747 - type: "plot"
14748   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14749   algorithm: "plot_tsa_name"
14750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14752   include:
14753     - "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"
14754     - "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"
14755     - "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"
14756   layout:
14757     title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
14758     layout: "plot-throughput-speedup-analysis"
14759
14760 - type: "plot"
14761   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14762   algorithm: "plot_tsa_name"
14763   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14764   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14765   include:
14766     - "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"
14767     - "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"
14768     - "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"
14769   layout:
14770     title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
14771     layout: "plot-throughput-speedup-analysis"
14772
14773 - type: "plot"
14774   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14775   algorithm: "plot_tsa_name"
14776   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14777   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14778   include:
14779     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14780     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14781     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14782     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14783     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14784   layout:
14785     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
14786     layout: "plot-throughput-speedup-analysis"
14787
14788 - type: "plot"
14789   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14790   algorithm: "plot_tsa_name"
14791   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14792   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14793   include:
14794     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14795     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14796     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14797     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14798     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14799   layout:
14800     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
14801     layout: "plot-throughput-speedup-analysis"
14802
14803 - type: "plot"
14804   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14805   algorithm: "plot_tsa_name"
14806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14808   include:
14809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14814   layout:
14815     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
14816     layout: "plot-throughput-speedup-analysis"
14817
14818 - type: "plot"
14819   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14820   algorithm: "plot_tsa_name"
14821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14823   include:
14824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14829   layout:
14830     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
14831     layout: "plot-throughput-speedup-analysis"
14832
14833 - type: "plot"
14834   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14835   algorithm: "plot_tsa_name"
14836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14838   include:
14839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14845   layout:
14846     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
14847     layout: "plot-throughput-speedup-analysis"
14848
14849 - type: "plot"
14850   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14851   algorithm: "plot_tsa_name"
14852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14854   include:
14855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14861   layout:
14862     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
14863     layout: "plot-throughput-speedup-analysis"
14864
14865 - type: "plot"
14866   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14867   algorithm: "plot_tsa_name"
14868   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14869   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14870   include:
14871     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14872     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14873     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14874     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14875   layout:
14876     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
14877     layout: "plot-throughput-speedup-analysis"
14878
14879 - type: "plot"
14880   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14881   algorithm: "plot_tsa_name"
14882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14884   include:
14885     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14886     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14887     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14888     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14889   layout:
14890     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14891     layout: "plot-throughput-speedup-analysis"
14892
14893 - type: "plot"
14894   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14895   algorithm: "plot_tsa_name"
14896   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14897   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14898   include:
14899     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14900     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14901     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14904   layout:
14905     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14906     layout: "plot-throughput-speedup-analysis"
14907
14908 - type: "plot"
14909   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14910   algorithm: "plot_tsa_name"
14911   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14912   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14913   include:
14914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14919   layout:
14920     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14921     layout: "plot-throughput-speedup-analysis"
14922
14923 - type: "plot"
14924   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14925   algorithm: "plot_tsa_name"
14926   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14927   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14928   include:
14929     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14930     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14931     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14932     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14933     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14934     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14935   layout:
14936     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14944   include:
14945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14946     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14947     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14948     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14949     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14950     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14951   layout:
14952     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14953     layout: "plot-throughput-speedup-analysis"
14954
14955 - type: "plot"
14956   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14957   algorithm: "plot_tsa_name"
14958   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14959   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14960   include:
14961     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14962     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14963     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14964     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14965   layout:
14966     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14967     layout: "plot-throughput-speedup-analysis"
14968
14969 - type: "plot"
14970   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14971   algorithm: "plot_tsa_name"
14972   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14973   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14974   include:
14975     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14976     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14977     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14978     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14979   layout:
14980     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14981     layout: "plot-throughput-speedup-analysis"
14982
14983 - type: "plot"
14984   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14985   algorithm: "plot_tsa_name"
14986   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14987   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14988   include:
14989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14995   layout:
14996     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14997     layout: "plot-throughput-speedup-analysis"
14998
14999 - type: "plot"
15000   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15001   algorithm: "plot_tsa_name"
15002   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15003   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15004   include:
15005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15009     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15010     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15011   layout:
15012     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15013     layout: "plot-throughput-speedup-analysis"
15014
15015 - type: "plot"
15016   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15017   algorithm: "plot_tsa_name"
15018   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15019   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15020   include:
15021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15024     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15025     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15027   layout:
15028     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15029     layout: "plot-throughput-speedup-analysis"
15030
15031 - type: "plot"
15032   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15033   algorithm: "plot_tsa_name"
15034   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15035   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15036   include:
15037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15043   layout:
15044     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15045     layout: "plot-throughput-speedup-analysis"
15046
15047 - type: "plot"
15048   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15049   algorithm: "plot_tsa_name"
15050   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15051   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15052   include:
15053     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15054     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15055     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15056     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15057     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15058     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15059   layout:
15060     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15061     layout: "plot-throughput-speedup-analysis"
15062
15063 - type: "plot"
15064   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15065   algorithm: "plot_tsa_name"
15066   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15067   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15068   include:
15069     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15070     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15071     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15072     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15073     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15074     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15075   layout:
15076     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15077     layout: "plot-throughput-speedup-analysis"
15078
15079 - type: "plot"
15080   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15081   algorithm: "plot_tsa_name"
15082   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15083   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15084   include:
15085     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15086     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15087     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15088     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15089     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15090   layout:
15091     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15092     layout: "plot-throughput-speedup-analysis"
15093
15094 - type: "plot"
15095   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15096   algorithm: "plot_tsa_name"
15097   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15098   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15099   include:
15100     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15101     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15102     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15103     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15104     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15105   layout:
15106     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15107     layout: "plot-throughput-speedup-analysis"
15108
15109 #- type: "plot"
15110 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15111 #  algorithm: "plot_tsa_name"
15112 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15113 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15114 #  include:
15115 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15116 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15117 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15118 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15119 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15120 #  layout:
15121 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15122 #    layout: "plot-throughput-speedup-analysis"
15123 #
15124 #- type: "plot"
15125 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15126 #  algorithm: "plot_tsa_name"
15127 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15128 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15129 #  include:
15130 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15131 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15132 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15133 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15134 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15135 #  layout:
15136 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15137 #    layout: "plot-throughput-speedup-analysis"
15138
15139 #- type: "plot"
15140 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15141 #  algorithm: "plot_tsa_name"
15142 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15143 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15144 #  include:
15145 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15146 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15147 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15148 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15149 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15150 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15151 #  layout:
15152 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15153 #    layout: "plot-throughput-speedup-analysis"
15154 #
15155 #- type: "plot"
15156 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15157 #  algorithm: "plot_tsa_name"
15158 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15159 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15160 #  include:
15161 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15162 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15163 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15164 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15165 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15166 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15167 #  layout:
15168 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15169 #    layout: "plot-throughput-speedup-analysis"
15170
15171 - type: "plot"
15172   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15173   algorithm: "plot_tsa_name"
15174   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15175   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15176   include:
15177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15182   layout:
15183     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15184     layout: "plot-throughput-speedup-analysis"
15185
15186 - type: "plot"
15187   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15188   algorithm: "plot_tsa_name"
15189   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15190   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15191   include:
15192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15197   layout:
15198     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15199     layout: "plot-throughput-speedup-analysis"
15200
15201 - type: "plot"
15202   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15203   algorithm: "plot_tsa_name"
15204   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15205   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15206   include:
15207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15213   layout:
15214     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15215     layout: "plot-throughput-speedup-analysis"
15216
15217 - type: "plot"
15218   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15219   algorithm: "plot_tsa_name"
15220   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15221   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15222   include:
15223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15229   layout:
15230     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15231     layout: "plot-throughput-speedup-analysis"
15232
15233 - type: "plot"
15234   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15235   algorithm: "plot_tsa_name"
15236   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15237   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15238   include:
15239     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15240     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15241     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15242     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15243     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15244   layout:
15245     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15246     layout: "plot-throughput-speedup-analysis"
15247
15248 - type: "plot"
15249   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15250   algorithm: "plot_tsa_name"
15251   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15252   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15253   include:
15254     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15255     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15256     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15257     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15259   layout:
15260     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15261     layout: "plot-throughput-speedup-analysis"
15262
15263 - type: "plot"
15264   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15265   algorithm: "plot_tsa_name"
15266   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15267   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15268   include:
15269     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15273   layout:
15274     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15275     layout: "plot-throughput-speedup-analysis"
15276
15277 - type: "plot"
15278   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15279   algorithm: "plot_tsa_name"
15280   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15281   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15282   include:
15283     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15286     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15287   layout:
15288     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15289     layout: "plot-throughput-speedup-analysis"
15290
15291 - type: "plot"
15292   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15293   algorithm: "plot_tsa_name"
15294   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15295   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15296   include:
15297     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15298     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15301     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15302     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15303   layout:
15304     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15312   include:
15313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15316     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15317     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15318     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15319   layout:
15320     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15321     layout: "plot-throughput-speedup-analysis"
15322
15323 - type: "plot"
15324   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15325   algorithm: "plot_tsa_name"
15326   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15327   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15328   include:
15329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15334   layout:
15335     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 - type: "plot"
15339   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15340   algorithm: "plot_tsa_name"
15341   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15342   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15343   include:
15344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15349   layout:
15350     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15351     layout: "plot-throughput-speedup-analysis"
15352
15353 - type: "plot"
15354   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15355   algorithm: "plot_tsa_name"
15356   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15357   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15358   include:
15359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15365   layout:
15366     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15367     layout: "plot-throughput-speedup-analysis"
15368
15369 - type: "plot"
15370   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15371   algorithm: "plot_tsa_name"
15372   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15373   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15374   include:
15375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15381   layout:
15382     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15383     layout: "plot-throughput-speedup-analysis"
15384
15385 - type: "plot"
15386   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15387   algorithm: "plot_tsa_name"
15388   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15389   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15390   include:
15391     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15392     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15393     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15394     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15395   layout:
15396     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15397     layout: "plot-throughput-speedup-analysis"
15398
15399 - type: "plot"
15400   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15401   algorithm: "plot_tsa_name"
15402   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15403   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15404   include:
15405     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15406     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15407     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15408     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15409   layout:
15410     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15411     layout: "plot-throughput-speedup-analysis"
15412
15413 - type: "plot"
15414   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15415   algorithm: "plot_tsa_name"
15416   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15417   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15418   include:
15419     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15420     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15421     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15422     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15423     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15424   layout:
15425     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 - type: "plot"
15429   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15430   algorithm: "plot_tsa_name"
15431   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15432   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15433   include:
15434     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15435     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15436     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15437     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15438     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15439   layout:
15440     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15441     layout: "plot-throughput-speedup-analysis"
15442
15443 - type: "plot"
15444   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15445   algorithm: "plot_tsa_name"
15446   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15447   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15448   include:
15449     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15450     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15451     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15455   layout:
15456     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15457     layout: "plot-throughput-speedup-analysis"
15458
15459 - type: "plot"
15460   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15461   algorithm: "plot_tsa_name"
15462   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15463   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15464   include:
15465     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15466     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15467     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15470     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15471   layout:
15472     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15473     layout: "plot-throughput-speedup-analysis"
15474
15475 - type: "plot"
15476   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15477   algorithm: "plot_tsa_name"
15478   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15479   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15480   include:
15481     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15482     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15483     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15484     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15485   layout:
15486     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15487     layout: "plot-throughput-speedup-analysis"
15488
15489 - type: "plot"
15490   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15491   algorithm: "plot_tsa_name"
15492   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15493   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15494   include:
15495     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15497     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15498     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15499   layout:
15500     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15501     layout: "plot-throughput-speedup-analysis"
15502
15503 - type: "plot"
15504   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15505   algorithm: "plot_tsa_name"
15506   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15507   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15508   include:
15509     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15511     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15513     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15514     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15515   layout:
15516     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15517     layout: "plot-throughput-speedup-analysis"
15518
15519 - type: "plot"
15520   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15521   algorithm: "plot_tsa_name"
15522   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15523   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15524   include:
15525     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15528     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15529     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15530     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15531   layout:
15532     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15533     layout: "plot-throughput-speedup-analysis"
15534
15535 - type: "plot"
15536   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15537   algorithm: "plot_tsa_name"
15538   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15539   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15540   include:
15541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15545     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15547   layout:
15548     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15549     layout: "plot-throughput-speedup-analysis"
15550
15551 - type: "plot"
15552   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15553   algorithm: "plot_tsa_name"
15554   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15555   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15556   include:
15557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15558     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15563   layout:
15564     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15565     layout: "plot-throughput-speedup-analysis"
15566
15567 #- type: "plot"
15568 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15569 #  algorithm: "plot_tsa_name"
15570 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15571 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15572 #  include:
15573 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15574 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15575 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15576 #  layout:
15577 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15578 #    layout: "plot-throughput-speedup-analysis"
15579 #
15580 #- type: "plot"
15581 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15582 #  algorithm: "plot_tsa_name"
15583 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15584 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15585 #  include:
15586 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15587 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15588 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15589 #  layout:
15590 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15591 #    layout: "plot-throughput-speedup-analysis"
15592
15593 ################################################################################
15594
15595 # Packet Throughput - DPDK
15596
15597 # 2n-skx-xxv710
15598
15599 #- type: "plot"
15600 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
15601 #  algorithm: "plot_perf_box_name"
15602 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
15603 #  data: "plot-dpdk-throughput-latency-2n-skx"
15604 #  include:
15605 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15606 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15607 #  layout:
15608 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
15609 #    layout: "plot-throughput"
15610 #
15611 #- type: "plot"
15612 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
15613 #  algorithm: "plot_perf_box_name"
15614 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
15615 #  data: "plot-dpdk-throughput-latency-2n-skx"
15616 #  include:
15617 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15618 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15619 #  layout:
15620 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
15621 #    layout: "plot-throughput"
15622 #
15623 #- type: "plot"
15624 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
15625 #  algorithm: "plot_perf_box_name"
15626 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
15627 #  data: "plot-dpdk-throughput-latency-2n-skx"
15628 #  include:
15629 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15630 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15631 #  layout:
15632 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
15633 #    layout: "plot-throughput"
15634 #
15635 #- type: "plot"
15636 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
15637 #  algorithm: "plot_perf_box_name"
15638 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
15639 #  data: "plot-dpdk-throughput-latency-2n-skx"
15640 #  include:
15641 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15642 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15643 #  layout:
15644 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
15645 #    layout: "plot-throughput"
15646 #
15647 ## 2n-skx-x710
15648 #
15649 #- type: "plot"
15650 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
15651 #  algorithm: "plot_perf_box_name"
15652 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
15653 #  data: "plot-dpdk-throughput-latency-2n-skx"
15654 #  include:
15655 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15656 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15657 #  layout:
15658 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
15659 #    layout: "plot-throughput"
15660 #
15661 #- type: "plot"
15662 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
15663 #  algorithm: "plot_perf_box_name"
15664 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
15665 #  data: "plot-dpdk-throughput-latency-2n-skx"
15666 #  include:
15667 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15668 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15669 #  layout:
15670 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
15671 #    layout: "plot-throughput"
15672 #
15673 #- type: "plot"
15674 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
15675 #  algorithm: "plot_perf_box_name"
15676 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
15677 #  data: "plot-dpdk-throughput-latency-2n-skx"
15678 #  include:
15679 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15680 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15681 #  layout:
15682 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
15683 #    layout: "plot-throughput"
15684 #
15685 #- type: "plot"
15686 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
15687 #  algorithm: "plot_perf_box_name"
15688 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
15689 #  data: "plot-dpdk-throughput-latency-2n-skx"
15690 #  include:
15691 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15692 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15693 #  layout:
15694 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
15695 #    layout: "plot-throughput"
15696 #
15697 ## 3n-skx-xxv710
15698 #
15699 #- type: "plot"
15700 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
15701 #  algorithm: "plot_perf_box_name"
15702 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
15703 #  data: "plot-dpdk-throughput-latency-3n-skx"
15704 #  include:
15705 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15706 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15707 #  layout:
15708 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
15709 #    layout: "plot-throughput"
15710 #
15711 #- type: "plot"
15712 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
15713 #  algorithm: "plot_perf_box_name"
15714 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
15715 #  data: "plot-dpdk-throughput-latency-3n-skx"
15716 #  include:
15717 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15718 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15719 #  layout:
15720 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
15721 #    layout: "plot-throughput"
15722 #
15723 #- type: "plot"
15724 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15725 #  algorithm: "plot_perf_box_name"
15726 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15727 #  data: "plot-dpdk-throughput-latency-3n-skx"
15728 #  include:
15729 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15730 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15731 #  layout:
15732 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15733 #    layout: "plot-throughput"
15734 #
15735 #- type: "plot"
15736 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15737 #  algorithm: "plot_perf_box_name"
15738 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
15739 #  data: "plot-dpdk-throughput-latency-3n-skx"
15740 #  include:
15741 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15742 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15743 #  layout:
15744 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
15745 #    layout: "plot-throughput"
15746 #
15747 ## 3n-skx-x710
15748 #
15749 #- type: "plot"
15750 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
15751 #  algorithm: "plot_perf_box_name"
15752 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
15753 #  data: "plot-dpdk-throughput-latency-3n-skx"
15754 #  include:
15755 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15756 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15757 #  layout:
15758 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
15759 #    layout: "plot-throughput"
15760 #
15761 #- type: "plot"
15762 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
15763 #  algorithm: "plot_perf_box_name"
15764 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
15765 #  data: "plot-dpdk-throughput-latency-3n-skx"
15766 #  include:
15767 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15768 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15769 #  layout:
15770 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
15771 #    layout: "plot-throughput"
15772 #
15773 #- type: "plot"
15774 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
15775 #  algorithm: "plot_perf_box_name"
15776 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
15777 #  data: "plot-dpdk-throughput-latency-3n-skx"
15778 #  include:
15779 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15780 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15781 #  layout:
15782 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
15783 #    layout: "plot-throughput"
15784 #
15785 #- type: "plot"
15786 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
15787 #  algorithm: "plot_perf_box_name"
15788 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
15789 #  data: "plot-dpdk-throughput-latency-3n-skx"
15790 #  include:
15791 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15792 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15793 #  layout:
15794 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
15795 #    layout: "plot-throughput"
15796
15797 # 3n-hsw-xl710
15798
15799 - type: "plot"
15800   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
15801   algorithm: "plot_perf_box_name"
15802   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
15803   data: "plot-dpdk-throughput-latency-3n-hsw"
15804   include:
15805     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15806     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15807   layout:
15808     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
15809     layout: "plot-throughput"
15810
15811 - type: "plot"
15812   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
15813   algorithm: "plot_perf_box_name"
15814   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
15815   data: "plot-dpdk-throughput-latency-3n-hsw"
15816   include:
15817     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15818     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15819   layout:
15820     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
15821     layout: "plot-throughput"
15822
15823 - type: "plot"
15824   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
15825   algorithm: "plot_perf_box_name"
15826   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
15827   data: "plot-dpdk-throughput-latency-3n-hsw"
15828   include:
15829     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15830     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15831   layout:
15832     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
15833     layout: "plot-throughput"
15834
15835 - type: "plot"
15836   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
15837   algorithm: "plot_perf_box_name"
15838   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
15839   data: "plot-dpdk-throughput-latency-3n-hsw"
15840   include:
15841     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15842     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15843   layout:
15844     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
15845     layout: "plot-throughput"
15846
15847 # 3n-hsw-x710
15848
15849 - type: "plot"
15850   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
15851   algorithm: "plot_perf_box_name"
15852   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
15853   data: "plot-dpdk-throughput-latency-3n-hsw"
15854   include:
15855     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15856     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15857   layout:
15858     title: "3n-hsw-x710-64b-1t1c-base-ndr"
15859     layout: "plot-throughput"
15860
15861 - type: "plot"
15862   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
15863   algorithm: "plot_perf_box_name"
15864   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
15865   data: "plot-dpdk-throughput-latency-3n-hsw"
15866   include:
15867     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15868     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15869   layout:
15870     title: "3n-hsw-x710-64b-2t2c-base-ndr"
15871     layout: "plot-throughput"
15872
15873 - type: "plot"
15874   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
15875   algorithm: "plot_perf_box_name"
15876   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
15877   data: "plot-dpdk-throughput-latency-3n-hsw"
15878   include:
15879     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15880     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15881   layout:
15882     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15883     layout: "plot-throughput"
15884
15885 - type: "plot"
15886   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15887   algorithm: "plot_perf_box_name"
15888   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15889   data: "plot-dpdk-throughput-latency-3n-hsw"
15890   include:
15891     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15892     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15893   layout:
15894     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15895     layout: "plot-throughput"
15896
15897 # 2n-dnv-x553
15898
15899 - type: "plot"
15900   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15901   algorithm: "plot_perf_box_name"
15902   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15903   data: "plot-dpdk-throughput-latency-2n-dnv"
15904   include:
15905     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15906     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15907   layout:
15908     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15909     layout: "plot-throughput"
15910
15911 - type: "plot"
15912   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15913   algorithm: "plot_perf_box_name"
15914   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15915   data: "plot-dpdk-throughput-latency-2n-dnv"
15916   include:
15917     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15918     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15919   layout:
15920     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15921     layout: "plot-throughput"
15922
15923 - type: "plot"
15924   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15925   algorithm: "plot_perf_box_name"
15926   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15927   data: "plot-dpdk-throughput-latency-2n-dnv"
15928   include:
15929     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15930     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15931   layout:
15932     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15933     layout: "plot-throughput"
15934
15935 - type: "plot"
15936   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15937   algorithm: "plot_perf_box_name"
15938   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15939   data: "plot-dpdk-throughput-latency-2n-dnv"
15940   include:
15941     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15942     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15943   layout:
15944     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15945     layout: "plot-throughput"
15946
15947 # 3n-dnv-x553
15948
15949 - type: "plot"
15950   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15951   algorithm: "plot_perf_box_name"
15952   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15953   data: "plot-dpdk-throughput-latency-3n-dnv"
15954   include:
15955     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15956     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15957   layout:
15958     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15959     layout: "plot-throughput"
15960
15961 - type: "plot"
15962   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15963   algorithm: "plot_perf_box_name"
15964   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15965   data: "plot-dpdk-throughput-latency-3n-dnv"
15966   include:
15967     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15968     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15969   layout:
15970     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15971     layout: "plot-throughput"
15972
15973 - type: "plot"
15974   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15975   algorithm: "plot_perf_box_name"
15976   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15977   data: "plot-dpdk-throughput-latency-3n-dnv"
15978   include:
15979     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15980     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15981   layout:
15982     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15983     layout: "plot-throughput"
15984
15985 - type: "plot"
15986   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15987   algorithm: "plot_perf_box_name"
15988   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15989   data: "plot-dpdk-throughput-latency-3n-dnv"
15990   include:
15991     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15992     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15993   layout:
15994     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15995     layout: "plot-throughput"
15996
15997 # 3n-tsh-x520
15998
15999 - type: "plot"
16000   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16001   algorithm: "plot_perf_box_name"
16002   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16003   data: "plot-dpdk-throughput-latency-3n-tsh"
16004   include:
16005     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16006     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16007   layout:
16008     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16009     layout: "plot-throughput"
16010
16011 - type: "plot"
16012   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16013   algorithm: "plot_perf_box_name"
16014   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16015   data: "plot-dpdk-throughput-latency-3n-tsh"
16016   include:
16017     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16018     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16019   layout:
16020     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16021     layout: "plot-throughput"
16022
16023 - type: "plot"
16024   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16025   algorithm: "plot_perf_box_name"
16026   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16027   data: "plot-dpdk-throughput-latency-3n-tsh"
16028   include:
16029     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16030     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16031   layout:
16032     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16033     layout: "plot-throughput"
16034
16035 - type: "plot"
16036   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16037   algorithm: "plot_perf_box_name"
16038   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16039   data: "plot-dpdk-throughput-latency-3n-tsh"
16040   include:
16041     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16042     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16043   layout:
16044     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16045     layout: "plot-throughput"
16046
16047 ################################################################################
16048 ###   2n-clx                                                                 ###
16049 ################################################################################
16050
16051 # Packet Throughput
16052
16053 - type: "plot"
16054   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16055   algorithm: "plot_perf_box_name"
16056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16058   include:
16059     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16060     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16061     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16062     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16063   layout:
16064     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16065     layout: "plot-throughput"
16066
16067 - type: "plot"
16068   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16069   algorithm: "plot_perf_box_name"
16070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16072   include:
16073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16076     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16077   layout:
16078     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16079     layout: "plot-throughput"
16080
16081 - type: "plot"
16082   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16083   algorithm: "plot_perf_box_name"
16084   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16086   include:
16087     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16088     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16089     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16090     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16091   layout:
16092     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16093     layout: "plot-throughput"
16094
16095 - type: "plot"
16096   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16097   algorithm: "plot_perf_box_name"
16098   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16100   include:
16101     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16102     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16103     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16104     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16105   layout:
16106     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16107     layout: "plot-throughput"
16108
16109 - type: "plot"
16110   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16111   algorithm: "plot_perf_box_name"
16112   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16114   include:
16115     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16116     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16117     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16118     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16119     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16121   layout:
16122     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16123     layout: "plot-throughput"
16124
16125 - type: "plot"
16126   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16127   algorithm: "plot_perf_box_name"
16128   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16130   include:
16131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16135     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16136     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16137   layout:
16138     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16139     layout: "plot-throughput"
16140
16141 - type: "plot"
16142   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16143   algorithm: "plot_perf_box_name"
16144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16146   include:
16147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16151   layout:
16152     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16153     layout: "plot-throughput"
16154
16155 - type: "plot"
16156   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16157   algorithm: "plot_perf_box_name"
16158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16160   include:
16161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16165   layout:
16166     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16167     layout: "plot-throughput"
16168
16169 - type: "plot"
16170   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16171   algorithm: "plot_perf_box_name"
16172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16174   include:
16175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16178   layout:
16179     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16180     layout: "plot-throughput"
16181
16182 - type: "plot"
16183   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16184   algorithm: "plot_perf_box_name"
16185   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16187   include:
16188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16191   layout:
16192     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16193     layout: "plot-throughput"
16194
16195 - type: "plot"
16196   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16197   algorithm: "plot_perf_box_name"
16198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16200   include:
16201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16206   layout:
16207     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16208     layout: "plot-throughput"
16209
16210 - type: "plot"
16211   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16212   algorithm: "plot_perf_box_name"
16213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16215   include:
16216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16221   layout:
16222     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16223     layout: "plot-throughput"
16224
16225 - type: "plot"
16226   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16227   algorithm: "plot_perf_box_name"
16228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16230   include:
16231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16234   layout:
16235     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16236     layout: "plot-throughput"
16237
16238 - type: "plot"
16239   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16240   algorithm: "plot_perf_box_name"
16241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16243   include:
16244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16247   layout:
16248     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16249     layout: "plot-throughput"
16250
16251 - type: "plot"
16252   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16253   algorithm: "plot_perf_box_name"
16254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16256   include:
16257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16263   layout:
16264     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16265     layout: "plot-throughput"
16266
16267 - type: "plot"
16268   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16269   algorithm: "plot_perf_box_name"
16270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16272   include:
16273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16279   layout:
16280     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16281     layout: "plot-throughput"
16282
16283 - type: "plot"
16284   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16285   algorithm: "plot_perf_box_name"
16286   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16288   include:
16289     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16291   layout:
16292     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16293     layout: "plot-throughput"
16294
16295 - type: "plot"
16296   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16297   algorithm: "plot_perf_box_name"
16298   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16300   include:
16301     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16303   layout:
16304     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16305     layout: "plot-throughput"
16306
16307 - type: "plot"
16308   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16309   algorithm: "plot_perf_box_name"
16310   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16312   include:
16313     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16314     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16315     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16319   layout:
16320     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16321     layout: "plot-throughput"
16322
16323 - type: "plot"
16324   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16325   algorithm: "plot_perf_box_name"
16326   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16328   include:
16329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16330     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16335   layout:
16336     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16337     layout: "plot-throughput"
16338
16339 - type: "plot"
16340   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16341   algorithm: "plot_perf_box_name"
16342   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16344   include:
16345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16351   layout:
16352     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16353     layout: "plot-throughput"
16354
16355 - type: "plot"
16356   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16357   algorithm: "plot_perf_box_name"
16358   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16360   include:
16361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16367   layout:
16368     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16369     layout: "plot-throughput"
16370
16371 - type: "plot"
16372   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16373   algorithm: "plot_perf_box_name"
16374   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16376   include:
16377     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16380   layout:
16381     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16382     layout: "plot-throughput"
16383
16384 - type: "plot"
16385   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16386   algorithm: "plot_perf_box_name"
16387   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16389   include:
16390     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16393   layout:
16394     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16395     layout: "plot-throughput"
16396
16397 - type: "plot"
16398   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16399   algorithm: "plot_perf_box_name"
16400   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16402   include:
16403     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16408   layout:
16409     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16410     layout: "plot-throughput"
16411
16412 - type: "plot"
16413   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16414   algorithm: "plot_perf_box_name"
16415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16417   include:
16418     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16423   layout:
16424     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16425     layout: "plot-throughput"
16426
16427 - type: "plot"
16428   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16429   algorithm: "plot_perf_box_name"
16430   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16432   include:
16433     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16438   layout:
16439     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16440     layout: "plot-throughput"
16441
16442 - type: "plot"
16443   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16444   algorithm: "plot_perf_box_name"
16445   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16447   include:
16448     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16453   layout:
16454     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16455     layout: "plot-throughput"
16456
16457 - type: "plot"
16458   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16459   algorithm: "plot_perf_box_name"
16460   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16462   include:
16463     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16466     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16469   layout:
16470     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16471     layout: "plot-throughput"
16472
16473 - type: "plot"
16474   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16475   algorithm: "plot_perf_box_name"
16476   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16478   include:
16479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16485   layout:
16486     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16487     layout: "plot-throughput"
16488
16489 - type: "plot"
16490   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16491   algorithm: "plot_perf_box_name"
16492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16494   include:
16495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16499   layout:
16500     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16501     layout: "plot-throughput"
16502
16503 - type: "plot"
16504   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16505   algorithm: "plot_perf_box_name"
16506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16508   include:
16509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16513   layout:
16514     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16515     layout: "plot-throughput"
16516
16517 - type: "plot"
16518   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16519   algorithm: "plot_perf_box_name"
16520   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16521   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16522   include:
16523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16527   layout:
16528     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16529     layout: "plot-throughput"
16530
16531 - type: "plot"
16532   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16533   algorithm: "plot_perf_box_name"
16534   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16536   include:
16537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16541   layout:
16542     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16543     layout: "plot-throughput"
16544
16545 - type: "plot"
16546   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16547   algorithm: "plot_perf_box_name"
16548   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16550   include:
16551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16556   layout:
16557     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16558     layout: "plot-throughput"
16559
16560 - type: "plot"
16561   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16562   algorithm: "plot_perf_box_name"
16563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16565   include:
16566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16571   layout:
16572     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16573     layout: "plot-throughput"
16574
16575 - type: "plot"
16576   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16577   algorithm: "plot_perf_box_name"
16578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16580   include:
16581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16585   layout:
16586     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16587     layout: "plot-throughput"
16588
16589 - type: "plot"
16590   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16591   algorithm: "plot_perf_box_name"
16592   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16594   include:
16595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16599   layout:
16600     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16601     layout: "plot-throughput"
16602
16603 - type: "plot"
16604   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16605   algorithm: "plot_perf_box_name"
16606   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16608   include:
16609     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16610     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16611     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16612     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16613     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16614     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16615   layout:
16616     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16617     layout: "plot-throughput"
16618
16619 - type: "plot"
16620   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16621   algorithm: "plot_perf_box_name"
16622   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16624   include:
16625     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16626     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16627     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16628     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16629     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16630     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16631   layout:
16632     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16633     layout: "plot-throughput"
16634
16635 - type: "plot"
16636   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16637   algorithm: "plot_perf_box_name"
16638   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16640   include:
16641     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16642     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16643     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16644     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16645   layout:
16646     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16647     layout: "plot-throughput"
16648
16649 - type: "plot"
16650   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16651   algorithm: "plot_perf_box_name"
16652   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16654   include:
16655     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16656     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16657     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16658     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16659   layout:
16660     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16661     layout: "plot-throughput"
16662
16663 - type: "plot"
16664   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16665   algorithm: "plot_perf_box_name"
16666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16668   include:
16669     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16670     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16671     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16673   layout:
16674     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16675     layout: "plot-throughput"
16676
16677 - type: "plot"
16678   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16679   algorithm: "plot_perf_box_name"
16680   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16682   include:
16683     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16684     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16685     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16687   layout:
16688     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16689     layout: "plot-throughput"
16690
16691 - type: "plot"
16692   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16693   algorithm: "plot_perf_box_name"
16694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16696   include:
16697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16701   layout:
16702     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16703     layout: "plot-throughput"
16704
16705 - type: "plot"
16706   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16707   algorithm: "plot_perf_box_name"
16708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16710   include:
16711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16715   layout:
16716     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16717     layout: "plot-throughput"
16718
16719 - type: "plot"
16720   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16721   algorithm: "plot_perf_box_name"
16722   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16724   include:
16725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16729   layout:
16730     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16731     layout: "plot-throughput"
16732
16733 - type: "plot"
16734   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16735   algorithm: "plot_perf_box_name"
16736   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16738   include:
16739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16743   layout:
16744     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16745     layout: "plot-throughput"
16746
16747 - type: "plot"
16748   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16749   algorithm: "plot_perf_box_name"
16750   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16752   include:
16753     - "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"
16754     - "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"
16755     - "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"
16756     - "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"
16757   layout:
16758     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16759     layout: "plot-throughput"
16760
16761 - type: "plot"
16762   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16763   algorithm: "plot_perf_box_name"
16764   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16766   include:
16767     - "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"
16768     - "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"
16769     - "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"
16770     - "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"
16771   layout:
16772     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16773     layout: "plot-throughput"
16774
16775 ################################################################################
16776
16777 # Packet Speedup
16778
16779 - type: "plot"
16780   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16781   algorithm: "plot_tsa_name"
16782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16784   include:
16785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16788     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16789   layout:
16790     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
16791     layout: "plot-throughput-speedup-analysis"
16792
16793 - type: "plot"
16794   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16795   algorithm: "plot_tsa_name"
16796   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16798   include:
16799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16803   layout:
16804     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
16805     layout: "plot-throughput-speedup-analysis"
16806
16807 - type: "plot"
16808   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16809   algorithm: "plot_tsa_name"
16810   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16812   include:
16813     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16814     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16815     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16816     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16817   layout:
16818     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
16819     layout: "plot-throughput-speedup-analysis"
16820
16821 - type: "plot"
16822   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16823   algorithm: "plot_tsa_name"
16824   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16826   include:
16827     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16828     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16829     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16830     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16831   layout:
16832     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
16833     layout: "plot-throughput-speedup-analysis"
16834
16835 - type: "plot"
16836   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16837   algorithm: "plot_tsa_name"
16838   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16840   include:
16841     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16847   layout:
16848     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
16849     layout: "plot-throughput-speedup-analysis"
16850
16851 - type: "plot"
16852   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16853   algorithm: "plot_tsa_name"
16854   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16856   include:
16857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16863   layout:
16864     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
16865     layout: "plot-throughput-speedup-analysis"
16866
16867 - type: "plot"
16868   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16869   algorithm: "plot_tsa_name"
16870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16872   include:
16873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16877   layout:
16878     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16879     layout: "plot-throughput-speedup-analysis"
16880
16881 - type: "plot"
16882   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16883   algorithm: "plot_tsa_name"
16884   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16886   include:
16887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16891   layout:
16892     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16893     layout: "plot-throughput-speedup-analysis"
16894
16895 - type: "plot"
16896   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16897   algorithm: "plot_tsa_name"
16898   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16900   include:
16901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16904   layout:
16905     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
16906     layout: "plot-throughput-speedup-analysis"
16907
16908 - type: "plot"
16909   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16910   algorithm: "plot_tsa_name"
16911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16913   include:
16914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16917   layout:
16918     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
16919     layout: "plot-throughput-speedup-analysis"
16920
16921 - type: "plot"
16922   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16923   algorithm: "plot_tsa_name"
16924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16926   include:
16927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16932   layout:
16933     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16934     layout: "plot-throughput-speedup-analysis"
16935
16936 - type: "plot"
16937   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16938   algorithm: "plot_tsa_name"
16939   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16941   include:
16942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16947   layout:
16948     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16949     layout: "plot-throughput-speedup-analysis"
16950
16951 - type: "plot"
16952   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16953   algorithm: "plot_tsa_name"
16954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16956   include:
16957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16960   layout:
16961     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
16962     layout: "plot-throughput-speedup-analysis"
16963
16964 - type: "plot"
16965   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16966   algorithm: "plot_tsa_name"
16967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16969   include:
16970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16973   layout:
16974     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
16975     layout: "plot-throughput-speedup-analysis"
16976
16977 - type: "plot"
16978   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16979   algorithm: "plot_tsa_name"
16980   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16982   include:
16983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16989   layout:
16990     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16991     layout: "plot-throughput-speedup-analysis"
16992
16993 - type: "plot"
16994   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16995   algorithm: "plot_tsa_name"
16996   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16998   include:
16999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17005   layout:
17006     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17007     layout: "plot-throughput-speedup-analysis"
17008
17009 - type: "plot"
17010   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17011   algorithm: "plot_tsa_name"
17012   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17014   include:
17015     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17016     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17017   layout:
17018     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17019     layout: "plot-throughput-speedup-analysis"
17020
17021 - type: "plot"
17022   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17023   algorithm: "plot_tsa_name"
17024   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17026   include:
17027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17029   layout:
17030     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17031     layout: "plot-throughput-speedup-analysis"
17032
17033 - type: "plot"
17034   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17035   algorithm: "plot_tsa_name"
17036   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17038   include:
17039     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17040     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17041     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17042     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17043     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17044     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17045   layout:
17046     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17047     layout: "plot-throughput-speedup-analysis"
17048
17049 - type: "plot"
17050   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17051   algorithm: "plot_tsa_name"
17052   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17054   include:
17055     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17056     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17059     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17060     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17061   layout:
17062     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17063     layout: "plot-throughput-speedup-analysis"
17064
17065 - type: "plot"
17066   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17067   algorithm: "plot_tsa_name"
17068   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17070   include:
17071     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17072     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17073     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17077   layout:
17078     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17079     layout: "plot-throughput-speedup-analysis"
17080
17081 - type: "plot"
17082   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17083   algorithm: "plot_tsa_name"
17084   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17086   include:
17087     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17088     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17093   layout:
17094     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17095     layout: "plot-throughput-speedup-analysis"
17096
17097 - type: "plot"
17098   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17099   algorithm: "plot_tsa_name"
17100   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17102   include:
17103     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17104     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17106   layout:
17107     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
17108     layout: "plot-throughput-speedup-analysis"
17109
17110 - type: "plot"
17111   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17112   algorithm: "plot_tsa_name"
17113   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17115   include:
17116     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17117     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17118     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17119   layout:
17120     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
17121     layout: "plot-throughput-speedup-analysis"
17122
17123 - type: "plot"
17124   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17125   algorithm: "plot_tsa_name"
17126   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17128   include:
17129     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17131     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17133     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17134   layout:
17135     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17136     layout: "plot-throughput-speedup-analysis"
17137
17138 - type: "plot"
17139   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17140   algorithm: "plot_tsa_name"
17141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17143   include:
17144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17149   layout:
17150     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17151     layout: "plot-throughput-speedup-analysis"
17152
17153 - type: "plot"
17154   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17155   algorithm: "plot_tsa_name"
17156   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17158   include:
17159     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17161     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17162     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17163     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17164   layout:
17165     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17166     layout: "plot-throughput-speedup-analysis"
17167
17168 - type: "plot"
17169   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17170   algorithm: "plot_tsa_name"
17171   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17173   include:
17174     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17176     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17178     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17179   layout:
17180     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17181     layout: "plot-throughput-speedup-analysis"
17182
17183 - type: "plot"
17184   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17185   algorithm: "plot_tsa_name"
17186   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17188   include:
17189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17190     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17195   layout:
17196     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
17197     layout: "plot-throughput-speedup-analysis"
17198
17199 - type: "plot"
17200   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17201   algorithm: "plot_tsa_name"
17202   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17204   include:
17205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17206     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17207     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17208     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17211   layout:
17212     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
17213     layout: "plot-throughput-speedup-analysis"
17214
17215 - type: "plot"
17216   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17217   algorithm: "plot_tsa_name"
17218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17220   include:
17221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17225   layout:
17226     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17227     layout: "plot-throughput-speedup-analysis"
17228
17229 - type: "plot"
17230   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17231   algorithm: "plot_tsa_name"
17232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17234   include:
17235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17239   layout:
17240     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
17241     layout: "plot-throughput-speedup-analysis"
17242
17243 - type: "plot"
17244   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17245   algorithm: "plot_tsa_name"
17246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17248   include:
17249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17253   layout:
17254     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
17255     layout: "plot-throughput-speedup-analysis"
17256
17257 - type: "plot"
17258   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17259   algorithm: "plot_tsa_name"
17260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17262   include:
17263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17267   layout:
17268     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
17269     layout: "plot-throughput-speedup-analysis"
17270
17271 - type: "plot"
17272   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17273   algorithm: "plot_tsa_name"
17274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17276   include:
17277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17282   layout:
17283     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
17284     layout: "plot-throughput-speedup-analysis"
17285
17286 - type: "plot"
17287   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17288   algorithm: "plot_tsa_name"
17289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17291   include:
17292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17297   layout:
17298     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
17299     layout: "plot-throughput-speedup-analysis"
17300
17301 - type: "plot"
17302   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17303   algorithm: "plot_tsa_name"
17304   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17306   include:
17307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17311   layout:
17312     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17313     layout: "plot-throughput-speedup-analysis"
17314
17315 - type: "plot"
17316   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17317   algorithm: "plot_tsa_name"
17318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17320   include:
17321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17325   layout:
17326     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17327     layout: "plot-throughput-speedup-analysis"
17328
17329 - type: "plot"
17330   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17331   algorithm: "plot_tsa_name"
17332   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17334   include:
17335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17337     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17339     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17340     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17341   layout:
17342     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
17343     layout: "plot-throughput-speedup-analysis"
17344
17345 - type: "plot"
17346   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17347   algorithm: "plot_tsa_name"
17348   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17350   include:
17351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17353     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17354     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17355     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17356     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17357   layout:
17358     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
17359     layout: "plot-throughput-speedup-analysis"
17360
17361 - type: "plot"
17362   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
17363   algorithm: "plot_tsa_name"
17364   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
17365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17366   include:
17367     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17368     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17369     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17370     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17371   layout:
17372     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
17373     layout: "plot-throughput-speedup-analysis"
17374
17375 - type: "plot"
17376   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
17377   algorithm: "plot_tsa_name"
17378   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
17379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17380   include:
17381     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17382     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17383     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17384     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17385   layout:
17386     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
17387     layout: "plot-throughput-speedup-analysis"
17388
17389 - type: "plot"
17390   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
17391   algorithm: "plot_tsa_name"
17392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17394   include:
17395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17399   layout:
17400     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
17401     layout: "plot-throughput-speedup-analysis"
17402
17403 - type: "plot"
17404   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
17405   algorithm: "plot_tsa_name"
17406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
17407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17408   include:
17409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17413   layout:
17414     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
17415     layout: "plot-throughput-speedup-analysis"
17416
17417 - type: "plot"
17418   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17419   algorithm: "plot_tsa_name"
17420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17422   include:
17423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17427   layout:
17428     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17429     layout: "plot-throughput-speedup-analysis"
17430
17431 - type: "plot"
17432   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17433   algorithm: "plot_tsa_name"
17434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17436   include:
17437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17441   layout:
17442     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17443     layout: "plot-throughput-speedup-analysis"
17444
17445 - type: "plot"
17446   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17447   algorithm: "plot_tsa_name"
17448   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17450   include:
17451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17455   layout:
17456     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
17457     layout: "plot-throughput-speedup-analysis"
17458
17459 - type: "plot"
17460   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17461   algorithm: "plot_tsa_name"
17462   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17464   include:
17465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17469   layout:
17470     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
17471     layout: "plot-throughput-speedup-analysis"
17472
17473 - type: "plot"
17474   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17475   algorithm: "plot_tsa_name"
17476   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17478   include:
17479     - "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"
17480     - "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"
17481     - "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"
17482     - "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"
17483   layout:
17484     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
17485     layout: "plot-throughput-speedup-analysis"
17486
17487 - type: "plot"
17488   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
17489   algorithm: "plot_tsa_name"
17490   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
17491   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17492   include:
17493     - "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"
17494     - "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"
17495     - "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"
17496     - "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"
17497   layout:
17498     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
17499     layout: "plot-throughput-speedup-analysis"
17500
17501 ################################################################################
17502
17503 # Packet Throughput - DPDK
17504
17505 # 2n-clx-xxv710
17506
17507 - type: "plot"
17508   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
17509   algorithm: "plot_perf_box_name"
17510   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
17511   data: "plot-dpdk-throughput-latency-2n-clx"
17512   include:
17513     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17514     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17515   layout:
17516     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
17517     layout: "plot-throughput"
17518
17519 - type: "plot"
17520   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
17521   algorithm: "plot_perf_box_name"
17522   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
17523   data: "plot-dpdk-throughput-latency-2n-clx"
17524   include:
17525     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17526     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17527   layout:
17528     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
17529     layout: "plot-throughput"
17530
17531 - type: "plot"
17532   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
17533   algorithm: "plot_perf_box_name"
17534   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
17535   data: "plot-dpdk-throughput-latency-2n-clx"
17536   include:
17537     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17538     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17539   layout:
17540     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
17541     layout: "plot-throughput"
17542
17543 - type: "plot"
17544   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
17545   algorithm: "plot_perf_box_name"
17546   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
17547   data: "plot-dpdk-throughput-latency-2n-clx"
17548   include:
17549     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17550     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17551   layout:
17552     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
17553     layout: "plot-throughput"
17554
17555 # 2n-clx-x710
17556
17557 - type: "plot"
17558   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
17559   algorithm: "plot_perf_box_name"
17560   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
17561   data: "plot-dpdk-throughput-latency-2n-clx"
17562   include:
17563     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17564     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17565   layout:
17566     title: "2n-clx-x710-64b-2t1c-base-ndr"
17567     layout: "plot-throughput"
17568
17569 - type: "plot"
17570   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
17571   algorithm: "plot_perf_box_name"
17572   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
17573   data: "plot-dpdk-throughput-latency-2n-clx"
17574   include:
17575     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17576     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17577   layout:
17578     title: "2n-clx-x710-64b-4t2c-base-ndr"
17579     layout: "plot-throughput"
17580
17581 - type: "plot"
17582   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
17583   algorithm: "plot_perf_box_name"
17584   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
17585   data: "plot-dpdk-throughput-latency-2n-clx"
17586   include:
17587     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17588     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17589   layout:
17590     title: "2n-clx-x710-64b-2t1c-base-pdr"
17591     layout: "plot-throughput"
17592
17593 - type: "plot"
17594   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
17595   algorithm: "plot_perf_box_name"
17596   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
17597   data: "plot-dpdk-throughput-latency-2n-clx"
17598   include:
17599     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17600     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17601   layout:
17602     title: "2n-clx-x710-64b-4t2c-base-pdr"
17603     layout: "plot-throughput"
17604
17605 ################################################################################
17606
17607 - type: "plot"
17608   title: "Latency by percentile: 2n-skx"
17609   algorithm: "plot_hdrh_lat_by_percentile"
17610   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
17611   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
17612   target-links: "../../_static/vpp"
17613   data: "plot-vpp-hdrh-lat-2n-skx"
17614   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17615   layout:
17616     layout: "plot-hdrh-latency-by-percentile"
17617
17618 - type: "plot"
17619   title: "Latency by percentile: 3n-skx"
17620   algorithm: "plot_hdrh_lat_by_percentile"
17621   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
17622   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
17623   target-links: "../../_static/vpp"
17624   data: "plot-vpp-hdrh-lat-3n-skx"
17625   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17626   layout:
17627     layout: "plot-hdrh-latency-by-percentile"
17628
17629 - type: "plot"
17630   title: "Latency by percentile: 2n-clx"
17631   algorithm: "plot_hdrh_lat_by_percentile"
17632   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
17633   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
17634   target-links: "../../_static/vpp"
17635   data: "plot-vpp-hdrh-lat-2n-clx"
17636   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17637   layout:
17638     layout: "plot-hdrh-latency-by-percentile"
17639
17640 - type: "plot"
17641   title: "Latency by percentile: 3n-hsw"
17642   algorithm: "plot_hdrh_lat_by_percentile"
17643   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
17644   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
17645   target-links: "../../_static/vpp"
17646   data: "plot-vpp-hdrh-lat-3n-hsw"
17647   filter: "'1T1C' and 'NIC_Intel-XL710'"
17648   layout:
17649     layout: "plot-hdrh-latency-by-percentile"
17650
17651 - type: "plot"
17652   title: "Latency by percentile: 3n-tsh"
17653   algorithm: "plot_hdrh_lat_by_percentile"
17654   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
17655   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
17656   target-links: "../../_static/vpp"
17657   data: "plot-vpp-hdrh-lat-3n-tsh"
17658   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
17659   layout:
17660     layout: "plot-hdrh-latency-by-percentile"
17661
17662 - type: "plot"
17663   title: "Latency by percentile: DPDK 2n-clx"
17664   algorithm: "plot_hdrh_lat_by_percentile"
17665   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
17666   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
17667   target-links: "../../_static/dpdk"
17668   data: "plot-dpdk-hdrh-lat-2n-clx"
17669   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17670   layout:
17671     layout: "plot-hdrh-latency-by-percentile"
17672
17673 - type: "plot"
17674   title: "Latency by percentile: DPDK 3n-hsw"
17675   algorithm: "plot_hdrh_lat_by_percentile"
17676   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
17677   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
17678   target-links: "../../_static/dpdk"
17679   data: "plot-dpdk-hdrh-lat-3n-hsw"
17680   filter: "'1T1C' and 'NIC_Intel-XL710'"
17681   layout:
17682     layout: "plot-hdrh-latency-by-percentile"
17683
17684 - type: "plot"
17685   title: "Latency by percentile: DPDK 3n-tsh"
17686   algorithm: "plot_hdrh_lat_by_percentile"
17687   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
17688   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
17689   target-links: "../../_static/dpdk"
17690   data: "plot-dpdk-hdrh-lat-3n-tsh"
17691   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
17692   layout:
17693     layout: "plot-hdrh-latency-by-percentile"